23 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 9 years ago
  Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
  Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
  Vittorio Giovara 1b51b7ba00 libopenjpeg: Support rgba64 decoding 11 years ago
  Vittorio Giovara 1ea9fa15c3 libopenjpeg: K&R formatting cosmetics 11 years ago
  Anton Khirnov 967cd6fafb libopenjpegdec: stop using deprecated avcodec_set_dimensions 11 years ago
  Anton Khirnov 5c0a09839c libopenjpegdec: return meaningful error codes 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Nicolas Bertrand 28a807e28b libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 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
  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
  Luca Barbato ce64e5bfd1 libopenjpeg: introduce lowres and lowqual private options 12 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
  Jean First b8bb9c0267 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
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 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