| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
|\ |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | | smacker: Check for overread in smka_decode_frame() | Michael Niedermayer | 2011-12-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -10/+31 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -10/+31 |
* | | Set Smacker palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-10 | 1 | -9/+10 |
|\ \
| |/ |
|
| * | smackaud: use uint8_t* for 8-bit output buffer type | Justin Ruggles | 2011-11-09 | 1 | -1/+1 |
| * | smackaud: clip output samples | Justin Ruggles | 2011-11-09 | 1 | -4/+4 |
| * | smackaud: use sign_extend() for difference value instead of casting | Justin Ruggles | 2011-11-09 | 1 | -4/+5 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | smacker: validate channels and sample format. | Justin Ruggles | 2011-10-11 | 1 | -0/+8 |
| * | smacker: check buffer size before reading output size | Justin Ruggles | 2011-10-11 | 1 | -0/+5 |
| * | smacker: validate number of channels | Justin Ruggles | 2011-10-11 | 1 | -0/+4 |
| * | smacker: fix a few off by 1 errors | Michael Niedermayer | 2011-09-14 | 1 | -4/+4 |
| * | Check for invalid VLC value in smacker decoder. | Laurent Aimar | 2011-09-14 | 1 | -0/+2 |
| * | Check and propagate errors when VLC trees cannot be built in smacker decoder. | Laurent Aimar | 2011-09-14 | 1 | -8/+12 |
* | | smacker: fix a few off by 1 errors | Michael Niedermayer | 2011-09-13 | 1 | -6/+4 |
* | | smacker: add forgotten * | Michael Niedermayer | 2011-09-12 | 1 | -1/+1 |
* | | Fixed segfaults on corruped smacker streams in the decoder. | Laurent Aimar | 2011-09-11 | 1 | -8/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -17/+13 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -17/+13 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-28 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | smacker: remove unnecessary call to avctx->release_buffer in decode_frame() | Stefano Sabatini | 2011-04-27 | 1 | -2/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
| * | 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 |
| * | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -6/+3 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | 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 |
* | | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -6/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 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 | -2/+2 |
* | Set the sample format for Smacker audio in the decoder rather than in the | Justin Ruggles | 2009-11-01 | 1 | -0/+1 |
* | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger | 2009-10-13 | 1 | -4/+0 |
* | smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | Remove useless assignment during initialization for some decoders | Kostya Shishkov | 2009-04-24 | 1 | -2/+0 |
* | 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 | -2/+6 |
* | Make Smacker audio decoder output audio in original bit depth | Daniel Verkamp | 2009-03-21 | 1 | -6/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix one peculiar case in Smacker decoding. | Daniel Verkamp | 2008-12-15 | 1 | -1/+1 |