| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
|\ |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -6/+2 |
* | | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+0 |
|\| |
|
| * | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -10/+9 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -10/+9 |
* | | Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10' | Michael Niedermayer | 2013-02-24 | 1 | -0/+5 |
|\| |
|
| * | flicvideo: avoid an infinite loop in byte run compression | Anton Khirnov | 2013-02-23 | 1 | -0/+5 |
* | | Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e' | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
|\| |
|
| * | flicvideo: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -11/+11 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -9/+9 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -9/+9 |
* | | flicvideo: return more meaningful error codes | Paul B Mahol | 2012-11-01 | 1 | -10/+10 |
* | | 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 | -8/+8 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+3 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | flicvideo: support 256-bytes extradata | Piotr Bandurski | 2012-05-20 | 1 | -0/+2 |
* | | Support flicvideo with 904 bytes extradata. | Carl Eugen Hoyos | 2012-04-22 | 1 | -2/+5 |
* | | Print unexpected length of flicvideo extradata. | Carl Eugen Hoyos | 2012-04-19 | 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 |
* | | Support FLIC in AVI. | Paul B Mahol | 2012-03-28 | 1 | -5/+14 |
* | | Support FLIC in MOV. | Reimar Döffinger | 2012-03-26 | 1 | -3/+7 |
* | | flicvideo: remove dead store | Paul B Mahol | 2012-03-22 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-07 | 1 | -103/+92 |
|\| |
|
| * | flicvideo: fix invalid reads | Laurentiu Ion | 2012-01-06 | 1 | -89/+77 |
| * | flicvideo: check extradata_size before accessing extradata. | Carl Eugen Hoyos | 2011-11-26 | 1 | -3/+6 |
* | | flicvideo: input buffer pointer checks. | Michael Niedermayer | 2011-12-15 | 1 | -0/+25 |
* | | flicvideo: fix overread. | Michael Niedermayer | 2011-12-15 | 1 | -2/+4 |
* | | Increase FLI/FLC Animation palette dynamics for some samples. | Carl Eugen Hoyos | 2011-11-13 | 1 | -0/+2 |
* | | Set FLI/FLC Animation palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+1 |
* | | Check extradata_size before accessing extradata. | Carl Eugen Hoyos | 2011-11-09 | 1 | -3/+6 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -2/+2 |
* | | Check for out of bound reads in the flic decoder. | Laurent Aimar | 2011-09-28 | 1 | -15/+29 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -13/+8 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -13/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -1/+0 |
|\| |
|
| * | Remove statements immediately following unconditional jumps | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
| * | 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 | -1/+1 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | flicvideo: fix crash on flic files with invalid frame size | Stefano Sabatini | 2011-04-23 | 1 | -0/+5 |
* | | flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR() | Stefano Sabatini | 2011-04-23 | 1 | -2/+2 |