7851 Commits (0be4b8d930a16801f0501aae0389402e0dab9fa7)

Author SHA1 Message Date
Michael Niedermayer 71375e0500 Try to fix wma regression. 16 years ago
Diego Biurrun f7b1d72f45 Relicense as ISC with the authors' permission. 16 years ago
Diego Biurrun 3943bd0901 Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. 16 years ago
Vitor Sessak 42fe17a018 Check output buffer size before decoding. 16 years ago
Vitor Sessak d636f0cc39 Cosmetics: rename vars s/ctx/chd/ 16 years ago
Vitor Sessak f36aec3b5e Exploit symmetry to reduce size of tables by half. 16 years ago
Vitor Sessak b8a5f62144 Cosmetics: s/short/int16_t/ 16 years ago
Vitor Sessak b1547a7817 Remove cast, now tables are signed. 16 years ago
Vitor Sessak fc1d3e004f Convert tables to signed and decimal. 16 years ago
Vitor Sessak e7ff335935 Remove unused table entries. 16 years ago
Vitor Sessak 934bc927a8 Remove commented out code. 16 years ago
Vitor Sessak f9f7210e5e Use FFMIN() instead of rewriting it. 16 years ago
Vitor Sessak 42c7aeea67 Factorize broken clipping in its own function and document it. 16 years ago
Vitor Sessak 5659156760 Cosmetics: whitespace/linebreaks 16 years ago
Vitor Sessak c8e0861e49 Use the same 8 bit -> 16 bit conversion as QuickTime. 16 years ago
Vitor Sessak 4ea70242a8 Do not share context variables between channels and do not zero them at 16 years ago
Vitor Sessak b6d544f54e Remove output pointer from context 16 years ago
Stefan Gehrer bd547403fe add 1bpp decoding function and extend 4bpp function to 16 years ago
Diego Biurrun 4f31c990d8 license header consistency cosmetics. 16 years ago
Diego Biurrun a0528ed7de license header consistency cosmetics 16 years ago
Vladimir Voroshilov 1357b1de00 Remove not approved parts. 16 years ago
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