54 Commits (7bac6e5cf81b1f956f06d15546a376e32f4ea558)

Author SHA1 Message Date
Michael Bradshaw 3cfd4df8e7 libopenjpeg: init and close properly; don't config during encode 11 years ago
clook 4443213d2e avcodec/libopenjpegen: XYZ 12 bit support for libopenjpeg encoder 11 years ago
Sean McGovern bf18abb2eb Rename "AVClass class" as "AVClass component_class" for external codecs. 12 years ago
Michaël Cinquin 60f06f986f libopenjpegenc: make dci compliant j2c 12 years ago
Michael Bradshaw 28f36dce3e libopenjpegenc: simplify switch statement 12 years ago
Michael Bradshaw c58c67398d libopenjpegenc: add support for pix fmt gbrp (8-16 bit) 12 years ago
Johannes Nixdorf e749b5dd98 configure: consider using /usr/include/openjpeg-1.5 when searching for openjpeg 12 years ago
Carl Eugen Hoyos b5d496f3a4 Support new transparency colour-spaces with libopenjpeg. 12 years ago
Michael Bradshaw c430cb49fd Update my email address 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Piotr Bandurski 53241b5dc7 lavc: add missing new line to some messages 12 years ago
Martin Storsjö 7ebe3962f3 Add missing includes for code relying on external libraries 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Bradshaw 043c75a989 libopenjpegenc: set numresolution max to INT_MAX 12 years ago
Luca Barbato 51a5ddfa01 libopenjpeg: K&R formatting cosmetics 12 years ago
Michael Bradshaw 453c02f971 libopenjpeg: introduce encoding support 13 years ago
Michael Bradshaw 713a7854e0 libopenjpegenc: cosmetics: reorder pix_fmts 13 years ago
Michael Bradshaw 7544ef7805 libopenjpegenc: add support for YUV420/422/444P12/14 13 years ago
Paul B Mahol f06269dda5 cosmetics: align more codecs declarations 13 years ago
Paul B Mahol 1ef5561a66 libopenjpeg: YUVA422P and YUVA444P support 13 years ago
Paul B Mahol b0f6df28de libopenjpeg: YUV410P and YUV411P support 13 years ago
Paul B Mahol 3f26a87488 libopenjpegenc: remove leftover because older version of patch being applied 13 years ago
Paul B Mahol 67d5fcc989 libopenjpegenc: allow changing encoding parameters 13 years ago
Paul B Mahol dec8eb6b29 libopenjpegenc: merge common code 13 years ago
Paul B Mahol 8e45005a84 libopenjpegenc: use pix_fmt descriptor to get bpp 13 years ago
Paul B Mahol 06b0c6a655 libopenjpegenc: use pix_fmt descriptor to get numcomps 13 years ago
Paul B Mahol b222c28ee8 libopenjpegenc: switch to encode2() 13 years ago
Paul B Mahol a5b823368a libopenjpeg: make .long_name usefull 13 years ago
Michael Bradshaw de07355026 Changed indexing in libopenjpeg to shorten lines 13 years ago
Carl Eugen Hoyos df42dd7323 Support gray8a encoding with libopenjpeg. 13 years ago
Michael Bradshaw 56af084cb5 libopenjpegenc: Remove two redundant function parameters. 13 years ago
Michael Bradshaw a02694c926 libopenjpegenc: Simplify gray encoding. 13 years ago
Michael Bradshaw 0abe25aa7b libopenjpegenc: Add error messages. 13 years ago
Michael Bradshaw ee33eb40fc libopenjpegenc: Rename four conversion functions. 13 years ago
Carl Eugen Hoyos 36397ea1c7 RGBA64 encoding with libopenjpeg. 13 years ago
Carl Eugen Hoyos ffd1017fb8 Gray16 encoding with libopenjpeg. 13 years ago
Carl Eugen Hoyos 4093d130d1 Support encoding RGB48 with libopenjpeg. 13 years ago
Carl Eugen Hoyos ef611095f0 Add missing PIX_FMT_NONE to libopenjpegenc 13 years ago
Paul B Mahol ba10207bbe Use more designated initializers. 13 years ago
Carl Eugen Hoyos 40c36196d5 Support yuva420p encoding via libopenjpeg. 13 years ago
Michael Bradshaw 0275b75a7e BPP fix, YUVP9, 10, 16 support, make RGB24 default 13 years ago
Michael Bradshaw 1b987c4bb0 Applied patches from Michael Niedermayer to clean up the code 13 years ago
Michael Bradshaw 856b33f578 Added support for J2K encoding with libopenjpeg 13 years ago
Michael Bradshaw 7c92c03b8d Added support for J2K encoding with libopenjpeg 13 years ago