1535 Commits (e1f03acc420383cf39310c9089627c52838f8334)

Author SHA1 Message Date
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
Michael Niedermayer a2f11b3c3a MC rounding fixed? 22 years ago
Michael Niedermayer 8e39d4a744 fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) 22 years ago
Michael Niedermayer bd5a60201e use codec_tag for encoding too 22 years ago
Michael Niedermayer f818862633 fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) 22 years ago
Roman Shaposhnik 36b58e850d * fixing a regression in mpeg encoder (not setting pix_fmt), 22 years ago
Mike Melanson 966df5b6b3 reverse earlier patch 22 years ago
Magnus Damm b6e52719c6 Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se> 22 years ago
Michael Niedermayer 62563c38d0 skip ext header missing message for msmpeg4v2 22 years ago
Mike Melanson c965f94346 endian-conscious fix, courtesy of Sebastian Jedruszkiewicz 22 years ago
Michael Niedermayer 6e23091277 check input pix_fmt 22 years ago