summaryrefslogtreecommitdiff
path: root/libavcodec/libopenjpegdec.c
Commit message (Collapse)AuthorAge
* libopenjpeg: Support rgba64 decodingVittorio Giovara2014-03-18
|
* libopenjpeg: K&R formatting cosmeticsVittorio Giovara2014-03-18
|
* libopenjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* libopenjpegdec: return meaningful error codesAnton Khirnov2013-10-30
|
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
|
* libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand2013-04-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
|
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
| | | | It's got_frame, not data size
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
|
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
|
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-26
| | | | | | | Based on FFmpeg version from commit 3275981207e30e140cffaea334ac390f1a04266a Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* libopenjpeg: K&R formatting cosmeticsLuca Barbato2012-07-22
|
* libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-20
| | | | | OpenJPEG can decode in lower resolution or decode only a number of enhancement layers.
* libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-17
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>