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-01-20H264 DXVA2 implementationLaurent Aimar
2010-01-20Floating point discrete cosine transformVitor Sessak
2010-01-18Install <libavcodec/vaapi.h> header.Gwenole Beauchesne
2010-01-17Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange
2010-01-16SIPR16k decoderVitor Sessak
2010-01-13Split cabac decoding code out of h264.c.Michael Niedermayer
2010-01-13Split cavlc out of h264.c.Michael Niedermayer
2010-01-12Split all the reference picture handling off h264.c.Michael Niedermayer
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer
2010-01-12Split SEI code off h264.c.Michael Niedermayer
2010-01-12Split direct mode (macro)block decoding off h264.c.Michael Niedermayer
2010-01-12Split h264 loop filter off h264.c.Michael Niedermayer
2010-01-12Move svq3.o to the correct spot.Michael Niedermayer
2010-01-12Get rid of #include "svq3.c"Michael Niedermayer
2010-01-11Add support for dirac in oggDavid Conrad
2010-01-11SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov
2010-01-10Deluxe Paint Animation decoderPeter Ross
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-07Split out intel H263 decoder.Michael Niedermayer
2010-01-07Split flv decoding out.Michael Niedermayer
2010-01-07Split out flv encoding.Michael Niedermayer
2009-12-29Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.Diego Biurrun
2009-12-29The MLP decoder depends on the MLP parser.Diego Biurrun
2009-12-29Enable the TrueHD decoder when the MLP decoder is enabled.Diego Biurrun
2009-12-29Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.Diego Biurrun
2009-12-29Declare AAC parser dependencies in configure.Diego Biurrun
2009-12-29The S/P-DIF muxer depends on mpeg4audio.o.Diego Biurrun
2009-12-29Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.Diego Biurrun
2009-12-29Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne
2009-12-29vc1_parser.o does not depend on h263dec.o and intrax8.o.Diego Biurrun
2009-12-28Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun
2009-12-28Declare dependencies for H.263 family decoders in configure.Diego Biurrun
2009-12-28Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun
2009-12-23Auravision Aura 2 decoderKostya Shishkov
2009-12-23Add Auravision Aura decoding supportKostya Shishkov
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-02ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård
2009-11-27Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger
2009-11-26-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.Diego Biurrun
2009-11-12Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann
2009-10-29Add generic rules for building helpers with HOSTCCMåns Rullgård
2009-10-28Makefile cosmeticsMåns Rullgård
2009-10-28Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is setMåns Rullgård
2009-10-28Fix dependency: generated table is needed to create the mpegaudiodec.o file, ...Reimar Döffinger
2009-10-28Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger
2009-10-28Split synth filter out of dca.c.Michael Niedermayer
2009-10-28Split PAM encoder off into its own file.Diego Biurrun