]> git.sesse.net Git - ffmpeg/history - libavformat
Simplify put_ebml_id()
[ffmpeg] / libavformat /
2007-09-05 David ConradSimplify put_ebml_id()
2007-09-05 David ConradMove ebml_id_size()
2007-09-05 David ConradCorrect handling of smaller unknown sizes
2007-09-05 David ConradUse a MD5 hash of some frames to write the segment uid
2007-09-05 David ConradRevert using the time to generate the segment uid
2007-09-05 David ConradDoxygenize some comments
2007-09-05 David ConradSet the language to undefined if no language specified
2007-09-05 David ConradAdd mka muxer
2007-09-05 David ConradAdd some debug logging
2007-09-05 David ConradWrite the display size elements
2007-09-05 David ConradRevert writing the file creation date
2007-09-05 David ConradCodec Private should be correct for all but Real codecs now
2007-09-05 David ConradWrite FLAC codec private correctly
2007-09-05 David ConradMove writing Xiph-style sizes to its own function
2007-09-05 David ConradWrite segment UID
2007-09-05 David ConradWrite the creation time
2007-09-05 David ConradCosmetics
2007-09-05 David ConradUsing LIBAVFORMAT_IDENT for both muxing and writing...
2007-09-05 David ConradFloats aren't used enough to justify writing any with...
2007-09-05 David ConradSimplify
2007-09-05 David ConradIndentation
2007-09-05 David ConradWrite subtitle tracks
2007-09-05 David ConradMove writing a block to its own function
2007-09-05 David ConradOnly write extradata if it exists
2007-09-05 David ConradDetermine the output sample rate for SBR AAC and write it
2007-09-05 David ConradSimplify
2007-09-05 David ConradKeyframe is the first bit not last
2007-09-05 David ConradSimplify
2007-09-05 David ConradUse av_get_bits_per_sample
2007-09-05 David ConradWrite bit depth for PCM audio
2007-09-05 David ConradWrite wav header if there is no native audio codec ID
2007-09-05 David ConradWrite the cues element
2007-09-05 David ConradDoxygenize comments
2007-09-05 David ConradCalculate the size of a SimpleBlock before writing...
2007-09-05 David ConradIndentation
2007-09-05 David ConradWrite the Seek Head element
2007-09-05 David ConradMake sure to return a value in functions that return...
2007-09-05 David ConradMove writing the tracks element to its own function
2007-09-05 David ConradMove Xiph's CodecPrivate writing code to its own function
2007-09-05 David ConradWrite the duration of the file
2007-09-05 David Conradput_ebml_void()
2007-09-05 David ConradRemove unused prototype
2007-09-05 David ConradWrite unknown size if the size given is too large for...
2007-09-05 David ConradTrack number and UID only have to be nonzero
2007-09-05 David ConradSimpleBlocks are Matroska v2
2007-09-05 David ConradStart a new cluster every 5 MB or 5 seconds
2007-09-05 David ConradFix writing Xiph header sizes
2007-09-05 David ConradCorrectly write CodecPrivate element for Vorbis and...
2007-09-05 David ConradCompile fix; missed a variable declaration in the last...
2007-09-05 David ConradWrite one cluster and SimpleBlocks for the frames....
2007-09-05 David ConradFirst stab at writing the tracks element, still needs...
2007-09-05 David ConradRemove useless debug write
2007-09-05 David Conradput_ebml_float()
2007-09-05 David ConradConst correctness
2007-09-05 David ConradGet rid of put_ebml_utf8(); the error checking that...
2007-09-05 David ConradCosmetics: align nicely for better readibility
2007-09-05 David ConradSimplify
2007-09-05 David ConradBeginning of mkv muxer, only EBML head is written correctly
2007-09-04 Ramiro PollaTreat dc1394 as a library
2007-09-04 Mike Melansonsimplify PTS handling
2007-09-03 Luca AbeniFill the buffer with 0 before writing an SDP in it
2007-09-03 Neil BrownIf a stream has no start time, but the first packet...
2007-09-03 Luca AbeniSet the "B" flag in the payload header
2007-09-03 Luca AbeniSet the "TR" field in the payload header
2007-09-03 Luca AbeniCorrectly set the "P" field in the payload header
2007-09-03 Wolfram Glogerfix probe buffer issue. patch by Wolfram Gloger {wmglo...
2007-09-02 Michael Niedermayerworkaround ms (lack of) intelligence in their design...
2007-08-31 David ConradSimpleBlock keyframe flag is the most significant bit
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-29 Luca AbeniCorrect packetization for MPEG video frames, and correc...
2007-08-29 Luca AbeniRemove commented code (payload header extension)
2007-08-28 Luca BarbatoBackport fix for mpegvideo rtp, fixes Issue119, origina...
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-27 Diego BiurrunRemove unused variable.
2007-08-25 Luca AbeniUse correct timescale in RTSP seeking
2007-08-24 Luca AbeniRemove copyright from a function prototype
2007-08-24 Luca AbeniMove the RTP packetization code for MPEG12 video in...
2007-08-24 David ConradAdd V_SNOW
2007-08-23 Kostya ShishkovTake ring frame into account when demuxing.
2007-08-22 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-08-20 Baptiste Couduriersupport swink created files which have soi/eoi broken...
2007-08-18 Neil BrownDo not butcher start_time in av_estimate_timings_from_b...
2007-08-18 Neil BrownWhen looking for the last packet in each
2007-08-18 Neil BrownThere is no guarantee that every stream will
2007-08-18 Michael Niedermayerfix cur_dts at the end of av_estimate_timings_from_pts()
2007-08-18 Neil Brownmore verbose doxy for duration (from patch by neilb...
2007-08-18 Neil Brownmention that start_time maybe AV_NOPTS_VALUE (from...
2007-08-17 Vincent FourmondAllow pipe: URL to take fd number as input
2007-08-17 Vincent FourmondIndent for next commit
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-17 Björn Axelssonstore asf streaming bitrates consistently
2007-08-16 Ramiro PollaSet UDP receive buffer to 64k
2007-08-16 Aurelien Jacobscosmetic: indentation
2007-08-16 Aurelien JacobsDon't pre-scale default_duration to avoid precision...
2007-08-16 Aurelien Jacobsno need for special case default_duration for AAC
2007-08-16 Aurelien Jacobscalculate default_duration according to framerate only...
2007-08-16 Michael Niedermayerelaborate a little on AVStream.start_time, it seems...
2007-08-14 Aurelien JacobsTry size 640x480 for FLC files which don't specify...
2007-08-14 Michael Niedermayerremove broken movi_end skip-hack-check
2007-08-14 Michael Niedermayerdo not misuse movi_end for checking chunk sizes
next