93 Commits (105ab61c5f68d58731ccc592176aa9fc073b32b1)

Author SHA1 Message Date
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 1f0c7020a1 mjpegdec: add 'extern_huff' private option. 13 years ago
Dustin Brody a18e04bcf9 mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested 13 years ago
Dustin Brody 21d7037234 mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Michael Niedermayer 8c0fa61a97 jpegdec: actually search for and parse RSTn 14 years ago
Diego Biurrun 356be9307c Remove unused structs and tables. 14 years ago
Mans Rullgard b27565b143 Remove statements immediately following unconditional jumps 14 years ago
Mans Rullgard 050f2b3e7f mjpeg: remove pointless braces around block of code 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Michael Niedermayer 76cd98b445 mjpeg: Detect overreads in mjpeg_decode_scan() and error out. 14 years ago
anatoly e0e3b8b297 Add support for picture_ptr field in MJpegDecodeContext 14 years ago
anatoly f16055eedf Move MJPEG's input buffer preprocessing in separate public function 14 years ago
anatoly 8f0bd2c07d Support reference picture defined by bitmask in MJPEG's SOS decoder 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Carl Eugen Hoyos 2e3c56a29f Set maximum lowres value for the MJPEG decoder to 3. 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Mans Rullgard bf5f9b528b Sanitise get_bits macros, part 1 14 years ago
Carl Eugen Hoyos a0f593d00d Values >4 for lowres corrupt output. 14 years ago
Michael Niedermayer 4c3267aaad Fix memleak in mjpeg decoder. 14 years ago
Michael Niedermayer a2d4dfd493 Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol. 14 years ago
Michael Niedermayer e4463f21ee Simplify last coeff check in mjpeg decode_block() 14 years ago
Michael Niedermayer 2111a191eb Check index in mjpeg AC decode against overflowing. 14 years ago
Michael Niedermayer 5675a11f92 Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 in the inner loop. 14 years ago
Michael Niedermayer 8870b25140 Factor code&0xf out of if() in decode_block_progressive(). 14 years ago
Michael Niedermayer 7f4a1e8f6c Cleanup decode_block_progressive() 14 years ago
Michael Niedermayer 614252863d Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg. 14 years ago
Michael Niedermayer 76c80ef569 Move if() in mjpeg decode_block() to simplify condition. 14 years ago
Michael Niedermayer 1932182498 Simplify build_vlc() by using init_vlc_sparse() in mjpeg. 14 years ago
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