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-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
2010-04-13DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård
2010-04-01Allow hardcoding of ulaw and alaw tables.Reimar Döffinger
2010-03-30Implement YOP demuxer and video decoder.Mohamed Naufal
2010-03-21Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-16100L, revert r22560, already presentBaptiste Coudurier
2010-03-16mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier
2010-03-14Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger
2010-03-14Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-12fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs
2010-03-12fix compilation with --disable-everything --enable-decoder=twinvqAurelien Jacobs