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
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
2013-01-04Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol
2012-10-25mxfenc: Write MultipleDescriptor ref in PrefaceTomas Härdin
2012-10-24mxfenc: Fix possible integer overflowsTomas Härdin
2012-10-21libavformat/mxfenc: add {} to complex ifsMichael Niedermayer
2012-10-16mxfenc: explicitly truncate continuity count.Michael Niedermayer
2012-10-08mxfenc: fix av_log data type for dts paramaterMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron
2012-09-20mxfenc: support 23.976 and 24 frame ratesMatthieu Bouron
2012-09-20mxfenc: factorize samples per frame codeMatthieu Bouron
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-01lavf: add missing new line to some error messagesPiotr Bandurski
2012-08-08lavf/mxfenc: better error handling with invalid frame rate.Clément Bœsch
2012-08-08lavf/mxfenc: simplify frame rate checks.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-13mxfenc: switch to av_assertMichael Niedermayer
2012-07-11lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron
2012-07-05mxfenc: support dnxhd codecMatthieu Bouron
2012-07-05mxfenc: support smpte dv codecMatthieu Bouron
2012-06-06mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
2012-05-31mxfenc: support 50 and 60 frame ratesMatthieu Bouron
2012-04-03mxfenc: Don't allow muxing audio-only since it's not supportedTomas Härdin
2012-02-02mxfenc: use new public timecode API.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov