summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add jp2 support to img2 demuxer.Benoit Fouet2008-12-17
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-04
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-22
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-22
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-26
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* Remove useless img_read_close().Ramiro Polla2008-06-06
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-06
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-30
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
* Use strcasecmp() instead of re-inventing it.Diego Pettenò2008-05-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* useless nullBaptiste Coudurier2008-03-14
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
* decode mng color decorrelationLoren Merritt2008-02-26
* Sun Rasterfile decoderIvo van Poorten2007-12-28
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* use new string functionsMåns Rullgård2007-06-23
* autodetect ptx filesIvo van Poorten2007-05-08
* add an enum for need_parsingAurelien Jacobs2007-04-15
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-20
* probe with some success image files not containing number pattern but having ...Baptiste Coudurier2006-12-04
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
* add gif supportBaptiste Coudurier2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-04
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* BMP image decoderMåns Rullgård2005-11-30
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* switch to native time basesMichael Niedermayer2005-04-30
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer2005-04-13