summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
Commit message (Expand)AuthorAge
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-20
* probe with some success image files not containing number pattern but having ...Baptiste Coudurier2006-12-04
* Register .tga and .tiff image extensionsKostya Shishkov2006-10-23
* add gif supportBaptiste Coudurier2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-04
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* BMP image decoderMåns Rullgård2005-11-30
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* switch to native time basesMichael Niedermayer2005-04-30
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer2005-04-13
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* .{Y,U,V} image2 supportMichael Niedermayer2005-01-04
* 10l (double free)Michael Niedermayer2004-12-19
* loop hackMichael Niedermayer2004-11-16
* last packet size fixMichael Niedermayer2004-11-12
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-11
* porting png support from -f image to -f image2Michael Niedermayer2004-11-09
* image2pipe fixMichael Niedermayer2004-10-24
* 10lMichael Niedermayer2004-09-22
* support single images, remove copy/paste junkMichael Niedermayer2004-07-15
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-15