106 Commits (3e2f664b998bd5c82d4be3e86f091a0c3d16f68e)

Author SHA1 Message Date
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
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
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
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
Stefano Sabatini 55815edca0 prefer avio_check() over url_exist() 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov a9bf9d8e53 lavf: make av_guess_image2_codec internal 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Stefano Sabatini 4fc9ff0ad6 Make the image2 demuxer log more verbose 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Pascal Massimino 85f56757b4 cosmetics: align fields, and remove useless ones, in img2.c 14 years ago
Pascal Massimino ac6d020ffa cleanup image2pipe_{de}muxer fields 14 years ago
Carl Eugen Hoyos bba66fc7be Associate .tga with format image2. 15 years ago
Peter Ross 971c3c98b0 Add Pictor/PC Paint to image2 muxer/demuxer 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer c51131290c Dont senselessly fail on rawvideo that isnt 3 files per frame. 15 years ago
Michael Niedermayer ab5a0175f5 Add flag so muxers not needing width/height can signal this. 15 years ago
Jai Menon 90d0379f5e Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 15 years ago
Baptiste Coudurier 77df894aed print error message when image2 muxer fail to compute frame filename 15 years ago
Samuli Valo c671ac40f5 Fixes detection and error reporting of non-existing files in img2.c. 15 years ago
Baptiste Coudurier e4b8d05d47 return EOF in image2 demuxer 16 years ago
Carl Eugen Hoyos a481293f13 Revert unintended hunk of r19241. 16 years ago
Carl Eugen Hoyos df028e8c6a Revert r19239: It broke four conformance tests. 16 years ago
Jai Menon 9ed3afcb7f Print meaningful error messages when url_fopen fails. 16 years ago
Jimmy Christensen 94d3d6a468 DPX (Digital Picture Exchange) image decoder 16 years ago
Daniel Verkamp effcedf738 PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Baptiste Coudurier b4097b13d4 add jp2 formater in image2 muxer 16 years ago
Baptiste Coudurier c91662ce83 include intreadwrite.h, fix compilation, img2.c use AV_RL32 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Benoit Fouet 8b2386dc5a Add jp2 support to img2 demuxer. 16 years ago
Carl Eugen Hoyos 485cfbe806 Recognize pnm file as images. 16 years ago