summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAge
* avformat/mxfenc: Move sponsorship notice to its own comment blockMichael Niedermayer2015-09-09
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* Add NOA creditsMichael Niedermayer2015-09-08
* avformat/mxfenc: Allow overriding /manual setting of the signal standardMichael Niedermayer2015-06-08
* avformat/mxfenc: Add mxf muxer avclassMichael Niedermayer2015-06-06
* avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/secMichael Niedermayer2015-06-03
* avformat/mxfenc: Correct klv_fill_keyMichael Niedermayer2015-06-01
* avformat/mxfenc: Support storing signal standard for D10 muxingMichael Niedermayer2015-05-28
* avformat/mxfenc: Add color siting elementMichael Niedermayer2015-05-22
* avformat/mxfenc: Set horizontal chroma subsample value from pixel format if a...Michael Niedermayer2015-05-18
* avformat/mxfenc: Set the component depth from the pixel format if availableMichael Niedermayer2015-05-18
* lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.Carl Eugen Hoyos2015-05-04
* Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | libavformat/mxfenc: added support mxf opatom audio muxingMark Reid2015-04-12
* | libavformat/mxfenc.c: Add 'Presentation Y offset' metadataTim Nicholson2015-03-30
* | libavformat/mxfenc: add container duration and package name to primer packMark Reid2015-03-23
* | mxfenc: don't try to write footer without headerAndreas Cadhalpun2015-03-19
* | mxfenc: fix memleaks in mxf_write_footerAndreas Cadhalpun2015-03-17
* | libavformat/mxfenc: write user comment metadataMark Reid2015-03-15
* | libavformat/mxfenc: write package name metadataMark Reid2015-03-10
* | avformat/mxfenc: adjust product name when opatom muxer is usedRobert Krüger2015-03-03
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-10
* | avformat/mxfenc: Remove unused variablesMichael Niedermayer2015-02-08
* | libavformat/mxfenc.c: added mxf opatom muxerMark Reid2015-02-08
* | mxfenc: fix indentation after last commitThomas Mundt2014-10-29
* | avformat/mxfenc: AVC Intra supportThomas Mundt2014-10-29
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-26
|\|
| * Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
| * mxfenc: Fix possible integer overflowsTomas Härdin2014-10-24
* | avformat/mxfenc: add jpeg2000 support.Benoit Fouet2014-10-02
* | avformat/mxfenc: dont warn about d10_channelcount being ignored if its not setMichael Niedermayer2014-08-27
* | avformat/mxfenc: rename very recently added option to set/force channelcount ...Gaullier Nicolas2014-06-27
* | avformat/mxfenc: set/force channelcount in MXF D-10Gaullier Nicolas2014-06-26
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-18
|\|
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer2014-05-15
|\|
| * lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* | avformat/mxfenc: instance number is just 24 bitsMichael Niedermayer2013-09-29
* | Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos2013-09-12
* | Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos2013-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-05
|\|
| * mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova2013-08-04
* | mxfenc: use ffio_fill()Paul B Mahol2013-07-15
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30