summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
Commit message (Collapse)AuthorAge
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-12
| | | | | | Add this flag to img2 (fixes -vcodec copy to image2 in some cases) Originally committed as revision 21773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
| | | | Originally committed as revision 21511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier2009-12-01
| | | | Originally committed as revision 20694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-22
| | | | | | Patch by Samuli Valo: name surname picturall com Originally committed as revision 20346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return EOF in image2 demuxerBaptiste Coudurier2009-07-30
| | | | Originally committed as revision 19538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-20
| | | | Originally committed as revision 19242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
| | | | Originally committed as revision 19241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-20
| | | | Originally committed as revision 19230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
| | | | Originally committed as revision 16664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-14
| | | | Originally committed as revision 16595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add jp2 support to img2 demuxer.Benoit Fouet2008-12-17
| | | | | | On behalf of Jai Menon Originally committed as revision 16187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-04
| | | | Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-22
| | | | Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-22
| | | | Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-26
| | | | | | there are no timestamps in "raw" image2. Originally committed as revision 15419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
| | | | | | CONFIG_FOO_MUXER conditionals where appropriate. Originally committed as revision 15158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark several libavformat arrays constReimar Döffinger2008-08-24
| | | | Originally committed as revision 14950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless img_read_close().Ramiro Polla2008-06-06
| | | | Originally committed as revision 13674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-30
| | | | | | Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr Originally committed as revision 13557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use strcasecmp() instead of re-inventing it.Diego Pettenò2008-05-12
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyesATgmailPOINTcom Originally committed as revision 13132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless nullBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode mng color decorrelationLoren Merritt2008-02-26
| | | | Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-28
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
| | | | Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new string functionsMåns Rullgård2007-06-23
| | | | | | based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect ptx filesIvo van Poorten2007-05-08
| | | | Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-20
| | | | | | patch by elupus _at_ ecce.se Originally committed as revision 7335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe with some success image files not containing number pattern but having ↵Baptiste Coudurier2006-12-04
| | | | | | recognized image extension Originally committed as revision 7219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
| | | | Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add gif supportBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ↵Michel Bardiaux2006-09-04
| | | | | | | | | | mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
| | | | | | patch by Víctor Paesa <wzrlpy at arsystel com> Originally committed as revision 5729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk