1395 Commits (b3a5d0039cb9b14421d6f1cc4fa38f316ccf9f0c)

Author SHA1 Message Date
Michael Niedermayer 09770af869 detect avcodec_open() on an already opened AVCodecContext 21 years ago
Fabrice Bellard b160941221 removed warnings 21 years ago
Fabrice Bellard 09b85c13a3 use const data - began to make code more portable 21 years ago
Fabrice Bellard 1df1df0b44 removed warnings 21 years ago
Fabrice Bellard 83586795a2 remove warnings 21 years ago
Michael Niedermayer 2523e73c77 --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) 21 years ago
Glenn Maynard cddf3f452a Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) 21 years ago
Fabrice Bellard 98ce5991d7 update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) 22 years ago
Fabrice Bellard 80783dc2c2 CODEC_ID_MP3LAME is obsolete 22 years ago
Fabrice Bellard dcedf58672 changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete 22 years ago
Fabrice Bellard 742d87d633 removed os_support.h 22 years ago
Fabrice Bellard ca4a77c5b3 removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features 22 years ago
Fabrice Bellard 56c4a18464 ctype.h is a common header 22 years ago
Mike Melanson 9937e686fe New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM 22 years ago
Alex Beregszaszi 8026c3b54c bump version numbers to 0.4.8 22 years ago
Michael Niedermayer a17236c53c MingW patches by (Glenn Maynard <g_sf at zewt dot org>) 22 years ago
Michael Niedermayer e91df37619 CODEC_ID_MPEGVIDEO 22 years ago
Mike Melanson 3ef8be2bfc initial commit for Id RoQ and Interplay MVE multimedia subsystems 22 years ago
Michael Niedermayer 77ee78bcdb 100l 22 years ago
Michael Niedermayer 67b04c1aef more fixes 22 years ago
Michael Niedermayer bf5d0505c6 some fixes (still buggy though) 22 years ago
Mike Melanson 421e085903 skip preamble bytes 22 years ago
Michael Niedermayer 1149acdc17 asv2 encoding 22 years ago
Michael Niedermayer 9b56edf52a ASV2 decoder 22 years ago
Michael Niedermayer cb231c4866 fixing unused f_code values 22 years ago
Michael Niedermayer dc98fc8d17 10l (big vs. little endian) 22 years ago
Michael Niedermayer 12dccd4e60 bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate 22 years ago
Michael Niedermayer 69b0ff3acf 10l (closed gop bit) 22 years ago
Fabrice Bellard 8c5b5683ae fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support 22 years ago
Fabrice Bellard d99ce8d7de spelling fix 22 years ago
Michael Niedermayer 2d5e962b06 100l (forget to reset me.skip for b frames) 22 years ago
Roman Shaposhnik 47017dd870 * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem 22 years ago
Michael Niedermayer 22ddd60bc2 fixing CODEC_FLAG_GLOBAL_HEADER 22 years ago
Michael Niedermayer 922bc38d55 mpeg2 regression test 22 years ago
Michael Niedermayer e4eadb4b44 oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) 22 years ago
Michael Niedermayer 029911d1c3 mpeg2 encoding 22 years ago
Michael Niedermayer 9b6a5b87a6 xvid edge bug (if i understand the mpeg4 spec correctly) autodetection 22 years ago
Fabrice Bellard 802f454e5b removed unused variable 22 years ago
Fabrice Bellard acaa20d7bd avoid warning 22 years ago
Fabrice Bellard 02c28fe629 avoid warning 22 years ago
Fabrice Bellard df15903f27 removed unused variable 22 years ago
Fabrice Bellard d9c533a521 removed unused variables 22 years ago
Fabrice Bellard 228ef9dde1 memmove fixes (Jon Burgess) 22 years ago
Fabrice Bellard f5fe9d5f8c export int64_t_C as it is needed by libavformat.h 22 years ago
Fabrice Bellard 3519af27d8 when changing version, please keep my changes (win32 compile fix) 22 years ago
Michael Niedermayer d6eb3c500a custom quant matrix encoding support 22 years ago
Michael Niedermayer c3bf0288c9 PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> 22 years ago
Fabrice Bellard 9ee2c20e49 repeat_pict was never returned 22 years ago
Michael Niedermayer 743739d2c5 AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 22 years ago
Michael Niedermayer b928ec649c fixing chroma MC 22 years ago