| Commit message (Expand) | Author | Age | Files | Lines |
* | yop: check return value of av_frame_alloc() | Paul B Mahol | 2013-07-26 | 1 | -0/+2 |
* | yop: Fix return type | Michael Niedermayer | 2013-03-25 | 1 | -1/+3 |
* | yop: use reget_buffer() as the previous contents are used | Michael Niedermayer | 2013-03-24 | 1 | -2/+16 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -4/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -38/+22 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -37/+22 |
* | | Merge commit 'dff6197dfb9b2d145729885c63f865c5fdd184aa' | Michael Niedermayer | 2013-02-06 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | yop: initialize palette to 0 | Anton Khirnov | 2013-02-06 | 1 | -0/+3 |
* | | Merge commit '8136f234445862c94d1c081606b2d1e3d44fccf3' | Michael Niedermayer | 2013-02-06 | 1 | -7/+17 |
|\ \
| |/ |
|
| * | yop: check for input overreads. | Anton Khirnov | 2013-02-06 | 1 | -2/+17 |
* | | Merge commit '06cf597c352519d2b70f293518c61b8c312f5d4f' | Michael Niedermayer | 2013-02-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | yop: check that extradata is large enough. | Anton Khirnov | 2013-02-06 | 1 | -0/+5 |
* | | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4' | Michael Niedermayer | 2013-01-06 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | yop: use a meaningful error code. | Anton Khirnov | 2013-01-06 | 1 | -1/+1 |
* | | Merge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b' | Michael Niedermayer | 2012-12-24 | 1 | -33/+19 |
|\ \
| |/ |
|
| * | yop: simplify/sanitize the decoding loop | Anton Khirnov | 2012-12-24 | 1 | -33/+19 |
* | | 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 |
* | | Partly revert f174fba: yop decoder does not support direct rendering. | Carl Eugen Hoyos | 2012-10-30 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | | lavc/yop: remove redudant YOP in av_log() messages | Paul B Mahol | 2012-10-19 | 1 | -4/+2 |
* | | 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 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 |
* | | yopdec: check frame oddness to be within supported limits | Michael Niedermayer | 2012-06-01 | 1 | -0/+4 |
* | | yopdec: check that palette fits in the packet | Michael Niedermayer | 2012-06-01 | 1 | -0/+5 |
* | | yop: check for missing extradata | Michael Niedermayer | 2012-05-28 | 1 | -0/+5 |
* | | 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 |
* | | Increase Psygnosis YOP palette dynamics. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+2 |
* | | Set Psygnosis YOP palette opaque. | Carl Eugen Hoyos | 2011-11-12 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -2/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | 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 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |