| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\ |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -2/+3 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | vmdav: more complete check for block_align, prevent out of array access. | Michael Niedermayer | 2012-11-15 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -0/+4 |
|\| |
|
| * | vmdaudio: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+4 |
* | | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | vmdvideo: remove superfluous strings from av_log messages | Paul B Mahol | 2012-03-23 | 1 | -4/+4 |
* | | vmdav: check that theres enough space for a chunk remaining. | Michael Niedermayer | 2011-12-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -12/+23 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+23 |
| * | vmd: fix segfaults on corruped streams | Laurent Aimar | 2011-10-06 | 1 | -24/+80 |
* | | Increase Sierra VMD palette dynamics. | Carl Eugen Hoyos | 2011-11-13 | 1 | -0/+1 |
* | | Set Sierra VMD palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
* | | 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-09-25 | 1 | -42/+79 |
|\| |
|
| * | vmdaudio: fix decoding of 16-bit audio format. | Justin Ruggles | 2011-09-25 | 1 | -40/+80 |
* | | Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder. | Laurent Aimar | 2011-09-25 | 1 | -2/+2 |
* | | Fix out of bound reads in rle_unpack() of vmd video decoder. | Laurent Aimar | 2011-09-25 | 1 | -8/+15 |
* | | Check for out of bound reads in vmd_decode() of vmd video decoder. | Laurent Aimar | 2011-09-25 | 1 | -4/+19 |
* | | Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder. | Laurent Aimar | 2011-09-25 | 1 | -3/+3 |
* | | Prevent out of bound read in lz_unpack in vmd video decoder. | Laurent Aimar | 2011-09-25 | 1 | -6/+18 |
* | | Prevent NULL dereferences when the previous frame is missing in vmd video dec... | Laurent Aimar | 2011-09-24 | 1 | -4/+5 |
* | | Check for invalid update parameters in vmd video decoder. | Laurent Aimar | 2011-09-24 | 1 | -0/+10 |
* | | Fix potential overread in vmd audio decoder. | Laurent Aimar | 2011-09-24 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -17/+14 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -17/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -1/+1 |
|\| |
|
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. | Justin Ruggles | 2011-02-23 | 1 | -8/+7 |
| * | vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo... | Justin Ruggles | 2011-02-23 | 1 | -12/+8 |
| * | vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam... | Justin Ruggles | 2011-02-23 | 1 | -3/+5 |
| * | vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then... | Justin Ruggles | 2011-02-23 | 1 | -12/+12 |
| * | cosmetics: reindent after previous commit | Justin Ruggles | 2011-02-23 | 1 | -8/+8 |
| * | vmdaudio: move all silence chunk handling to vmdaudio_loadsound(). | Justin Ruggles | 2011-02-23 | 1 | -14/+9 |
| * | cosmetics: remove debugging cruft | Justin Ruggles | 2011-02-23 | 1 | -3/+0 |
| * | cosmetics: reindent after previous commit | Justin Ruggles | 2011-02-23 | 1 | -11/+11 |