]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroskaenc.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / matroskaenc.c
2009-02-26 jbrShare the function to write a raw FLAC header and use...
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-24 michaelAdd AVFMT_VARIABLE_FPS to specify which muxers dont...
2009-02-15 aurelmatroskaenc: use new metadata API
2009-01-20 aurelmatroskaenc: correctly handle h264 streams with 3 bytes...
2009-01-17 conradCosmetics: indent
2009-01-17 conradTreat disposition==0 as undefined and don't write the...
2009-01-17 conradFlush the buffer after writing the header and when...
2009-01-15 lucabeReindent after last commit
2009-01-15 lucabeDo not reallocate AVPacket's data when muxing a packet
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-10-22 aurelmatroskaenc: require global header
2008-10-04 aurelmatroskaenc: correct muxing of ASS packets
2008-10-04 aurelmatroskaenc: use correct EBML ID for block duration
2008-10-04 aurelmatroskaenc: pass the packet size directly as parameter...
2008-10-04 aurelmatroskaenc: remove useless mkv_block_size() function
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-09-04 aurelmatroska: subtitle display duration must be stored...
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-08-05 diegomisc spelling/grammar fixes
2008-08-05 aurelmatroska: expand useless define for MS compat codec...
2008-07-27 aurelmatroska: add support for V_QUICKTIME track type
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-01 jbrfix encoding of flac private data
2008-04-02 aureluse common aac sample rate tables
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-01 aurelsimplification proposed by Rich
2008-02-27 aurelmakes really sure that no undefined behavior can happen
2008-02-26 aurelAvoid infinite loop.
2008-01-12 michaelWrite 0 instead of seeking forward (and leaving bytes...
2008-01-11 aureladd a ff_ prefix to newly exported functions from avc.c
2008-01-11 aurelMatroska muxer needs to format all NAL units, not only...
2008-01-11 aurelUse the isom avcc formatting for h264 extradata in...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-05 diegospelling/wording nits in some Doxygen comments
2007-09-05 conradGrammar nits
2007-09-05 conradAlways use AVFormatContext for av_log messages
2007-09-05 conradRename ebml size functions to indicate that they can...
2007-09-05 conradWe shouldn't be passing in sizes larger than 2^56-2...
2007-09-05 conradIndentation
2007-09-05 conradDon't seek when streamed
2007-09-05 conradGet rid of useless braces
2007-09-05 conradIndent
2007-09-05 conradMatch the behaviour betwen the bmp and wav codec tag...
2007-09-05 conradWrite codecprivate to a dynamic buffer so that seeking...
2007-09-05 conradMove writing codec private element to its own function
2007-09-05 conradCosmetics
2007-09-05 conradUse num_entries directly rather than mixing it with...
2007-09-05 conradDoxygenify comments
2007-09-05 conradMake sure that the calculated duration doesn't decrease
2007-09-05 conradSplit some really long lines
2007-09-05 conradCorrect message
2007-09-05 conradAlways check the return of mkv_add_seekhead_entry
2007-09-05 conradPass the returned error code of functions up
2007-09-05 conradCheck that the seekheads were created
2007-09-05 conradReturn AVERROR(ENOMEM) when appropriate
2007-09-05 conradIndentation
2007-09-05 conradUse assert for conditions that must be true
2007-09-05 conradSimplify
2007-09-05 conradGrammar nits
2007-09-05 conradBreak long comments
2007-09-05 conradUse sample format for bit depth if av_get_bits_per_samp...
2007-09-05 conradCalculate and store DAR rather than SAR
2007-09-05 conradClarify comments
2007-09-05 conradUse PRIu64/PRId64
2007-09-05 conradCalculate the size of key EBML master elements beforeha...
2007-09-05 conradUse cluster_pos when checking cluster position
2007-09-05 conradModify put_ebml_size() so that the bytes parameter...
2007-09-05 conradSet default subtitle_codec to CODEC_ID_TEXT
2007-09-05 conradSimplify
2007-09-05 conradMove calculating the bytes needed to represent a size...
2007-09-05 conradMake a byte always mean a byte
2007-09-05 conradSimplify put_ebml_id()
2007-09-05 conradMove ebml_id_size()
2007-09-05 conradCorrect handling of smaller unknown sizes
2007-09-05 conradUse a MD5 hash of some frames to write the segment uid
2007-09-05 conradRevert using the time to generate the segment uid
2007-09-05 conradDoxygenize some comments
2007-09-05 conradSet the language to undefined if no language specified
2007-09-05 conradAdd mka muxer
2007-09-05 conradAdd some debug logging
2007-09-05 conradWrite the display size elements
2007-09-05 conradRevert writing the file creation date
2007-09-05 conradCodec Private should be correct for all but Real codecs now
2007-09-05 conradWrite FLAC codec private correctly
2007-09-05 conradMove writing Xiph-style sizes to its own function
2007-09-05 conradWrite segment UID
2007-09-05 conradWrite the creation time
2007-09-05 conradCosmetics
2007-09-05 conradUsing LIBAVFORMAT_IDENT for both muxing and writing...
2007-09-05 conradFloats aren't used enough to justify writing any with...
2007-09-05 conradSimplify
2007-09-05 conradIndentation
2007-09-05 conradWrite subtitle tracks
2007-09-05 conradMove writing a block to its own function
2007-09-05 conradOnly write extradata if it exists
2007-09-05 conradDetermine the output sample rate for SBR AAC and write it
2007-09-05 conradSimplify
next