summaryrefslogtreecommitdiffstats
path: root/libavformat/img2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-12/+12
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-1/+1
* switch to native time basesMichael Niedermayer2005-04-301-8/+4
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-1/+1
* non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer2005-04-131-4/+6
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-10/+0
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-2/+2
* .{Y,U,V} image2 supportMichael Niedermayer2005-01-041-26/+88
* 10l (double free)Michael Niedermayer2004-12-191-6/+1
* loop hackMichael Niedermayer2004-11-161-2/+5
* last packet size fixMichael Niedermayer2004-11-121-0/+1
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-111-2/+19
* porting png support from -f image to -f image2Michael Niedermayer2004-11-091-1/+1
* image2pipe fixMichael Niedermayer2004-10-241-1/+4
* 10lMichael Niedermayer2004-09-221-2/+3
* support single images, remove copy/paste junkMichael Niedermayer2004-07-151-22/+9
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-151-0/+370
OpenPOWER on IntegriCloud