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
2007-03-25use generic xiph header spliting func to split theora headersAurelien Jacobs
2007-03-25extract vorbis header spliting code into a reusable functionAurelien Jacobs
2007-03-19dnxhd decoderBaptiste Coudurier
2007-03-15Targa (.tga) encoder,Bobby Bingham
2007-03-14DXA demuxer and decoderKostya Shishkov
2007-03-11the AC-3 parser needs ac3.oJustin Ruggles
2007-03-09Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles
2007-02-27DCA decoderKostya Shishkov
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-24Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun
2007-02-22simplify i386 object handlingDiego Biurrun
2007-02-12Restore the possibility to link liba52 instead of dlopening.Diego Biurrun
2007-02-11Remove internal liba52; external lib still works, native decoder coming up.Diego Biurrun
2007-02-07missing spacesDiego Biurrun
2007-02-06wma encoderMichael Niedermayer
2007-02-05BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun
2007-02-01Move lzo decompression to libavutilReimar Döffinger
2007-01-29ARMv6 SIMD IDCTMåns Rullgård
2007-01-25Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun
2007-01-25Theora encoding via libtheora.Diego Biurrun
2007-01-22remove no longer needed ifeq testsMåns Rullgård
2007-01-21Flash screen video encoder.Benjamin Larsson
2007-01-21Declare zlib dependency in the Makefile, not in the source.Diego Biurrun
2007-01-08Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka
2007-01-07cosmetics: Reorder external libraries.Diego Biurrun
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2007-01-07Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun
2007-01-07variable renaming: dts --> libdtsDiego Biurrun
2007-01-07Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun
2006-12-24Musepack SV7 decoding supportKostya Shishkov
2006-12-11Adding H.264 DCT.Panagiotis Issaris
2006-12-11Adding function which enables writing H.264 NAL units.Panagiotis Issaris
2006-12-08Now ZMBV encoder compilesKostya Shishkov
2006-12-07fix compilationMichael Niedermayer
2006-12-07ZMBV encoderKostya Shishkov
2006-11-22Conditionally compile some of the AltiVec optimizations.Diego Biurrun
2006-11-22Fix compilation with VC-1 decoder disabled.Diego Biurrun
2006-11-14rename CONFIG_AC3 to CONFIG_A52Måns Rullgård
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-03change gif muxer to simple gif encoderBaptiste Coudurier
2006-11-01Make tests compile on non-x86.Diego Biurrun
2006-10-31cosmetics: Restore alphabetical order.Diego Biurrun
2006-10-30fix for disabling vorbis decoder but enabling vorbis encoderOded Shimon
2006-10-30IMC decoderKostya Shishkov
2006-10-28Rename dvdsub.c to dvdsubdec.c.Diego Biurrun
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
2006-10-22change gif demuxer to gif decoderBaptiste Coudurier
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun