summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-261-4/+5
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-6/+6
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-9/+9
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Make the image2 demuxer log more verboseStefano Sabatini2011-01-301-1/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-4/+4
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-211-28/+24
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-211-42/+37
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-071-1/+1
* Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross2010-06-081-0/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-221-0/+2
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-121-2/+2
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-281-4/+4
* print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier2009-12-011-1/+3
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-221-2/+4
* return EOF in image2 demuxerBaptiste Coudurier2009-07-301-0/+2
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-201-1/+1
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-201-1/+1
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-201-2/+6
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-121-0/+1
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-181-1/+24
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-141-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Add jp2 support to img2 demuxer.Benoit Fouet2008-12-171-0/+1
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-041-0/+1
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-221-1/+1
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-221-1/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-261-1/+2
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Mark several libavformat arrays constReimar Döffinger2008-08-241-1/+1
* Remove useless img_read_close().Ramiro Polla2008-06-061-7/+1
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-061-1/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-4/+4
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-301-0/+1
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-121-1/+1
* Use strcasecmp() instead of re-inventing it.Diego Pettenò2008-05-121-5/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* useless nullBaptiste Coudurier2008-03-141-1/+0
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-141-7/+2
* decode mng color decorrelationLoren Merritt2008-02-261-0/+1
* Sun Rasterfile decoderIvo van Poorten2007-12-281-0/+7
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-261-0/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-7/+7