| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/img2dec: Fix probe_buffer leak in ff_img_read_header() | Michael Niedermayer | 2019-06-25 | 1 | -0/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -27/+27 |
* | lavf: Constify AVInputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -1/+1 |
* | lavf/img2: Move "loop" into common options. | Carl Eugen Hoyos | 2019-02-10 | 1 | -1/+1 |
* | lavf/img2dec: Split img2 and img2pipe options. | Carl Eugen Hoyos | 2019-02-10 | 1 | -10/+16 |
* | avformat: add gif pipe demuxer | Paul B Mahol | 2018-12-10 | 1 | -0/+15 |
* | lavf/img2dec: Auto-detect xwd images. | Carl Eugen Hoyos | 2018-05-25 | 1 | -0/+32 |
* | lavf/img2dec: use new iteration API | Josh de Kock | 2018-04-02 | 1 | -2/+3 |
* | avformat/img2dec: fix infinite loop | Michael Niedermayer | 2018-03-10 | 1 | -1/+5 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | lavf/img2dec: Auto-detect svg images. | Carl Eugen Hoyos | 2017-10-07 | 1 | -2/+12 |
* | lavf/img2: Add svg and svgz to allow reading image sequences. | Carl Eugen Hoyos | 2017-05-22 | 1 | -1/+1 |
* | img2dec: use standard way to probe for svg/svgz files | Rostislav Pehlivanov | 2017-05-16 | 1 | -20/+8 |
* | img2dec: add support for piped SVG demuxing | Rostislav Pehlivanov | 2017-05-16 | 1 | -0/+20 |
* | avcodec: add XPM decoder and demuxer | Paras Chadha | 2017-03-12 | 1 | -0/+10 |
* | lavf/img2dec: Reduce the probe score for incomplete jpgs. | Carl Eugen Hoyos | 2017-01-27 | 1 | -1/+1 |
* | lavf/img2dec: Increase detection score of jpgs without EOI. | Carl Eugen Hoyos | 2017-01-01 | 1 | -0/+2 |
* | avformat/img2dec: Remove dead code from psd_probe() | Michael Niedermayer | 2016-12-21 | 1 | -4/+1 |
* | libavformat : add Photoshop PSD demuxer. | Martin Vignali | 2016-12-14 | 1 | -0/+32 |
* | 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 |