16769 Commits (8a61ba0e8194beffdfd9f843bdcf29dbbc974ca5)

Author SHA1 Message Date
  Michael Niedermayer 38a7695f67 Remove unused variable from h261_encode_block() found by CSA. 17 years ago
  Reimar Döffinger 5e12701c5c Remove a pointless right-shift in xan decoder. 17 years ago
  Michael Niedermayer 25ef00720b Remove 2 useless assignments from ff_rate_control_init() found by CSA. 17 years ago
  Reimar Döffinger 9126aea528 Replace bytecopy with the equivalent but faster av_memcpy_backptr. 17 years ago
  Michael Niedermayer 29322398fc Remove unused variable from slice_buffer_release() found by CSA. 17 years ago
  Reimar Döffinger 44c9efcb57 Use memcpy instead of the very inefficient bytecopy where both are correct 17 years ago
  Michael Niedermayer 110baa2e99 Remove unused variable from wma_decode_block() found by CSA. 17 years ago
  Michael Niedermayer 87718654b1 Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. 17 years ago
  Michael Niedermayer 956177fb1d Remove unused variable in modify_qscale() found by CSA. 17 years ago
  Michael Niedermayer 75eaa91c15 Remove unused variables from slice_buffer_load_line() found by CSA. 17 years ago
  Michael Niedermayer 6081c30b81 Remove 2 unneeded variables from common_init() found by CSA. 17 years ago
  Michael Niedermayer d0d62cc955 Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. 17 years ago
  Michael Niedermayer dd08de11f6 Remove unused assignment from j_rev_dct() found by CSA. 17 years ago
  Michael Niedermayer 01d83278e9 Remove unused variable in init_mv_penalty_and_fcode() found by CSA. 17 years ago
  Kostya Shishkov c994dae1e2 cosmetics: reindent after last commit 17 years ago
  Kostya Shishkov bd4110f99b Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders 17 years ago
  Michael Niedermayer 72619760f0 Remvoe useless assignment found by CSA. 17 years ago
  Michael Niedermayer b52b6ae489 Remove unused variable from decode_init() found by CSA. 17 years ago
  Vitor Sessak b0e37369a1 Remove useless assignment in generate_codebook(). Found by Clang static analyser. 17 years ago
  Michael Niedermayer 806d5e61dc Remove unused variables from ff_mjpeg_decode_sos() found by CSA. 17 years ago
  Michael Niedermayer c2394854ed Remove useless assignment from h263_pred_dc() found by the clang static analyzer. 17 years ago
  Michael Niedermayer 6e21a5b1ae Move declarations in mpeg1_encode_motion() closer to where they are needed. 17 years ago
  Michael Niedermayer 2a47a2666d Useless assignment found by the clang static analyzer. 17 years ago
  Michael Niedermayer 03d5ea54c1 Get rid of an unused variable, found by the clang static analyzer. 17 years ago
  Justin Ruggles 95f3019a51 ac3dec: reorder output channels to SMPTE channel order 17 years ago
  Reimar Döffinger 8b5ec0875c Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does 17 years ago
  Justin Ruggles a7c6e1171b ac3enc: reorder input channels to AC-3 channel order 17 years ago
  David Conrad d8f3f340ad Add guaranteed alignment for loading dest pixels in avg_pixels16_neon 17 years ago
  David Conrad 2d08f9ea54 VC1 loop filter uses the frame quantizer not the mb quantizer 17 years ago
  Michael Niedermayer 74b14aacfa Support broken avc nal encapsulation. 17 years ago
  Justin Ruggles 0bc08ed941 flacenc: write initial blocksize to STREAMINFO header instead of current 17 years ago
  Reynaldo H. Verdejo Pinochet e223a3bd38 [COSMETIC] Correct a minor nit. Should be clearer now. 17 years ago
  Kenan Gillet 807c4c7875 Fix possibly harmful outbound addressing. Patch by Kenan Gillet. 17 years ago
  David Conrad c21c835b8d avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing 17 years ago
  David Conrad 99cc7f8a02 Altivec version of avg_no_rnd_vc1_chroma_mc8 17 years ago
  David Conrad 3992526b3c Split VC1 loop filter into separate functions for h/v and size 17 years ago
  David Conrad 0e58865d6e Move VC1 loop filter to DSPContext 17 years ago
  David Conrad 9bf0fdf378 VC1: extend MMX qpel MC to include MMX2 avg qpel 17 years ago
  David Conrad 8013da7364 VC1: add and use avg_no_rnd chroma MC functions 17 years ago
  David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 17 years ago
  Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 17 years ago
  David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 17 years ago
  Alex Converse 184fcc60b7 Mark src constant in copy_block*(). 17 years ago
  Baptiste Coudurier bee3140a88 fix indentation 17 years ago
  Baptiste Coudurier de481d7fed avoid strcmp NULL, fix segv on mingw 17 years ago
  Stefano Sabatini ad25b95470 Fix skip_put_bits() buf_ptr increment. 17 years ago
  Bobby Bingham 0aed5e9fb8 Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. 17 years ago
  Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 17 years ago
  Stefano Sabatini 084c7cc54a Do not use full include path for get_bits.h, since the header is in 17 years ago
  Jai Menon 437f884da6 flacenc : do not #include libavutil/lls.h since lpc code is now 17 years ago