| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mjpegdec: check bits per pixel for changes similar to dimensions | Michael Niedermayer | 2014-10-03 | 1 | -5/+7 |
* | avcodec/mjpegdec: Fix chroma width rounding | Clément Bœsch | 2014-09-13 | 1 | -1/+1 |
* | avcodec/mjpegdec: fix rounding of chroma_height | Michael Niedermayer | 2014-09-06 | 1 | -3/+3 |
* | avcodec/mjpegdec: fix green line at the bottom with upscale v | Michael Niedermayer | 2014-08-31 | 1 | -1/+1 |
* | avcodec/mjpegdec: fix green vertical line at the right with upscale h | Michael Niedermayer | 2014-08-31 | 1 | -1/+4 |
* | avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_h | Michael Niedermayer | 2014-08-14 | 1 | -2/+11 |
* | avcodec/mjpegdec: add pix_fmt: 0x14121200 | Przemysław Sobala | 2014-07-22 | 1 | -0/+1 |
* | avcodec/mjpegdec: factorize some parts of the pix_fmt_id switch() | Michael Niedermayer | 2014-07-01 | 1 | -12/+0 |
* | avcodec/mjpegdec: handle luma upscale detection generically | Michael Niedermayer | 2014-07-01 | 1 | -2/+6 |
* | avcodec/mjpegdec: set upscale_h/upscale_v using generic code instead of hardc... | Michael Niedermayer | 2014-07-01 | 1 | -8/+11 |
* | avcodec/mjpegdec: Support pix_fmt_id==0x11222200 | Michael Niedermayer | 2014-07-01 | 1 | -2/+11 |
* | avcodec/mjpegdec: fix width for non chroma in rescaling | Michael Niedermayer | 2014-07-01 | 1 | -4/+6 |
* | mjpegdec: Support pix_fmt_id == 0x22112200 | Michael Niedermayer | 2014-07-01 | 1 | -2/+3 |
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -4/+6 |
|\ |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -4/+6 |
| * | mjpegdec: Properly set the context colorspace info | Derek Buitenhuis | 2014-06-24 | 1 | -0/+1 |
* | | mjpegdec: Properly set the context colorspace info | Derek Buitenhuis | 2014-06-24 | 1 | -0/+1 |
* | | 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 |