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
2020-07-01avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleakAndreas Rheinhardt
2019-07-23avformat/mxfenc: fix index byte count in partition headerBaptiste Coudurier
2019-05-20avformat/mxfenc: support XAVC long gopBaptiste Coudurier
2019-03-13avformat/mxfenc: allow user comments for opatom muxerMark Reid
2018-12-25avformat/mxfenc: support writing subsecond precision timestampsMarton Balint
2018-12-17avformat/mxfenc: fix typoPaul B Mahol
2018-12-10avformat/mxfenc: calculate and store DAR from user SARPaul B Mahol
2018-12-10avformat/mxfenc: allow muxing proresPaul B Mahol
2018-10-24avformat/mxfenc: simplify dnxhd handling and add more flavorsBaptiste Coudurier
2018-10-17lavf/mxfenc: Remove a write-only variable.Carl Eugen Hoyos
2018-10-13lavf/mxfenc: Remove two unused variables.Carl Eugen Hoyos
2018-10-12lavf/mxfenc: support creating s436m data tracksBaptiste Coudurier
2018-10-12avformat/mxfenc: correctly set content package rate in system elementBaptiste Coudurier
2018-10-12avformat/mxfenc: update body partition with footer offsetBaptiste Coudurier
2018-10-12avformat/mxfenc: add mpeg-2 specific metadata, fix compatibility with sony co...Baptiste Coudurier
2018-10-12avformat/mxfenc: write index delta entry array needed by sony vegas pro 11Baptiste Coudurier
2018-09-15libavformat/mxfenc: fix dnxhr ul typoJason Stevens
2018-09-11libavformat/mxfenc: add missing dnxhr mxfcontainer essence ULsJason Stevens
2018-08-22avformat/mxfenc: automatically update descriptors klv sizeBaptiste Coudurier
2018-08-21avformat/mxfenc: fix muxing when audio tracks are longer than video trackBaptiste Coudurier
2018-05-27libavformat/mxfenc: Add some () to attempt to workaround build issue on osxMichael Niedermayer
2018-05-12avformat/mxfenc: Set color siting to 0 for D10-MXFMichael Niedermayer
2018-05-12avformat/mxfenc: Add Sample width/height/x offset/y offset, Display x offset ...Michael Niedermayer
2018-05-10avformat/mxfenc: add h264 profilesThomas Mundt
2018-05-09avformat/mxfenc: Write transfer characteristicMichael Niedermayer
2018-05-09avformat/mxfenc: Add Stored F2 Offset / Image Start/End Offset for D10Michael Niedermayer
2018-05-09avformat/mxfenc: Write Audio Ref Level for D10Michael Niedermayer
2018-05-09avformat/mxfenc: Add Padding BitsMichael Niedermayer
2018-05-09avformat/mxfenc: add white/black ref /color rangeMichael Niedermayer
2018-05-09avformat/mxfenc: Add vertical subsampling supportMichael Niedermayer
2018-05-09avformat/mxfenc: Fix stored widthMichael Niedermayer
2018-05-09avformat/mxfenc: Add object model versionMichael Niedermayer
2018-05-09avformat/mxfenc: Add Product Version, Toolkit version and PlatformMichael Niedermayer
2018-05-09avformat/mxfenc: Bump minor versions for S377-1-2009Michael Niedermayer
2018-05-09avformat/mxfenc: Correct KAG alignment of prefaceMichael Niedermayer
2017-12-08avformat/mxfenc: write reel_name if metadata key is presentMark Reid
2017-12-08avformat/mxfenc: use track count to generate component instance uuidMark Reid
2017-11-28avformat/mxfenc: pass MXFPackage around instead of typeMark Reid
2017-10-03avformat/mxfenc: Fix labels for IEC PAL DV 420Michael Niedermayer
2017-10-03avformat/mxfenc: Add IEC DV25Michael Niedermayer
2017-09-18avformat/mxfenc: cosmetic changesTobias Rapp
2017-09-18avformat/mxfenc: fix aspect ratio when writing 16:9 DV framesTobias Rapp
2017-09-12avformat/mxfenc: Correct the Sample rate for PCM outside D10Michael Niedermayer
2017-09-12avformat/mxfenc: Comment edit rate write code like the surrounding codeMichael Niedermayer
2017-09-12avformat/mxfenc: Replace more literal magic numbers by enum values.Michael Niedermayer
2017-08-30avformat/mxfenc: Replace literal numbers by named enum values.Michael Niedermayer
2017-08-29avformat/mxfenc: Check that the video codec in D-10 is MPEG-2Michael Niedermayer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-10-11lavf/mxfenc: Do not print a useless error message.Carl Eugen Hoyos
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov