]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup...
[frescor/ffmpeg.git] / libavcodec /
2008-07-23 bananReduce the loglevel on a log message in the Nellymoser...
2008-07-23 michaelRemove redundant keyframe checks.
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-21 cehoyosRevert r13542: Spatial direct mode probably also works...
2008-07-21 michaelLoop filtering with multiple slice types fix.
2008-07-21 diegoCorrect b_quant offset comment in avcodec.h, it is...
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 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 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 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 michaelminor simplification of qdm2_decode_fft_packets()
2008-07-18 michaelMake frames non reference by default, so they are dispo...
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-17 vitorSimplify: do not overuse pointer aritmetic
2008-07-17 vitorConst
2008-07-17 vitorAnother simplification
2008-07-17 vitorSimplify
2008-07-17 vitorSimplify
2008-07-17 vitorDeclare function parameters as const
2008-07-17 michael100l, someone used FLT_MIN where -FLT_MAX was meant...
2008-07-16 stefanoFree in avcodec_close() avctx->rc_eq. Fix a memory...
2008-07-16 michael10000l, revert
2008-07-16 michaelindent
2008-07-16 michaelSVQ3 uses the JPEG variant of YUV 4:2:0.
2008-07-16 michaelThe funny memcpyin svq3 generally has src & dst overlap...
2008-07-16 michaelPrint slice num as well.
2008-07-16 lorenmfloat_to_int16_interleave: change src to an array of...
2008-07-15 lorenmvorbis: reduce memory by reusing buffers
2008-07-15 lorenmunroll another common case in vorbis_residue_decode
2008-07-15 astrangeMove the size of the H264Context delayed_pic array...
2008-07-15 mruARM: optimised MAC64 and MLS64
2008-07-15 mruARM: optimised MUL64
2008-07-15 mruARM: ARMv6 optimised MULH
2008-07-15 mruRemove dead code in bitstream.h
2008-07-15 lorenm10l, float_to_int16_interleave_sse/3dnow wrote the...
2008-07-14 mruH264: fix index range assert() in remove_short_at_index()
2008-07-14 michaelFix infinite loop at EOF.
2008-07-14 vitorRevert r14218. FFMAX is a macro, so
2008-07-13 michaelFix decoding of 320x240.ogg.
2008-07-13 michaelMake our flac decoder decode all the data at EOF.
2008-07-13 stefanostrdup() the default value for rc_eq in AVCodec when...
2008-07-13 stefanoFix the logic to access the location of a string to...
2008-07-13 vitorSimplify
2008-07-13 vitorAnother av_clipf() usage
2008-07-13 vitorDo not declare as double a var that only stores a float
2008-07-13 vitorSimplify: use FFMAX
2008-07-13 reimarcheck that csize in ff_lzw_decode_init is < LZW_MAXBITS...
2008-07-13 vitorAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 mrudvdsubdec: allow compilation with -DDEBUG
2008-07-13 lorenmexploit mdct symmetry
2008-07-13 ramiromlpdec: Check for bits left before each read of End...
2008-07-13 lorenmsimplify vorbis windowing
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 reimarclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 reimarUse bytestream and AV_RL* functions in ADPCM code where...
next