summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-29avformat/mxfenc: instance number is just 24 bitsMichael Niedermayer1-1/+1
2013-09-12Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos1-1/+1
2013-09-12Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos1-6/+10
2013-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-18/+29
2013-08-04mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova1-18/+29
2013-07-15mxfenc: use ffio_fill()Paul B Mahol1-6/+4
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun8-30/+34
2013-04-22Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'Michael Niedermayer1-0/+1
2013-04-22mxfenc: Use correct printf format specifier for int64_tDiego Biurrun1-1/+2
2013-01-06mxfenc: avoid depending on private codec structures and functionsMichael Niedermayer1-3/+2
2013-01-04Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol4-6/+6
2012-10-25mxfenc: Write MultipleDescriptor ref in PrefaceTomas Härdin2-7/+14
2012-10-24mxfenc: Fix possible integer overflowsTomas Härdin1-6/+6
2012-10-21libavformat/mxfenc: add {} to complex ifsMichael Niedermayer1-4/+4
2012-10-16mxfenc: explicitly truncate continuity count.Michael Niedermayer1-1/+1
2012-10-08mxfenc: fix av_log data type for dts paramaterMichael Niedermayer1-1/+1
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun9-29/+61
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron3-36/+38
2012-09-20mxfenc: support 23.976 and 24 frame ratesMatthieu Bouron1-0/+2
2012-09-20mxfenc: factorize samples per frame codeMatthieu Bouron1-27/+39
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer23-114/+85
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov19-30/+16
2012-09-01lavf: add missing new line to some error messagesPiotr Bandurski9-9/+9
2012-08-08lavf/mxfenc: better error handling with invalid frame rate.Clément Bœsch1-2/+3
2012-08-08lavf/mxfenc: simplify frame rate checks.Clément Bœsch1-10/+12
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-05Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch10-13/+12
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-257/+301
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun56-75/+75
2012-07-12mxfenc: switch to av_assertMichael Niedermayer1-2/+3
2012-07-11lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron1-10/+12
2012-07-05mxfenc: support dnxhd codecMatthieu Bouron1-1/+138
2012-07-05mxfenc: support smpte dv codecMatthieu Bouron1-3/+128
2012-06-06mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron3-5/+18
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch6-68/+35
2012-05-31mxfenc: support 50 and 60 frame ratesMatthieu Bouron1-2/+12
2012-04-03mxfenc: Don't allow muxing audio-only since it's not supportedTomas Härdin1-4/+5
2012-02-02mxfenc: use new public timecode API.Clément Bœsch1-19/+19
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov6-30/+0
2011-12-21mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson1-0/+4
2011-12-12timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch7-19/+47
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-10Fix a bunch of common typos.Diego Biurrun51-82/+83
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
[next]