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
2014-04-01OpenEXR decoderJimmy Christensen
2014-03-27BRender PIX image decoderAleksi Nurmi
2014-03-27Alias PIX image encoder and decoderVittorio Giovara
2014-03-17img2: add j2c file extensionJean First
2013-12-12img2: add stereo 3d still picture file extensionsMartin Lambers
2013-09-18Add a WebP decoderJustin Ruggles
2013-04-04img2: Add j2k file extension for JPEG 2000Nicolas Bertrand
2012-11-29img2: K&R formatting cosmeticsDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-17avcodec: add XBM encoderPaul B Mahol
2012-02-23img2: split muxer and demuxer into separate filesPaul B Mahol
2012-02-21img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.Diego Biurrun
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra
2012-01-27lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-23XWD encoder and decoderPaul B Mahol
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-13avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-07-08img2: add loop private option.Anton Khirnov
2011-06-21riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-13img2: add .dpx to the list of supported file extensions.Peter Ross
2011-06-06img2: add framerate private option.Anton Khirnov
2011-06-06img2: add video_size private option.Anton Khirnov
2011-06-06img2: add pixel_format private option.Anton Khirnov
2011-04-19prefer avio_check() over url_exist()Stefano Sabatini
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-08lavf: make av_guess_image2_codec internalAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton 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-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-01-28Make the image2 demuxer log more verboseStefano Sabatini
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