| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/img2dec: Skip DQT segment when auto-detecting jpg. | Carl Eugen Hoyos | 2016-09-03 | 1 | -0/+1 |
* | lavf/img2dec: Also auto-detect (unusual) uncompressed pcx. | Carl Eugen Hoyos | 2016-07-15 | 1 | -1/+1 |
* | lavf/img2dec: add pnm pipe demuxers | Clément Bœsch | 2016-06-22 | 1 | -0/+55 |
* | avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -23/+23 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -14/+14 |
* | | lavf/img2dec: Skip COM when auto-detecting jpeg. | Carl Eugen Hoyos | 2016-03-22 | 1 | -0/+1 |
* | | lavf/img2dec: Use jpeg constants in jpeg_probe(). | Carl Eugen Hoyos | 2016-03-06 | 1 | -36/+37 |
* | | lavf: Add pcx auto-detection. | Carl Eugen Hoyos | 2016-02-29 | 1 | -0/+22 |
* | | lavf/img2dec: Skip SOS when auto-detecting jpeg. | Carl Eugen Hoyos | 2016-02-29 | 1 | -0/+1 |
* | | lavf/img2dec: Skip SOF size when probing jpeg. | Carl Eugen Hoyos | 2016-02-26 | 1 | -0/+1 |
* | | img2dec: Support Progressive JPEG in jpeg_probe | Justin Ruggles | 2016-02-24 | 1 | -1/+1 |
* | | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -8/+3 |
|\| |
|
| * | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -3/+2 |
* | | avformat/img2dec: Use AVOpenCallback | Michael Niedermayer | 2016-01-20 | 1 | -1/+5 |
* | | avformat/img2dec: do not interpret the filename by default if a IO context ha... | Michael Niedermayer | 2016-01-20 | 1 | -1/+8 |
* | | avformat/img2dec: Reuse main IO context instead of reopening a single file | Michael Niedermayer | 2015-12-26 | 1 | -3/+9 |
* | | avformat/img2dec: Skip checking the input files existence if it has already b... | Michael Niedermayer | 2015-12-26 | 1 | -3/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
| * | img2dec: correctly use the parsed value from -start_number | Vittorio Giovara | 2015-01-14 | 1 | -1/+1 |
* | | all: add _DEFAULT_SOURCE locally wherever needed | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+1 |
* | | lavf/img2dec: Fix memory leak | Przemysław Sobala | 2015-09-29 | 1 | -9/+23 |
* | | lavf/img2dec: Improve jpeg auto-detection. | Carl Eugen Hoyos | 2015-09-12 | 1 | -6/+20 |
* | | lavf/img2dec: Improve detection of valid Quickdraw images. | Carl Eugen Hoyos | 2015-06-29 | 1 | -3/+9 |
* | | lavf/img2dec: Autodetect dds frames. | Carl Eugen Hoyos | 2015-06-29 | 1 | -0/+12 |
* | | 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 |