50 Commits (40297a8bdb69844aef780f7e9f2e23700d9d6005)

Author SHA1 Message Date
Johannes Nixdorf e749b5dd98 configure: consider using /usr/include/openjpeg-1.5 when searching for openjpeg 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Carl Eugen Hoyos b5d496f3a4 Support new transparency colour-spaces with libopenjpeg. 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ö 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 a763cafc0c libopenjpegdec: increase max lowres from 5 to 31 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Bradshaw 44dc9c6af0 libopenjpeg: support YUV and deep RGB pixel formats 12 years ago
Luca Barbato 51a5ddfa01 libopenjpeg: K&R formatting cosmetics 12 years ago
Paul B Mahol a36f19e942 libopenjpegdec: set cp_reduce value only once 13 years ago
Luca Barbato ce64e5bfd1 libopenjpeg: introduce lowres and lowqual private options 13 years ago
Michael Bradshaw b43a7bb4f9 libopenjpeg: rename decoder source file. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 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