Age | Commit message (Expand) | Author |
2013-01-14 | Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de' | Michael Niedermayer |
2013-01-14 | pcx: return meaningful error codes. | Anton Khirnov |
2012-12-05 | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer |
2012-12-05 | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov |
2012-12-04 | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov |
2012-10-13 | pcx: read sample aspect ratio | Paul B Mahol |
2012-10-11 | pcx: convert to bytestream2 API | Paul B Mahol |
2012-10-10 | pcx: use meaningful return values | Paul B Mahol |
2012-10-08 | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-04-07 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2011-11-11 | Make PAL8 pcx images opaque. | Carl Eugen Hoyos |
2011-11-11 | Set palette for 1bit pcx. | Carl Eugen Hoyos |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-02 | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-16 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-06-26 | pcx: convert VLAs to malloc/free | Måns Rullgård |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-10-27 | Fix indentation. | Benoit Fouet |
2009-10-27 | Only memset for palettes of 16 elements. | Benoit Fouet |
2009-10-03 | Support decoding of uncompressed PCX scanlines | Peter Ross |
2009-06-05 | pcx decoder use get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-12 | Correct type for pcx_rle_decode(). | Carl Eugen Hoyos |
2008-04-29 | Add long names to some AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-01 | const | Michael Niedermayer |
2007-12-27 | remove useless cast | Ivo van Poorten |
2007-12-26 | PC Paintbrush PCX image decoder | Ivo van Poorten |