293 Commits (82d9c4e5789cefc35567e9e5e2c06c03a070f605)

Author SHA1 Message Date
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Mark Reid 415f1fab8d libavformat/mxfenc: added support mxf opatom audio muxing 10 years ago
Tim Nicholson ac9919b966 libavformat/mxfenc.c: Add 'Presentation Y offset' metadata 10 years ago
Mark Reid 001b28b021 libavformat/mxfenc: add container duration and package name to primer pack 10 years ago
Andreas Cadhalpun b61cb61ab8 mxfenc: don't try to write footer without header 10 years ago
Andreas Cadhalpun 39ddda12f1 mxfenc: fix memleaks in mxf_write_footer 10 years ago
Mark Reid 8d54850f33 libavformat/mxfenc: write user comment metadata 10 years ago
Mark Reid 399e31419a libavformat/mxfenc: write package name metadata 10 years ago
Robert Krüger 618021ea58 avformat/mxfenc: adjust product name when opatom muxer is used 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Michael Niedermayer 009a57b479 avformat/mxfenc: Remove unused variables 10 years ago
Mark Reid 6a8a3bfb87 libavformat/mxfenc.c: added mxf opatom muxer 10 years ago
Thomas Mundt d1b5ad3967 mxfenc: fix indentation after last commit 10 years ago
Thomas Mundt 2114e88432 avformat/mxfenc: AVC Intra support 10 years ago
Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
Tomas Härdin 7df3b426bb mxfenc: Fix possible integer overflows 10 years ago
Benoit Fouet c29d999f71 avformat/mxfenc: add jpeg2000 support. 10 years ago
Michael Niedermayer 9e8ab36f54 avformat/mxfenc: dont warn about d10_channelcount being ignored if its not set 10 years ago
Gaullier Nicolas 134beb9e02 avformat/mxfenc: rename very recently added option to set/force channelcount in MXF D-10 11 years ago
Gaullier Nicolas 3eae34d50f avformat/mxfenc: set/force channelcount in MXF D-10 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
Michael Niedermayer a0fec71ebd avformat/mxfenc: instance number is just 24 bits 11 years ago
Carl Eugen Hoyos d73565d5dd Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10. 11 years ago
Carl Eugen Hoyos 52cf08b4c8 Store the video bit_rate in the context when muxing mxf. 11 years ago
Alexandra Khirnova 7684a36113 mxfenc: switch to av_reallocp_array() and check allocation errors 11 years ago
Paul B Mahol 95126728a5 mxfenc: use ffio_fill() 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Diego Biurrun a0d5ca4f0a mxfenc: Use correct printf format specifier for int64_t 12 years ago
Michael Niedermayer 8214c1d82c mxfenc: avoid depending on private codec structures and functions 12 years ago
Paul B Mahol d885cc41e5 Fix "knwon" typo and add a check in tools/patcheck 12 years ago
Tomas Härdin 5c108092a3 mxfenc: Write MultipleDescriptor ref in Preface 12 years ago
Tomas Härdin e3ba817b95 mxfenc: Fix possible integer overflows 12 years ago
Michael Niedermayer c2c066784f libavformat/mxfenc: add {} to complex ifs 12 years ago
Michael Niedermayer 3896cd11a1 mxfenc: explicitly truncate continuity count. 12 years ago
Michael Niedermayer adcfc0535d mxfenc: fix av_log data type for dts paramater 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Matthieu Bouron 41f7e0649f mxf: export ff_mxf_get_samples_per_frame to lavf 12 years ago
Matthieu Bouron d57ca5e5a8 mxfenc: support 23.976 and 24 frame rates 12 years ago
Matthieu Bouron 906a263813 mxfenc: factorize samples per frame code 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Piotr Bandurski 08277a45c3 lavf: add missing new line to some error messages 12 years ago
Clément Bœsch 6b3484dcbc lavf/mxfenc: better error handling with invalid frame rate. 12 years ago
Clément Bœsch aad737c669 lavf/mxfenc: simplify frame rate checks. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Niedermayer db03f91f4b mxfenc: switch to av_assert 13 years ago