74 Commits (072496ca40b03f8c7c46498f739e4246199426bb)

Author SHA1 Message Date
Michael Niedermayer 7f6ada4eea avcodec/mjpegdec: Decode to PAL8 independant of the location of LSE 4 years ago
Michael Niedermayer 9fd06a3639 Revert "avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker" 4 years ago
James Almer c8197f73e6 avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker 4 years ago
Andreas Rheinhardt 718e03e5f2 avcodec/jpeglsdec: Don't presume the context to contain a JLSState 4 years ago
Andreas Rheinhardt a5b2f06b0c avcodec/mjpegdec: Fix leak in case ICC array allocations fail partially 4 years ago
Andreas Rheinhardt d26198ada3 avcodec/g2meet, mjpegdec: Factor out common VLC initialization code 4 years ago
Anton Khirnov 15baa0c1ac lavc/mjpegdec: cosmetics, org->orig 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov 19ce064239 smvjpegdec: merge into mjpegdec 4 years ago
Anton Khirnov e9a2a87773 mjpegdec: convert to receive_frame() 4 years ago
Nick Renieris 40abff05d2 lavc/mjpegdec: Decode Huffman-coded lossless JPEGs embedded in DNGs 5 years ago
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 8 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. 12 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. 14 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