92 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Aaron Boxer 195784ec95 libavcodec/libopenjpegenc: enable lossless option, remove layer option, and improve defaults 8 years ago
Andreas Cadhalpun 56706ac0d5 libopenjpegenc: fix out-of-bounds reads when filling the edges 8 years ago
Andreas Cadhalpun 69c8505f3b libopenjpegenc: stop reusing image data buffer for openjpeg 2 8 years ago
Andreas Cadhalpun 7a65aef00d configure: fix detection of libopenjpeg 8 years ago
Michael Niedermayer e9394ca63d avcodec/libopenjpegenc: Set numresolutions by default to a value that is not too large 9 years ago
James Almer 99388eb091 avcodec/libopenjpegenc: fix mixed declarations and code 9 years ago
Michael Bradshaw 99eabcdd5f avcodec: add OpenJPEG 2.x compatibility 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Andreas Cadhalpun cb658d17b6 libopenjpegenc: use variable instead of type for sizeof 10 years ago
Andreas Cadhalpun 1577526b47 libopenjpegenc: add NULL check for img before accessing it 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Jean First ecc92ee717 lavc/libopenjpegenc: move opj_create_compress, opj_cio_open and opj_set_event_mgr to libopenjpeg_encode_frame 10 years ago
Jean First 6d1d036e2c lavc/libopenjpegenc: factorize cinema parameters to it's own function 10 years ago
Carl Eugen Hoyos f018b1f3a0 Support YA16 in jpeg 2000. 10 years ago
Jean First 1f13348f7d lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frame 10 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
Dave Rice d63d964fb3 avcodec/libopenjpegenc: Add frame-threading capability 11 years ago
Carl Eugen Hoyos 8f45bd1433 libopenjpeg: Support rgba64 encoding 11 years ago
Vittorio Giovara 1ea9fa15c3 libopenjpeg: K&R formatting cosmetics 11 years ago
Michael Niedermayer 9b68538fdd avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_frame_clone() 11 years ago
Michael Niedermayer 52d2bcc786 avcodec/libopenjpegenc: Check the return code of av_frame_ref() 11 years ago
Nicolas George 97af2faaba lavc/libopenjpegenc: check av_frame_alloc() failure. 11 years ago
Michael Niedermayer 1458f0647c avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Bradshaw f46a3e3d6e libopenjpeg: fix encoding of odd sized subsampled images 11 years ago
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