| Commit message (Expand) | Author | Age | Files | Lines |
* | Make VP6A/VP6F decoders depend on the VP6 decoder. | Diego Biurrun | 2009-07-20 | 1 | -8/+0 |
* | Remove two more lines related to the WMV3 decoder. | Diego Biurrun | 2009-07-19 | 1 | -2/+0 |
* | Make WMV3 decoders depend on their VC-1 counterparts. | Diego Biurrun | 2009-07-19 | 1 | -2/+0 |
* | Add iirfilter to the TESTPROGS variable (and target) | Alex Converse | 2009-07-16 | 1 | -1/+1 |
* | Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. | Diego Biurrun | 2009-07-12 | 1 | -10/+5 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -0/+1 |
* | whitespace cosmetics: Realign colums after last commit. | Diego Biurrun | 2009-07-07 | 1 | -4/+4 |
* | Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just | Diego Biurrun | 2009-07-07 | 1 | -12/+16 |
* | Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. | Diego Biurrun | 2009-07-07 | 1 | -2/+0 |
* | Add support for encoding XSUB subtitles. Muxing support is still missing. | Reimar Döffinger | 2009-06-19 | 1 | -0/+1 |
* | Electronic Arts Madcow decoder | Peter Ross | 2009-06-13 | 1 | -0/+1 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 1 | -0/+1 |
* | 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. | Diego Biurrun | 2009-06-11 | 1 | -3/+3 |
* | Split decoder-specific code off from vc1.c into vc1dec.c and keep code | Diego Biurrun | 2009-06-11 | 1 | -3/+3 |
* | Add code to enable and disable all VAAPI and VDPAU parts. | Diego Biurrun | 2009-06-10 | 1 | -10/+12 |
* | Express the H.264 parser dependency on the golomb code in configure instead of | Diego Biurrun | 2009-06-09 | 1 | -1/+1 |
* | Add missing dependencies for H.264 and VC-1 parsers. | Diego Biurrun | 2009-06-09 | 1 | -2/+2 |
* | Add support for external OpenCORE libraries for AMR-NB/WB support. | Diego Biurrun | 2009-06-05 | 1 | -0/+2 |
* | AAC ADTS to AudioSpecificConfig bitstream filter | Alex Converse | 2009-06-03 | 1 | -0/+1 |
* | Altivec VP3 IDCT | David Conrad | 2009-05-25 | 1 | -0/+6 |
* | The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. | Diego Biurrun | 2009-05-25 | 1 | -2/+5 |
* | cosmetics: tabs->spaces | Ramiro Polla | 2009-05-25 | 1 | -1/+1 |
* | mlp: Re-enable x86-optimized DSP functions. | Ramiro Polla | 2009-05-25 | 1 | -0/+2 |
* | ARM: NEON VP3 Loop Filter | David Conrad | 2009-05-23 | 1 | -0/+4 |
* | Revert part of r18903: | Ramiro Polla | 2009-05-23 | 1 | -2/+0 |
* | MLP DSP functions x86-optimized. | Ramiro Polla | 2009-05-23 | 1 | -0/+2 |
* | Add missing libavformat dependencies on mpeg4audio.o | Alex Converse | 2009-05-19 | 1 | -0/+2 |
* | V210 Uncompressed 4:2:2 10-bit encoder and decoder | Baptiste Coudurier | 2009-05-12 | 1 | -0/+2 |
* | Add 8088flex TMV video decoder. | Daniel Verkamp | 2009-05-06 | 1 | -0/+1 |
* | mlpdec: Move MLP's filter_channel() to dsputils. | Ramiro Polla | 2009-04-30 | 1 | -2/+2 |
* | Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) | Michael Niedermayer | 2009-04-22 | 1 | -0/+1 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun | 2009-04-12 | 1 | -1/+0 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 1 | -1/+0 |
* | Move av_packet_*() functions from libavformat/ to libavcodec/, where the | Thilo Borgmann | 2009-04-07 | 1 | -0/+1 |
* | Add VC-1 bitstream decoding through VA API. | Gwenole Beauchesne | 2009-04-03 | 1 | -0/+2 |
* | Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL | Gwenole Beauchesne | 2009-04-02 | 1 | -1/+1 |
* | Add MPEG-4 / H.263 bitstream decoding through VA API. | Gwenole Beauchesne | 2009-04-02 | 1 | -0/+2 |
* | Remove aandcttab.o from dct-test dependencies, the lib includes it | Måns Rullgård | 2009-04-01 | 1 | -1/+1 |
* | Replace MPEG group reference DCT implementation by newly rewritten version. | Dylan Yudaken | 2009-03-31 | 1 | -1/+1 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | Diego Biurrun | 2009-03-29 | 1 | -1/+1 |
* | Rename apiexample.c --> api-example.c to be consistent with other example files. | Diego Biurrun | 2009-03-29 | 1 | -1/+1 |
* | fft-test does not depend on fdctref.o. | Diego Biurrun | 2009-03-25 | 1 | -1/+0 |
* | Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. | Diego Biurrun | 2009-03-25 | 1 | -3/+3 |
* | Add MPEG-2 bitstream decoding through VA API. | Gwenole Beauchesne | 2009-03-23 | 1 | -0/+1 |
* | Add pcxenc.o to the $OBJS list, it was erroneously removed from it in | Stefano Sabatini | 2009-03-22 | 1 | -0/+1 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun | 2009-03-22 | 1 | -3/+3 |
* | Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders | Diego Biurrun | 2009-03-22 | 1 | -6/+10 |
* | Add rule for building API example programs. | Diego Biurrun | 2009-03-22 | 1 | -1/+2 |
* | add a function to calculate a more accurate estimate for maximum FLAC | Justin Ruggles | 2009-03-21 | 1 | -8/+8 |
* | share sample rate and blocksize tables between the FLAC encoder and FLAC | Justin Ruggles | 2009-03-21 | 1 | -8/+8 |