| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' | Michael Niedermayer | 2014-06-20 | 1 | -0/+1 |
|\ |
|
| * | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+1 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -2/+4 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -2/+4 |
| * | mjpeg: set color_range | Vittorio Giovara | 2014-03-16 | 1 | -1/+6 |
* | | avcodec/mjpegdec: Improve intel jpeg flip heuristic | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
* | | avcodec/mjpegdec: request a AMV sample with non mod 16 height | Michael Niedermayer | 2014-06-01 | 1 | -0/+3 |
* | | avcodec/mjpegdec: Support pix_fmt_id== 0x42111100 | Michael Niedermayer | 2014-05-28 | 1 | -1/+11 |
* | | avcodec/mjpegdec: zero gb to silence warning about it being possibly uninitia... | Michael Niedermayer | 2014-05-08 | 1 | -1/+1 |
* | | avcodec/mjpegdec: use av_mallocz_array() | Michael Niedermayer | 2014-04-30 | 1 | -2/+2 |
* | | avcodec/mjpegdec: make type of shift unsigned to avoid undefined behavior | Michael Niedermayer | 2014-04-28 | 1 | -1/+1 |
* | | avcodec/mjpegdec: Fix undefined shift | Michael Niedermayer | 2014-04-27 | 1 | -1/+1 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -3/+3 |
* | | mjpeg: cosmetics: indentation | Justin Ruggles | 2014-04-18 | 1 | -7/+7 |
* | | mjpeg: Do not fail jpeg decoding on bad EXIF data. | Justin Ruggles | 2014-04-18 | 1 | -4/+2 |
* | | lavc/exif: Make EXIF IFD decoding part of private API/ABI. | Thilo Borgmann | 2014-04-05 | 1 | -1/+1 |
* | | avcodec/jpeglsdec: add PAL8 support | Michael Niedermayer | 2014-04-01 | 1 | -0/+2 |
* | | avcodec/mjpegdec: fix cmyk 420 with adobe_transform == 2 | Michael Niedermayer | 2014-04-01 | 1 | -0/+8 |
* | | avcodec/mjpegdec: support subsampled 420 CMYK | Michael Niedermayer | 2014-03-31 | 1 | -2/+19 |
* | | avcodec/mjpegdec: upgrade upscale_v to support multiple planes | Michael Niedermayer | 2014-03-31 | 1 | -17/+22 |
* | | avcodec/mjpegdec: upgrade upscale_h to support multiple planes | Michael Niedermayer | 2014-03-31 | 1 | -9/+14 |
* | | avcodec/mjpegdec: Switch default interlaced polarity for MJPG to 1 | Michael Niedermayer | 2014-03-19 | 1 | -0/+3 |
* | | avcodec/mjpegdec: parse avid data from extradata | Michael Niedermayer | 2014-03-19 | 1 | -0/+7 |
* | | avcodec/mjpeg: print info from parse_avid() if requested | Michael Niedermayer | 2014-03-19 | 1 | -0/+2 |
* | | avcodec/mjpegdec: switch interlaced_polarity to 0 for PAL AVID | Michael Niedermayer | 2014-03-19 | 1 | -0/+2 |
* | | avcodec/mjpegdec: factorize parse_avid out | Michael Niedermayer | 2014-03-19 | 1 | -3/+8 |
* | | avcodec/mjpegdec: support adob transform 2 | Michael Niedermayer | 2014-03-11 | 1 | -0/+22 |
* | | avcodec/mjpegdec: convert CMYK to GBRAP | Michael Niedermayer | 2014-02-27 | 1 | -6/+27 |
* | | avcodec/mjpegdec: fix decoding 4th plane | Michael Niedermayer | 2014-02-27 | 1 | -1/+1 |
* | | avcodec/mjpegdec: Print error in case of CMYK | Michael Niedermayer | 2014-02-27 | 1 | -0/+6 |
* | | avcodec/mjpegdec: parse adobe_transform | Michael Niedermayer | 2014-02-27 | 1 | -3/+3 |
* | | avcodec/mjpegdec: Print human readable string for APPx | Michael Niedermayer | 2014-02-27 | 1 | -2/+5 |
* | | avcodec/mjpegdec: use the correct linesize in the flipping code | Michael Niedermayer | 2014-01-31 | 1 | -3/+3 |
* | | avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size | Michael Niedermayer | 2014-01-31 | 1 | -4/+10 |
* | | avcodec/mjpegdec: use av_freep() instead of av_free() | Michael Niedermayer | 2014-01-30 | 1 | -1/+1 |
* | | avcodec/mjpegdec Fix potential memleak of stereo3D at the end in case of deco... | Michael Niedermayer | 2014-01-30 | 1 | -0/+1 |
* | | mjpegdec: parse JPS extension and save relevant stereo3d information | Kirill Gavrilov | 2014-01-30 | 1 | -0/+49 |
* | | avcodec/mjpegdec: Dont skip picture allocation if theres no picture allocated | Michael Niedermayer | 2014-01-19 | 1 | -1/+1 |
* | | avcodec/mjpegdec: Dont treat the lack of a startcode differently from end of ... | Michael Niedermayer | 2014-01-19 | 1 | -1/+1 |
* | | avcodec/mjpegdec: only run EOI emulation code when there was a scan | Michael Niedermayer | 2014-01-19 | 1 | -1/+1 |
* | | avcodec/mjpegdec: update cur_scan also for non-LS jpeg | Michael Niedermayer | 2014-01-19 | 1 | -2/+1 |
* | | avcodec/mjpegdec: allow lowres with amv | Michael Niedermayer | 2014-01-09 | 1 | -5/+0 |
* | | avcodec/mjpegdec: use the AVFrame width/height for flipping | Michael Niedermayer | 2014-01-09 | 1 | -2/+2 |
* | | avcodec/mjpegdec: remove new flipping code | Michael Niedermayer | 2014-01-09 | 1 | -10/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-09 | 1 | -9/+19 |
|\| |
|
| * | mjpegdec: apply flipping after decoding, not before | Anton Khirnov | 2014-01-09 | 1 | -15/+17 |
* | | avcodec/mjpegdec: use mallocz for progressive blocks | Michael Niedermayer | 2013-12-13 | 1 | -1/+1 |
* | | Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5' | Michael Niedermayer | 2013-12-09 | 1 | -6/+12 |
|\| |
|
| * | mjpegdec: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 1 | -3/+10 |
* | | Add support for picture_ptr field in MJpegDecodeContext | anatoly | 2013-12-09 | 1 | -6/+6 |