summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAge
* 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
* | mxfenc: support 23.976 and 24 frame ratesMatthieu Bouron2012-09-20
* | mxfenc: factorize samples per frame codeMatthieu Bouron2012-09-20
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-16
|\|
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* | lavf: add missing new line to some error messagesPiotr Bandurski2012-09-01
* | lavf/mxfenc: better error handling with invalid frame rate.Clément Bœsch2012-08-08
* | lavf/mxfenc: simplify frame rate checks.Clément Bœsch2012-08-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-31
|\|
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* | mxfenc: switch to av_assertMichael Niedermayer2012-07-12
* | lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron2012-07-11
* | mxfenc: support dnxhd codecMatthieu Bouron2012-07-05
* | mxfenc: support smpte dv codecMatthieu Bouron2012-07-05
* | mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron2012-06-06
* | timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-04
* | mxfenc: support 50 and 60 frame ratesMatthieu Bouron2012-05-31
* | mxfenc: Don't allow muxing audio-only since it's not supportedTomas Härdin2012-04-03
* | mxfenc: use new public timecode API.Clément Bœsch2012-02-02