]> git.sesse.net Git - ffmpeg/history - libavformat/mxfenc.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / mxfenc.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-02-10 wm4lavf: move internal fields from public to internal...
2014-10-25 Martin StorsjöUse gmtime_r instead of gmtime and localtime_r instead...
2014-10-24 Tomas Härdinmxfenc: Fix possible integer overflows
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
2013-08-04 Alexandra Khirnovamxfenc: switch to av_reallocp_array() and check allocat...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-04-30 Diego Biurrunavformat: Drop unnecessary ff_ name prefixes from stati...
2013-04-22 Diego Biurrunmxfenc: Use correct printf format specifier for int64_t
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_TIMESTAMP cruft
2011-12-21 Daniel Kristjanssonmxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-13 Kostya Shishkovmxfenc: include needed header for ff_iso8601_to_unix_ti...
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-05 Clément Bœschmxfenc: fix ignored drop flag in binary timecode repres...
2011-07-04 Clément Bœschmxfenc: small typo fix
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-14 Baptiste CoudurierIn mxf muxer, check the return value of gmtime, fix...
2010-07-28 Reimar DöffingerAdd extern to mxf_d10_muxer forward declaration to...
2010-07-24 Reimar DöffingerFix a "function declaration isn't a prototype" warning.
2010-07-02 Baptiste CoudurierIn mxf muxer, fix last b frame temporal offset
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-29 Baptiste CoudurierRemove MAX_STREAMS usage in ogg and mxf muxers
2009-11-08 Carl Eugen HoyosUse CODEC_ID_NONE instead of 0 for enum CodecID.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-07-04 Baptiste Coudurierfix and simplify long gop mpeg codec ul computation
2009-07-04 Baptiste Coudurierset index duration to 0 for cbr, specifying whole conta...
2009-07-04 Baptiste Coudurieruse ber4 length for descriptors preferred by specs
2009-07-04 Baptiste Coudurierwrite profile and level local tag in mpeg descriptor
2009-06-30 Baptiste Couduriercosmetics, change case and comments alignment
2009-06-30 Baptiste Couduriercorrectly compute frame flags with closed gop
2009-05-23 Baptiste Coudurierremove useless include
2009-05-15 Baptiste Coudurierreindent
2009-05-15 Baptiste Coudurierremove unneeded length checks
2009-03-14 Baptiste Coudurieruse utc time for timestamp and do not set it if not...
2009-03-14 Baptiste Coudurierdo not parse timestamp if bitexact is set, should fix...
2009-03-11 Baptiste Coudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 Baptiste Coudurierattempt to try to generate an random umid
2009-02-25 Baptiste Coudurierfix index edit rate, inverse num and den
2009-02-25 Baptiste Couduriersimplify, use codec->block_align
2009-02-25 Baptiste Coudurierset channel number even for inactive channels
2009-02-25 Baptiste Coudurierdo not set frame start bit since marked as not used...
2009-02-23 Baptiste Coudurierstart track id at 2, track id 1 for timecode
2009-02-18 Baptiste Coudurierfix partition index byte count
2009-02-18 Baptiste Coudurieralways use multi track since timecode track is present
2009-02-18 Baptiste Coudurierfix preface version
2009-02-18 Baptiste Coudurierstart counting track number from 0
2009-02-18 Baptiste Coudurierremove redundant comment
2009-02-18 Baptiste Coudurierdo not write slice count when muxing cbr
2009-02-18 Baptiste Coudurierflush pending write in mxf_write_footer
2009-02-18 Baptiste Coudurieruse index 0 for timecode track and write it in source...
2009-02-18 Baptiste Coudurierfix rip body sid when muxing cbr
2009-02-18 Baptiste Couduriersimplify descriptor size computation logic
2009-02-16 Baptiste Coudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 Baptiste Couduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 Baptiste Coudurierfix mxf interleaving packet purge
2009-02-13 Baptiste Couduriercompute body offset and index entry offset correctly
2009-02-13 Baptiste Coudurierfix slice offset computation
2009-02-13 Baptiste Coudurierset mime type for mxf
2009-02-13 Baptiste Couduriersimplify
2009-02-13 Baptiste Couduriercosmetics, reindent, add/remove some empty lines, redun...
2009-02-13 Baptiste CoudurierMXF D-10 muxer
2009-02-13 Baptiste Coudurierstore display height without vbi
2009-02-13 Baptiste Couduriersplit mpegvideo descriptor into cdci descriptor and...
2009-02-13 Baptiste Coudurierwrite essence elements klv packets with ber4 length...
2009-02-13 Baptiste Coudurierencode klv fill item length in fixed ber 4 bytes
2009-02-12 Baptiste Coudurierset last packet next pointer to null
2009-02-12 Baptiste Couduriercheck body partitions count before writing
2009-02-11 Baptiste Coudurierparse mpeg2 gop header time code and use it
2009-02-11 Baptiste Coudurierwrite timecode track
2009-02-11 Baptiste Coudurierfix last keyframe index accross body partitions
2009-02-11 Baptiste Coudurierfix body offset
2009-02-10 Baptiste Coudurierfix partition offset when only one stream present
2009-02-10 Baptiste Coudurierfix timecode value
2009-02-10 Baptiste Coudurierwrite body partitions
2009-02-10 Baptiste Couduriercompute index byte count in mxf_write_partition
2009-02-10 Baptiste Coudurierremove check, mxf muxer does not have track number...
2009-02-10 Baptiste Coudurierretrieve flags from mxf_parse_mpeg2_frame using a param
2009-02-10 Baptiste Coudurier10l, edit unit offset is after klv fill
2009-02-10 Baptiste Couduriercosmetics, associate mxf_write_klv_fill to aligned...
2009-02-10 Baptiste Coudurierwrite component depth and horizontal subsampling best...
next