7 Commits (4093d130d1934edcd098014d306492173527f1f6)

Author SHA1 Message Date
Michael Bradshaw 2ba3416362 Added yuva420p decoding support for libopenjpeg 13 years ago
Michael Bradshaw 3f07ef1dff Added RGBA and YUV440 decoding support for libopenjpeg decoder 13 years ago
Michael Bradshaw d1669e5fe3 Fixed openjpeg decoding bug with width/linesize issue 13 years ago
Jean First 0d4a77472a libopenjpeg: support decoding with bits per pixel greater than 8 13 years ago
Anatoliy Wasserman 6778f9d9f2 pthread: fixed thread initialization issues related to thread-safe buffer allocator 13 years ago
Alex Zhukov eb511ef636 yuv pixel formats support in openjpeg decoder + 10bit support 13 years ago
Michael Bradshaw 31ec694771 libopenjpeg: rename decoder source file. 13 years ago
Jean First b8bb9c0267 Enable multithreding when decoding with libopenjpeg 13 years ago
Jean First f65c6f751f Enable multithreding when decoding with libopenjpeg 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Diego Biurrun 34e36f3a1c libopenjpeg: Drop const qualifier to silence compiler warning. 14 years ago
Stefano Sabatini 7030501383 libopenjpeg: set internal frame defaults 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini a63dbf3970 Fix the compilation of some libavcodec/lib* files which were not 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos a80459fdf3 Fix colours for QT JPEG2000, fixes issue 1540. 15 years ago
Jai Menon 09bad7e3ca Handle JPEG2000 frames stored in the Quicktime container. 15 years ago
Jai Menon b70b158833 cosmetics : fix indentation. 15 years ago
Diego Biurrun d91aac1c90 cosmetics: Remove pointless parentheses from return statement. 15 years ago
Baptiste Coudurier f4499c955a libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 16 years ago
Jai Menon cd840656c2 Add lowres support to the libopenjpeg wrapper. 16 years ago
Jai Menon d95545166c Use dimensions stored in AVCodecContext instead of local variables. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Mathieu Malaterre 3d6fac8cee Use default system include path for an installed OpenJPEG library. 16 years ago
Jai Menon 9a77d59a89 Use libopenjpeg for jpeg2k decoding. 16 years ago