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-12-02print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier
2009-10-22Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo
2009-07-30return EOF in image2 demuxerBaptiste Coudurier
2009-06-20Revert unintended hunk of r19241.Carl Eugen Hoyos
2009-06-20Revert r19239: It broke four conformance tests.Carl Eugen Hoyos
2009-06-20Print meaningful error messages when url_fopen fails.Jai Menon
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
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