]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-09-09 diegocosmetics: Remove useless empty line.
2007-09-09 diegoElaborate on licensing issues: A few files are from...
2007-09-09 reimarDo not set codec_tag when the container does not specif...
2007-09-09 reimarMake sure rtjpeg quality is a valid value
2007-09-09 reimarFix extreme stupidity: buffer size check must of course...
2007-09-09 reimar10l, add check forgotten in last commit
2007-09-09 reimarFirst ugly and slow attempt to fix nuv files with extra...
2007-09-09 reimarSimplify nuv: factor out LZO decompression
2007-09-09 reimarCopy nuv header only when the video codec is nuv
2007-09-08 michaeldocument MC
2007-09-08 michaelrename HTAPS -> HTAPS_MAX (later is correct after the...
2007-09-08 michaelstore halfpel filter coefficients in the header as...
2007-09-08 michaelremove outcommented code
2007-09-08 michaelindention
2007-09-08 michaelcleanup mc_block()
2007-09-07 benoitIndentation
2007-09-07 benoitLet H.264 decoder skip deblocking across slices
2007-09-07 conradUpdate mkv regression tests after r10421
2007-09-07 ramiroRename the format name audio_device (used in both oss...
2007-09-07 ramiroRemove --disable-audio-oss option from configure.
2007-09-07 ramiroRemove --disable-audio-beos option from configure.
2007-09-07 ramiroSeparate audio_(de)muxer into oss_(de)muxer and audio_b...
2007-09-07 michaelrevert r10403
2007-09-06 benoitCosmetic, change "fvstats" to "vstats_file".
2007-09-06 kostyaSet data_size to zero when DCA header parse failed
2007-09-06 benoitAdd a bistream filter for H264.
2007-09-06 conradUse V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
2007-09-06 kostyaSet correct length for last slice in frame subpacket
2007-09-05 gpoiriermention slice-based parallel H.264 decoding in changelog
2007-09-05 diegocosmetics: Add some whitespace for better readability.
2007-09-05 diegospelling/wording nits in some Doxygen comments
2007-09-05 benoitAvoid a crash when H264 MMC operation causes the short...
2007-09-05 ramiroRename dc1394.c to libdc1394.c
2007-09-05 ramiroPrefix library format names with 'lib' in libavformat
2007-09-05 ramiroRemove --disable-{v4l,v4l2} options from configure
2007-09-05 ramiroGive better filenames to bktr and v4l grabbers
2007-09-05 ramiroRemove video_grab_ prefix from video_grab_{bktr,v4l}
2007-09-05 michaelrevert 10409
2007-09-05 michaelexport put_timestamp()
2007-09-05 benoitMake sure that if a stream has a duration but the conta...
2007-09-05 gpoirierAdd slice-based parallel H.264 decoding
2007-09-05 mhoffmanusing isnan instead of d==d, to signal correctly parsed...
2007-09-05 benoitCorrect initial timestamp
2007-09-05 diegoReplace outdated BeOS section with a note that says...
2007-09-05 diegoAdd description for feature_request/open/approved.
2007-09-05 diegoFix put_*_xy2_arm bug and enable put_pixels16_arm and...
2007-09-05 diegoSort one more list alphabetically.
2007-09-05 diegoAlphabetically sort library dependencies list.
2007-09-05 gpoirierFix links to ARM documentation
2007-09-05 lucabeAAC support in the SDP generator
2007-09-05 kostyaMove H.264 intra prediction functions into their own...
2007-09-05 michael16bit IDWT implementation note
2007-09-05 michaelmore todo
2007-09-05 michaeladd a 8 taps filter for testing
2007-09-05 michaelfix decoding of dracula.4xm before diego complains
2007-09-05 michaelfix segfault with dracula.4xm
2007-09-05 conradMatroska regression tests
2007-09-05 michaelreplace constats by HTAPS (half pel interpolation filte...
2007-09-05 conradEnable Matroska muxer
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
next