| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libopenjpegenc: merge common code | Paul B Mahol | 2012-03-26 | 1 | -24/+0 |
* | libopenjpegenc: use pix_fmt descriptor to get bpp | Paul B Mahol | 2012-03-26 | 1 | -9/+2 |
* | libopenjpegenc: use pix_fmt descriptor to get numcomps | Paul B Mahol | 2012-03-26 | 1 | -16/+3 |
* | libopenjpegenc: switch to encode2() | Paul B Mahol | 2012-03-24 | 1 | -13/+15 |
* | libopenjpeg: make .long_name usefull | Paul B Mahol | 2012-03-24 | 1 | -1/+1 |
* | Changed indexing in libopenjpeg to shorten lines | Michael Bradshaw | 2012-01-19 | 1 | -4/+22 |
* | Support gray8a encoding with libopenjpeg. | Carl Eugen Hoyos | 2012-01-19 | 1 | -1/+6 |
* | libopenjpegenc: Remove two redundant function parameters. | Michael Bradshaw | 2012-01-17 | 1 | -12/+6 |
* | libopenjpegenc: Simplify gray encoding. | Michael Bradshaw | 2012-01-17 | 1 | -8/+4 |
* | libopenjpegenc: Add error messages. | Michael Bradshaw | 2012-01-17 | 1 | -0/+4 |
* | libopenjpegenc: Rename four conversion functions. | Michael Bradshaw | 2012-01-17 | 1 | -12/+12 |
* | RGBA64 encoding with libopenjpeg. | Carl Eugen Hoyos | 2012-01-14 | 1 | -2/+10 |
* | Gray16 encoding with libopenjpeg. | Carl Eugen Hoyos | 2012-01-14 | 1 | -2/+11 |
* | Support encoding RGB48 with libopenjpeg. | Carl Eugen Hoyos | 2012-01-11 | 1 | -1/+35 |
* | Add missing PIX_FMT_NONE to libopenjpegenc | Carl Eugen Hoyos | 2012-01-01 | 1 | -1/+2 |
* | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -1/+0 |
* | Support yuva420p encoding via libopenjpeg. | Carl Eugen Hoyos | 2011-12-02 | 1 | -2/+7 |
* | BPP fix, YUVP9, 10, 16 support, make RGB24 default | Michael Bradshaw | 2011-11-30 | 1 | -21/+81 |
* | Applied patches from Michael Niedermayer to clean up the code | Michael Bradshaw | 2011-11-18 | 1 | -29/+11 |