61 Commits (dec112691561bddaea07e0ad455a71bf29ade60d)

Author SHA1 Message Date
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Alex Converse 4c399dc82b Fix undefined expressions that use multiple calls to get_bits(). 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 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
Stefano Sabatini e8a9d01846 Fix misc typos, patch by 15 years ago
Carl Eugen Hoyos ddee80f384 Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. 15 years ago
Michael Niedermayer 021dccba1f Fix heap overflow due to lack of nb_components check. 15 years ago
Carl Eugen Hoyos ab176fdffb (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. 15 years ago
Michael Niedermayer 3c3c01d949 Flip red and blue in rct-less lossless jpeg. 15 years ago
Michael Niedermayer 49b19191bc Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on 15 years ago
Michael Niedermayer 98c82d6910 Allocate pictures with enough padding for jpeg. 15 years ago
Reimar Döffinger b711aaa2d8 Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set 15 years ago
Michael Niedermayer ad9feac9fb Avoid huge array for rgb ljpeg on the stack. 15 years ago
Carl Eugen Hoyos 643fc8f107 Flip (M)JPEG frames encoded by Intel JPEG library. 15 years ago
Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 15 years ago
Kostya Shishkov 8355572f91 lavc MJPEG decoder is capable of decoding some extended sequential 15 years ago
Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
Reimar Döffinger 82c9182fe3 If the end of the input buffer is reached while decoding MJPEG and at least 16 years ago
Reimar Döffinger 1496b04c28 Make the MJPEG decoder return -1 when no image was decoded so that decode 16 years ago
Reimar Döffinger 643fd8a198 Add a got_picture flag to MJpegDecodeContext which indicates if its picture 16 years ago
Reimar Döffinger b27bf2a7b4 mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. 16 years ago
Baptiste Coudurier 47b5b0e8b6 honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Michael Niedermayer 806d5e61dc Remove unused variables from ff_mjpeg_decode_sos() found by CSA. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Loren Merritt 5fac277602 fix progressive jpeg: 16 years ago
Michael Niedermayer 766a4a99e2 Replace apparently always true condition by assert(). 16 years ago
Michael Niedermayer c2c7342b70 Simplify pix_fmt_id instead of listing a subset of non-simplified ones. 16 years ago
Michael Niedermayer 7c1e33f930 Check the 4th plane too when selecting the pixfmt. 16 years ago
Mathieu Malaterre 0e589ce151 Return an error when ff_jpegls_decode_picture fails. 17 years ago
Stefan Gehrer 5a89396989 remove duplicate tables 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Michael Niedermayer 2b3c8f8a6a const 17 years ago
Vladimir Voroshilov 3c3704d281 Fix MJPEG decoder for AMV files. 17 years ago
Vladimir Voroshilov 8787d8377f AMV video decoder. 17 years ago
Vladimir Voroshilov a449faeacb Add variables to prepare to the AMV decoder patch. 17 years ago
Sam Hocevar 97be28d8d7 Add support for grayscale MJPEG streams sent by Axis cameras such as the 18 years ago