| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mxpegdec: Check for AVDISCARD_ALL | Michael Niedermayer | 2021-09-26 | 1 | -0/+3 |
* | Revert "avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker" | Michael Niedermayer | 2021-05-03 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker | James Almer | 2021-04-25 | 1 | -1/+1 |
* | avcodec/mxpegdec: fix SOF counting | Michael Niedermayer | 2021-02-04 | 1 | -1/+2 |
* | avcodec/mxpegdec: Fix memleaks upon init failure | Andreas Rheinhardt | 2020-12-04 | 1 | -4/+2 |
* | avcodec/mxpegdec: Check for multiple SOF | Michael Niedermayer | 2019-11-25 | 1 | -1/+7 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2' | Michael Niedermayer | 2015-03-13 | 1 | -0/+1 |
|\| |
|
| * | mjpeg: Mark decoder family as thread safe | Vittorio Giovara | 2015-03-13 | 1 | -0/+1 |
* | | mxpeg_decode_end: zero bitmask size | Michael Niedermayer | 2014-01-31 | 1 | -0/+1 |
* | | avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size | Michael Niedermayer | 2014-01-31 | 1 | -2/+2 |
* | | Merge commit 'b605b123ef1d3bac0e7c221d8d7fa74cd8c7253c' | Michael Niedermayer | 2013-12-09 | 1 | -22/+29 |
|\| |
|
| * | mxpegdec: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 1 | -22/+29 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -10/+6 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -11/+11 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -11/+11 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -3/+3 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -2/+3 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Revert "removing lowres support" | Michael Niedermayer | 2012-05-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+0 |
|\| |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-23 | 1 | -2/+2 |
|\| |
|
| * | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -3/+1 |
|\| |
|
| * | mjpeg: treat external huffman table setup failure as codec init failure if ex... | Dustin Brody | 2011-08-31 | 1 | -3/+1 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 1 | -2/+6 |
|\| |
|
| * | mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt | Dustin Brody | 2011-08-11 | 1 | -2/+6 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| * | Add MxPEG decoder | anatoly | 2011-03-30 | 1 | -0/+340 |
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | Add MxPEG decoder | anatoly | 2011-04-26 | 1 | -0/+341 |