| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -3/+3 |
|\ |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -3/+3 |
* | | avcodec/libopenjpegenc: Add frame-threading capability | Dave Rice | 2014-06-03 | 1 | -1/+1 |
* | | Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042' | Michael Niedermayer | 2014-03-19 | 1 | -2/+2 |
|\| |
|
| * | libopenjpeg: Support rgba64 encoding | Carl Eugen Hoyos | 2014-03-18 | 1 | -0/+3 |
* | | Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0' | Michael Niedermayer | 2014-03-19 | 1 | -13/+12 |
|\| |
|
| * | libopenjpeg: K&R formatting cosmetics | Vittorio Giovara | 2014-03-18 | 1 | -15/+13 |
* | | avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra... | Michael Niedermayer | 2014-01-24 | 1 | -5/+1 |
* | | avcodec/libopenjpegenc: Check the return code of av_frame_ref() | Michael Niedermayer | 2014-01-24 | 1 | -1/+4 |
* | | lavc/libopenjpegenc: check av_frame_alloc() failure. | Nicolas George | 2013-12-30 | 1 | -0/+2 |
* | | avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame) | Michael Niedermayer | 2013-12-17 | 1 | -10/+12 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | libopenjpeg: fix encoding of odd sized subsampled images | Michael Bradshaw | 2013-09-28 | 1 | -17/+62 |
* | | libopenjpeg: init and close properly; don't config during encode | Michael Bradshaw | 2013-09-23 | 1 | -32/+36 |
* | | avcodec/libopenjpegen: XYZ 12 bit support for libopenjpeg encoder | clook | 2013-07-23 | 1 | -0/+37 |
* | | Rename "AVClass class" as "AVClass component_class" for external codecs. | Sean McGovern | 2013-07-04 | 1 | -2/+2 |
* | | libopenjpegenc: make dci compliant j2c | Michaël Cinquin | 2013-02-03 | 1 | -0/+29 |
* | | libopenjpegenc: simplify switch statement | Michael Bradshaw | 2013-01-31 | 1 | -10/+5 |
* | | libopenjpegenc: add support for pix fmt gbrp (8-16 bit) | Michael Bradshaw | 2013-01-31 | 1 | -0/+33 |
* | | configure: consider using /usr/include/openjpeg-1.5 when searching for openjpeg | Johannes Nixdorf | 2012-12-22 | 1 | -1/+6 |
* | | Support new transparency colour-spaces with libopenjpeg. | Carl Eugen Hoyos | 2012-11-04 | 1 | -0/+21 |
* | | Update my email address | Michael Bradshaw | 2012-10-27 | 1 | -1/+1 |
* | | Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5' | Michael Niedermayer | 2012-10-12 | 1 | -5/+6 |
|\| |
|
| * | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -7/+6 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -74/+74 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -54/+54 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -9/+9 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -9/+9 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -14/+14 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -14/+14 |
* | | lavc: add missing new line to some messages | Piotr Bandurski | 2012-09-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-17 | 1 | -0/+1 |
|\| |
|
| * | Add missing includes for code relying on external libraries | Martin Storsjö | 2012-08-16 | 1 | -0/+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 |
* | | libopenjpegenc: set numresolution max to INT_MAX | Michael Bradshaw | 2012-07-25 | 1 | -5/+5 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -19/+17 |
|\| |
|
| * | libopenjpeg: K&R formatting cosmetics | Luca Barbato | 2012-07-22 | 1 | -24/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -15/+31 |
|\| |
|
| * | libopenjpeg: introduce encoding support | Michael Bradshaw | 2012-07-17 | 1 | -0/+437 |
* | libopenjpegenc: cosmetics: reorder pix_fmts | Michael Bradshaw | 2012-07-04 | 1 | -5/+5 |
* | libopenjpegenc: add support for YUV420/422/444P12/14 | Michael Bradshaw | 2012-07-04 | 1 | -0/+14 |
* | cosmetics: align more codecs declarations | Paul B Mahol | 2012-06-12 | 1 | -10/+12 |
* | libopenjpeg: YUVA422P and YUVA444P support | Paul B Mahol | 2012-06-09 | 1 | -2/+6 |
* | libopenjpeg: YUV410P and YUV411P support | Paul B Mahol | 2012-06-04 | 1 | -0/+5 |
* | libopenjpegenc: remove leftover because older version of patch being applied | Paul B Mahol | 2012-03-26 | 1 | -1/+0 |
* | libopenjpegenc: allow changing encoding parameters | Paul B Mahol | 2012-03-26 | 1 | -3/+58 |