| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -6/+2 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -6/+6 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -7/+7 |
* | | Merge commit 'cb7b47a61dba0b9329ecede5dd3211dc0662dc05' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\ \
| |/ |
|
| * | cinaudio: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | 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 | -1/+2 |
|\ \
| |/ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 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 |
* | | dsicinav: update bitmap_frame_size, avoid out of array reads. | Michael Niedermayer | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03' | Michael Niedermayer | 2012-11-02 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | dsicinaudio: set channels and channel layout | Justin Ruggles | 2012-11-01 | 1 | -7/+5 |
* | | dsicinav: return proper error code in case of malloc failure | Paul B Mahol | 2012-10-25 | 1 | -10/+26 |
* | | dsicinav: return meaningful error code | Paul B Mahol | 2012-10-25 | 1 | -3/+3 |
* | | 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 |
* | | dsicinav: fix signed integer overflow | Michael Niedermayer | 2012-08-31 | 1 | -2/+2 |
* | | 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-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dsicin: remove dead assignment | Mans Rullgard | 2012-07-01 | 1 | -1/+1 |
* | | dsicinav: Check for overread in RLE decode. | Michael Niedermayer | 2012-04-16 | 1 | -2/+7 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-12 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | dsicinvideo: validate buffer offset before copying pixels. | Ronald S. Bultje | 2012-03-11 | 1 | -15/+25 |
* | | dsicinav: fix 10l bug introduced in 999d38f3a94eb963c073512e5dad7940456eb634 | Michael Niedermayer | 2012-03-04 | 1 | -0/+1 |
* | | dsicinvideo: validate buffer offset before copying pixels. | Ronald S. Bultje | 2012-03-04 | 1 | -15/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -12/+18 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+18 |
* | | Set second Delphine Software International CIN palette opaque. | Carl Eugen Hoyos | 2011-11-13 | 1 | -1/+1 |
* | | Set Delphine Software International CIN palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-30 | 1 | -17/+27 |
|\ \
| |/ |
|
| * | cin audio: use sign_extend() instead of casting to int16_t | Justin Ruggles | 2011-10-29 | 1 | -1/+2 |
| * | cin audio: restructure decoding loop to avoid a separate counter variable | Justin Ruggles | 2011-10-29 | 1 | -11/+14 |
| * | cin audio: use local variable for delta value | Justin Ruggles | 2011-10-29 | 1 | -5/+8 |
| * | cin audio: remove unneeded cast from void* | Justin Ruggles | 2011-10-29 | 1 | -1/+1 |
| * | cin audio: validate the channel count | Justin Ruggles | 2011-10-29 | 1 | -0/+5 |
| * | cin audio: remove unneeded AVCodecContext pointer from CinAudioContext | Justin Ruggles | 2011-10-29 | 1 | -2/+0 |
| * | dsicinav: Check for out of bounds writes | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
| * | dsicinav: Check for out of bounds reads | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | | Check for out of bounds writes in the Delphine Software International CIN dec... | Laurent Aimar | 2011-09-30 | 1 | -0/+2 |
* | | Check for out of bounds reads in the Delphine Software International CIN deco... | Laurent Aimar | 2011-09-30 | 1 | -0/+2 |
* | | 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 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |