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
2015-06-08avformat/mxfenc: Allow overriding /manual setting of the signal standardMichael Niedermayer
2015-06-06avformat/mxfenc: Add mxf muxer avclassMichael Niedermayer
2015-06-03avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/secMichael Niedermayer
2015-06-01avformat/mxfenc: Correct klv_fill_keyMichael Niedermayer
2015-05-28avformat/mxfenc: Support storing signal standard for D10 muxingMichael Niedermayer
2015-05-22avformat/mxfenc: Add color siting elementMichael Niedermayer
2015-05-18avformat/mxfenc: Set horizontal chroma subsample value from pixel format if a...Michael Niedermayer
2015-05-18avformat/mxfenc: Set the component depth from the pixel format if availableMichael Niedermayer
2015-05-04lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-12libavformat/mxfenc: added support mxf opatom audio muxingMark Reid
2015-03-30libavformat/mxfenc.c: Add 'Presentation Y offset' metadataTim Nicholson
2015-03-24libavformat/mxfenc: add container duration and package name to primer packMark Reid
2015-03-19mxfenc: don't try to write footer without headerAndreas Cadhalpun
2015-03-17mxfenc: fix memleaks in mxf_write_footerAndreas Cadhalpun
2015-03-15libavformat/mxfenc: write user comment metadataMark Reid
2015-03-10libavformat/mxfenc: write package name metadataMark Reid
2015-03-03avformat/mxfenc: adjust product name when opatom muxer is usedRobert Krüger
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2015-02-10lavf: move internal fields from public to internal contextwm4
2015-02-08avformat/mxfenc: Remove unused variablesMichael Niedermayer
2015-02-08libavformat/mxfenc.c: added mxf opatom muxerMark Reid
2014-10-30mxfenc: fix indentation after last commitThomas Mundt
2014-10-29avformat/mxfenc: AVC Intra supportThomas Mundt
2014-10-26Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-25mxfenc: Fix possible integer overflowsTomas Härdin
2014-10-02avformat/mxfenc: add jpeg2000 support.Benoit Fouet
2014-08-27avformat/mxfenc: dont warn about d10_channelcount being ignored if its not setMichael Niedermayer
2014-06-27avformat/mxfenc: rename very recently added option to set/force channelcount ...Gaullier Nicolas
2014-06-26avformat/mxfenc: set/force channelcount in MXF D-10Gaullier Nicolas
2014-06-18Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-05-15Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2013-09-29avformat/mxfenc: instance number is just 24 bitsMichael Niedermayer
2013-09-12Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos
2013-09-12Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos
2013-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-04mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova
2013-07-15mxfenc: use ffio_fill()Paul B Mahol
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-22Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'Michael Niedermayer
2013-04-22mxfenc: Use correct printf format specifier for int64_tDiego Biurrun
2013-01-06mxfenc: avoid depending on private codec structures and functionsMichael Niedermayer