| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | img2dec: make use of AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-04-05 | 1 | -13/+6 |
* | | img2dec: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 1 | -9/+3 |
* | | lavf/img2dec: fix option help fields | Stefano Sabatini | 2013-01-25 | 1 | -3/+3 |
* | | img2dec: support seeking in infinitely looped stream | Michael Niedermayer | 2013-01-21 | 1 | -4/+7 |
* | | img2dec: fix -loop | Michael Niedermayer | 2013-01-08 | 1 | -1/+1 |
* | | img2dec: do not change packet pts for image2pipe | Paul B Mahol | 2013-01-08 | 1 | -1/+2 |
* | | img2dec: seeking support | Paul B Mahol | 2013-01-08 | 1 | -0/+12 |
* | | Add exception for "gif" in image2 probe() method. | Vitaliy E Sugrobov | 2012-11-30 | 1 | -1/+1 |
* | | Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320' | Michael Niedermayer | 2012-11-30 | 1 | -69/+78 |
|\| |
|