Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-18video looks beautiful now, many thanks to Alexander BelyakovMike Melanson
2003-09-17wrong, wrong, wrong...coded bits are read in the opposite directionMike Melanson
2003-09-17use VC++ lib tool if availableFabrice Bellard
2003-09-16scenechange_thresholdMichael Niedermayer
2003-09-16correct DLL windows installFabrice Bellard
2003-09-15another non const static, maybe its thread save nowMichael Niedermayer
2003-09-14initial Interplay video decoderMike Melanson
2003-09-14Ministry of English Composition fixes (courtesy of Diego BiurrunMike Melanson
2003-09-14change pixel identifier conflict with AltiVec headers (patch courtesy ofMike Melanson
2003-09-13Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner
2003-09-13final word on RGBA byte orderMike Melanson
2003-09-12 * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik
2003-09-12deploy palette control APIMike Melanson
2003-09-12simplified version handlingFabrice Bellard
2003-09-11copy & paste strikes againMike Melanson
2003-09-11xan_wc3 decoder now works correctly; added a bunch of outputMike Melanson
2003-09-11AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer
2003-09-10detect old xvid with fourcc=DIVXMichael Niedermayer
2003-09-10detect avcodec_open() on an already opened AVCodecContextMichael Niedermayer
2003-09-10removed warningsFabrice Bellard
2003-09-10use const data - began to make code more portableFabrice Bellard
2003-09-10removed warningsFabrice Bellard
2003-09-10remove warningsFabrice Bellard
2003-09-09--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer
2003-09-09Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard
2003-09-09update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard
2003-09-09CODEC_ID_MP3LAME is obsoleteFabrice Bellard
2003-09-09changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absoleteFabrice Bellard
2003-09-09removed os_support.hFabrice Bellard
2003-09-09removed os_support.h as most of libavcodec is os independant - most of the ti...Fabrice Bellard
2003-09-08ctype.h is a common headerFabrice Bellard
2003-09-08New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson
2003-09-05bump version numbers to 0.4.8Alex Beregszaszi
2003-09-04MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer
2003-09-02CODEC_ID_MPEGVIDEOMichael Niedermayer
2003-09-02initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson
2003-09-01100lMichael Niedermayer
2003-09-01more fixesMichael Niedermayer
2003-09-01some fixes (still buggy though)Michael Niedermayer
2003-09-01skip preamble bytesMike Melanson
2003-09-01asv2 encodingMichael Niedermayer
2003-09-01ASV2 decoderMichael Niedermayer
2003-08-30fixing unused f_code valuesMichael Niedermayer
2003-08-3010l (big vs. little endian)Michael Niedermayer
2003-08-29bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrateMichael Niedermayer
2003-08-2910l (closed gop bit)Michael Niedermayer
2003-08-28fixed audio frame buffering problem (should correct problems on some streams)...Fabrice Bellard
2003-08-28spelling fixFabrice Bellard
2003-08-27100l (forget to reset me.skip for b frames)Michael Niedermayer
2003-08-27 * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik