summaryrefslogtreecommitdiffstats
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-3/+13
|\ \ | |/
* | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf containerDaniel Kristjansson2011-09-161-0/+4
* | mxf: honor timecode drop flag in mxf muxer if set.Clément Bœsch2011-08-131-1/+4
* | mxf: add cli option in mxfenc to replace GOP timecode parsing.Clément Bœsch2011-08-131-22/+25
* | mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-131-19/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-26/+23
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-26/+23
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-141-5/+3
|\ \ | |/
| * mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov2011-07-131-0/+1
| * lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-1/+13
|\ \ | |/
OpenPOWER on IntegriCloud