summaryrefslogtreecommitdiff
path: root/libavformat/img2dec.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "lavf: move AVStream.*index_entries* to AVStreamInternal"James Almer2021-03-231-1/+1
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-191-1/+2
* lavf/img2dec: Autodetect pfm images.Carl Eugen Hoyos2021-02-151-1/+1
* avformat/img2dec: improve xbm probingPaul B Mahol2021-02-051-0/+3
* avformat: add xbm_pipe demuxerPaul B Mahol2021-02-051-0/+8
* lavf/img2dec: Increase score for very large jpeg images.Carl Eugen Hoyos2020-12-241-1/+1
* img2dec: export avg_frame_rateAnton Khirnov2020-12-101-1/+3
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-1/+1
* lavf/img2dec: Auto-detect Cintel scanner images.Carl Eugen Hoyos2020-10-081-0/+12
* lavf/img2dec: Auto-detect Kodak Photo CD image files.Carl Eugen Hoyos2020-09-051-0/+12
* libavformat/img2dec: Added pgx demuxerGautam Ramakrishnan2020-07-031-0/+9
* avformat/img2dec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-281-7/+5
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat/img2dec: add option to provide metadata fields related to input pathAlexandre Heitor Schmidt2020-01-101-0/+39
* avformat/img2dec: Fix probe_buffer leak in ff_img_read_header()Michael Niedermayer2019-06-251-0/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-27/+27
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* lavf/img2: Move "loop" into common options.Carl Eugen Hoyos2019-02-101-1/+1
* lavf/img2dec: Split img2 and img2pipe options.Carl Eugen Hoyos2019-02-101-10/+16
* avformat: add gif pipe demuxerPaul B Mahol2018-12-101-0/+15
* lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos2018-05-251-0/+32
* lavf/img2dec: use new iteration APIJosh de Kock2018-04-021-2/+3
* avformat/img2dec: fix infinite loopMichael Niedermayer2018-03-101-1/+5
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* lavf/img2dec: Auto-detect svg images.Carl Eugen Hoyos2017-10-071-2/+12
* lavf/img2: Add svg and svgz to allow reading image sequences.Carl Eugen Hoyos2017-05-221-1/+1
* img2dec: use standard way to probe for svg/svgz filesRostislav Pehlivanov2017-05-161-20/+8
* img2dec: add support for piped SVG demuxingRostislav Pehlivanov2017-05-161-0/+20
* avcodec: add XPM decoder and demuxerParas Chadha2017-03-121-0/+10
* lavf/img2dec: Reduce the probe score for incomplete jpgs.Carl Eugen Hoyos2017-01-271-1/+1
* lavf/img2dec: Increase detection score of jpgs without EOI.Carl Eugen Hoyos2017-01-011-0/+2
* avformat/img2dec: Remove dead code from psd_probe()Michael Niedermayer2016-12-211-4/+1
* libavformat : add Photoshop PSD demuxer.Martin Vignali2016-12-141-0/+32
* lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos2016-09-031-0/+1
* lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos2016-07-151-1/+1
* lavf/img2dec: add pnm pipe demuxersClément Bœsch2016-06-221-0/+55
* avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-23/+23
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-14/+14
* | lavf/img2dec: Skip COM when auto-detecting jpeg.Carl Eugen Hoyos2016-03-221-0/+1
* | lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos2016-03-061-36/+37
* | lavf: Add pcx auto-detection.Carl Eugen Hoyos2016-02-291-0/+22
* | lavf/img2dec: Skip SOS when auto-detecting jpeg.Carl Eugen Hoyos2016-02-291-0/+1
* | lavf/img2dec: Skip SOF size when probing jpeg.Carl Eugen Hoyos2016-02-261-0/+1
* | img2dec: Support Progressive JPEG in jpeg_probeJustin Ruggles2016-02-241-1/+1
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-8/+3
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-3/+2
* | avformat/img2dec: Use AVOpenCallbackMichael Niedermayer2016-01-201-1/+5
* | avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer2016-01-201-1/+8
* | avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer2015-12-261-3/+9