7730 Commits (84c125351391b2d0d74f98fb18bd60f15a665c00)

Author SHA1 Message Date
Vitor Sessak 4fdb41a84b Test a var for overflow just after it is set 16 years ago
Vitor Sessak a90fbeec2a Remove useless parentheses. 16 years ago
Reimar Döffinger 2881a656ff Fix nuv decoder to use reget_buffer for non-keyframes and correctly 16 years ago
Vitor Sessak e10049bef5 Cosmetics: indent after last commit and remove useless braces 16 years ago
Vitor Sessak 1b0dc0120d Simplify: use a for instead of unrolling by hand 16 years ago
Vitor Sessak fb17d9ff54 Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit 16 years ago
Vitor Sessak 78df225866 Simplify: use two distinct functions to decode MACE3 and MACE6, since the 16 years ago
Vitor Sessak b97c413832 Simplify mace_decode_frame() 16 years ago
Vitor Sessak 647148c638 Remove useless comments 16 years ago
Vitor Sessak 251d75f292 Reindent mace.c, its indentation was completly inconsistent with the coding rules. 16 years ago
Vitor Sessak 82ab49dc41 Cosmetics: s/LPC_type/LPC_TYPE/ 16 years ago
Vitor Sessak 1775c7fac6 Multiply table by -1. This avoid doing this calculation (that was introduced 16 years ago
Michael Niedermayer e4b8f1fa77 Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and 16 years ago
Vitor Sessak 1be0fc2909 Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. 16 years ago
Michael Niedermayer 395206f6b1 Ignore the spec, and calculate aspect ratio on width/height. 16 years ago
Michael Niedermayer 8e5af7a654 Clarify sample_aspect_ratio. 16 years ago
Jai Menon d3ce0792c2 fix issue 616 on roundup : decoding of short flac files 16 years ago
Diego Biurrun c7ac9449ba Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering 16 years ago
Diego Biurrun 999960c90a Surround some encoding-specific functions with the appropriate 16 years ago
Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
Vladimir Voroshilov 063ad8205a gain codebook (first stage), 8k mode for G.729 16 years ago
Vladimir Voroshilov bc165ee392 Another set of approved G.729 chunks (from decoder core) 16 years ago
Aurelien Jacobs 4834eb191c theoradec: cosmetics: indentation 16 years ago
Aurelien Jacobs feaf1a7393 theoradec: skip decoding of uncoded MV in 4MV code 16 years ago
Aurelien Jacobs e32e2d56d4 theoradec: small 4MV code reorganization to ease future improvements 16 years ago
Diego Biurrun 2a43a093ed Replace generic CONFIG_DECODERS preprocessor conditionals by more specific 16 years ago
Diego Biurrun ab21090869 Silence a couple of 'defined but not used' warnings by adding an av_unused 16 years ago
Laurent Aimar bd10f6e149 Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. 16 years ago
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