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
2011-04-01Add .dpx to the list of supported file extensions for the image2 muxerPeter Ross
2011-04-01make image2 muxer/demuxer support sequence of individual rawvideo filesPeter Ross
2011-04-01img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v...Peter Ross
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-02-26lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-30Make the image2 demuxer log more verboseStefano Sabatini
2011-01-28Make the image2 demuxer log more verboseStefano Sabatini
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-22cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino
2010-10-21cleanup image2pipe_{de}muxer fieldsPascal Massimino
2010-07-07Associate .tga with format image2.Carl Eugen Hoyos
2010-06-08Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-22Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer
2010-02-12Add flag so muxers not needing width/height can signal this.Michael Niedermayer
2010-01-28Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon
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