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-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
2003-08-27fixing CODEC_FLAG_GLOBAL_HEADERMichael Niedermayer
2003-08-26mpeg2 regression testMichael Niedermayer
2003-08-26oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer
2003-08-26mpeg2 encodingMichael Niedermayer
2003-08-25xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer
2003-08-25removed unused variableFabrice Bellard
2003-08-25avoid warningFabrice Bellard
2003-08-25avoid warningFabrice Bellard
2003-08-25removed unused variableFabrice Bellard
2003-08-25removed unused variablesFabrice Bellard
2003-08-25memmove fixes (Jon Burgess)Fabrice Bellard
2003-08-24export int64_t_C as it is needed by libavformat.hFabrice Bellard
2003-08-24when changing version, please keep my changes (win32 compile fix)Fabrice Bellard
2003-08-23custom quant matrix encoding supportMichael Niedermayer
2003-08-22PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...Michael Niedermayer
2003-08-22repeat_pict was never returnedFabrice Bellard
2003-08-20AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer
2003-08-20fixing chroma MCMichael Niedermayer
2003-08-19MC rounding fixed?Michael Niedermayer
2003-08-19fix AVFrame.reference (the frames are used for decoding future frames so it s...Michael Niedermayer
2003-08-18use codec_tag for encoding tooMichael Niedermayer
2003-08-15fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer
2003-08-12 * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik
2003-08-12reverse earlier patchMike Melanson
2003-08-12Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ...Magnus Damm
2003-08-11skip ext header missing message for msmpeg4v2Michael Niedermayer
2003-08-08endian-conscious fix, courtesy of Sebastian JedruszkiewiczMike Melanson
2003-08-05check input pix_fmtMichael Niedermayer
2003-08-05cleanup / fixesMichael Niedermayer
2003-08-03clear bitstream buffers in AVCodec.flush()Michael Niedermayer