summaryrefslogtreecommitdiff
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAge
* 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
* Autodetect big-endian tiff files.Carl Eugen Hoyos2014-07-22
* libavformat/img2dec.c: Add a long_name to the piped image demuxersAndreas Cadhalpun2014-07-22
* avformat/img2dec: remove functions from image pipe which are unneeded for ima...Michael Niedermayer2014-07-04
* avformat/img2dec: improve bmp probeMichael Niedermayer2014-07-04
* avformat/img2dec: increase probe buffer to 2kMichael Niedermayer2014-07-04
* avformat/img2dec: set AVProbeData size correctly on corner cases of tiny filesMichael Niedermayer2014-07-04
* avformat/img2dec: avoid seekback on probeingMichael Niedermayer2014-07-04
* avformat/img2dec: allocate and clear padding area for probe correctlyMichael Niedermayer2014-07-04
* Autodetect JPEG2000 imagess.Carl Eugen Hoyos2014-07-04
* avformat: Add image3 demuxers with format autodetectionCarl Eugen Hoyos2014-07-03
* avformat/img2dec: fix typoMichael Niedermayer2014-04-14
* avformat/img2dec: support nanosecond file timesMichael Niedermayer2014-04-12
* avformat/img2dec: zero probe bufferMichael Niedermayer2014-03-31
* avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for .pix p...Michael Niedermayer2014-03-29
* avformat/img2dec: Use avformat probing interface to identify format if it has...Michael Niedermayer2014-03-28
* avformat/img2dec: make image2dec capable to be used from seperate demuxersMichael Niedermayer2014-03-28
* img2dec: fix typo (double "with with")Kirill Gavrilov2013-08-12
* avformat/img2dec: timestamps are 64bitMichael Niedermayer2013-06-05
* img2dec: support seeking with ts_from_fileMichael Niedermayer2013-05-25
* img2dec: dont set start_time/duration to invalid valuesMichael Niedermayer2013-05-25
* img2dec: Add ts_from_file optionAndrey Utkin2013-05-25
* Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | img2dec: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-04-05
* | img2dec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-04-05
* | lavf/img2dec: fix option help fieldsStefano Sabatini2013-01-25
* | img2dec: support seeking in infinitely looped streamMichael Niedermayer2013-01-21
* | img2dec: fix -loopMichael Niedermayer2013-01-08
* | img2dec: do not change packet pts for image2pipePaul B Mahol2013-01-08
* | img2dec: seeking supportPaul B Mahol2013-01-08
* | Add exception for "gif" in image2 probe() method.Vitaliy E Sugrobov2012-11-30
* | Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer2012-11-30
|\|
| * img2: K&R formatting cosmeticsDiego Biurrun2012-11-29
* | Allow forcing a frame size in bytes for image2pipe.Carl Eugen Hoyos2012-11-10