19540 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)
 

Author SHA1 Message Date
Michael Niedermayer 5ce73e2352 Remove nonsensical assignment from asf_read_seek() found by CSA. 16 years ago
Michael Niedermayer 87718654b1 Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. 16 years ago
Michael Niedermayer 956177fb1d Remove unused variable in modify_qscale() found by CSA. 16 years ago
Michael Niedermayer 505b6d1147 Remove unneeded assignment in ffmpeg.c found by CSA. 16 years ago
Michael Niedermayer 75eaa91c15 Remove unused variables from slice_buffer_load_line() found by CSA. 16 years ago
Michael Niedermayer 6081c30b81 Remove 2 unneeded variables from common_init() found by CSA. 16 years ago
Michael Niedermayer d0d62cc955 Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. 16 years ago
Michael Niedermayer dd08de11f6 Remove unused assignment from j_rev_dct() found by CSA. 16 years ago
Michael Niedermayer 01d83278e9 Remove unused variable in init_mv_penalty_and_fcode() found by CSA. 16 years ago
Michael Niedermayer b33d75fd80 Move declarations in sync() closer to where they are used. 16 years ago
Michael Niedermayer 236580b478 Remove unused variable from asf_read_header() found by CSA. 16 years ago
Kostya Shishkov c994dae1e2 cosmetics: reindent after last commit 16 years ago
Kostya Shishkov bd4110f99b Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders 16 years ago
Ronald S. Bultje 1d0036b01f Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, 16 years ago
Michael Niedermayer 72619760f0 Remvoe useless assignment found by CSA. 16 years ago
Michael Niedermayer b52b6ae489 Remove unused variable from decode_init() found by CSA. 16 years ago
Vitor Sessak b0e37369a1 Remove useless assignment in generate_codebook(). Found by Clang static analyser. 16 years ago
Michael Niedermayer 806d5e61dc Remove unused variables from ff_mjpeg_decode_sos() found by CSA. 16 years ago
Michael Niedermayer c2394854ed Remove useless assignment from h263_pred_dc() found by the clang static analyzer. 16 years ago
Michael Niedermayer 6e21a5b1ae Move declarations in mpeg1_encode_motion() closer to where they are needed. 16 years ago
Michael Niedermayer 2a47a2666d Useless assignment found by the clang static analyzer. 16 years ago
Michael Niedermayer 03d5ea54c1 Get rid of an unused variable, found by the clang static analyzer. 16 years ago
Michael Niedermayer d728e3cd28 Moving variable declarations in asf_build_simple_index() to clarify&prettify code. 16 years ago
Justin Ruggles 95f3019a51 ac3dec: reorder output channels to SMPTE channel order 16 years ago
Reimar Döffinger 8b5ec0875c Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does 16 years ago
Justin Ruggles a7c6e1171b ac3enc: reorder input channels to AC-3 channel order 16 years ago
Jai Menon 35e2e681b8 Add my public key fingerprint to MAINTAINERS. 16 years ago
Reimar Döffinger c3481d18b4 Remove unused audio_pts field from ea demuxer struct 16 years ago
Reimar Döffinger 3f19810d9e Remove unused code from Westwood VQA/AUD demuxer. 16 years ago
Diego Biurrun 8bb3d6a612 Do not add -fno-common to CFLAGS on DOS, it is unneeded. 16 years ago
David Conrad d8f3f340ad Add guaranteed alignment for loading dest pixels in avg_pixels16_neon 16 years ago
David Conrad 2d08f9ea54 VC1 loop filter uses the frame quantizer not the mb quantizer 16 years ago
Michael Niedermayer 74b14aacfa Support broken avc nal encapsulation. 16 years ago
Justin Ruggles 0bc08ed941 flacenc: write initial blocksize to STREAMINFO header instead of current 16 years ago
Ronald S. Bultje 799a0722fc Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist 16 years ago
Michael Niedermayer 7e030c4739 Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly 16 years ago
Reynaldo H. Verdejo Pinochet e223a3bd38 [COSMETIC] Correct a minor nit. Should be clearer now. 16 years ago
Kenan Gillet 807c4c7875 Fix possibly harmful outbound addressing. Patch by Kenan Gillet. 16 years ago
David Conrad c21c835b8d avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing 16 years ago
Martin Storsjö 29382bc1eb Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when 16 years ago
Ronald S. Bultje 30e79845b4 Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
Diego Biurrun 888505df22 Explain the sort order for changelog entries. 16 years ago
David Conrad ddd94932fb Ensure that there's pages to read for duration calculation in the ogg demuxer 16 years ago
David Conrad 99cc7f8a02 Altivec version of avg_no_rnd_vc1_chroma_mc8 16 years ago
David Conrad 3992526b3c Split VC1 loop filter into separate functions for h/v and size 16 years ago
David Conrad 0e58865d6e Move VC1 loop filter to DSPContext 16 years ago
David Conrad 9bf0fdf378 VC1: extend MMX qpel MC to include MMX2 avg qpel 16 years ago
David Conrad 8013da7364 VC1: add and use avg_no_rnd chroma MC functions 16 years ago
David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
Carl Eugen Hoyos 08982bb466 Cosmetics: Split long line. 16 years ago