9336 Commits (806d5e61dc4b9c85b22a656c1f1da41a851b2f78)

Author SHA1 Message Date
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
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
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
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
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
Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 16 years ago
David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 16 years ago
Alex Converse 184fcc60b7 Mark src constant in copy_block*(). 16 years ago
Baptiste Coudurier bee3140a88 fix indentation 16 years ago
Baptiste Coudurier de481d7fed avoid strcmp NULL, fix segv on mingw 16 years ago
Stefano Sabatini ad25b95470 Fix skip_put_bits() buf_ptr increment. 16 years ago
Bobby Bingham 0aed5e9fb8 Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini 084c7cc54a Do not use full include path for get_bits.h, since the header is in 16 years ago
Jai Menon 437f884da6 flacenc : do not #include libavutil/lls.h since lpc code is now 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Jai Menon 309a8bb8a1 alacenc : cosmetics : remove misleading comment 16 years ago
Baptiste Coudurier 1b66180263 fix indentation 16 years ago
Baptiste Coudurier e44745f1a8 fix indentation and remove whitespace after return 16 years ago
Baptiste Coudurier 8fa0ae060b Init state to -1 in h264 parser. 16 years ago
Diego Biurrun c5662879ff Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. 16 years ago
Reynaldo H. Verdejo Pinochet 8bf7a510b9 Fix wrong size computation for buffer. Patch is part of 16 years ago
Diego Biurrun 5137235e0c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 16 years ago
Diego Biurrun 788cca4135 Remove AltiVec optimizations for Snow. They are hindering the development 16 years ago
Michael Niedermayer d225a1e248 Fix 2 access units in a packet mp4s. 16 years ago
Michael Niedermayer ead793358a Get rid of the non sensical idea of using the current picture for missing 16 years ago
Michael Niedermayer 256299d302 Factorize field_end() out. 16 years ago
Michael Niedermayer 7824b129a0 Assert that the first list1 entry is a reference frame. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Reimar Döffinger 9bf993a5b5 Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf 16 years ago
Reimar Döffinger 55775b099d Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders 16 years ago
Stefano Sabatini 53bd67ec89 Document pbBufPtr(). 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Justin Ruggles f79e331f34 Add names for 5.0 and 5.1 back speaker channel layouts. 16 years ago