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-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
2009-05-23ARM: NEON VP3 Loop FilterDavid Conrad
2009-05-23Revert part of r18903:Ramiro Polla
2009-05-23MLP DSP functions x86-optimized.Ramiro Polla
2009-05-19Add missing libavformat dependencies on mpeg4audio.oAlex Converse
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier
2009-05-07Add 8088flex TMV video decoder.Daniel Verkamp
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla
2009-04-22Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-13Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
2009-04-02Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-01Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård
2009-03-31Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-29Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun
2009-03-25fft-test does not depend on fdctref.o.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-24Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne
2009-03-23Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-23Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun