]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Old omkized version 090417
[frescor/ffmpeg.git] / libavcodec /
2009-05-25 Martin MolnarOld omkized version 090417 first_try
2009-05-25 Martin MolnarAdded copies of makefiles for OMK build.
2009-04-17 michaelFix indention, patch by Lars Täuber.
2009-04-17 reimarSimplify ipvideo_decode_opcodes by using get_bits,...
2009-04-17 reimarRemove unused code_counts array from interplavideo.c.
2009-04-17 jai_menonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 reimarCosmetics to improve xan_unpack readability
2009-04-17 reimarFix buffer size check for xan_unpack which was broken...
2009-04-17 reimarSome more simplifications of xan_unpack
2009-04-17 reimarReindent xan_unpack code
2009-04-17 reimarAvoid some code duplication in xan_unpack
2009-04-17 michaelRemove useless assignments, at least one found by CSA.
2009-04-17 reimarIncrease buffer padding to avoid most space checks...
2009-04-17 michaelRemove useless init from ff_mpeg4_set_direct_mv() found...
2009-04-17 michaelRemove a useless assignment in img_get_alpha_info(...
2009-04-17 michaelRemove redundant assignment in av_picture_copy() found...
2009-04-17 michaelRemove several useless writes to variables, found by...
2009-04-17 michaelRemove useless += from ff_imdct_half_c() found by CSA.
2009-04-17 reimarChange buffer size checks to avoid the very unlikely...
2009-04-17 michaelRemove unused variable from h261_encode_block() found...
2009-04-17 reimarRemove a pointless right-shift in xan decoder.
2009-04-17 michaelRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 reimarReplace bytecopy with the equivalent but faster av_memc...
2009-04-17 michaelRemove unused variable from slice_buffer_release()...
2009-04-17 reimarUse memcpy instead of the very inefficient bytecopy...
2009-04-17 michaelRemove unused variable from wma_decode_block() found...
2009-04-17 michaelRemove redundant assignment from avcodec_get_pix_fmt_lo...
2009-04-17 michaelRemove unused variable in modify_qscale() found by...
2009-04-17 michaelRemove unused variables from slice_buffer_load_line...
2009-04-17 michaelRemove 2 unneeded variables from common_init() found...
2009-04-17 michaelRemove 2 unused variables from MPV_decode_mb_internal...
2009-04-17 michaelRemove unused assignment from j_rev_dct() found by...
2009-04-17 michaelRemove unused variable in init_mv_penalty_and_fcode...
2009-04-17 kostyacosmetics: reindent after last commit
2009-04-17 kostyaUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-17 michaelRemvoe useless assignment found by CSA.
2009-04-17 michaelRemove unused variable from decode_init() found by...
2009-04-17 vitorRemove useless assignement in generate_codebook()....
2009-04-17 michaelRemove unused variables from ff_mjpeg_decode_sos()...
2009-04-17 michaelRemove uselss assignment from h263_pred_dc() found...
2009-04-17 michaelMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 michaelUseless assignment found by the clang static analyzer.
2009-04-17 michaelGet rid of an unused variable, found by the clang stati...
2009-04-17 jbrac3dec: reorder output channels to SMPTE channel order
2009-04-17 reimarChange tgq_decode_mb function arguments from using...
2009-04-17 jbrac3enc: reorder input channels to AC-3 channel order
2009-04-16 conradAdd guaranteed alignment for loading dest pixels in...
2009-04-16 conradVC1 loop filter uses the frame quantizer not the mb...
2009-04-16 michaelSupport broken avc nal encapsulation.
2009-04-16 jbrflacenc: write initial blocksize to STREAMINFO header...
2009-04-15 reynaldo[COSMETIC] Correct a minor nit. Should be clearer now.
2009-04-15 reynaldoFix possibly harmful outbound addressing. Patch by...
2009-04-15 conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 conradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-15 conradSplit VC1 loop filter into separate functions for h...
2009-04-15 conradMove VC1 loop filter to DSPContext
2009-04-15 conradVC1: extend MMX qpel MC to include MMX2 avg qpel
2009-04-14 conradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 vitorFor every line, copy 3*width bytes instead of linesize...
2009-04-14 conradVC1: Do qpel when needed for both MVs in a B frame
2009-04-14 alexcMark src constant in copy_block*().
2009-04-14 bcoudurierfix indentation
2009-04-14 bcoudurieravoid strcmp NULL, fix segv on mingw
2009-04-13 stefanoFix skip_put_bits() buf_ptr increment.
2009-04-13 koorogiSkip loop iterations which are no-ops due to data1...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoDo not use full include path for get_bits.h, since...
2009-04-13 jai_menonflacenc : do not #include libavutil/lls.h since lpc...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-13 jai_menonalacenc : cosmetics : remove misleading comment
2009-04-13 bcoudurierfix indentation
2009-04-13 bcoudurierfix indentation and remove whitespace after return
2009-04-13 bcoudurierInit state to -1 in h264 parser.
2009-04-12 diegoMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 reynaldoFix wrong size computation for buffer. Patch is part of
2009-04-12 diegoRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 diegoRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-12 michaelFix 2 access units in a packet mp4s.
2009-04-12 michaelGet rid of the non sensical idea of using the current...
2009-04-12 michaelFactorize field_end() out.
2009-04-12 michaelAssert that the first list1 entry is a reference frame.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 reimarUse void * instead of uint8_t * for the destination...
2009-04-12 reimarUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-12 stefanoDocument pbBufPtr().
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 jbrAdd names for 5.0 and 5.1 back speaker channel layouts.
2009-04-11 stefanoFix documentation for avcodec_encode_audio(), in the...
2009-04-11 stefanoDocument the 'size' parameter of set_put_bits_buffer_si...
2009-04-11 stefanoDocument ff_put_string().
2009-04-11 stefanoReplace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
2009-04-11 stefanoRename the 'put_zero' parameter of ff_put_string() to
2009-04-11 stefanoAdd documentation for skip_put_bytes().
2009-04-11 stefanoDoxygenate ff_copy_bits().
2009-04-11 stefanoFactorize declaration for the two variants of put_bits().
2009-04-11 michael2 INIT_VLC_USE_STATIC cases, carl missed.
2009-04-11 michaelget rid of INIT_VLC_USE_STATIC in h261.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in rv10/rv20.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in 4xm.
next