summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAge
* 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
* | Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'Michael Niedermayer2013-04-22
|\|
| * mxfenc: Use correct printf format specifier for int64_tDiego Biurrun2013-04-22
* | mxfenc: avoid depending on private codec structures and functionsMichael Niedermayer2013-01-06
* | Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol2013-01-04
* | mxfenc: Write MultipleDescriptor ref in PrefaceTomas Härdin2012-10-25
* | mxfenc: Fix possible integer overflowsTomas Härdin2012-10-24
* | libavformat/mxfenc: add {} to complex ifsMichael Niedermayer2012-10-21
* | mxfenc: explicitly truncate continuity count.Michael Niedermayer2012-10-16
* | mxfenc: fix av_log data type for dts paramaterMichael Niedermayer2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* | mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron2012-09-21