47 Commits (b1eb92a6bcdaa57a150a7493bc29f82cbc36ef99)

Author SHA1 Message Date
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
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Stefano Sabatini 9bece76009 lavf/img2dec: add start_number_range option 12 years ago
Stefano Sabatini b0d23ae208 lavf/img2doc: document options 12 years ago
Stefano Sabatini b5c7318bd7 lavf/img2dec: improve error logging in case of find_image_range() failure 12 years ago
Stefano Sabatini 2dfee8abf1 lavf/img2dec: sort options by name 12 years ago
Stefano Sabatini 48c1d1d3fa lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_range 12 years ago
Stefano Sabatini 07ef7b1a30 lavf/img2dec: fix out-of-range check in find_image_range() 12 years ago
Stefano Sabatini 59e4e40673 lavf/img2dec: doxygen find_image_range() function 12 years ago
Stefano Sabatini e408e329d2 lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index" 12 years ago
Stefano Sabatini a30e776ff1 lavf/img2dec: fix weird start_number count logic 12 years ago
Mashiat Sarker Shakkhar 98b3f17bd7 image2: Add "start_number" private option to the demuxer 13 years ago
Mashiat Sarker Shakkhar f57d2f587b image2: Add "start_number" private option to the demuxer 13 years ago
Michael Niedermayer d3d5e84f33 img2dec: remove GLOB_TILDE support. 13 years ago
Alexander Strasser 3e1ff8eb27 img2dec: Recognize glob meta chars only if prefixed by % 13 years ago
Brian Olson 0be130e37b img2: glob matching for image series 13 years ago
Paul B Mahol 15b4b505c2 img2: split muxer and demuxer into separate files 13 years ago
Diego Biurrun 3f486e0dae img2: Use ff_guess_image2_codec(filename) shorthand where appropriate. 13 years ago
Paul B Mahol b6a08665d6 img2dec: add im32 extension, sunrast with 32bit depth 13 years ago
Aneesh Dogra d7840529b6 avcodec: add a Sun Rasterfile encoder 13 years ago
Martin Lambers 6fe12c7ff2 Detect jps and pns files as (3D) jpg and png images. 13 years ago
Anton Khirnov 6dc345555f lavf: remove disabled FF_API_LOOP_INPUT cruft 13 years ago
Anton Khirnov 64f6f6f836 lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Paul B Mahol 27ed027bcd XWD encoder and decoder 13 years ago
Jean First e8df18270a img2: add j2c file extension 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Michael Niedermayer 76d7d1b0bd img2: 10l typo 13 years ago