summaryrefslogtreecommitdiff
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/img2dec: Auto-detect svg images.Carl Eugen Hoyos2017-10-071-2/+12
* lavf/img2: Add svg and svgz to allow reading image sequences.Carl Eugen Hoyos2017-05-221-1/+1
* img2dec: use standard way to probe for svg/svgz filesRostislav Pehlivanov2017-05-161-20/+8
* img2dec: add support for piped SVG demuxingRostislav Pehlivanov2017-05-161-0/+20
* avcodec: add XPM decoder and demuxerParas Chadha2017-03-121-0/+10
* lavf/img2dec: Reduce the probe score for incomplete jpgs.Carl Eugen Hoyos2017-01-271-1/+1
* lavf/img2dec: Increase detection score of jpgs without EOI.Carl Eugen Hoyos2017-01-011-0/+2
* avformat/img2dec: Remove dead code from psd_probe()Michael Niedermayer2016-12-211-4/+1
* libavformat : add Photoshop PSD demuxer.Martin Vignali2016-12-141-0/+32
* lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos2016-09-031-0/+1
* lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos2016-07-151-1/+1
* lavf/img2dec: add pnm pipe demuxersClément Bœsch2016-06-221-0/+55
* avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-23/+23
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-14/+14
* | lavf/img2dec: Skip COM when auto-detecting jpeg.Carl Eugen Hoyos2016-03-221-0/+1
* | lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos2016-03-061-36/+37
* | lavf: Add pcx auto-detection.Carl Eugen Hoyos2016-02-291-0/+22
* | lavf/img2dec: Skip SOS when auto-detecting jpeg.Carl Eugen Hoyos2016-02-291-0/+1
* | lavf/img2dec: Skip SOF size when probing jpeg.Carl Eugen Hoyos2016-02-261-0/+1
* | img2dec: Support Progressive JPEG in jpeg_probeJustin Ruggles2016-02-241-1/+1
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-8/+3
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-3/+2
* | avformat/img2dec: Use AVOpenCallbackMichael Niedermayer2016-01-201-1/+5
* | avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer2016-01-201-1/+8
* | avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer2015-12-261-3/+9
* | avformat/img2dec: Skip checking the input files existence if it has already b...Michael Niedermayer2015-12-261-3/+3
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
| * img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-141-1/+1
* | all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-041-0/+1
* | lavf/img2dec: Fix memory leakPrzemysław Sobala2015-09-291-9/+23
* | lavf/img2dec: Improve jpeg auto-detection.Carl Eugen Hoyos2015-09-121-6/+20
* | lavf/img2dec: Improve detection of valid Quickdraw images.Carl Eugen Hoyos2015-06-291-3/+9
* | lavf/img2dec: Autodetect dds frames.Carl Eugen Hoyos2015-06-291-0/+12
* | lavf/img2dec: add option to disable pattern matchingMarton Balint2015-05-121-3/+6
* | lavf/img2dec: Autodetect qdraw images.Carl Eugen Hoyos2015-05-071-0/+11
* | avformat/img2dec: do not rewind custom io buffersMichael Niedermayer2015-04-201-1/+4
* | img2dec: Remove dead codeTimothy Gu2015-02-061-3/+1
* | avformat: fix mode of img2dec.c and utils.cMichael Niedermayer2015-02-031-0/+0
* | avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc2015-02-031-1/+1
* | libavformat/img2dec: fix warning when !HAVE_GLOBChristophe Gisquet2015-01-211-1/+3
* | Skip Exif data when auto-detecting jpeg images.Carl Eugen Hoyos2015-01-091-2/+6
* | avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* | avformat/img2dec: check w/h in dpx_probeMichael Niedermayer2014-12-211-1/+10
* | Merge commit 'f1ed83e23add1c26c50b146727e4c2399dfc0b3a'Michael Niedermayer2014-10-251-3/+4
|\ \ | |/
| * img2dec: check av_new_packet return valueVittorio Giovara2014-10-241-2/+4
* | avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_t...Alexander Strasser2014-10-051-0/+2