| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | mpc7/8: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -8/+5 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | mpc7/8: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -2/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | mpc: pad mpc_CC/SCF[] tables to allow for negative indices. | Ronald S. Bultje | 2012-03-10 | 1 | -2/+2 |
* | mpc7: assign an error level + context to av_log() msg. | Ronald S. Bultje | 2012-02-17 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | mpc7: use av_fast_padded_malloc() | Justin Ruggles | 2012-02-01 | 1 | -7/+13 |
* | mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes | Justin Ruggles | 2012-02-01 | 1 | -14/+26 |
* | mpc7: check for allocation failure | Justin Ruggles | 2012-01-30 | 1 | -0/+2 |
* | mpc7: align local temp buffer | Justin Ruggles | 2012-01-30 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -11/+18 |
* | mpc7: only support stereo input. | Justin Ruggles | 2011-11-11 | 1 | -1/+8 |
* | mpc7: Fix memset call in mpc7_decode_frame function | Alex Converse | 2011-11-10 | 1 | -1/+1 |
* | mpc7: return error if packet is too small. | Justin Ruggles | 2011-10-02 | 1 | -0/+1 |
* | mpc7: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+6 |
* | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Musepack SV8 supports "mono" files (though it still codes them as stereo), | Kostya Shishkov | 2010-11-21 | 1 | -1/+1 |
* | 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the | Kostya Shishkov | 2010-11-15 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move variable declaration to block where it is used and simplify code. | Reimar Döffinger | 2010-01-28 | 1 | -2/+3 |
* | Extract duplicated code into a separate function. | Reimar Döffinger | 2010-01-28 | 1 | -10/+13 |
* | Fix an issue uncovered by commit 20623: | Attila Kinali | 2009-11-30 | 1 | -2/+3 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 1 | -1/+1 |
* | Compact and make constant two tables used by Musepack decoders | Kostya Shishkov | 2009-04-20 | 1 | -1/+1 |
* | Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders | Kostya Shishkov | 2009-04-17 | 1 | -4/+24 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Make Musepack decoders use LFG pseudorandom generator | Kostya Shishkov | 2009-03-08 | 1 | -3/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. | Diego Biurrun | 2009-01-14 | 1 | -4/+0 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Add channel layout to several audio decoders I maintain | Kostya Shishkov | 2008-11-19 | 1 | -0/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |