Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-18add jp2 formater in image2 muxerBaptiste Coudurier
2009-01-14include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-17Add jp2 support to img2 demuxer.Benoit Fouet
2008-12-04Recognize pnm file as images.Carl Eugen Hoyos
2008-11-23Add forgotten file format pgmyuv.Carl Eugen Hoyos
2008-11-22Support picture output without -f image2 for most codecs.Carl Eugen Hoyos
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-09-26Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24Mark several libavformat arrays constReimar Döffinger
2008-06-06Remove useless img_read_close().Ramiro Polla
2008-06-06Remove unneeded NULL at end of struct.Ramiro Polla
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-30Detect "tif" suffix as TIFF.Quoc Cuong Pham
2008-05-12Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos
2008-05-12Use strcasecmp() instead of re-inventing it.Diego Pettenò
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-14useless nullBaptiste Coudurier
2008-03-14remove useless img_write_trailer funcBaptiste Coudurier
2008-02-26decode mng color decorrelationLoren Merritt
2007-12-28Sun Rasterfile decoderIvo van Poorten
2007-12-27PC Paintbrush PCX image decoderIvo van Poorten
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-24use new string functionsMåns Rullgård
2007-05-08autodetect ptx filesIvo van Poorten
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-06SGI image decoder ported to the new image API.Xiaohui Sun
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2006-12-21Fix a crash when probing img2 format with a NULL filename.Joakim Plate
2006-12-04probe with some success image files not containing number pattern but having ...Baptiste Coudurier
2006-10-23Register .tga and .tiff image extensionsKostya Shishkov
2006-10-22add gif supportBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux
2006-07-14add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-01-20Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-30BMP image decoderMåns Rullgård
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2005-05-01switch to native time basesMichael Niedermayer
2005-04-25PIX_FMT_NONE and related fixesMichael Niedermayer
2005-04-13non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer