| Commit message (Expand) | Author | Age | Files | Lines |
* | pictordec: fix cga palette index limit | Michael Niedermayer | 2013-02-10 | 1 | -1/+1 |
* | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a' | Michael Niedermayer | 2012-12-24 | 1 | -1/+1 |
|\ |
|
| * | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | | 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 |
* | | pictordec: fill any unset portion of the image | Peter Ross | 2012-11-10 | 1 | -2/+11 |
* | | pictordec: decode 1bpp / 4bpp images when extra header marker is missing | Piotr Bandurski | 2012-10-29 | 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 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-17 | 1 | -45/+58 |
|\ \
| |/ |
|
| * | pictordec: Use bytestream2 functions | Laurentiu Ion | 2012-01-15 | 1 | -43/+56 |
* | | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -1/+1 |
* | | pictordec: decode 8bpp images when extra header marker is missing | Peter Ross | 2011-12-03 | 1 | -1/+1 |
* | | pictordec: support uncompressed images | Peter Ross | 2011-12-02 | 1 | -4/+7 |
* | | pictordec: prevent segfault when reading corrupted files | Peter Ross | 2011-12-01 | 1 | -4/+2 |
* | | pictordec: use correct context for another av_log | Peter Ross | 2011-12-01 | 1 | -1/+1 |
* | | Use correct context for av_log. | Carl Eugen Hoyos | 2011-12-01 | 1 | -1/+1 |
* | | Increase Pictor/PC Paint palette dynamics. | Carl Eugen Hoyos | 2011-11-13 | 1 | -1/+1 |
* | | Set some Pictor/PC Paint palettes opaque. | Carl Eugen Hoyos | 2011-11-13 | 1 | -3/+5 |
* | | 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 | -9/+7 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+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 | -1/+9 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+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 |
|/ |
|
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 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 |
* | Remove redundant and harmful explicit filename after @file Doxygen command. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Pictor/PC Paint decoder | Peter Ross | 2010-06-08 | 1 | -0/+250 |