| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft | Anton Khirnov | 2013-03-11 | 1 | -2/+0 |
* | lavc: remove disabled FF_API_CODEC_ID cruft | Anton Khirnov | 2013-03-09 | 1 | -2/+0 |
* | build: cosmetics: Group hw accelerator Makefile entries together | Diego Biurrun | 2013-03-07 | 1 | -16/+18 |
* | build: make audio_frame_queue a stand-alone component | Luca Barbato | 2013-02-17 | 1 | -14/+11 |
* | build: The libopencore-amrnb encoder depends on audio_frame_queue | Diego Biurrun | 2013-02-17 | 1 | -1/+1 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+1 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -0/+1 |
* | wmv2: move IDCT to its own DSP context. | Ronald S. Bultje | 2013-01-20 | 1 | -2/+2 |
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 1 | -1/+1 |
* | libvpx: make vp8 and vp9 selectable | Luca Barbato | 2013-01-14 | 1 | -2/+4 |
* | build: Remove stray Makefile entry for non-existent VCR1 encoder | Diego Biurrun | 2013-01-14 | 1 | -1/+0 |
* | vdpau: Add VC-1 decoding via hwaccel infrastructure | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+1 |
* | vdpau: Add H.264 decoding via hwaccel infrastructure | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+1 |
* | vdpau: Add MPEG-4 decoding via hwaccel infrastructure | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+2 |
* | vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+2 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -4/+0 |
* | huffyuv: split encoder and decoder into separate files. | Anton Khirnov | 2012-12-23 | 1 | -4/+4 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+1 |
* | tak: demuxer, parser, and decoder | Paul B Mahol | 2012-12-07 | 1 | -0/+3 |
* | alacenc: add support for multi-channel encoding | Justin Ruggles | 2012-12-05 | 1 | -2/+2 |
* | build: The FLAC encoder also depends on the flacdsp code | Diego Biurrun | 2012-11-29 | 1 | -1/+1 |
* | avcodec: split avpicture from imgconvert | Luca Barbato | 2012-11-20 | 1 | -0/+1 |
* | Drop broken and unused CABAC test program. | Diego Biurrun | 2012-11-14 | 1 | -2/+1 |
* | avcodec: Add a RFC 3389 comfort noise codec | Martin Storsjö | 2012-10-29 | 1 | -0/+2 |
* | Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com... | Anton Khirnov | 2012-10-23 | 1 | -1/+0 |
* | ffv1: split decoder and encoder | Luca Barbato | 2012-10-20 | 1 | -2/+2 |
* | avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility | Martin Storsjö | 2012-10-20 | 1 | -0/+1 |
* | build: Drop OBJS declaration for non-existing PCM_DVD encoder | Diego Biurrun | 2012-10-19 | 1 | -1/+0 |
* | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 1 | -0/+1 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -6/+1 |
* | lavc: split asv12 encoder/decoder | Anton Khirnov | 2012-10-09 | 1 | -4/+4 |
* | build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO | Diego Biurrun | 2012-10-04 | 1 | -22/+12 |
* | Opus encoder using libopus | Nathan Caldwell | 2012-10-01 | 1 | -1/+4 |
* | Opus decoder using libopus | Nicolas George | 2012-09-28 | 1 | -0/+1 |
* | rtp: Depacketization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-09 | 1 | -0/+1 |
* | build: avcodec: order cosmetics | Diego Biurrun | 2012-09-03 | 1 | -2/+2 |
* | Delete motion-test tool; it is of doubtful utility. | Diego Biurrun | 2012-09-03 | 1 | -1/+0 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
* | build: Restore dependency of acelp_filters.o on celp_math.o | Diego Biurrun | 2012-08-27 | 1 | -3/+3 |
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -6/+6 |
* | celp_math: Move ff_cos() to the only place it is used | Diego Biurrun | 2012-08-27 | 1 | -2/+2 |
* | mss1: move code that will be reused by MSS2 decoder into separate file | Kostya Shishkov | 2012-08-27 | 1 | -1/+1 |
* | cavs: convert cavsdata.h to a .c file | Mans Rullgard | 2012-08-26 | 1 | -1/+1 |
* | libavcodec: drop bogus dependencies from mpc[78] and qdm2 | Mans Rullgard | 2012-08-24 | 1 | -9/+3 |
* | mpegaudio: move ff_mpa_enwindow to a separate file | Mans Rullgard | 2012-08-24 | 1 | -1/+2 |
* | svq1/svq3: Move common code out of SVQ1 decoder-specific file | Diego Biurrun | 2012-08-24 | 1 | -4/+3 |
* | build: Make the E-AC-3 encoder select the AC-3 encoder | Diego Biurrun | 2012-08-22 | 1 | -2/+1 |
* | build: amrwb: Drop redundant lsp dependency declaration | Diego Biurrun | 2012-08-20 | 1 | -1/+1 |
* | lavc: add Ut Video encoder | Jan Ekström | 2012-08-20 | 1 | -1/+2 |
* | utvideo: Rename utvideo.c to utvideodec.c | Jan Ekström | 2012-08-17 | 1 | -1/+1 |