128 Commits (09494d098405738a5972e0052110af65b3ff7e72)

Author SHA1 Message Date
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
Reimar Döffinger 2c0454cd20 Add missing initialization for AVProbeData. 10 years ago
Carl Eugen Hoyos 273fc0139e lavf/img2dec: Initialize a stack variable. 10 years ago
Carl Eugen Hoyos 4b63bcef90 Autodetect jpeg-ls files. 10 years ago
Carl Eugen Hoyos f73d75384f Autodetect webp files. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Carl Eugen Hoyos 050d79b6dd Autodetect big-endian tiff files. 10 years ago
Andreas Cadhalpun 135ea609ce libavformat/img2dec.c: Add a long_name to the piped image demuxers 10 years ago
Michael Niedermayer d1a8659efe avformat/img2dec: remove functions from image pipe which are unneeded for image pipes 11 years ago
Michael Niedermayer c277ab6b78 avformat/img2dec: improve bmp probe 11 years ago
Michael Niedermayer d36fe733c1 avformat/img2dec: increase probe buffer to 2k 11 years ago
Michael Niedermayer 0437445926 avformat/img2dec: set AVProbeData size correctly on corner cases of tiny files 11 years ago
Michael Niedermayer 6691eee48c avformat/img2dec: avoid seekback on probeing 11 years ago
Michael Niedermayer 726e253b00 avformat/img2dec: allocate and clear padding area for probe correctly 11 years ago
Carl Eugen Hoyos 4c145b692c Autodetect JPEG2000 imagess. 11 years ago
Carl Eugen Hoyos d538dd824e avformat: Add image3 demuxers with format autodetection 11 years ago
Michael Niedermayer b465aaa59f avformat/img2dec: fix typo 11 years ago
Michael Niedermayer f683895dee avformat/img2dec: support nanosecond file times 11 years ago
Michael Niedermayer 1f361124d9 avformat/img2dec: zero probe buffer 11 years ago
Michael Niedermayer 2cffdcbdd7 avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for .pix probing 11 years ago
Michael Niedermayer 1c13e1ef36 avformat/img2dec: Use avformat probing interface to identify format if it has not been otherwise identified 11 years ago
Michael Niedermayer 067a9cf81a avformat/img2dec: make image2dec capable to be used from seperate demuxers 11 years ago
Kirill Gavrilov 2395ae22ce img2dec: fix typo (double "with with") 11 years ago
Michael Niedermayer 16f3102f41 avformat/img2dec: timestamps are 64bit 12 years ago
Michael Niedermayer 760a9754ca img2dec: support seeking with ts_from_file 12 years ago
Michael Niedermayer a753776ff5 img2dec: dont set start_time/duration to invalid values 12 years ago
Andrey Utkin 70fbfd75c3 img2dec: Add ts_from_file option 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Paul B Mahol 9a8f1e7295 img2dec: make use of AV_OPT_TYPE_IMAGE_SIZE 12 years ago
Paul B Mahol 1d5b4f9fe9 img2dec: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Stefano Sabatini 069d156454 lavf/img2dec: fix option help fields 12 years ago
Michael Niedermayer 05340be97b img2dec: support seeking in infinitely looped stream 12 years ago
Michael Niedermayer 252316c885 img2dec: fix -loop 12 years ago
Paul B Mahol 626756aed2 img2dec: do not change packet pts for image2pipe 12 years ago
Paul B Mahol 55d32eed8f img2dec: seeking support 12 years ago
Vitaliy E Sugrobov f83657fcf6 Add exception for "gif" in image2 probe() method. 12 years ago
Diego Biurrun cc7d5cfeec img2: K&R formatting cosmetics 12 years ago
Carl Eugen Hoyos b56ff0b261 Allow forcing a frame size in bytes for image2pipe. 12 years ago
Paul B Mahol 3f8148911c img2dec: check return value of av_new_packet() 12 years ago
Michael Niedermayer b47396b614 img2dec: detect .raw files only with a low score as img2 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Tomas Härdin 5e3572893d img2dec: always close AVIOContexts 12 years ago
Tomas Härdin d74af89317 img2dec: Don't leave AVIOContexts open on zero byte files 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Stefano Sabatini 3a06ea8436 lavf/img2dec: add and document pattern_type option 12 years ago