44 Commits (99e3d26f2061541c772dcd678cbe8c48afa539c5)

Author SHA1 Message Date
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Marton Balint 1490a682dc avformat/mpjpegdec: make sure we seek back to the ensured buffer 4 years ago
Andreas Rheinhardt dd81f73946 avformat/mpjpegdec: Remove redundant initializations 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Moritz Barsnick f76a899abc avformat/mpjpegdec: ensure seekback for latest chunk 5 years ago
Moritz Barsnick 1ea44a55fe avformat/mpjpegdec: fix strict boundary search string 5 years ago
Moritz Barsnick a3846fe69b avformat/mpjpegdec: fix finding multipart boundary parameter 5 years ago
Andreas Rheinhardt 670fd3b0ec avformat/mpjpegdec: Avoid allocation of AVIOContext 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Mark Thompson e7c0b44e74 lavf/mpjpegdec: Mark local variable static 6 years ago
Anton Khirnov 78a7af823b Use the new AVIOContext destructor. 7 years ago
Anton Khirnov 6f554521af Use the new AVIOContext destructor. 8 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer 0028da36cd avformat/mpjpegdec: add AVFMT_NOTIMESTAMPS 9 years ago
Alex Agranovsky 6dc1d5f87c lavf/mpjpeg: probe should not depend on Content-Length MIME header being present 9 years ago
Alex Agranovsky ddda2cc43c lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned frame 9 years ago
Alex Agranovsky 09b8e97ab6 lavf/mpjpeg: Trim quotes on MIME boundary, if present. 9 years ago
Carl Eugen Hoyos 405abdbaee lavf/mpjpegdec: Do not call av_log() while probing. 9 years ago
Alex Agranovsky 7fd1c85e51 lavf/mpjpegdec: Fixed dereference after null check 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 9696a01f12 avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argument 3 of av_stristart from incompatible pointer type" 9 years ago
James Almer 9ac5beaa86 avformat/mpjpegdec: fix mixed declarations and code 9 years ago
Alex Agranovsky 259c71c199 avformat/mpjpeg: utilize MIME boundary value to detect start of new frame 9 years ago
Alex Agranovsky 79103f2199 avformat/mpjpeg: allow processing of MIME parts without Content-Length header 9 years ago
Luca Barbato 18f9308e6a mpjpeg: Cope with multipart lacking the initial CRLF 9 years ago
Carl Eugen Hoyos c52c78cc56 lavf/mpjpegdec: Return 0 if an allocation inside the probe function fails. 9 years ago
Alex Agranovsky 53e8bef25a mpjpeg: CRLF terminating a sequence of MIME headers should not cause an error 9 years ago
Ganesh Ajjanagadde 9aaa54135c avformat/mpjpegdec: silence unused variable/function warnings 9 years ago
Clément Bœsch c8370a17f5 avformat: fix style after recent commits 9 years ago
Alex Agranovsky 1de21215d4 mpjpegde: trim header name/value of MIME headers 9 years ago
Alex Agranovsky 0572bd1a62 mpjpeg: probe should require same constraints as packet reader - both proper content-type and content-size must be present 9 years ago
Alex Agranovsky 276ab7c148 avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if required headers are present 9 years ago
Luca Barbato 8a26ae5f94 mpjpeg: Check stream allocation 10 years ago
James Almer b380337020 mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail 10 years ago
James Almer 1382add59d mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail 10 years ago
James Almer 34d278f983 mpjpegdec: fix memory leak in probe function 10 years ago
Janne Grunau caf7be30b1 mpjpgdec: free AVIOContext leak on early probe fail 10 years ago
Luca Barbato 9b56ac74b1 mpjpeg: Initial implementation 10 years ago