summaryrefslogtreecommitdiff
path: root/libavcodec/libopenjpegdec.c
Commit message (Collapse)AuthorAge
* Support decoding rgba64 with libopenjpeg.Michael Bradshaw2012-02-01
|
* Support decoding gray8a with libopenjpeg.Michael Bradshaw2012-02-01
|
* Supoort decoding of gray16 images with libopenjpeg.Michael Bradshaw2012-01-30
|
* Added yuva420p decoding support for libopenjpegMichael Bradshaw2012-01-03
| | | | | Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Added RGBA and YUV440 decoding support for libopenjpeg decoderMichael Bradshaw2012-01-03
| | | | | Reviewed-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fixed openjpeg decoding bug with width/linesize issueMichael Bradshaw2012-01-03
| | | | | | | The original code wasn't taking into account the fact that linesize may not equal the frame's width. This is to correct that. Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libopenjpeg: support decoding with bits per pixel greater than 8Jean First2011-12-24
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Approved-by: Alex Zhukov
* pthread: fixed thread initialization issues related to thread-safe buffer ↵Anatoliy Wasserman2011-12-08
| | | | | | | allocator Signed-off-by: Anatoliy Wasserman <anatoliy.wasserman@yandex.ru> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* yuv pixel formats support in openjpeg decoder + 10bit supportAlex Zhukov2011-11-24
| | | | | | Signed-off-by: Alex Zhukov <zhukov.alex@gmail.com> Reviewed-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libopenjpeg: rename decoder source file.Michael Bradshaw2011-11-17
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>