index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpjpegdec.c
Age
Commit message (
Expand
)
Author
2018-06-25
lavf/mpjpegdec: Mark local variable static
Mark Thompson
2017-09-01
Use the new AVIOContext destructor.
Anton Khirnov
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-03-09
Use correct msvc type specifiers for ptrdiff_t and size_t.
Carl Eugen Hoyos
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-21
avformat/mpjpegdec: add AVFMT_NOTIMESTAMPS
Michael Niedermayer
2016-02-21
lavf/mpjpeg: probe should not depend on Content-Length MIME header being present
Alex Agranovsky
2016-02-14
lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned f...
Alex Agranovsky
2016-02-14
lavf/mpjpeg: Trim quotes on MIME boundary, if present.
Alex Agranovsky
2016-01-12
lavf/mpjpegdec: Do not call av_log() while probing.
Carl Eugen Hoyos
2015-12-09
lavf/mpjpegdec: Fixed dereference after null check
Alex Agranovsky
2015-12-04
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...
Michael Niedermayer
2015-12-03
avformat/mpjpegdec: fix mixed declarations and code
James Almer
2015-12-02
avformat/mpjpeg: utilize MIME boundary value to detect start of new frame
Alex Agranovsky
2015-12-02
avformat/mpjpeg: allow processing of MIME parts without Content-Length header
Alex Agranovsky
2015-10-27
Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74'
Hendrik Leppkes
2015-10-23
mpjpeg: Cope with multipart lacking the initial CRLF
Luca Barbato
2015-10-22
lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails.
Carl Eugen Hoyos
2015-09-21
mpjpeg: CRLF terminating a sequence of MIME headers should not cause an error
Alex Agranovsky
2015-09-16
avformat/mpjpegdec: silence unused variable/function warnings
Ganesh Ajjanagadde
2015-09-14
avformat: fix style after recent commits
Clément Bœsch
2015-09-14
mpjpegde: trim header name/value of MIME headers
Alex Agranovsky
2015-09-14
mpjpeg: probe should require same constraints as packet reader - both proper ...
Alex Agranovsky
2015-09-13
avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if requ...
Alex Agranovsky
2015-06-28
Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc'
Michael Niedermayer
2015-06-28
mpjpeg: Check stream allocation
Luca Barbato
2015-06-09
mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail
James Almer
2015-06-08
mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail
James Almer
2015-06-08
Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977'
Michael Niedermayer
2015-06-08
mpjpegdec: fix memory leak in probe function
James Almer
2015-06-08
mpjpgdec: free AVIOContext leak on early probe fail
Janne Grunau
2015-06-08
Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105'
Michael Niedermayer
2015-06-07
mpjpeg: Initial implementation
Luca Barbato