summaryrefslogtreecommitdiff
path: root/libavformat/mpjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-2/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/mpjpegdec: make sure we seek back to the ensured bufferMarton Balint2020-10-091-5/+6
* avformat/mpjpegdec: Remove redundant initializationsAndreas Rheinhardt2020-02-111-3/+1
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-2/+0
* avformat/mpjpegdec: ensure seekback for latest chunkMoritz Barsnick2019-10-121-4/+2
* avformat/mpjpegdec: fix strict boundary search stringMoritz Barsnick2019-10-121-2/+3
* avformat/mpjpegdec: fix finding multipart boundary parameterMoritz Barsnick2019-10-121-1/+1
* avformat/mpjpegdec: Avoid allocation of AVIOContextAndreas Rheinhardt2019-10-061-7/+3
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/mpjpegdec: Mark local variable staticMark Thompson2018-06-251-1/+1
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-2/+2
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-091-1/+1
* | avformat/mpjpegdec: add AVFMT_NOTIMESTAMPSMichael Niedermayer2016-02-211-1/+2
* | lavf/mpjpeg: probe should not depend on Content-Length MIME header being presentAlex Agranovsky2016-02-211-1/+1
* | lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned f...Alex Agranovsky2016-02-141-2/+2
* | lavf/mpjpeg: Trim quotes on MIME boundary, if present.Alex Agranovsky2016-02-141-0/+7
* | lavf/mpjpegdec: Do not call av_log() while probing.Carl Eugen Hoyos2016-01-121-0/+3
* | lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky2015-12-091-2/+4
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer2015-12-041-2/+2
* | avformat/mpjpegdec: fix mixed declarations and codeJames Almer2015-12-031-2/+6
* | avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky2015-12-021-3/+69
* | avformat/mpjpeg: allow processing of MIME parts without Content-Length headerAlex Agranovsky2015-12-021-43/+125
* | Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74'Hendrik Leppkes2015-10-271-3/+10
|\ \ | |/
| * mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato2015-10-231-3/+10
* | lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails.Carl Eugen Hoyos2015-10-221-1/+1
* | mpjpeg: CRLF terminating a sequence of MIME headers should not cause an errorAlex Agranovsky2015-09-211-2/+13
* | avformat/mpjpegdec: silence unused variable/function warningsGanesh Ajjanagadde2015-09-161-16/+0
* | avformat: fix style after recent commitsClément Bœsch2015-09-141-5/+5
* | mpjpegde: trim header name/value of MIME headersAlex Agranovsky2015-09-141-0/+15
* | mpjpeg: probe should require same constraints as packet reader - both proper ...Alex Agranovsky2015-09-141-19/+14
* | avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if requ...Alex Agranovsky2015-09-131-1/+4
* | Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc'Michael Niedermayer2015-06-281-0/+2
|\ \ | |/
| * mpjpeg: Check stream allocationLuca Barbato2015-06-281-0/+2
| * mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-091-4/+4
* | mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-081-4/+3
* | Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977'Michael Niedermayer2015-06-081-1/+1
|\ \ | |/
| * mpjpgdec: free AVIOContext leak on early probe failJanne Grunau2015-06-081-2/+2
* | mpjpegdec: fix memory leak in probe functionJames Almer2015-06-081-1/+2
* | Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105'Michael Niedermayer2015-06-081-4/+4
|/
* mpjpeg: Initial implementationLuca Barbato2015-06-071-0/+223