summaryrefslogtreecommitdiffstats
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-26/+23
* 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
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-1/+13
* mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch2011-07-051-1/+1
* mxfenc: small typo fixClément Bœsch2011-07-041-1/+1
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-10/+10
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-166/+166
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-33/+33
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-8/+8
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-141-0/+2
* Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger2010-07-281-1/+1
* Fix a "function declaration isn't a prototype" warning.Reimar Döffinger2010-07-241-1/+1
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-021-33/+35
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-291-14/+5
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-081-1/+1
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-161-0/+8
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-041-13/+6
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-041-1/+4
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-041-1/+1
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-041-1/+9
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-301-5/+5
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-301-9/+19
* remove useless includeBaptiste Coudurier2009-05-231-1/+0
* reindentBaptiste Coudurier2009-05-151-24/+24
* remove unneeded length checksBaptiste Coudurier2009-05-151-5/+1
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-141-4/+4
* do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier2009-03-141-2/+3
* again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier2009-03-111-1/+1
* attempt to try to generate an random umidBaptiste Coudurier2009-03-111-8/+32
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-251-1/+1
* simplify, use codec->block_alignBaptiste Coudurier2009-02-251-2/+1
* set channel number even for inactive channelsBaptiste Coudurier2009-02-251-1/+1
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-251-3/+3
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-231-3/+3
* fix partition index byte countBaptiste Coudurier2009-02-181-1/+1
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-181-13/+3
* fix preface versionBaptiste Coudurier2009-02-181-1/+1
* start counting track number from 0Baptiste Coudurier2009-02-181-6/+4
OpenPOWER on IntegriCloud