summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopenjpegdec.c
Commit message (Collapse)AuthorAgeFilesLines
* libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand2013-04-041-1/+4
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-28/+3
|
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
| | | | It's got_frame, not data size
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-16/+18
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-31/+31
|
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
|
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
| | | | | | | Based on FFmpeg version from commit 3275981207e30e140cffaea334ac390f1a04266a Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* libopenjpeg: K&R formatting cosmeticsLuca Barbato2012-07-221-61/+73
|
* libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-201-0/+28
| | | | | OpenJPEG can decode in lower resolution or decode only a number of enhancement layers.
* libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-171-0/+223
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
OpenPOWER on IntegriCloud