]> git.sesse.net Git - ffmpeg/history - libavformat/img2.c
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
[ffmpeg] / libavformat / img2.c
2007-05-08 Ivo van Poortenautodetect ptx files
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2006-12-20 Joakim PlateFix a crash when probing img2 format with a NULL filename.
2006-12-04 Baptiste Coudurierprobe with some success image files not containing...
2006-10-23 Kostya ShishkovRegister .tga and .tiff image extensions
2006-10-22 Baptiste Coudurieradd gif support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-04 Michel BardiauxClarified API for numbered sequences, patch by Michel...
2006-07-13 Víctor Paesaadd loop_input to AVFormatContext, getting rid of old...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-01-19 Diego BiurrunPut muxer-specific code parts in #ifdef CONFIG_MUXERS.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-30 Måns RullgårdBMP image decoder
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-04-13 Michael Niedermayernon 4:2:0 foobar.{Y,U,V} support
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2005-01-04 Michael Niedermayer.{Y,U,V} image2 support
2004-12-19 Michael Niedermayer10l (double free)
2004-11-16 Michael Niedermayerloop hack
2004-11-12 Michael Niedermayerlast packet size fix
2004-11-11 Michael Niedermayermove p*m from image/lavf -> image2/lavc
2004-11-09 Michael Niedermayerporting png support from -f image to -f image2
2004-10-24 Michael Niedermayerimage2pipe fix
2004-09-22 Michael Niedermayer10l
2004-07-15 Michael Niedermayersupport single images, remove copy/paste junk
2004-07-15 Michael Niedermayerimage2 / image API cleanup phase-1