2859 Commits (a4337a5130aa3d5f1844aba1ceaa6fed66497958)
 

Author SHA1 Message Date
Fabrice Bellard 8c5b5683ae fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support 21 years ago
Fabrice Bellard d99ce8d7de spelling fix 21 years ago
Mike Melanson 1a31840cea naughty, forbidden variable declarations 21 years ago
Michael Niedermayer 2d5e962b06 100l (forget to reset me.skip for b frames) 21 years ago
Roman Shaposhnik 47017dd870 * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem 21 years ago
Michael Niedermayer 1cb5f7fd41 mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>) 21 years ago
Michael Niedermayer 22ddd60bc2 fixing CODEC_FLAG_GLOBAL_HEADER 21 years ago
Michael Niedermayer 922bc38d55 mpeg2 regression test 21 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) 21 years ago
Michael Niedermayer 029911d1c3 mpeg2 encoding 21 years ago
Michael Niedermayer 9b6a5b87a6 xvid edge bug (if i understand the mpeg4 spec correctly) autodetection 21 years ago
Fabrice Bellard 802f454e5b removed unused variable 21 years ago
Fabrice Bellard acaa20d7bd avoid warning 21 years ago
Fabrice Bellard 02c28fe629 avoid warning 21 years ago
Fabrice Bellard df15903f27 removed unused variable 21 years ago
Fabrice Bellard d9c533a521 removed unused variables 21 years ago
Fabrice Bellard 228ef9dde1 memmove fixes (Jon Burgess) 21 years ago
Fabrice Bellard 758cf534f5 update version 21 years ago
Fabrice Bellard 5ee03c86bc update 21 years ago
Fabrice Bellard b4f237b6b5 up to date regression tests 21 years ago
Fabrice Bellard 04e3f86d6b ac3 test 21 years ago
Fabrice Bellard 44664b0915 accepts pgmyuv extension 21 years ago
Fabrice Bellard 22b37f5d32 suppressed frame number modulus hack - added loop_input hack which I find easier to understand 21 years ago
Fabrice Bellard b1b77fe967 added loop option 21 years ago
Fabrice Bellard 375c44f4bb use new loop option 21 years ago
Fabrice Bellard 2853e85cea disabled file based tests 21 years ago
Fabrice Bellard 19a11db2aa exclude Duration field too 21 years ago
Fabrice Bellard d95ac2c554 spell fixes 21 years ago
Fabrice Bellard 23a65308e3 man page installation support 21 years ago
Fabrice Bellard f5fe9d5f8c export int64_t_C as it is needed by libavformat.h 21 years ago
Fabrice Bellard 02d504a7d3 more sections in help - copyright fixes 21 years ago
Fabrice Bellard 18bff7520e added all options 21 years ago
Fabrice Bellard b030b284f2 explain Windows Native and Cross build - linked to DLL build page (unsupported yet in the makefiles) 21 years ago
Fabrice Bellard 7eea5766d5 removed deprecated win32 option (use --enable-mingw32 and --cross-prefix) 21 years ago
Fabrice Bellard 00b4fdb758 win32 compile fix 21 years ago
Fabrice Bellard 3519af27d8 when changing version, please keep my changes (win32 compile fix) 21 years ago
Fabrice Bellard 2eb5d02427 updated supported codec/format 21 years ago
Fabrice Bellard e99c4e1037 added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay 21 years ago
Michael Niedermayer d6eb3c500a custom quant matrix encoding support 21 years ago
Michael Niedermayer c3bf0288c9 PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> 21 years ago
Fabrice Bellard a6aec9c94f update 21 years ago
Fabrice Bellard 9ee2c20e49 repeat_pict was never returned 21 years ago
Roman Shaposhnik c92454179d all human-readable output should go into stderr for now. We really 21 years ago
Roman Shaposhnik f80f796434 enabling Sun medialib support via --enable-sunmlib, the default 21 years ago
Michael Niedermayer 743739d2c5 AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 21 years ago
Michael Niedermayer b928ec649c fixing chroma MC 21 years ago
Michael Niedermayer a2f11b3c3a MC rounding fixed? 21 years ago
Michael Niedermayer 8e39d4a744 fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) 21 years ago
Michael Niedermayer bd5a60201e use codec_tag for encoding too 21 years ago
Michael Niedermayer f818862633 fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) 21 years ago