Age | Commit message (Expand) | Author |
2010-10-21 | cosmetics: align fields, and remove useless ones, in img2.c | Pascal Massimino |
2010-10-21 | cleanup image2pipe_{de}muxer fields | Pascal Massimino |
2010-07-07 | Associate .tga with format image2. | Carl Eugen Hoyos |
2010-06-08 | Add Pictor/PC Paint to image2 muxer/demuxer | Peter Ross |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-22 | Dont senselessly fail on rawvideo that isnt 3 files per frame. | Michael Niedermayer |
2010-02-12 | Add flag so muxers not needing width/height can signal this. | Michael Niedermayer |
2010-01-28 | Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. | Jai Menon |
2009-12-01 | print error message when image2 muxer fail to compute frame filename | Baptiste Coudurier |
2009-10-22 | Fixes detection and error reporting of non-existing files in img2.c. | Samuli Valo |
2009-07-30 | return EOF in image2 demuxer | Baptiste Coudurier |
2009-06-20 | Revert unintended hunk of r19241. | Carl Eugen Hoyos |
2009-06-20 | Revert r19239: It broke four conformance tests. | Carl Eugen Hoyos |
2009-06-20 | Print meaningful error messages when url_fopen fails. | Jai Menon |
2009-06-12 | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen |
2009-03-20 | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-18 | add jp2 formater in image2 muxer | Baptiste Coudurier |
2009-01-14 | include intreadwrite.h, fix compilation, img2.c use AV_RL32 | Baptiste Coudurier |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-12-17 | Add jp2 support to img2 demuxer. | Benoit Fouet |
2008-12-04 | Recognize pnm file as images. | Carl Eugen Hoyos |
2008-11-22 | Add forgotten file format pgmyuv. | Carl Eugen Hoyos |
2008-11-22 | Support picture output without -f image2 for most codecs. | Carl Eugen Hoyos |
2008-10-21 | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs |
2008-09-26 | Prevent image2 from complaining about non monotone timestamps as | Michael Niedermayer |
2008-09-02 | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific | Diego Biurrun |
2008-08-24 | Mark several libavformat arrays const | Reimar Döffinger |
2008-06-06 | Remove useless img_read_close(). | Ramiro Polla |
2008-06-06 | Remove unneeded NULL at end of struct. | Ramiro Polla |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-30 | Detect "tif" suffix as TIFF. | Quoc Cuong Pham |
2008-05-12 | Replace some occurrences of 0 with CODEC_ID_NONE. | Carl Eugen Hoyos |
2008-05-12 | Use strcasecmp() instead of re-inventing it. | Diego Pettenò |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-03-14 | useless null | Baptiste Coudurier |
2008-03-14 | remove useless img_write_trailer func | Baptiste Coudurier |
2008-02-26 | decode mng color decorrelation | Loren Merritt |
2007-12-28 | Sun Rasterfile decoder | Ivo van Poorten |
2007-12-26 | PC Paintbrush PCX image decoder | Ivo van Poorten |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-06-23 | use new string functions | Måns Rullgård |
2007-05-08 | autodetect ptx files | Ivo van Poorten |
2007-04-15 | add an enum for need_parsing | Aurelien Jacobs |
2007-04-06 | SGI image decoder ported to the new image API. | Xiaohui Sun |
2007-02-13 | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol |
2006-12-20 | Fix a crash when probing img2 format with a NULL filename. | Joakim Plate |
2006-12-04 | probe with some success image files not containing number pattern but having ... | Baptiste Coudurier |