41 Commits (01621202aad7e27b2a05c71d9ad7a19dfcbe17ec)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Luca Barbato dbc1163b20 prores: Extend the padding check to 16bit 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Luca Barbato c0de9a23c7 prores: Reject negative run and level values 11 years ago
Luca Barbato 2df7f7714a prores: Error out only on surely incomplete ac_coeffs 11 years ago
Luca Barbato 44690dfa68 prores: Add a codepath for decoding errors 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö ac9d159015 proresdec: Properly make sure an index doesn't run past the limit 11 years ago
Kostya Shishkov 03ece7b040 proresdec: simplify slice component offsets handling 12 years ago
Kostya Shishkov cebdedca57 prores: decode alpha plane when it's present 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Smith 0881cbf314 proresdec: support mixed interlaced/non-interlaced content 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Kostya Shishkov 12b812d2e5 prores: store and retrieve extended colourspace information 13 years ago
Kostya Shishkov 235d693286 prores: handle 444 chroma in right order 13 years ago
Christophe GISQUET b5696ff2b8 prores: use natural integer type for the codebook index 13 years ago
Kostya Shishkov 8835c2c829 prores: move data shared between decoder and encoder to common file 13 years ago
Kostya Shishkov 3ec623c22f prores: fix multithreaded decoding case when slice quantisers are not the same 13 years ago
Ronald S. Bultje 73e15e8e6b prores: specify array size outside DECLARE_ALIGNED brackets. 13 years ago
Mans Rullgard a1e98f198e get_bits: remove A32 variant 13 years ago
Mans Rullgard 179ae53fed proresdec: fix decode_slice() prototype 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Mans Rullgard 91038cdbd1 prores: get correct size for coded V plane if alpha is present 13 years ago
Mans Rullgard cd14e297e6 prores: do not set pixel format on codec init 13 years ago
Janne Grunau 19ec283f49 prores: add missing feature warning for alpha 13 years ago
Ronald S. Bultje 91f4732913 prores: implement multithreading. 13 years ago
Ronald S. Bultje e3f530feca prores: idct sse2/sse4 optimizations. 13 years ago
Ronald S. Bultje 92fb52d906 prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
Alex Converse fcbe421cee prores: Handle 0 or fewer bits left 13 years ago
Diego Biurrun 167d3b1673 prores: return more meaningful error values 13 years ago
Diego Biurrun 2161282439 prores: improve error message wording 13 years ago
Diego Biurrun 27ba121e90 prores: cosmetics: prettyprinting, drop useless parentheses 13 years ago
Diego Biurrun 2983f1f3be prores: lowercase AVCodec name entry 13 years ago
Maxim Poliakovski be64629a13 Apple ProRes decoder 13 years ago