]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-07-24 michaelFix segfault with non existing input files.
2008-07-24 vitorCosmetics: grammar nits
2008-07-24 diegomisc spelling/grammar fixes
2008-07-24 diegoRemove AltiVec vector declaration compiler compatibilit...
2008-07-24 benoitUse tkhd matrix for proper display in mov.
2008-07-24 vitorRename update() function to backward_filter() and add...
2008-07-24 vitorMore tables renaming/commenting
2008-07-24 vitorFollow FFmpeg convention of returning negative values...
2008-07-24 vitorRename pred() to eval_lpc_coeffs() and add a doxy comment
2008-07-24 vitorGive tables a more descriptive name
2008-07-24 vitorAdd comments to do_hybrid_window()
2008-07-24 vitorGive parameters of do_hybrid_window() more meaningful...
2008-07-24 vitorRename co() function to the much more descriptive name of
2008-07-24 vitorSimplify co(): write constant in a more readable way
2008-07-24 vitorSimplify co(), use memcpy/memmove and colmult() when...
2008-07-24 michaelReset prev_frame_num for idr frames as required by...
2008-07-23 michaelBetter explanation for buf_size==0 code.
2008-07-23 kostyaSMPTE 421M Annex L (aka .rcv) muxer
2008-07-23 michael100l cross_idr simplification had a typo
2008-07-23 michaelRemove truncated support, use a AVParser if you used...
2008-07-23 michaelSimplify cross_idr calculation.
2008-07-23 bananReduce the loglevel on a log message in the Nellymoser...
2008-07-23 michaelRemove redundant keyframe checks.
2008-07-23 lucabeReindent after last commit
2008-07-23 lucabeDo not rescale AV_NOPTS_VALUE in output_example.c
2008-07-23 kostyaIn-loop deblocking filter for VC-1 decoder
2008-07-23 vitorMy commit at r14340 was not the right solution. For...
2008-07-23 vitorDo not merge declaration and initialization in elbg...
2008-07-23 vitorWhen picking a "high utility centroid" do not pick one
2008-07-23 vitorThe codebook generator algorithm involves picking three
2008-07-23 michaelSupport gaps in the frame num.
2008-07-22 michaelReset frame_num for MMCO 5.
2008-07-22 michael3rd try to get the loop filter ref/mv check working...
2008-07-22 michaelqscale has a range of 0..51 we thus do not need a 256...
2008-07-22 michaelSetting chroma_qp to 0 for PCM blocks is really a inter...
2008-07-22 michaelDeobfusate chroma_qp_table[1] init code.
2008-07-22 benoitEnhance qblur and qcomp documentation.
2008-07-21 cehoyosRevert r13542: Spatial direct mode probably also works...
2008-07-21 michaelLoop filtering with multiple slice types fix.
2008-07-21 stefanoMake configure --help document the --enable-debug option.
2008-07-21 diegoAdd complete listing of bitstream filters and 2 example...
2008-07-21 diegoCorrect b_quant offset comment in avcodec.h, it is...
2008-07-21 diegoMove --disable-debug to a better place within configure...
2008-07-21 michaelUse slice_type_nos instead of slice_type where it makes...
2008-07-21 michaelSI/SP slice support. (not bitexact)
2008-07-21 michaelremove superflous ()
2008-07-21 michaelSimplify slice type checks.
2008-07-21 michaelMore correct ref comparission in the loop filter.
2008-07-21 diegoCheck the allocated pointer instead of the given pointe...
2008-07-21 diegoClarify -minrate/-maxrate description in the documentation.
2008-07-21 michaelSimplify spatial direct ref selection with FFMIN3()
2008-07-20 diegocosmetics: Make libavcodec/ppc/dsputil_altivec.c confor...
2008-07-20 diegocosmetics: Reindent two misplaced braces.
2008-07-20 diegocosmetics: Reformat PPC code in libavcodec according...
2008-07-20 michaelFix used references indexes in the loop filter.
2008-07-20 michaelAdd skip* AVOptions, which seem to have been missed.
2008-07-20 andomaDecrease severity of 'invalid new backstep' log message...
2008-07-20 andomaSupply context argument to av_log() in mpeg audio decoder.
2008-07-19 jbrread 'coupling in use' parameter from bitstream into...
2008-07-19 michaelFix h264_loop_filter_strength_mmx2() so it works with...
2008-07-19 bananPrevent the qdm2 code from overreading/overflowing...
2008-07-19 michaelTake the brain amputated spec litteral if the user...
2008-07-19 michaelRemove explicit strict_std_compliance support as it...
2008-07-19 michaelMake strict_std_compliance avaialable to decoders.
2008-07-19 bananFix for possible null pointer dereferencing, closes...
2008-07-19 vitorCosmetics: alignement
2008-07-19 vitorSimplify co(): do not abuse pointer aritmetics
2008-07-19 michaelMake the automatic has_b_frames increasing code increas...
2008-07-19 vitorSimplify co(): remove variables that are only used...
2008-07-19 michaelTry to fix my latest 100l fate SVQ3 breakage.
2008-07-19 michaelRemove apparently unneeded out!=NULL check.
2008-07-19 michaelSimplify picture output code.
2008-07-19 michaelRemove useless #if 0 code.
2008-07-19 michaelDont forget marking disposed delayed pics as unused.
2008-07-19 bcoudurieradd ogv extension
2008-07-19 bcouduriercosmetics, remove space
2008-07-19 bcoudurierupdate swf video frame number when muxing done, fix...
2008-07-19 michaelindent
2008-07-19 michaelsimplify
2008-07-19 jbrcosmetic: use hex value instead of decimal to show...
2008-07-19 michaelRemove delayed_output_pic, i do not understand what...
2008-07-19 michaelDrop out of order pics even if bitstream_restriction_fl...
2008-07-19 vitorSet avctx->coded_frame in RoQ encoder. At some point in
2008-07-19 michaelMake the ugly hack which uses an unused entry in the...
2008-07-18 stefanoMake ffmpeg -t X with X<=0 transcode nothing.
2008-07-18 michaelminor simplification of qdm2_decode_fft_packets()
2008-07-18 michaelMake frames non reference by default, so they are dispo...
2008-07-18 michaelCorrecting displayed muxing overhead and video stream...
2008-07-18 michaelSupport reading large metadata.
2008-07-18 michaelMake bitstream_* fields unsigned.
2008-07-18 michaelOnly realloc() bitstream buffer when the needed size...
2008-07-18 michaelIf metadata has been parsed goto end instead of trying to
2008-07-18 benoitFix a mem leak in vc1_decode_frame().
2008-07-18 benoitFix a mem leak in av_find_stream_info().
2008-07-18 mruintreadwrite: support DEC compiler __unaligned type...
2008-07-18 mruMPEGTS: Improve probe function
2008-07-18 bcouduriercosmetics, remove space
2008-07-18 bcoudurierreturn max score when ftyp atom is encoutered
2008-07-17 vitorSimplify: do not overuse pointer aritmetic
2008-07-17 vitorConst
next