| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit 'd1016dccdcb10486245e5d7c186cc31af54b2a9c' | Michael Niedermayer | 2013-04-04 | 1 | -1/+1 |
|\| |
|
| * | bmv: check for len being valid in bmv_decode_frame(). | Anton Khirnov | 2013-04-04 | 1 | -1/+1 |
* | | 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 | -23/+7 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -23/+7 |
* | | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6' | Michael Niedermayer | 2013-02-13 | 1 | -16/+5 |
|\| |
|
| * | bmvaudio: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -16/+5 |
* | | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4' | Michael Niedermayer | 2013-01-06 | 1 | -8/+8 |
|\| |
|
| * | bmv: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -8/+8 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+3 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -3/+4 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | 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 '8ac0f6767bf63d3e6b308ee6648ff02598b81e03' | Michael Niedermayer | 2012-11-02 | 1 | -6/+4 |
|\| |
|
| * | bmvaudio: set channel layout at init() rather than validating it | Justin Ruggles | 2012-11-01 | 1 | -6/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-19 | 1 | -7/+10 |
|\| |
|
| * | bmv: get a new frame on every decode_frame(), so we can use direct rendering | Kostya Shishkov | 2012-10-19 | 1 | -7/+11 |
* | | bmv: remove unreachable default case | Michael Niedermayer | 2012-10-18 | 1 | -2/+0 |
* | | 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 |
* | | bmv_videodec: fix out of array read | Michael Niedermayer | 2012-08-14 | 1 | -0/+5 |
* | | 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 |
* | | bmv: add CODEC_CAP_DR1 | Paul B Mahol | 2012-07-06 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-04 | 1 | -4/+8 |
|\| |
|
| * | bmv: add stricter checks for invalid decoded length | Kostya Shishkov | 2012-06-03 | 1 | -3/+7 |
* | | bmv: fix apparent sign error in the frame_off check | Michael Niedermayer | 2012-06-02 | 1 | -2/+2 |
* | | bmv: fix integer overflows in vlc decoder. | Michael Niedermayer | 2012-06-02 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-03 | 1 | -9/+25 |
|\| |
|
| * | bmv audio: implement new audio decoding API | Justin Ruggles | 2012-01-01 | 1 | -9/+25 |
* | | Set Discworld II BMV palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
|/ |
|
* | BMV demuxer and decoder | Kostya Shishkov | 2011-11-08 | 1 | -0/+360 |