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
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
2010-06-19Add HE-AAC v2 support to the AAC decoder.Alex Converse
2010-06-19MPEG-2 DXVA2 implementationLaurent Aimar
2010-06-11RealAudio 14.4k encoder.Francesco Lavra
2010-06-11Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra
2010-06-08Pictor/PC Paint decoderPeter Ross
2010-06-0610l, there is no aac.c any more, so no need for a dependency.Reimar Döffinger
2010-06-06aacdec also depends on cbrt_tables.h for hardcoded-tables.Reimar Döffinger
2010-06-05Rename aac.c to aacdec.c.Alex Converse
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-05Add WebM muxerJames Zern
2010-06-04VP8 encoding via libvpx.James Zern
2010-05-27VP8 parserDavid Conrad
2010-05-25VP8 decoding via libvpx.James Zern
2010-05-20Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse
2010-05-13Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer
2010-05-01VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård
2010-04-23Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje