summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopenjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* configure: consider using /usr/include/openjpeg-1.5 when searching for openjpegJohannes Nixdorf2012-12-221-1/+6
* Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-3/+3
|\
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* | Support new transparency colour-spaces with libopenjpeg.Carl Eugen Hoyos2012-11-041-1/+4
* | Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5'Michael Niedermayer2012-10-121-16/+20
|\ \ | |/
| * lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-16/+18
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-25/+25
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-31/+31
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-171-0/+1
|\ \ | |/
| * Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * 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
* | libopenjpegdec: increase max lowres from 5 to 31Michael Bradshaw2012-08-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-8/+6
|\ \ | |/
| * libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-44/+53
|\ \ | |/
| * libopenjpeg: K&R formatting cosmeticsLuca Barbato2012-07-221-61/+73
* | libopenjpegdec: set cp_reduce value only oncePaul B Mahol2012-07-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-1/+21
|\ \ | |/
| * libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-201-0/+28
| * libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-171-0/+223
* libopenjpegdec: add support for decoding YUV420/422/444P12/14Michael Bradshaw2012-07-041-0/+2
* libopenjpegdec: make use of FF_ARRAY_ELEMSPaul B Mahol2012-06-091-4/+4
* libopenjpeg: YUVA422P and YUVA444P supportPaul B Mahol2012-06-091-3/+3
* libopenjpegdec: unbreak yuva420p supportPaul B Mahol2012-06-091-2/+2
* libopenjpeg: YUV410P and YUV411P supportPaul B Mahol2012-06-041-1/+2
* Set bits_per_raw_sample when decoding libopenjpeg images.Carl Eugen Hoyos2012-05-131-0/+4
* Allow decoding of j2k images with bpp<8 and 8<bpp<16 with libopenjpeg.Carl Eugen Hoyos2012-05-111-4/+6
* libopenjpegdec: respect JP2 color space, fix ticket 1179Michael Bradshaw2012-05-031-62/+75
* lowres2 support.Michael Niedermayer2012-04-221-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-10/+10
* Fixes ticket 1127.Michael Bradshaw2012-03-281-1/+1
* libopenjpegdec: hack to fix GRAY16 decodingPaul B Mahol2012-03-271-0/+4
* libopenjpegdec: refactor some code and fix memory leaksPaul B Mahol2012-03-261-5/+4
* libopenjpegdec: always check image because decoding may still failPaul B Mahol2012-03-261-0/+5
* libopenjpeg: make .long_name usefullPaul B Mahol2012-03-241-1/+1
* Support decoding rgba64 with libopenjpeg.Michael Bradshaw2012-02-011-12/+16
* Support decoding gray8a with libopenjpeg.Michael Bradshaw2012-02-011-1/+7
* Supoort decoding of gray16 images with libopenjpeg.Michael Bradshaw2012-01-301-1/+1
* Added yuva420p decoding support for libopenjpegMichael Bradshaw2012-01-031-1/+10
* Added RGBA and YUV440 decoding support for libopenjpeg decoderMichael Bradshaw2012-01-031-0/+2
* Fixed openjpeg decoding bug with width/linesize issueMichael Bradshaw2012-01-031-2/+2
* libopenjpeg: support decoding with bits per pixel greater than 8Jean First2011-12-241-1/+31
* pthread: fixed thread initialization issues related to thread-safe buffer all...Anatoliy Wasserman2011-12-081-2/+0
* yuv pixel formats support in openjpeg decoder + 10bit supportAlex Zhukov2011-11-241-41/+132
* libopenjpeg: rename decoder source file.Michael Bradshaw2011-11-171-0/+226
OpenPOWER on IntegriCloud