summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* change pixel identifier conflict with AltiVec headers (patch courtesy ofMike Melanson2003-09-141-9/+9
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-134-55/+36
* final word on RGBA byte orderMike Melanson2003-09-132-13/+15
* * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik2003-09-121-37/+37
* deploy palette control APIMike Melanson2003-09-122-6/+25
* simplified version handlingFabrice Bellard2003-09-111-4/+8
* copy & paste strikes againMike Melanson2003-09-111-1/+1
* xan_wc3 decoder now works correctly; added a bunch of outputMike Melanson2003-09-111-40/+322
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-103-5/+21
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-103-13/+12
* detect avcodec_open() on an already opened AVCodecContextMichael Niedermayer2003-09-101-0/+3
* removed warningsFabrice Bellard2003-09-095-2/+6
* use const data - began to make code more portableFabrice Bellard2003-09-092-20/+23
* removed warningsFabrice Bellard2003-09-093-5/+11
* remove warningsFabrice Bellard2003-09-091-1/+1
* --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2003-09-091-3/+6
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-091-2/+1
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-082-0/+7
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-082-2/+2
* changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absoleteFabrice Bellard2003-09-081-5/+7
* removed os_support.hFabrice Bellard2003-09-083-4/+25
* removed os_support.h as most of libavcodec is os independant - most of the ti...Fabrice Bellard2003-09-081-38/+0
* ctype.h is a common headerFabrice Bellard2003-09-083-4/+3
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-086-12/+795
* bump version numbers to 0.4.8Alex Beregszaszi2003-09-051-2/+2
* MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-041-1/+2
* CODEC_ID_MPEGVIDEOMichael Niedermayer2003-09-021-0/+1
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-026-1/+767
* 100lMichael Niedermayer2003-09-011-1/+1
* more fixesMichael Niedermayer2003-09-011-10/+11
* some fixes (still buggy though)Michael Niedermayer2003-09-011-23/+4
* skip preamble bytesMike Melanson2003-09-011-1/+4
* asv2 encodingMichael Niedermayer2003-09-012-14/+85
* ASV2 decoderMichael Niedermayer2003-09-013-34/+178
* fixing unused f_code valuesMichael Niedermayer2003-08-301-6/+20
* 10l (big vs. little endian)Michael Niedermayer2003-08-301-3/+3
* bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrateMichael Niedermayer2003-08-291-7/+14
* 10l (closed gop bit)Michael Niedermayer2003-08-291-1/+1
* fixed audio frame buffering problem (should correct problems on some streams)...Fabrice Bellard2003-08-281-82/+183
* spelling fixFabrice Bellard2003-08-282-2/+2
* 100l (forget to reset me.skip for b frames)Michael Niedermayer2003-08-261-3/+11
* * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik2003-08-261-1/+5
* fixing CODEC_FLAG_GLOBAL_HEADERMichael Niedermayer2003-08-262-8/+21
* mpeg2 regression testMichael Niedermayer2003-08-263-4/+19
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-254-86/+18
* mpeg2 encodingMichael Niedermayer2003-08-256-65/+222
* xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer2003-08-251-22/+18
* removed unused variableFabrice Bellard2003-08-245-8/+4
* avoid warningFabrice Bellard2003-08-241-2/+0
* avoid warningFabrice Bellard2003-08-241-0/+2