7802 Commits (05b90fc0c59aaac40af484f3d5a617a0404b1b4e)

Author SHA1 Message Date
Vladimir Voroshilov d3bb8ad7af Parity bit calculation routine for G.729 16 years ago
Michael Niedermayer d0b41d8931 Try to support invalid h264 that does not mark IDR with POC=0. 16 years ago
Justin Ruggles 406ab5cc97 add a separate line in Makefile for E-AC-3 decoder and only compile it when 16 years ago
Baptiste Coudurier 7cabcf7d37 make pcm encoder setting bits_per_sample field 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Bartlomiej Wolowiec 755ba88640 Remaining parts of Nellymoser encoder 16 years ago
Michael Niedermayer 719f37026a Check ff_init_me()s return value. 16 years ago
Michael Niedermayer 6f55b11ec6 1000l Fix snow regression test that i broke in r15135. 16 years ago
Michael Niedermayer b74ec69366 Warn the user about me_method values that are not supported. 16 years ago
Michael Niedermayer c541e668f6 Optimize vorbis_residue_decode() so that vr->type is a constant. 16 years ago
Michael Niedermayer 969c163f1f Remove debuging junk that probably hasnt been used by anyone since years. 16 years ago
Bartlomiej Wolowiec 748384a186 Okayed parts of nellymoserenc.c 16 years ago
Stefan Gehrer 03f7e56896 reduce code duplication by moving common header parsing 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
David Conrad b4c3d83584 Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it 16 years ago
David Conrad 43410eaf7c Declare ff_vp3_idct_data to be uint16_t 16 years ago
David Conrad 587ae47aa7 Don't declare SSE vp3 idct data static, so it can be used in the mmx version 16 years ago
Justin Ruggles 1f6a594de4 turn on E-AC-3 decoding support and update the Changelog 16 years ago
Justin Ruggles f07fe6e78a simplify code and comment regarding determination whether or not AHT is used. 16 years ago
Justin Ruggles 9cf8ebe38a use correct table name 16 years ago
Vitor Sessak f6a1ca1dad Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines 16 years ago
Justin Ruggles 1ffbafa02b skip converter exponent strategy for all channels at once 16 years ago
Vitor Sessak fc324cd523 Remove useless var in compute_lpc_coefs() 16 years ago
Justin Ruggles e1747bfa4e merge declaration and init. variable is not used outside the loop. 16 years ago
Justin Ruggles f2e4eb62dc cosmetics: indentation 16 years ago
Vitor Sessak 5d2dd90848 Merge declaration and initialization of a few vars in compute_lpc_coefs() 16 years ago
Justin Ruggles 8dfc56ec32 commit more OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles 225c30429d commit more OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles d82bdf684b commit more OKed parts of the E-AC-3 decoder 16 years ago
Michael Niedermayer d3b4b74c32 Fix lossless jpeg encoder to comply to spec and store full redundant 16 years ago
David Conrad c979fa030f Remove unused dequantization code from SSE VP3 IDCT 16 years ago
David Conrad 167029a73a Use ff_pw_8 in MMX/SSE VP3 IDCT 16 years ago
David Conrad 21383da8c4 Let ff_pw_8 be used as an SSE constant 16 years ago
Justin Ruggles ea364c74a0 cosmetics: update comment about dithering 16 years ago
Michael Niedermayer 1d8370aad9 Remove the cos_mod table that has become unused after replacing the imdct 16 years ago
Michael Niedermayer 89df5e95bb Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). 16 years ago
Michael Niedermayer 47f0e05295 Get rid of the 512 sample memmove(). 16 years ago
Peter Ross 43a38a7c3e Remove 'currently unused' warning about SAMPLE_FMT_xxx. 16 years ago
Bartlomiej Wolowiec 53440c621b Okayed parts of nellymoserenc.c 16 years ago
Vitor Sessak f991d423d2 Remove useless zeroing of a buffer 16 years ago
Robert Swain 93b63b1a67 Fix typo in element type 16 years ago
Robert Swain f4fae46e67 Remove unnecessary portion of a condition. This fixes issue607 and avoids 16 years ago
Stefano Sabatini 7a7c4a7bf7 Fix typo. 16 years ago
Michael Niedermayer b854197919 Half the size of subband_fir_noidea and get rid of memmove & memset of it. 16 years ago
Stefano Sabatini d4be08e0c9 Make X264_init() no longer assign avctx->rc_eq to libx264's context. 16 years ago
Michael Niedermayer ef8676276d Move t1 and t2 declaration from the QMF code closer to where they are used. 16 years ago
Michael Niedermayer addafb0e0a Simplify (drop useless intermediate sum and diff arrays). 16 years ago
Andreas Öman c55ecb9c27 5,1l: samples_chanptr[] should be (const float *) 16 years ago
Andreas Öman a7bc9d1b71 dca: Set data_size outside block loop. 16 years ago
Andreas Öman 8ed96a5eba dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() 16 years ago