Mans Rullgard
|
b27565b143
Remove statements immediately following unconditional jumps
|
13 years ago |
Mans Rullgard
|
050f2b3e7f
mjpeg: remove pointless braces around block of code
|
13 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
|
14 years ago |
Måns Rullgård
|
e6b22522c9
bswap: change ME to NE in macro names
|
14 years ago |
Carl Eugen Hoyos
|
0fd0ef7947
Add new decoder property max_lowres and do not init decoder if requested value is higher.
|
14 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 |
Carl Eugen Hoyos
|
0b7f39c9d4
Release unreleased buffers found by make test.
|
15 years ago |
Kostya Shishkov
|
8355572f91
lavc MJPEG decoder is capable of decoding some extended sequential
|
15 years ago |
Diego Biurrun
|
8b44de14d1
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
|
15 years ago |
Reimar Döffinger
|
82c9182fe3
If the end of the input buffer is reached while decoding MJPEG and at least
|
15 years ago |
Reimar Döffinger
|
1496b04c28
Make the MJPEG decoder return -1 when no image was decoded so that decode
|
15 years ago |
Reimar Döffinger
|
643fd8a198
Add a got_picture flag to MJpegDecodeContext which indicates if its picture
|
15 years ago |
Reimar Döffinger
|
b27bf2a7b4
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table.
|
15 years ago |
Baptiste Coudurier
|
47b5b0e8b6
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly
|
16 years ago |