summaryrefslogtreecommitdiffstats
path: root/libavformat/img2.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use new string functionsMåns Rullgård2007-06-231-2/+3
* autodetect ptx filesIvo van Poorten2007-05-081-0/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-061-0/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-201-1/+1
* probe with some success image files not containing number pattern but having ...Baptiste Coudurier2006-12-041-4/+7
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-231-0/+2
* add gif supportBaptiste Coudurier2006-10-221-0/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-041-8/+8
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-131-4/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-23/+11
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-8/+8
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-2/+2
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-191-2/+9
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-16/+16
* BMP image decoderMåns Rullgård2005-11-301-0/+1
OpenPOWER on IntegriCloud