summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mxfenc: always assume long gopAnton Khirnov2015-12-06
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: move internal fields from public to internal contextwm42015-02-10
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
* mxfenc: Fix possible integer overflowsTomas Härdin2014-10-24
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova2013-08-04
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* mxfenc: Use correct printf format specifier for int64_tDiego Biurrun2013-04-22
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* 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
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* 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