]> git.sesse.net Git - ffmpeg/history - libavcodec
Remove a pointless right-shift in xan decoder.
[ffmpeg] / libavcodec /
2009-04-17 Reimar DöffingerRemove a pointless right-shift in xan decoder.
2009-04-17 Michael NiedermayerRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 Reimar DöffingerReplace bytecopy with the equivalent but faster av_memc...
2009-04-17 Michael NiedermayerRemove unused variable from slice_buffer_release()...
2009-04-17 Reimar DöffingerUse memcpy instead of the very inefficient bytecopy...
2009-04-17 Michael NiedermayerRemove unused variable from wma_decode_block() found...
2009-04-17 Michael NiedermayerRemove redundant assignment from avcodec_get_pix_fmt_lo...
2009-04-17 Michael NiedermayerRemove unused variable in modify_qscale() found by...
2009-04-17 Michael NiedermayerRemove unused variables from slice_buffer_load_line...
2009-04-17 Michael NiedermayerRemove 2 unneeded variables from common_init() found...
2009-04-17 Michael NiedermayerRemove 2 unused variables from MPV_decode_mb_internal...
2009-04-17 Michael NiedermayerRemove unused assignment from j_rev_dct() found by...
2009-04-17 Michael NiedermayerRemove unused variable in init_mv_penalty_and_fcode...
2009-04-17 Kostya Shishkovcosmetics: reindent after last commit
2009-04-17 Kostya ShishkovUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-17 Michael NiedermayerRemvoe useless assignment found by CSA.
2009-04-17 Michael NiedermayerRemove unused variable from decode_init() found by...
2009-04-17 Vitor SessakRemove useless assignment in generate_codebook(). Found...
2009-04-17 Michael NiedermayerRemove unused variables from ff_mjpeg_decode_sos()...
2009-04-17 Michael NiedermayerRemove useless assignment from h263_pred_dc() found...
2009-04-17 Michael NiedermayerMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 Michael NiedermayerUseless assignment found by the clang static analyzer.
2009-04-17 Michael NiedermayerGet rid of an unused variable, found by the clang stati...
2009-04-17 Justin Rugglesac3dec: reorder output channels to SMPTE channel order
2009-04-17 Reimar DöffingerChange tgq_decode_mb function arguments from using...
2009-04-17 Justin Rugglesac3enc: reorder input channels to AC-3 channel order
2009-04-16 David ConradAdd guaranteed alignment for loading dest pixels in...
2009-04-16 David ConradVC1 loop filter uses the frame quantizer not the mb...
2009-04-16 Michael NiedermayerSupport broken avc nal encapsulation.
2009-04-16 Justin Rugglesflacenc: write initial blocksize to STREAMINFO header...
2009-04-15 Reynaldo H. Verdej... [COSMETIC] Correct a minor nit. Should be clearer now.
2009-04-15 Kenan GilletFix possibly harmful outbound addressing. Patch by...
2009-04-15 David Conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 David ConradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-15 David ConradSplit VC1 loop filter into separate functions for h...
2009-04-15 David ConradMove VC1 loop filter to DSPContext
2009-04-15 David ConradVC1: extend MMX qpel MC to include MMX2 avg qpel
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 Vitor SessakFor every line, copy 3*width bytes instead of linesize...
2009-04-14 David ConradVC1: Do qpel when needed for both MVs in a B frame
2009-04-14 Alex ConverseMark src constant in copy_block*().
2009-04-14 Baptiste Coudurierfix indentation
2009-04-14 Baptiste Coudurieravoid strcmp NULL, fix segv on mingw
2009-04-13 Stefano SabatiniFix skip_put_bits() buf_ptr increment.
2009-04-13 Bobby BinghamSkip loop iterations which are no-ops due to data1...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-13 Stefano SabatiniDo 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 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-13 Jai Menonalacenc : cosmetics : remove misleading comment
2009-04-13 Baptiste Coudurierfix indentation
2009-04-13 Baptiste Coudurierfix indentation and remove whitespace after return
2009-04-13 Baptiste CoudurierInit state to -1 in h264 parser.
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Reynaldo H. Verdej... Fix wrong size computation for buffer. Patch is part of
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-12 Michael NiedermayerFix 2 access units in a packet mp4s.
2009-04-12 Michael NiedermayerGet rid of the non sensical idea of using the current...
2009-04-12 Michael NiedermayerFactorize field_end() out.
2009-04-12 Michael NiedermayerAssert that the first list1 entry is a reference frame.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-12 Reimar DöffingerUse void * instead of uint8_t * for the destination...
2009-04-12 Reimar DöffingerUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-12 Stefano SabatiniDocument pbBufPtr().
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 Justin RugglesAdd names for 5.0 and 5.1 back speaker channel layouts.
2009-04-11 John FletcherFix documentation for avcodec_encode_audio(), in the...
2009-04-11 Stefano SabatiniDocument the 'size' parameter of set_put_bits_buffer_si...
2009-04-11 Stefano SabatiniDocument ff_put_string().
2009-04-11 Stefano SabatiniReplace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
2009-04-11 Stefano SabatiniRename the 'put_zero' parameter of ff_put_string() to
2009-04-11 Stefano SabatiniAdd documentation for skip_put_bytes().
2009-04-11 Stefano SabatiniDoxygenate ff_copy_bits().
2009-04-11 Stefano SabatiniFactorize declaration for the two variants of put_bits().
2009-04-11 Michael NiedermayerTwo INIT_VLC_USE_STATIC cases Carl missed.
2009-04-11 Michael Niedermayerget rid of INIT_VLC_USE_STATIC in h261.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in rv10/rv20.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in 4xm.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in asv1.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in msmpeg4
2009-04-11 Stefano SabatiniClarify documentation for put_bits_count().
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-10 Stefano SabatiniDocument align_put_bits().
2009-04-10 Stefano SabatiniDoxygenate flush_put_bits() documentation.
2009-04-10 Stefano SabatiniDoxygenate put_bits_count() documentation.
2009-04-10 Stefano SabatiniDoxygenate init_put_bits().
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-10 Thilo BorgmannAdd support to CorePNG P-frames.
2009-04-10 Reimar DöffingerLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 Diego BiurrunRemove unused variables along with the related warnings.
2009-04-10 Reimar DöffingerAdd forgotten void return type to ff_h264_free_context
2009-04-10 Diego BiurrunFix sigill on non-MMX2 CPUs.
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Reimar DöffingerMake sure error resilience does not try to use unavaila...
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-04-10 Michael NiedermayerMake sure mpeg2 has its height rounded up to 32 as...
2009-04-09 Michael NiedermayerDo not use SSE2 SAD for snow as it requires more alignm...
next