137 Commits (0a2b768d3ecca32d496da1393406bebcab7680e2)

Author SHA1 Message Date
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 3aa6208db9 lavf: Constify AVInputFormat pointer. 6 years ago
Carl Eugen Hoyos 6de396c216 lavf/img2: Move "loop" into common options. 6 years ago
Carl Eugen Hoyos 826cc58deb lavf/img2dec: Split img2 and img2pipe options. 6 years ago
Paul B Mahol eade85bbbd avformat: add gif pipe demuxer 6 years ago
Carl Eugen Hoyos 42b4351333 lavf/img2dec: Auto-detect xwd images. 7 years ago
Josh de Kock e0f3228686 lavf/img2dec: use new iteration API 7 years ago
Michael Niedermayer a6cba06205 avformat/img2dec: fix infinite loop 7 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Carl Eugen Hoyos a20f64bee2 lavf/img2dec: Auto-detect svg images. 7 years ago
Carl Eugen Hoyos 7f60dc03a0 lavf/img2: Add svg and svgz to allow reading image sequences. 8 years ago
Rostislav Pehlivanov 3fefaeaa0b img2dec: use standard way to probe for svg/svgz files 8 years ago
Rostislav Pehlivanov f68ea92833 img2dec: add support for piped SVG demuxing 8 years ago
Paras Chadha 5dab7b91ad avcodec: add XPM decoder and demuxer 8 years ago
Carl Eugen Hoyos fca3083282 lavf/img2dec: Reduce the probe score for incomplete jpgs. 8 years ago
Carl Eugen Hoyos 375a22a472 lavf/img2dec: Increase detection score of jpgs without EOI. 8 years ago
Michael Niedermayer fd1fcb59dc avformat/img2dec: Remove dead code from psd_probe() 8 years ago
Martin Vignali a534862b27 libavformat : add Photoshop PSD demuxer. 8 years ago
Carl Eugen Hoyos 91842005fe lavf/img2dec: Skip DQT segment when auto-detecting jpg. 8 years ago
Carl Eugen Hoyos e1023aa1dd lavf/img2dec: Also auto-detect (unusual) uncompressed pcx. 8 years ago
Clément Bœsch 48ac4532d4 lavf/img2dec: add pnm pipe demuxers 9 years ago
Michael Niedermayer 4888932c4d avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
Carl Eugen Hoyos ef888de1c1 lavf/img2dec: Skip COM when auto-detecting jpeg. 9 years ago
Carl Eugen Hoyos e356487fda lavf/img2dec: Use jpeg constants in jpeg_probe(). 9 years ago
Carl Eugen Hoyos 8c5092912b lavf: Add pcx auto-detection. 9 years ago
Carl Eugen Hoyos c0ecc597fa lavf/img2dec: Skip SOS when auto-detecting jpeg. 9 years ago
Carl Eugen Hoyos 07eec5e721 lavf/img2dec: Skip SOF size when probing jpeg. 9 years ago
Justin Ruggles e1c15a9475 img2dec: Support Progressive JPEG in jpeg_probe 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Michael Niedermayer b750b67d13 avformat/img2dec: Use AVOpenCallback 9 years ago
Michael Niedermayer 7ccedc1c78 avformat/img2dec: do not interpret the filename by default if a IO context has been opened 9 years ago
Michael Niedermayer e70d56b8ad avformat/img2dec: Reuse main IO context instead of reopening a single file 9 years ago
Michael Niedermayer e9e8782202 avformat/img2dec: Skip checking the input files existence if it has already been opened 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Ganesh Ajjanagadde 26e8895b73 all: add _DEFAULT_SOURCE locally wherever needed 9 years ago
Przemysław Sobala 01dd7e025c lavf/img2dec: Fix memory leak 9 years ago
Carl Eugen Hoyos e3e55758dc lavf/img2dec: Improve jpeg auto-detection. 9 years ago
Carl Eugen Hoyos dee7943819 lavf/img2dec: Improve detection of valid Quickdraw images. 10 years ago
Carl Eugen Hoyos a876a4da4a lavf/img2dec: Autodetect dds frames. 10 years ago
Marton Balint 93cc5ca7ed lavf/img2dec: add option to disable pattern matching 10 years ago
Carl Eugen Hoyos 2279de6eca lavf/img2dec: Autodetect qdraw images. 10 years ago
Michael Niedermayer e6e8cc8ce9 avformat/img2dec: do not rewind custom io buffers 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Timothy Gu e66a187638 img2dec: Remove dead code 10 years ago
Michael Niedermayer e005dc621a avformat: fix mode of img2dec.c and utils.c 10 years ago
Liviu Oniciuc b37858eae1 avformat/img2dec: remove the non-negative number requirement for start_number option 10 years ago
Christophe Gisquet 9a9b088d9e libavformat/img2dec: fix warning when !HAVE_GLOB 10 years ago
Vittorio Giovara 456ffec35d img2dec: correctly use the parsed value from -start_number 10 years ago