]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-09-06 Stefano SabatiniCosmetic, change "fvstats" to "vstats_file".
2007-09-06 Limin WangSet data_size to zero when DCA header parse failed
2007-09-06 Benoit FouetAdd a bitstream filter for H.264.
2007-09-06 David ConradUse V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
2007-09-06 Kostya ShishkovSet correct length for last slice in frame subpacket
2007-09-05 Guillaume Poiriermention slice-based parallel H.264 decoding in changelog
2007-09-05 Diego Biurruncosmetics: Add some whitespace for better readability.
2007-09-05 Diego Biurrunspelling/wording nits in some Doxygen comments
2007-09-05 Jeff DownsAvoid a crash when H264 MMC operation causes the short...
2007-09-05 Ramiro PollaRename dc1394.c to libdc1394.c
2007-09-05 Ramiro PollaPrefix library format names with 'lib' in libavformat
2007-09-05 Ramiro PollaRemove --disable-{v4l,v4l2} options from configure
2007-09-05 Ramiro PollaGive better filenames to bktr and v4l grabbers
2007-09-05 Ramiro PollaRemove video_grab_ prefix from video_grab_{bktr,v4l}
2007-09-05 Michael Niedermayerrevert 10409
2007-09-05 Michael Niedermayerexport put_timestamp()
2007-09-05 Neil BrownMake sure that if a stream has a duration but the conta...
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Marc Hoffmanusing isnan instead of d==d, to signal correctly parsed...
2007-09-05 Wolfram GlogerCorrect initial timestamp
2007-09-05 Diego BiurrunReplace outdated BeOS section with a note that says...
2007-09-05 Mark CoxAdd description for feature_request/open/approved.
2007-09-05 Tao HuangFix put_*_xy2_arm bug and enable put_pixels16_arm and...
2007-09-05 Diego BiurrunSort one more list alphabetically.
2007-09-05 Diego BiurrunAlphabetically sort library dependencies list.
2007-09-05 Guillaume PoirierFix links to ARM documentation
2007-09-05 Luca AbeniAAC support in the SDP generator
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-09-05 Michael Niedermayer16bit IDWT implementation note
2007-09-05 Michael Niedermayermore todo
2007-09-05 Michael Niedermayeradd a 8 taps filter for testing
2007-09-05 Michael Niedermayerfix decoding of dracula.4xm before diego complains
2007-09-05 Michael Niedermayerfix segfault with dracula.4xm
2007-09-05 David ConradMatroska regression tests
2007-09-05 Michael NiedermayerReplace constants by HTAPS (half pel interpolation...
2007-09-05 David ConradEnable Matroska muxer
2007-09-05 David ConradGrammar nits
2007-09-05 David ConradAlways use AVFormatContext for av_log messages
2007-09-05 David ConradRename ebml size functions to indicate that they can...
2007-09-05 David ConradWe shouldn't be passing in sizes larger than 2^56-2...
2007-09-05 David ConradIndentation
2007-09-05 David ConradDon't seek when streamed
2007-09-05 David ConradGet rid of useless braces
2007-09-05 David ConradIndent
2007-09-05 David ConradMatch the behaviour betwen the bmp and wav codec tag...
2007-09-05 David ConradWrite codecprivate to a dynamic buffer so that seeking...
2007-09-05 David ConradMove writing codec private element to its own function
2007-09-05 David ConradCosmetics
2007-09-05 David ConradUse num_entries directly rather than mixing it with...
2007-09-05 David ConradDoxygenify comments
2007-09-05 David ConradMake sure that the calculated duration doesn't decrease
2007-09-05 David ConradSplit some really long lines
2007-09-05 David ConradCorrect message
2007-09-05 David ConradAlways check the return of mkv_add_seekhead_entry
2007-09-05 David ConradPass the returned error code of functions up
2007-09-05 David ConradCheck that the seekheads were created
2007-09-05 David ConradReturn AVERROR(ENOMEM) when appropriate
2007-09-05 David ConradIndentation
2007-09-05 David ConradUse assert for conditions that must be true
2007-09-05 David ConradSimplify
2007-09-05 David ConradGrammar nits
2007-09-05 David ConradBreak long comments
2007-09-05 David ConradUse sample format for bit depth if av_get_bits_per_samp...
2007-09-05 David ConradCalculate and store DAR rather than SAR
2007-09-05 David ConradClarify comments
2007-09-05 David ConradUse PRIu64/PRId64
2007-09-05 David ConradCalculate the size of key EBML master elements beforeha...
2007-09-05 David ConradUse cluster_pos when checking cluster position
2007-09-05 David ConradModify put_ebml_size() so that the bytes parameter...
2007-09-05 David ConradSet default subtitle_codec to CODEC_ID_TEXT
2007-09-05 David ConradSimplify
2007-09-05 David ConradMove calculating the bytes needed to represent a size...
2007-09-05 David ConradMake a byte always mean a byte
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
next