| Commit message (Expand) | Author | Age | Files | Lines |
* | tiffenc: PIX_FMT_YUV440P support | Paul B Mahol | 2012-07-09 | 1 | -1/+2 |
* | tiffenc: PIX_FMT_GRAY8A support | Paul B Mahol | 2012-07-06 | 1 | -1/+2 |
* | tiffenc: PIX_FMT_GRAY16LE support | Paul B Mahol | 2012-07-06 | 1 | -1/+2 |
* | tiffenc: merge common code | Paul B Mahol | 2012-07-06 | 1 | -6/+0 |
* | tiffenc: use av_get_bits_per_pixel() to get bpp | Paul B Mahol | 2012-07-06 | 1 | -12/+3 |
* | tiffenc: use av_pix_fmt_descriptors to set bpp_tab[] | Paul B Mahol | 2012-07-06 | 1 | -10/+4 |
* | tiffenc: simplify calculation of bpp_tab_size | Paul B Mahol | 2012-07-06 | 1 | -3/+2 |
* | tiffenc: use av_assert() | Michael Niedermayer | 2012-06-10 | 1 | -1/+1 |
* | tiffenc: fix out of array read | Michael Niedermayer | 2012-05-12 | 1 | -7/+18 |
* | Make tiff-in-mov QuickTime-compatible for more colour-spaces. | Carl Eugen Hoyos | 2012-04-18 | 1 | -0/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -8/+9 |
|\ |
|
| * | cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot... | Martin Storsjö | 2012-04-07 | 1 | -6/+6 |
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | tiffenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | | tiffenc: fix return value. | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\| |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -24/+33 |
|\| |
|
| * | tiffenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -13/+22 |
| * | tiffenc: properly forward error codes in encode_frame(). | Anton Khirnov | 2012-02-23 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -16/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft. | Anton Khirnov | 2012-01-27 | 1 | -16/+0 |
* | | Support 64bit tiff images. | Carl Eugen Hoyos | 2012-01-14 | 1 | -1/+9 |
* | | Support tiff RGBA encoding. | Carl Eugen Hoyos | 2011-12-02 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-25 | 1 | -0/+6 |
|\| |
|
| * | tiffenc: deprecate using compression_level | Anton Khirnov | 2011-11-24 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-24 | 1 | -7/+24 |
|\| |
|
| * | tiffenc: add a private option for selecting compression algorithm | Anton Khirnov | 2011-11-23 | 1 | -1/+25 |
| * | tiffenc: initialize forgotten avctx. | Jean First | 2011-10-12 | 1 | -0/+1 |
* | | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -1/+1 |
* | | tiffenc: Enable RGB48LE (16-bit) encoding support | Jean First | 2011-09-25 | 1 | -2/+10 |
* | | tiffenc: initialize forgotten avctx. | Jean First | 2011-09-23 | 1 | -0/+1 |
* | | tiffenc: Add forgotten avclass to context. | Jean First | 2011-09-23 | 1 | -0/+1 |
* | | Allow setting resolution in DPI for Tiff. | Carl Eugen Hoyos | 2011-08-18 | 1 | -1/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -10/+5 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -10/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -1/+2 |
|\| |
|
| * | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 1 | -1/+2 |
| * | 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 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | tiffenc: set bpp table for monow/monob formats | Stefano Sabatini | 2011-05-13 | 1 | -1/+2 |
* | | tiffenc: factorize code for monow/monob case in encode_frame() switch | Stefano Sabatini | 2011-05-13 | 1 | -4/+1 |
* | | tiffenc: fix bpp value for monow/monob formats | Stefano Sabatini | 2011-05-13 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |