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
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-11Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-09Xan4 decoderKostya Shishkov
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-23Remove H.264 encoder fragmentsAlex Converse
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-03Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles
2010-12-29add SubRip decoderAurelien Jacobs
2010-12-22Makefile: Fix dependencies of componentsMartin Storsjö
2010-12-21Fix more matroska/webm muxer dependenciesMartin Storsjö
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje
2010-12-07Add a FLAC parser.Michael Chinen
2010-11-19Order matters, fix test files linking.Stefano Sabatini
2010-11-13add ASS encoder and decoderAurelien Jacobs
2010-11-11MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-10-02Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger
2010-09-24Add a G.722 encoderMartin Storsjö
2010-09-14Add R10k decoder.Zhou Zongyi
2010-09-09Add G.722 ADPCM audio decoderMartin Storsjö
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Fix the dependencies of the RTP muxerMartin Storsjö
2010-08-23enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer
2010-08-08Split h264dsp and h264pred in configure.Jason Garrett-Glaser
2010-08-06Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun
2010-08-05VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser
2010-08-04Fix VP8 decoder dependenciesMartin Storsjö
2010-08-03The VP8 decoder does not depend on cabac.o.Diego Biurrun
2010-08-03The VP8 decoder does not depend on vp56.o and vp56data.o.Diego Biurrun
2010-08-03Remove redundant h264pred.o from VP8 objects list.Diego Biurrun
2010-07-27add Chinese AVS encoding via external library libxavsStefan Gehrer
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-21Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò
2010-07-18ASCII/ANSI art decoderPeter Ross
2010-07-12Split the ADTS header decoder off of the ADTS parser.Alex Converse
2010-07-10Add native GSM 06.10 audio decoder.Reimar Döffinger
2010-07-09Allow using libxvid RC without enabling encoding wrapperMåns Rullgård
2010-07-04Fix build with hardcoded tablesMåns Rullgård
2010-07-02tablegen: the executable depends on tablegen headers as wellDiego Pettenò
2010-07-01fix dependencies of vp5 and vp6 decoders after r23915Aurelien Jacobs
2010-07-01renormalize VP5/6/7/8 range coder without loopStefan Gehrer
2010-06-27Fix libvorbis encoding with more than 2 channelsJames Darnley
2010-06-23Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse
2010-06-23aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse
2010-06-23Remove OS/2 threads supportMåns Rullgård
2010-06-23Remove beosthreads supportMåns Rullgård
2010-06-22Move Parametric Stereo related ps* files to aacps*.Alex Converse
2010-06-22Native VP8 decoder.David Conrad
2010-06-20Remove libfaad wrapperMåns Rullgård