122 Commits (47f212329e5d73c81e2c67acd6a481bc0fe687b2)

Author SHA1 Message Date
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
Carl Eugen Hoyos cd3405282c Skip Exif data when auto-detecting jpeg images. 10 years ago
Michael Niedermayer 26c72d2941 avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 41ee459e88 avformat/img2dec: check w/h in dpx_probe 10 years ago
Vittorio Giovara f1ed83e23a img2dec: check av_new_packet return value 10 years ago
Alexander Strasser e079d43af8 avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_type glob) 10 years ago
Michael Niedermayer 684508ba15 avformat/img2dec: Support -loop with pipes 10 years ago
Michael Niedermayer 97cb9b6cbb Revert "avformat/img2dec: reduce bmppipe probe score" 10 years ago
Carl Eugen Hoyos 88c937fdc8 Autodetect jpg images. 10 years ago
Michael Niedermayer ce6e46be72 avformat/img2dec: enable generic seeking for image pipes 10 years ago
Michael Niedermayer 6d35aba167 avformat/img2dec: initialize pkt->pos for image pipes 10 years ago
Michael Niedermayer 2497914a18 avformat/img2dec: pass error code and signal EOF 10 years ago
Michael Niedermayer 1dbdcb4a8c avformat/img2dec: fix error code at EOF for pipes 10 years ago
Michael Niedermayer b3fd2b175c avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. 10 years ago
Michael Niedermayer 321c3cd1a9 avformat/img2dec: reduce bmppipe probe score 10 years ago
Michael Niedermayer 5303a644f5 avformat/img2: Make AVOptions available to img* demuxers defined in other files 10 years ago