128 Commits (09494d098405738a5972e0052110af65b3ff7e72)

Author SHA1 Message Date
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
Carl Eugen Hoyos c1e2ca1e31 Allow auto-detection of ljpg images. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Michael Niedermayer e99c4bbdf3 img2: update first file only when -updatefirst is specified 13 years ago
Michael Niedermayer 102a2463d3 img2: Allow writing multiple files onto the same output file. 13 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov a4ea00d021 lavc/lavf: use unique private classes. 13 years ago
Michael Niedermayer 9e0438c903 img2enc: show first 4 bytes if a malformed jpeg2000 codestream is detected 13 years ago
Michael Niedermayer 0047ac1427 img2enc: Accept raw jpeg2000 codestream too, 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Anton Khirnov 6002fdef5e img2: add loop private option. 14 years ago
Carl Eugen Hoyos 923cff747a Support extension jls for jpeg-ls. 14 years ago
Kamil Nowosad a304a83362 riff/img2: Add JPEG 2000 codec IDs. 14 years ago
Peter Ross a31d4b3a99 img2: add .dpx to the list of supported file extensions. 14 years ago
Anton Khirnov abcedfac60 img2: add framerate private option. 14 years ago
Anton Khirnov a915bf64cc img2: add video_size private option. 14 years ago
Anton Khirnov f33e2a51d9 img2: add pixel_format private option. 14 years ago
Kamil Nowosad 83654c7b1b Add Kamil Nowosads j2k code. 14 years ago
ami_stuff 884f678cfd Add *.j2k extension to JPEG2000 decoder 14 years ago
Stefano Sabatini 9bf81b49cf img2: return AVERROR(EINVAL) in case of invalid filename pattern 14 years ago