summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAge
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-27
| * mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson2011-12-21
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
* | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf containerDaniel Kristjansson2011-09-16
* | mxf: honor timecode drop flag in mxf muxer if set.Clément Bœsch2011-08-13
* | mxf: add cli option in mxfenc to replace GOP timecode parsing.Clément Bœsch2011-08-13
* | mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\|
| * mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov2011-07-13
| * lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\|
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
| * mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-07-05
* | mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * mxfenc: small typo fixClément Bœsch2011-07-04
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-14
* Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger2010-07-28