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-07-30mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
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-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-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-07-21Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger
2010-07-01Change all functions referenced in the mxf_metadata_read_table to use the sameReimar Döffinger
2010-06-30mxfdec: Improve parsing of the PixelLayout itemTomas Härdin
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-11-21Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger
2009-10-13MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger
2009-05-30return AVERROR_EOFBaptiste Coudurier
2009-05-15free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier
2009-03-21protect realloc overflowBaptiste Coudurier
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-08use lower case x and alternate format for hex in printfBaptiste Coudurier
2009-01-08print more debug information if enabled, including indexBaptiste Coudurier
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-18revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier
2008-09-09print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-31put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier
2008-08-27mxfdec: set sample_aspect_ratioAurelien Jacobs
2008-08-20Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng
2008-08-18Factorize common code out of the mxf demuxer.Zhentan Feng
2008-08-07rename mxf.c to mxfdec.cBaptiste Coudurier