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
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-20avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-10avidec: fix signed overflow in avi_sync()Mans Rullgard
2011-10-10avidec: simplify size parameter in memset()Janne Grunau
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03avidec: simplify convoluted flow in avi_load_index()Mans Rullgard
2011-07-02avidec: infer absolute vs relative index from first packetAlex Converse
2011-07-01avidec: Factor out the sync fucntionality.Alex Converse
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-07Replace some printf instances in debug code by av_log.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-04-25read AVI palette from the end of extradataKostya Shishkov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-07avidec: simplify read_gab2_subAnton Khirnov
2011-02-04Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-25avidec: make print_tag() a macro and remove related ifdefsMans Rullgard
2010-12-26add ff_get_bmp_headerPeter Ross
2010-11-24avidec: read some of the Nikon specific tags produced by Nikon camerasAurelien Jacobs
2010-11-23avidec: support non-standard creation_time formatAurelien Jacobs
2010-11-23avidec: trivial simplification regarding av_metadata_setAurelien Jacobs
2010-11-21avidec: export creation_date as metadataAurelien Jacobs
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-09-02Cosmetics: Reindent after r25023.Carl Eugen Hoyos
2010-09-02Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).Andrew Wason
2010-07-31100l: av_freep() needs the address of the pointerAurelien Jacobs