summaryrefslogtreecommitdiffstats
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mxfenc: instance number is just 24 bitsMichael Niedermayer2013-09-291-1/+1
* Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos2013-09-121-1/+1
* Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos2013-09-121-6/+10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-051-18/+29
|\
| * mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova2013-08-041-18/+29
* | mxfenc: use ffio_fill()Paul B Mahol2013-07-151-6/+4
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+3
* | Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a'Michael Niedermayer2013-04-221-0/+1
|\ \ | |/
| * mxfenc: Use correct printf format specifier for int64_tDiego Biurrun2013-04-221-1/+2
* | mxfenc: avoid depending on private codec structures and functionsMichael Niedermayer2013-01-061-3/+2
* | Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol2013-01-041-1/+1
* | mxfenc: Write MultipleDescriptor ref in PrefaceTomas Härdin2012-10-251-4/+11
* | mxfenc: Fix possible integer overflowsTomas Härdin2012-10-241-6/+6
* | libavformat/mxfenc: add {} to complex ifsMichael Niedermayer2012-10-211-4/+4
* | mxfenc: explicitly truncate continuity count.Michael Niedermayer2012-10-161-1/+1
* | mxfenc: fix av_log data type for dts paramaterMichael Niedermayer2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-1/+1
|\ \ | |/
| * avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+1
* | mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron2012-09-211-36/+2
* | mxfenc: support 23.976 and 24 frame ratesMatthieu Bouron2012-09-201-0/+2
* | mxfenc: factorize samples per frame codeMatthieu Bouron2012-09-201-27/+39
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-161-2/+0
|\ \ | |/
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-2/+0
* | lavf: add missing new line to some error messagesPiotr Bandurski2012-09-011-1/+1
* | lavf/mxfenc: better error handling with invalid frame rate.Clément Bœsch2012-08-081-2/+3
* | lavf/mxfenc: simplify frame rate checks.Clément Bœsch2012-08-081-10/+12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-20/+20
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-14/+14
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-2/+2
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
* | mxfenc: switch to av_assertMichael Niedermayer2012-07-121-2/+3
* | lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron2012-07-111-10/+12
* | mxfenc: support dnxhd codecMatthieu Bouron2012-07-051-1/+138
* | mxfenc: support smpte dv codecMatthieu Bouron2012-07-051-3/+128
* | mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron2012-06-061-1/+14
* | timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-041-26/+5
* | mxfenc: support 50 and 60 frame ratesMatthieu Bouron2012-05-311-2/+12
* | mxfenc: Don't allow muxing audio-only since it's not supportedTomas Härdin2012-04-031-4/+5
* | mxfenc: use new public timecode API.Clément Bœsch2012-02-021-19/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-5/+0
|\ \ | |/
| * lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-271-5/+0
| * mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson2011-12-211-0/+4
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+2
OpenPOWER on IntegriCloud