| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | wmadec: require block_align to be set. | Anton Khirnov | 2013-03-08 | 1 | -0/+5 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | wma: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -8/+5 |
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+2 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -4/+4 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 1 | -17/+17 |
* | wmadec: use float planar sample format output | Justin Ruggles | 2012-10-14 | 1 | -37/+28 |
* | wmadec: Adjust debug printf argument length modifier | Diego Biurrun | 2012-10-01 | 1 | -1/+1 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+3 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | wma: fix off-by-one in array bounds check. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
* | wma: fix invalid buffer size assumptions causing random overreads. | Ronald S. Bultje | 2012-03-02 | 1 | -3/+10 |
* | wma: don't return 0 on invalid packets. | Ronald S. Bultje | 2012-02-18 | 1 | -2/+6 |
* | wmadec: Verify bitstream size makes sense before calling init_get_bits. | Alex Converse | 2012-01-30 | 1 | -0/+2 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+18 |
* | wmadec: consolidate 2 output buffer size checks into 1 check | Justin Ruggles | 2011-10-28 | 1 | -11/+14 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -24/+20 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -9/+0 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -1/+1 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -7/+7 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -19/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Silence warning "new qualifiers in middle of multi-level | Eli Friedman | 2010-07-07 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | Fix indentation after r22414. | Carl Eugen Hoyos | 2010-03-09 | 1 | -10/+10 |
* | SIMD optimization using float_to_int16_interleave. | Zhou Zongyi | 2010-03-09 | 1 | -0/+11 |
* | remove a Huffman table from WMA which also exists in AAC | Stefan Gehrer | 2010-02-19 | 1 | -3/+3 |
* | Flush the bitreservour. | Michael Niedermayer | 2010-01-30 | 1 | -0/+10 |
* | Print error messages on errors. | Michael Niedermayer | 2009-12-07 | 1 | -6/+19 |
* | Fix apparent 10l typos introduced in r8627. | Michael Niedermayer | 2009-12-06 | 1 | -5/+5 |
* | WMA: extend exponent range to 95 | Måns Rullgård | 2009-11-24 | 1 | -1/+11 |
* | WMA: extend exponent table up to 75 | Måns Rullgård | 2009-11-23 | 1 | -3/+10 |
* | WMA: fix loop unrolling in decode_exp_vlc() | Måns Rullgård | 2009-09-29 | 1 | -12/+12 |
* | WMA: use type punning and unroll loops in decode_exp_vlc() | Måns Rullgård | 2009-09-29 | 1 | -6/+16 |
* | WMA: use a table instead of pow() in decode_exp_vlc | Måns Rullgård | 2009-09-29 | 1 | -4/+73 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 1 | -4/+4 |
* | WMA: remove some unused variables | Måns Rullgård | 2009-09-26 | 1 | -7/+3 |
* | Remove unused variables, fixes the warnings: | Diego Biurrun | 2009-09-23 | 1 | -3/+0 |
* | WMA: use DSPContext.butterflies_float | Måns Rullgård | 2009-09-23 | 1 | -6/+1 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 1 | -3/+3 |