summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* h263 stuffing decode fixMichael Niedermayer2003-09-262-49/+43
| | | | Originally committed as revision 2304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes levis.aviMichael Niedermayer2003-09-251-4/+4
| | | | | | dunno if this is correct ... Originally committed as revision 2302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slight quality improvement ( < +0.04 PSNR) for high bitrate videos with ↵Michael Niedermayer2003-09-241-1/+41
| | | | | | trellis quantization Originally committed as revision 2300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constraint_parameter_flag fixMichael Niedermayer2003-09-241-2/+13
| | | | Originally committed as revision 2299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with cccFalk Hüffner2003-09-221-1/+1
| | | | Originally committed as revision 2298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson2003-09-191-21/+9
| | | | | | forward to next block, initial predictors go to the output) Originally committed as revision 2294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it'sMike Melanson2003-09-191-97/+40
| | | | | | RGB not RGG) Originally committed as revision 2293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do away with all those naughty global variablesMike Melanson2003-09-191-257/+220
| | | | Originally committed as revision 2292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video looks beautiful now, many thanks to Alexander BelyakovMike Melanson2003-09-181-32/+67
| | | | | | <abel at krasu.ru> for squishing bunches of bugs Originally committed as revision 2290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong, wrong, wrong...coded bits are read in the opposite directionMike Melanson2003-09-171-56/+57
| | | | Originally committed as revision 2289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use VC++ lib tool if availableFabrice Bellard2003-09-161-1/+6
| | | | Originally committed as revision 2286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scenechange_thresholdMichael Niedermayer2003-09-162-2/+10
| | | | Originally committed as revision 2281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct DLL windows installFabrice Bellard2003-09-151-7/+12
| | | | Originally committed as revision 2279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another non const static, maybe its thread save nowMichael Niedermayer2003-09-151-2/+5
| | | | Originally committed as revision 2276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial Interplay video decoderMike Melanson2003-09-141-44/+876
| | | | Originally committed as revision 2275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition fixes (courtesy of Diego BiurrunMike Melanson2003-09-141-11/+11
| | | | | | <diego at biurrun.de>) Originally committed as revision 2273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change pixel identifier conflict with AltiVec headers (patch courtesy ofMike Melanson2003-09-141-9/+9
| | | | | | Magnus Damm <damm at opensource.se>) Originally committed as revision 2272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-134-55/+36
| | | | | | ugly. Originally committed as revision 2270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* final word on RGBA byte orderMike Melanson2003-09-132-13/+15
| | | | Originally committed as revision 2268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik2003-09-121-37/+37
| | | | Originally committed as revision 2267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deploy palette control APIMike Melanson2003-09-122-6/+25
| | | | Originally committed as revision 2266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified version handlingFabrice Bellard2003-09-111-4/+8
| | | | Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy & paste strikes againMike Melanson2003-09-111-1/+1
| | | | Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xan_wc3 decoder now works correctly; added a bunch of outputMike Melanson2003-09-111-40/+322
| | | | | | colorspaces Originally committed as revision 2260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-103-5/+21
| | | | Originally committed as revision 2258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-103-13/+12
| | | | | | remove "this file was encoded with ..." stuff (use debug=4096 if u want to know that) Originally committed as revision 2253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect avcodec_open() on an already opened AVCodecContextMichael Niedermayer2003-09-101-0/+3
| | | | Originally committed as revision 2251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-095-2/+6
| | | | Originally committed as revision 2248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use const data - began to make code more portableFabrice Bellard2003-09-092-20/+23
| | | | Originally committed as revision 2247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-093-5/+11
| | | | Originally committed as revision 2246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warningsFabrice Bellard2003-09-091-1/+1
| | | | Originally committed as revision 2245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2003-09-091-3/+6
| | | | Originally committed as revision 2243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-091-2/+1
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-082-0/+7
| | | | Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-082-2/+2
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absoleteFabrice Bellard2003-09-081-5/+7
| | | | Originally committed as revision 2231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.hFabrice Bellard2003-09-083-4/+25
| | | | Originally committed as revision 2227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.h as most of libavcodec is os independant - most of the ↵Fabrice Bellard2003-09-081-38/+0
| | | | | | time only libavformat needs OS dependant features Originally committed as revision 2226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ctype.h is a common headerFabrice Bellard2003-09-083-4/+3
| | | | Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-086-12/+795
| | | | Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers to 0.4.8Alex Beregszaszi2003-09-051-2/+2
| | | | Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-041-1/+2
| | | | Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MPEGVIDEOMichael Niedermayer2003-09-021-0/+1
| | | | Originally committed as revision 2198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-026-1/+767
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2003-09-011-1/+1
| | | | Originally committed as revision 2193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fixesMichael Niedermayer2003-09-011-10/+11
| | | | Originally committed as revision 2192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixes (still buggy though)Michael Niedermayer2003-09-011-23/+4
| | | | Originally committed as revision 2191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip preamble bytesMike Melanson2003-09-011-1/+4
| | | | Originally committed as revision 2189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv2 encodingMichael Niedermayer2003-09-012-14/+85
| | | | Originally committed as revision 2187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV2 decoderMichael Niedermayer2003-09-013-34/+178
| | | | Originally committed as revision 2186 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud