summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAge
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* 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
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-07-05
* mxfenc: small typo fixClément Bœsch2011-07-04
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* 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
* Fix a "function declaration isn't a prototype" warning.Reimar Döffinger2010-07-24
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-02
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-08
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-04
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
* remove useless includeBaptiste Coudurier2009-05-23
* reindentBaptiste Coudurier2009-05-15
* remove unneeded length checksBaptiste Coudurier2009-05-15
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-14
* do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier2009-03-14
* again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier2009-03-11
* attempt to try to generate an random umidBaptiste Coudurier2009-03-11
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-25
* simplify, use codec->block_alignBaptiste Coudurier2009-02-25
* set channel number even for inactive channelsBaptiste Coudurier2009-02-25
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-25
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-23
* fix partition index byte countBaptiste Coudurier2009-02-18
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-18
* fix preface versionBaptiste Coudurier2009-02-18
* start counting track number from 0Baptiste Coudurier2009-02-18
* remove redundant commentBaptiste Coudurier2009-02-18
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-18
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-18
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-18