| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/img2dec: add option to disable pattern matching | Marton Balint | 2015-05-12 | 1 | -3/+6 |
* | lavf/img2dec: Autodetect qdraw images. | Carl Eugen Hoyos | 2015-05-07 | 1 | -0/+11 |
* | avformat/img2dec: do not rewind custom io buffers | Michael Niedermayer | 2015-04-20 | 1 | -1/+4 |
* | img2dec: Remove dead code | Timothy Gu | 2015-02-06 | 1 | -3/+1 |
* | avformat: fix mode of img2dec.c and utils.c | Michael Niedermayer | 2015-02-03 | 1 | -0/+0 |
* | avformat/img2dec: remove the non-negative number requirement for start_number... | Liviu Oniciuc | 2015-02-03 | 1 | -1/+1 |
* | libavformat/img2dec: fix warning when !HAVE_GLOB | Christophe Gisquet | 2015-01-21 | 1 | -1/+3 |
* | Skip Exif data when auto-detecting jpeg images. | Carl Eugen Hoyos | 2015-01-09 | 1 | -2/+6 |
* | avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | avformat/img2dec: check w/h in dpx_probe | Michael Niedermayer | 2014-12-21 | 1 | -1/+10 |
* | Merge commit 'f1ed83e23add1c26c50b146727e4c2399dfc0b3a' | Michael Niedermayer | 2014-10-25 | 1 | -3/+4 |
|\ |
|
| * | img2dec: check av_new_packet return value | Vittorio Giovara | 2014-10-24 | 1 | -2/+4 |
* | | avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_t... | Alexander Strasser | 2014-10-05 | 1 | -0/+2 |
* | | avformat/img2dec: Support -loop with pipes | Michael Niedermayer | 2014-10-05 | 1 | -0/+8 |
* | | Revert "avformat/img2dec: reduce bmppipe probe score" | Michael Niedermayer | 2014-10-03 | 1 | -1/+1 |
* | | Autodetect jpg images. | Carl Eugen Hoyos | 2014-09-26 | 1 | -0/+52 |
* | | avformat/img2dec: enable generic seeking for image pipes | Michael Niedermayer | 2014-09-25 | 1 | -0/+1 |
* | | avformat/img2dec: initialize pkt->pos for image pipes | Michael Niedermayer | 2014-09-25 | 1 | -0/+3 |
* | | avformat/img2dec: pass error code and signal EOF | Michael Niedermayer | 2014-09-25 | 1 | -1/+7 |
* | | avformat/img2dec: fix error code at EOF for pipes | Michael Niedermayer | 2014-09-25 | 1 | -1/+1 |
* | | avformat/img2dec: Fail probing when no data is yet available and the filename... | Michael Niedermayer | 2014-09-12 | 1 | -0/+2 |
* | | avformat/img2dec: reduce bmppipe probe score | Michael Niedermayer | 2014-09-12 | 1 | -1/+1 |
* | | avformat/img2: Make AVOptions available to img* demuxers defined in other files | Michael Niedermayer | 2014-09-11 | 1 | -4/+4 |
* | | Add missing initialization for AVProbeData. | Reimar Döffinger | 2014-08-11 | 1 | -1/+1 |
* | | lavf/img2dec: Initialize a stack variable. | Carl Eugen Hoyos | 2014-08-10 | 1 | -1/+1 |
* | | Autodetect jpeg-ls files. | Carl Eugen Hoyos | 2014-08-08 | 1 | -0/+10 |
* | | Autodetect webp files. | Carl Eugen Hoyos | 2014-08-08 | 1 | -0/+11 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | Autodetect big-endian tiff files. | Carl Eugen Hoyos | 2014-07-22 | 1 | -1/+2 |
* | | libavformat/img2dec.c: Add a long_name to the piped image demuxers | Andreas Cadhalpun | 2014-07-22 | 1 | -0/+1 |
* | | avformat/img2dec: remove functions from image pipe which are unneeded for ima... | Michael Niedermayer | 2014-07-04 | 1 | -2/+0 |
* | | avformat/img2dec: improve bmp probe | Michael Niedermayer | 2014-07-04 | 1 | -6/+13 |
* | | avformat/img2dec: increase probe buffer to 2k | Michael Niedermayer | 2014-07-04 | 1 | -1/+1 |
* | | avformat/img2dec: set AVProbeData size correctly on corner cases of tiny files | Michael Niedermayer | 2014-07-04 | 1 | -1/+1 |
* | | avformat/img2dec: avoid seekback on probeing | Michael Niedermayer | 2014-07-04 | 1 | -3/+2 |
* | | avformat/img2dec: allocate and clear padding area for probe correctly | Michael Niedermayer | 2014-07-04 | 1 | -4/+14 |
* | | Autodetect JPEG2000 imagess. | Carl Eugen Hoyos | 2014-07-04 | 1 | -0/+11 |
* | | avformat: Add image3 demuxers with format autodetection | Carl Eugen Hoyos | 2014-07-03 | 1 | -1/+137 |
* | | avformat/img2dec: fix typo | Michael Niedermayer | 2014-04-14 | 1 | -2/+2 |
* | | avformat/img2dec: support nanosecond file times | Michael Niedermayer | 2014-04-12 | 1 | -2/+16 |
* | | avformat/img2dec: zero probe buffer | Michael Niedermayer | 2014-03-31 | 1 | -0/+1 |
* | | avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for .pix p... | Michael Niedermayer | 2014-03-29 | 1 | -2/+2 |
* | | avformat/img2dec: Use avformat probing interface to identify format if it has... | Michael Niedermayer | 2014-03-28 | 1 | -0/+22 |
* | | avformat/img2dec: make image2dec capable to be used from seperate demuxers | Michael Niedermayer | 2014-03-28 | 1 | -33/+11 |
* | | img2dec: fix typo (double "with with") | Kirill Gavrilov | 2013-08-12 | 1 | -1/+1 |
* | | avformat/img2dec: timestamps are 64bit | Michael Niedermayer | 2013-06-05 | 1 | -2/+2 |
* | | img2dec: support seeking with ts_from_file | Michael Niedermayer | 2013-05-25 | 1 | -2/+10 |
* | | img2dec: dont set start_time/duration to invalid values | Michael Niedermayer | 2013-05-25 | 1 | -2/+4 |
* | | img2dec: Add ts_from_file option | Andrey Utkin | 2013-05-25 | 1 | -2/+16 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|