| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix maxband limit when decoding mpc8. | Carl Eugen Hoyos | 2012-06-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -2/+4 |
|\ |
|
| * | mpc8: fix maximum bands handling | Kostya Shishkov | 2012-06-05 | 1 | -2/+3 |
* | | mpc8: fix channel checks | Michael Niedermayer | 2012-06-03 | 1 | -1/+2 |
* | | mpc8: print error messages on maxband(s) errors | Michael Niedermayer | 2012-04-24 | 1 | -2/+6 |
* | | mpc8: make maxband check less picky. | Michael Niedermayer | 2012-04-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -10/+17 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -10/+17 |
| * | mpc8: Check out of bound bands limit | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-03 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | mpc8: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
* | | Check for out of bound bands limit in mpc v8 decoder. | Laurent Aimar | 2011-09-25 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+6 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-05 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | musepack: remove extraneous mpcdata.h inclusions | Mans Rullgard | 2011-06-04 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 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-28 | 1 | -1/+1 |
|/ |
|
* | Musepack SV8 supports "mono" files (though it still codes them as stereo), | Kostya Shishkov | 2010-11-21 | 1 | -3/+8 |
* | 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 |
* | Fix an issue uncovered by commit 20623: | Attila Kinali | 2009-11-30 | 1 | -2/+3 |
* | Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). | Kostya Shishkov | 2009-06-13 | 1 | -1/+2 |
* | 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 | -15/+60 |
* | 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 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Transform codec names into single words. | Stefano Sabatini | 2008-04-29 | 1 | -1/+1 |