477 Commits (0ce7cf0c86a2744ddfe21cb0983ff572ed07ab69)

Author SHA1 Message Date
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Ronald S. Bultje e0a8f31591 mjpeg: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 03bc7a004e mjpegdec: fix endiansoup 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 47e92153b6 mjpegdec: check for packed rgb mjpeg. 12 years ago
Michael Niedermayer b2e57eb5a3 mjpegdec: pass nb_components into ljpeg_decode_yuv_scan 12 years ago
Mans Rullgard ed62e6e3c3 mjpegdec: use put_pixels instead of copy_block8 12 years ago
Michael Niedermayer 4ade824e1f mjpegdec: rgb mode is specific for ljpeg, disable it for others. 12 years ago
Michael Niedermayer 8888c72fcf mjpegdec: fix memcmp size for *_count 12 years ago
Anton Khirnov 7bcaeb408e mjpegdec: fix indentation 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
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