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-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