]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/img2.c
Remove debugging messages
[frescor/ffmpeg.git] / libavformat / img2.c
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 bcoudurieradd jp2 formater in image2 muxer
2009-01-14 bcoudurierinclude intreadwrite.h, fix compilation, img2.c use...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-17 benoitAdd jp2 support to img2 demuxer.
2008-12-04 cehoyosRecognize pnm file as images.
2008-11-22 cehoyosAdd forgotten file format pgmyuv.
2008-11-22 cehoyosSupport picture output without -f image2 for most codecs.
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-09-26 michaelPrevent image2 from complaining about non monotone...
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 reimarMark several libavformat arrays const
2008-06-06 ramiroRemove useless img_read_close().
2008-06-06 ramiroRemove unneeded NULL at end of struct.
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-30 benoitDetect "tif" suffix as TIFF.
2008-05-12 cehoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-12 benoitUse strcasecmp() instead of re-inventing it.
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-14 bcoudurieruseless null
2008-03-14 bcoudurierremove useless img_write_trailer func
2008-02-26 lorenmdecode mng color decorrelation
2007-12-28 ivoSun Rasterfile decoder
2007-12-26 ivoPC Paintbrush PCX image decoder
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-23 mruuse new string functions
2007-05-08 ivoautodetect ptx files
2007-04-15 aureladd an enum for need_parsing
2007-04-06 diegoSGI image decoder ported to the new image API.
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2006-12-20 aurelFix a crash when probing img2 format with a NULL filename.
2006-12-04 bcoudurierprobe with some success image files not containing...
2006-10-23 kostyaRegister .tga and .tiff image extensions
2006-10-22 bcoudurieradd gif support
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-04 gpoirierClarified API for numbered sequences, patch by Michel...
2006-07-13 mruadd loop_input to AVFormatContext, getting rid of old...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-03-11 michaelsimplify AVFormatParameters NULL checks
2006-01-19 diegoPut muxer-specific code parts in #ifdef CONFIG_MUXERS.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-11-30 mruBMP image decoder
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 aureldrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 michaelswitch to native time bases
2005-04-25 michaelPIX_FMT_NONE and related fixes
2005-04-13 michaelnon 4:2:0 foobar.{Y,U,V} support
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 michaelinteger overflows, heap corruption
2005-01-04 michael.{Y,U,V} image2 support
2004-12-19 michael10l (double free)
2004-11-16 michaelloop hack
2004-11-12 michaellast packet size fix
2004-11-11 michaelmove p*m from image/lavf -> image2/lavc
2004-11-09 michaelporting png support from -f image to -f image2
2004-10-24 michaelimage2pipe fix
2004-09-22 michael10l
2004-07-15 michaelsupport single images, remove copy/paste junk
2004-07-15 michaelimage2 / image API cleanup phase-1