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
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-09-10ARM: NEON optimised FFT and MDCTMåns Rullgård
2009-09-08Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson
2009-09-02add missing wmapro decoder partsSascha Sommer
2009-08-27Decoder for LPCM as used in Bluray discs.Christian Schmidt
2009-08-25Add Bluray Subtitle SupportStephen Backway
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
2009-08-23TwinVQ decoderVitor Sessak
2009-08-06Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-06Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-06Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-05Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-05Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-05Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun
2009-08-05Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun
2009-08-04Split RV10 encoder off into its own file.Diego Biurrun
2009-08-04Split RV20 encoder into its own file.Diego Biurrun
2009-08-03Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan
2009-08-02Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun
2009-07-27Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun
2009-07-27Remove duplicated mpeg12data.o entries.Diego Biurrun
2009-07-25fix various compilation dependenciesAurelien Jacobs
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
2009-07-23Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun
2009-07-23Make Theora decoder depend on the VP3 decoder.Diego Biurrun
2009-07-21Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun
2009-07-20Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun
2009-07-19Remove two more lines related to the WMV3 decoder.Diego Biurrun
2009-07-19Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun
2009-07-17Add iirfilter to the TESTPROGS variable (and target)Alex Converse
2009-07-12Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
2009-07-07whitespace cosmetics: Realign colums after last commit.Diego Biurrun
2009-07-07Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun
2009-07-07Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun
2009-06-19Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger
2009-06-13Electronic Arts Madcow decoderPeter Ross
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
2009-06-1110l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun
2009-06-11Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun
2009-06-11Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun
2009-06-10Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun
2009-06-10Add missing dependencies for H.264 and VC-1 parsers.Diego Biurrun
2009-06-05Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun
2009-06-03AAC ADTS to AudioSpecificConfig bitstream filterAlex Converse
2009-05-26Altivec VP3 IDCTDavid Conrad
2009-05-25The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun
2009-05-25cosmetics: tabs->spacesRamiro Polla
2009-05-25mlp: Re-enable x86-optimized DSP functions.Ramiro Polla