63 Commits (ddefd05507fdf4391485f9985e80e4672486dbfd)

Author SHA1 Message Date
Michael Niedermayer 8d381b57fd avcodec/mjpegdec: Check input buffer size. 7 years ago
Mark Thompson 6c0bfa30c0 mjpegdec: Add hwaccel hooks 7 years ago
Mateusz 149268b47c fix MSVC compilation errors 7 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Derek Buitenhuis 9e02f35f6a mjpeg: Add support for ICC side data 7 years ago
Michael Niedermayer 23f3f92361 avcodec/mjpegdec: quant_matrixes can be up to 65535, use uint16_t 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer dde6b2a355 avcodec/mjpegdec: dont try to combine fields for decimated multiscope 2 material 10 years ago
Michael Niedermayer e15455891b avcodec/mjpegdec: Change upscale_* to an array instead of a bitmask 10 years ago
Michael Niedermayer d5a3a20d1e avcodec/mjpegdec: simplify chroma_height calculation 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Michael Niedermayer 254f653b24 avcodec/jpeglsdec: add PAL8 support 11 years ago
Michael Niedermayer 681e72a668 avcodec/mjpegdec: parse adobe_transform 11 years ago
Michael Niedermayer 2884688bd5 avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size 11 years ago
Kirill Gavrilov e9e7e68516 mjpegdec: parse JPS extension and save relevant stereo3d information 11 years ago
Anton Khirnov d48132b7de mjpegdec: apply flipping after decoding, not before 11 years ago
Anton Khirnov e2274aa555 mjpegdec: use the AVFrame API properly. 11 years ago
Thilo Borgmann bb4e1b4cf9 avcodec/mjpegdec: Read EXIF metadata in JPEG input. 11 years ago
Michael Niedermayer 96747e6cbe mjpegdec: parse app-xfrm 12 years ago
Michael Niedermayer 7afa68d37d mjpegdec: parse app-colr 12 years ago
Michael Niedermayer 15cee5e562 mjpegdec: Fix used quant index for gbr 12 years ago
Ronald S. Bultje 28bc406c84 mjpeg: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje e0a8f31591 mjpeg: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Carl Eugen Hoyos d185278c36 Support decoding of some unusual jpeg samples. 13 years ago
Carl Eugen Hoyos 387d86077f Support decoding yuv442 and yuv421 jpeg images. 13 years ago
Anton Khirnov 1f0c7020a1 mjpegdec: add 'extern_huff' private option. 13 years ago
anatoly dd1e5bfd5e Add support for picture_ptr field in MJpegDecodeContext 14 years ago
anatoly 7e6a9e6444 Move MJPEG's input buffer preprocessing in separate public function 14 years ago
anatoly 34686566f3 Support reference picture defined by bitmask in MJPEG's SOS decoder 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
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
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 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
Reimar Döffinger 643fd8a198 Add a got_picture flag to MJpegDecodeContext which indicates if its picture 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 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
Loren Merritt 5fac277602 fix progressive jpeg: 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago