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