| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -2/+2 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -2/+2 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2016-03-09 | 1 | -1/+1 |
* | | avformat/mpjpegdec: add AVFMT_NOTIMESTAMPS | Michael Niedermayer | 2016-02-21 | 1 | -1/+2 |
* | | lavf/mpjpeg: probe should not depend on Content-Length MIME header being present | Alex Agranovsky | 2016-02-21 | 1 | -1/+1 |
* | | lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned f... | Alex Agranovsky | 2016-02-14 | 1 | -2/+2 |
* | | lavf/mpjpeg: Trim quotes on MIME boundary, if present. | Alex Agranovsky | 2016-02-14 | 1 | -0/+7 |
* | | lavf/mpjpegdec: Do not call av_log() while probing. | Carl Eugen Hoyos | 2016-01-12 | 1 | -0/+3 |
* | | lavf/mpjpegdec: Fixed dereference after null check | Alex Agranovsky | 2015-12-09 | 1 | -2/+4 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu... | Michael Niedermayer | 2015-12-04 | 1 | -2/+2 |
* | | avformat/mpjpegdec: fix mixed declarations and code | James Almer | 2015-12-03 | 1 | -2/+6 |
* | | avformat/mpjpeg: utilize MIME boundary value to detect start of new frame | Alex Agranovsky | 2015-12-02 | 1 | -3/+69 |
* | | avformat/mpjpeg: allow processing of MIME parts without Content-Length header | Alex Agranovsky | 2015-12-02 | 1 | -43/+125 |
* | | Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74' | Hendrik Leppkes | 2015-10-27 | 1 | -3/+10 |
|\| |
|
| * | mpjpeg: Cope with multipart lacking the initial CRLF | Luca Barbato | 2015-10-23 | 1 | -3/+10 |
* | | lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails. | Carl Eugen Hoyos | 2015-10-22 | 1 | -1/+1 |
* | | mpjpeg: CRLF terminating a sequence of MIME headers should not cause an error | Alex Agranovsky | 2015-09-21 | 1 | -2/+13 |
* | | avformat/mpjpegdec: silence unused variable/function warnings | Ganesh Ajjanagadde | 2015-09-16 | 1 | -16/+0 |
* | | avformat: fix style after recent commits | Clément Bœsch | 2015-09-14 | 1 | -5/+5 |
* | | mpjpegde: trim header name/value of MIME headers | Alex Agranovsky | 2015-09-14 | 1 | -0/+15 |
* | | mpjpeg: probe should require same constraints as packet reader - both proper ... | Alex Agranovsky | 2015-09-14 | 1 | -19/+14 |
* | | avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if requ... | Alex Agranovsky | 2015-09-13 | 1 | -1/+4 |
* | | Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc' | Michael Niedermayer | 2015-06-28 | 1 | -0/+2 |
|\| |
|
| * | mpjpeg: Check stream allocation | Luca Barbato | 2015-06-28 | 1 | -0/+2 |
| * | mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail | James Almer | 2015-06-09 | 1 | -4/+4 |
* | | mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail | James Almer | 2015-06-08 | 1 | -4/+3 |
* | | Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977' | Michael Niedermayer | 2015-06-08 | 1 | -1/+1 |
|\| |
|
| * | mpjpgdec: free AVIOContext leak on early probe fail | Janne Grunau | 2015-06-08 | 1 | -2/+2 |
* | | mpjpegdec: fix memory leak in probe function | James Almer | 2015-06-08 | 1 | -1/+2 |
* | | Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105' | Michael Niedermayer | 2015-06-08 | 1 | -4/+4 |
|/ |
|
* | mpjpeg: Initial implementation | Luca Barbato | 2015-06-07 | 1 | -0/+223 |