Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-09Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-21avformat/mpjpegdec: add AVFMT_NOTIMESTAMPSMichael Niedermayer
2016-02-21lavf/mpjpeg: probe should not depend on Content-Length MIME header being presentAlex Agranovsky
2016-02-14lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned f...Alex Agranovsky
2016-02-14lavf/mpjpeg: Trim quotes on MIME boundary, if present.Alex Agranovsky
2016-01-12lavf/mpjpegdec: Do not call av_log() while probing.Carl Eugen Hoyos
2015-12-09lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-04avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer
2015-12-03avformat/mpjpegdec: fix mixed declarations and codeJames Almer
2015-12-03avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky
2015-12-03avformat/mpjpeg: allow processing of MIME parts without Content-Length headerAlex Agranovsky
2015-10-27Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74'Hendrik Leppkes
2015-10-23mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato
2015-10-22lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails.Carl Eugen Hoyos
2015-09-21mpjpeg: CRLF terminating a sequence of MIME headers should not cause an errorAlex Agranovsky
2015-09-17avformat/mpjpegdec: silence unused variable/function warningsGanesh Ajjanagadde
2015-09-14avformat: fix style after recent commitsClément Bœsch
2015-09-14mpjpegde: trim header name/value of MIME headersAlex Agranovsky
2015-09-14mpjpeg: probe should require same constraints as packet reader - both proper ...Alex Agranovsky
2015-09-13avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if requ...Alex Agranovsky
2015-06-28Merge commit '8a26ae5f94e613dbf7eb8e3c60462e966e409cdc'Michael Niedermayer
2015-06-28mpjpeg: Check stream allocationLuca Barbato
2015-06-09mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer
2015-06-09mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer
2015-06-08Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977'Michael Niedermayer
2015-06-08mpjpegdec: fix memory leak in probe functionJames Almer
2015-06-08mpjpgdec: free AVIOContext leak on early probe failJanne Grunau
2015-06-08Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105'Michael Niedermayer
2015-06-07mpjpeg: Initial implementationLuca Barbato