summaryrefslogtreecommitdiffstats
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avformat/img2dec: Support -loop with pipesMichael Niedermayer2014-10-051-0/+8
* | Revert "avformat/img2dec: reduce bmppipe probe score"Michael Niedermayer2014-10-031-1/+1
* | Autodetect jpg images.Carl Eugen Hoyos2014-09-261-0/+52
* | avformat/img2dec: enable generic seeking for image pipesMichael Niedermayer2014-09-251-0/+1
* | avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer2014-09-251-0/+3
* | avformat/img2dec: pass error code and signal EOFMichael Niedermayer2014-09-251-1/+7
* | avformat/img2dec: fix error code at EOF for pipesMichael Niedermayer2014-09-251-1/+1
* | avformat/img2dec: Fail probing when no data is yet available and the filename...Michael Niedermayer2014-09-121-0/+2
* | avformat/img2dec: reduce bmppipe probe scoreMichael Niedermayer2014-09-121-1/+1
* | avformat/img2: Make AVOptions available to img* demuxers defined in other filesMichael Niedermayer2014-09-111-4/+4
* | Add missing initialization for AVProbeData.Reimar Döffinger2014-08-111-1/+1
* | lavf/img2dec: Initialize a stack variable.Carl Eugen Hoyos2014-08-101-1/+1
* | Autodetect jpeg-ls files.Carl Eugen Hoyos2014-08-081-0/+10
* | Autodetect webp files.Carl Eugen Hoyos2014-08-081-0/+11
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Autodetect big-endian tiff files.Carl Eugen Hoyos2014-07-221-1/+2
* | libavformat/img2dec.c: Add a long_name to the piped image demuxersAndreas Cadhalpun2014-07-221-0/+1
* | avformat/img2dec: remove functions from image pipe which are unneeded for ima...Michael Niedermayer2014-07-041-2/+0
* | avformat/img2dec: improve bmp probeMichael Niedermayer2014-07-041-6/+13
* | avformat/img2dec: increase probe buffer to 2kMichael Niedermayer2014-07-041-1/+1
* | avformat/img2dec: set AVProbeData size correctly on corner cases of tiny filesMichael Niedermayer2014-07-041-1/+1
* | avformat/img2dec: avoid seekback on probeingMichael Niedermayer2014-07-041-3/+2
* | avformat/img2dec: allocate and clear padding area for probe correctlyMichael Niedermayer2014-07-041-4/+14
* | Autodetect JPEG2000 imagess.Carl Eugen Hoyos2014-07-041-0/+11
* | avformat: Add image3 demuxers with format autodetectionCarl Eugen Hoyos2014-07-031-1/+137
* | avformat/img2dec: fix typoMichael Niedermayer2014-04-141-2/+2
* | avformat/img2dec: support nanosecond file timesMichael Niedermayer2014-04-121-2/+16
* | avformat/img2dec: zero probe bufferMichael Niedermayer2014-03-311-0/+1
* | avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for .pix p...Michael Niedermayer2014-03-291-2/+2
* | avformat/img2dec: Use avformat probing interface to identify format if it has...Michael Niedermayer2014-03-281-0/+22
* | avformat/img2dec: make image2dec capable to be used from seperate demuxersMichael Niedermayer2014-03-281-33/+11
* | img2dec: fix typo (double "with with")Kirill Gavrilov2013-08-121-1/+1
OpenPOWER on IntegriCloud