| Commit message (Expand) | Author | Age | Files | Lines |
* | ff: fix case where image does not have alpha channel | Paul B Mahol | 2012-10-30 | 1 | -2/+10 |
* | lavc: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+2 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -20/+20 |
|\ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -10/+10 |
* | | 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 |
* | | iffdec: Fix integer overflow. | Michael Niedermayer | 2012-07-24 | 1 | -0/+5 |
* | | cosmetics: iff: fix typo | Paul B Mahol | 2012-07-23 | 1 | -1/+1 |
* | | iff: set ham palette alpha to 0xFF | Peter Ross | 2012-07-23 | 1 | -9/+9 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+4 |
* | | iff: check if there is extradata | Paul B Mahol | 2012-05-30 | 1 | -1/+6 |
* | | iff_ilbm: fix null ptr deref | Michael Niedermayer | 2012-05-28 | 1 | -3/+7 |
* | | iff: fix null ptr dereference | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | iff: prevent a possible crash with broken/prepared IFF PBM | Piotr Bandurski | 2012-03-29 | 1 | -1/+4 |
* | | Match documentation for transparency in BGR32 iff images. | Carl Eugen Hoyos | 2012-03-19 | 1 | -0/+5 |
* | | iff: do not decode unsupported pbms with ham decoder | Peter Ross | 2012-03-13 | 1 | -1/+4 |
* | | iff: check for pbm tag | ami_stuff | 2012-03-12 | 1 | -22/+26 |
* | | iff: add support for IFF DEEP | Piotr Bandurski | 2012-03-09 | 1 | -1/+9 |
* | | iff: Fix decode_ham_plane32() buf_size. | Michael Niedermayer | 2012-02-14 | 1 | -2/+2 |
* | | iff: support masking plane feature | Peter Ross | 2012-01-15 | 1 | -4/+54 |
* | | Support transparency in iff images. | Carl Eugen Hoyos | 2012-01-14 | 1 | -4/+4 |
* | | iff: support ExtraHalfBrite (EHB) palette mode | Peter Ross | 2011-12-03 | 1 | -3/+5 |
* | | HAM6/HAM8 support for IFF ACBM decoder | Peter Ross | 2011-11-27 | 1 | -0/+13 |
* | | iff: fix invalid reads (ticket 689) | Peter Ross | 2011-11-27 | 1 | -2/+2 |
* | | [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder | ami_stuff | 2011-11-21 | 1 | -1/+12 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -18/+16 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -18/+16 |
| * | 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 | -2/+2 |
| * | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+1 |
* | | iff: remove get_image_data() and get_image_size() wrappers | Stefano Sabatini | 2011-05-11 | 1 | -29/+8 |
* | | iff: remove get_palette_size() wrapper | Stefano Sabatini | 2011-05-11 | 1 | -18/+9 |
* | | iff: remove pointless get_palette_data() wrapper | Stefano Sabatini | 2011-05-11 | 1 | -15/+4 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | HAM6/HAM8 support for IFF demuxer/decoder | Sebastian Vater | 2011-04-24 | 1 | -14/+262 |
* | | 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 | -2/+2 |
* | | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+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 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -16/+16 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm... | Peter Ross | 2010-06-22 | 1 | -1/+1 |
* | Move get_buffer() calls from decode_init() to decode_frame(). Anything else is | Sebastian Vater | 2010-06-01 | 1 | -13/+26 |
* | Factorize code into a single function. | Sebastian Vater | 2010-05-16 | 1 | -46/+35 |
* | Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. | Sebastian Vater | 2010-05-13 | 1 | -3/+3 |