231 Commits (d6180aa29741334cf69f691b27ffceb33f49d36a)

Author SHA1 Message Date
Michael Niedermayer 969e75eb80 mjpegdec: Fix out of array read in unescaping code 12 years ago
Michael Niedermayer 4c80184cf5 mjpegdec: allow 2 components in ljpeg_decode_yuv_scan() 12 years ago
Paul B Mahol d885cc41e5 Fix "knwon" typo and add a check in tools/patcheck 12 years ago
Michael Niedermayer 69db85c30c mjpegdec: Support 16bit DQT 12 years ago
Michael Niedermayer b61097fe0d mjpegdec: reset restart_count on progressive scans 12 years ago
Michael Niedermayer 011169cd41 mjpegdec: handle the occurance of rstn emulation 12 years ago
Michael Niedermayer 5ff8ca1f04 mjpegdec: Handle RSTn in progressive jpegs 12 years ago
Michael Niedermayer 47e7f57a4b mjpegdec: factor handle_rstn() out 12 years ago
Piotr Bandurski e5550c0d09 mjpegdec: support more pix_fmt_ids for grayscale 12 years ago
Janne Grunau 6a1aa5cb26 mjpeg: initialize input padding after unescaped buffer to zero 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
Michael Niedermayer bc16031a41 mjpegdec: print error message when quant_index is invalid 12 years ago
Michael Niedermayer a2f680c7bc mjpegdec: check h/v_count, fix context becoming inconsistent and causing out of array accesses. 12 years ago
Michael Niedermayer 2cfa6fd025 mjpegdec: dont set got_picture to 0 per frame. 12 years ago
Michael Niedermayer 541efe4120 mjpegdec: reset got_picture on errors, successful return, init and flush. 12 years ago
Michael Niedermayer 1c16483cc0 mjpegdec: replace returns by goto fail in frame decode. 12 years ago
Michael Niedermayer de9fc0e9d6 mjpegdec: make sure ret is set before its used. 12 years ago
Michael Niedermayer dab19048a1 mjpegdec: reset h/v_count, fix assertion failure. 12 years ago
Michael Niedermayer a9456c7c5c mjpegdec: tighten unescaped_buf_size size check, prevent null ptr deref 12 years ago
Michael Niedermayer 1f41cffe1e mjpegdec: check SE. 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Samuel Pitoiset a0845bae49 mjpeg: Rename some symbols to avpriv_* instead of ff_* 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer 1fa4018e29 jpegdec: try to fix different flipping behavior of inteljpegs. 12 years ago
Michael Niedermayer 168ddcd331 mjpeg: fix fliping with emu edges. 12 years ago
Michael Niedermayer ac33016158 mjpegdec: support AVRn interlaced 12 years ago
Luca Barbato 0f64cd1e81 mjpegdec: more meaningful return values 12 years ago
Michael Niedermayer d9d0c1ccc3 mjpegdec: support AVRn interlaced 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 4eae08b438 mjpegdec: use av_assert 13 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Paul B Mahol 225489f19b mjpegdec: remove superfluous "mjpeg " 13 years ago
Michael Niedermayer 5e50a5724b Revert "removing lowres support" 13 years ago
Ronald S. Bultje 5eec5a79da jpeg: handle progressive in second field of interlaced. 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Michael Niedermayer 9a4f5b7616 mjpegbdec: check SOS/SOF ordering. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Michael Niedermayer 0cd17a6291 mjpeg: fix crash with lowres and flipped images 13 years ago
Michael Niedermayer 8307025467 mjpegdec: Fix "assignment from incompatible pointer type" warnings 13 years ago
Carl Eugen Hoyos 282ec7289d Do not try to use lowres for unusual jpg subsampling. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Michael Niedermayer 08c37a10e9 mjpegdec: check h/v_count. 13 years ago
Carl Eugen Hoyos 7594ee2e6e jpg: fix colors for sequential RGB 13 years ago
Michael Niedermayer ecc31630f9 mjpegb: Detect changing nb of planes in interlaced video. 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Michael Niedermayer a3f5ee297a mjpeg: Check for interlaced progressive frames 13 years ago