summaryrefslogtreecommitdiff
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAge
* lavf/img2dec: Skip COM when auto-detecting jpeg.Carl Eugen Hoyos2016-03-22
* lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos2016-03-06
* lavf: Add pcx auto-detection.Carl Eugen Hoyos2016-02-29
* lavf/img2dec: Skip SOS when auto-detecting jpeg.Carl Eugen Hoyos2016-02-29
* lavf/img2dec: Skip SOF size when probing jpeg.Carl Eugen Hoyos2016-02-26
* img2dec: Support Progressive JPEG in jpeg_probeJustin Ruggles2016-02-24
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | avformat/img2dec: Use AVOpenCallbackMichael Niedermayer2016-01-20
* | avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer2016-01-20
* | avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer2015-12-26
* | avformat/img2dec: Skip checking the input files existence if it has already b...Michael Niedermayer2015-12-26
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
| * img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-14
* | all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-04
* | lavf/img2dec: Fix memory leakPrzemysław Sobala2015-09-29
* | lavf/img2dec: Improve jpeg auto-detection.Carl Eugen Hoyos2015-09-12
* | lavf/img2dec: Improve detection of valid Quickdraw images.Carl Eugen Hoyos2015-06-29
* | lavf/img2dec: Autodetect dds frames.Carl Eugen Hoyos2015-06-29
* | lavf/img2dec: add option to disable pattern matchingMarton Balint2015-05-12
* | lavf/img2dec: Autodetect qdraw images.Carl Eugen Hoyos2015-05-07
* | avformat/img2dec: do not rewind custom io buffersMichael Niedermayer2015-04-20
* | img2dec: Remove dead codeTimothy Gu2015-02-06
* | avformat: fix mode of img2dec.c and utils.cMichael Niedermayer2015-02-03
* | avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc2015-02-03
* | libavformat/img2dec: fix warning when !HAVE_GLOBChristophe Gisquet2015-01-21
* | Skip Exif data when auto-detecting jpeg images.Carl Eugen Hoyos2015-01-09
* | avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/img2dec: check w/h in dpx_probeMichael Niedermayer2014-12-21
* | Merge commit 'f1ed83e23add1c26c50b146727e4c2399dfc0b3a'Michael Niedermayer2014-10-25
|\|
| * img2dec: check av_new_packet return valueVittorio Giovara2014-10-24
* | avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_t...Alexander Strasser2014-10-05
* | avformat/img2dec: Support -loop with pipesMichael Niedermayer2014-10-05
* | Revert "avformat/img2dec: reduce bmppipe probe score"Michael Niedermayer2014-10-03
* | Autodetect jpg images.Carl Eugen Hoyos2014-09-26
* | avformat/img2dec: enable generic seeking for image pipesMichael Niedermayer2014-09-25
* | avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer2014-09-25
* | avformat/img2dec: pass error code and signal EOFMichael Niedermayer2014-09-25
* | avformat/img2dec: fix error code at EOF for pipesMichael Niedermayer2014-09-25
* | avformat/img2dec: Fail probing when no data is yet available and the filename...Michael Niedermayer2014-09-12
* | avformat/img2dec: reduce bmppipe probe scoreMichael Niedermayer2014-09-12
* | avformat/img2: Make AVOptions available to img* demuxers defined in other filesMichael Niedermayer2014-09-11
* | Add missing initialization for AVProbeData.Reimar Döffinger2014-08-11
* | lavf/img2dec: Initialize a stack variable.Carl Eugen Hoyos2014-08-10
* | Autodetect jpeg-ls files.Carl Eugen Hoyos2014-08-08
* | Autodetect webp files.Carl Eugen Hoyos2014-08-08
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08