summaryrefslogtreecommitdiff
path: root/libavcodec/libopenjpegenc.c
Commit message (Collapse)AuthorAge
* Changed indexing in libopenjpeg to shorten linesMichael Bradshaw2012-01-19
|
* Support gray8a encoding with libopenjpeg.Carl Eugen Hoyos2012-01-19
| | | | | Reviewed-by: Michael Bradshaw Reviewed-by: Paul B Mahol
* libopenjpegenc: Remove two redundant function parameters.Michael Bradshaw2012-01-17
|
* libopenjpegenc: Simplify gray encoding.Michael Bradshaw2012-01-17
|
* libopenjpegenc: Add error messages.Michael Bradshaw2012-01-17
|
* libopenjpegenc: Rename four conversion functions.Michael Bradshaw2012-01-17
|
* RGBA64 encoding with libopenjpeg.Carl Eugen Hoyos2012-01-14
| | | | Reviewed-by: Michael Bradshaw
* Gray16 encoding with libopenjpeg.Carl Eugen Hoyos2012-01-14
| | | | Reviewed-by: Michael Bradshaw
* Support encoding RGB48 with libopenjpeg.Carl Eugen Hoyos2012-01-11
| | | | Reviewed-by: Michael Bradshaw
* Add missing PIX_FMT_NONE to libopenjpegencCarl Eugen Hoyos2012-01-01
| | | | | | | | | fixes ticket #813 Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Reviewed-by: Jean First <jeanfirst@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Use more designated initializers.Paul B Mahol2011-12-30
| | | | | | | Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
* Support yuva420p encoding via libopenjpeg.Carl Eugen Hoyos2011-12-02
|
* BPP fix, YUVP9, 10, 16 support, make RGB24 defaultMichael Bradshaw2011-11-30
|
* Applied patches from Michael Niedermayer to clean up the codeMichael Bradshaw2011-11-18
|
* Added support for J2K encoding with libopenjpegMichael Bradshaw2011-11-17
Note: Some of the previous patches have had two bugs that have been fixed in this patch.