210 Commits (54b5cc035a04aeac8206295a2e37b3877c8a7a7a)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Christophe Gisquet c3390fd56c ra144: use scalarproduct_int16 11 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Michael Niedermayer 3220083c11 ra144: Try to fix int16/uint16 warnings from pgc 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Michael Niedermayer 1e83e6ad7a ra144: fix code with ftrapv. 12 years ago
Michael Niedermayer 127b70e423 ra144: factor division out 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mohamed Naufal Basheer 8aac5585fa Add a shift parameter to celp_lp_synthesis_filter() 12 years ago
Justin Ruggles f10524d51c ra144: use macro constants to make the code more understandable. 13 years ago
Mohamed Naufal Basheer bcc67dffa0 Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 decoder 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò be61983d52 Make ff_add_wav static to ra144.c 14 years ago
Diego Elio Pettenò 1a88674862 Make ff_add_wav static to ra144.c 14 years ago
Francesco Lavra 756e346798 Split do_output_subblock() into common code and decoder specific parts 15 years ago
Francesco Lavra 5ec29beeb4 Cosmetics: indent 15 years ago
Francesco Lavra 6ea6c8ebcf Add ff_ prefix to non-static functions 15 years ago
Francesco Lavra 0acaf8b0f2 Split ra144.c in common code (to be shared with the future encoder) and 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Francesco Lavra 7df8af6385 Fix reading beyond buffer end on RA144Context.lpc_tables. 15 years ago
Francesco Lavra 643bae382c Use correct context for av_log(), should prevent a crash for malformed files. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Måns Rullgård 09096c9fad RA144: work around gcc bug/oddity on ARM 16 years ago
Vitor Sessak 8d2544bd1b Reindent after last commit 16 years ago
Vitor Sessak 9e27e0d4f8 Do not read uninitialized buffer, no matter if it will be multiplied by 16 years ago
Kenan Gillet 4599d22c0c Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. 16 years ago
Diego Biurrun 36b3e36e00 misc spelling/wording/grammar fixes 16 years ago
Vitor Sessak 20242eed99 Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an 16 years ago
Vitor Sessak 3e30f46f8b Pass directly variable 'a' to interp instead of evaluating it from num_blocks 16 years ago
Vitor Sessak b28bdce688 Simplify if() in copy_and_dup() 16 years ago
Vitor Sessak 8022a8ebc2 Add av_cold attribute to decode_init() 16 years ago
Vitor Sessak c96a764c72 Cosmetics: Make the two additional units in size more clear 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
Vitor Sessak b888abe1be Cosmetics: rename loop counters in eval_refl() 17 years ago
Vitor Sessak bdb34c9f5e Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly 17 years ago
Vitor Sessak aa425ada54 Simplify eval_refl(): s/b == 0/!b/ 17 years ago
Vitor Sessak 40812fdcf1 Simplify range checking in eval_refl(). Before the 17 years ago
Vitor Sessak d70875c81d Cosmetics: reindent 17 years ago
Vitor Sessak 7e05617a5c Simplify do_output_subblock(): Remove a unneeded memcpy 17 years ago
Vitor Sessak c0f0b34bba Simplify eval_refl(): return directly when needed instead of storing the return value in a variable 17 years ago
Vitor Sessak 2f1cad0e58 Simplify rms(): merge a few operations in the same statement 17 years ago
Vitor Sessak b4d46e8c06 Cosmetical simplification in t_sqrt() 17 years ago
Vitor Sessak 438abdaaeb Check available size before writing in decode_frame() 17 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Vitor Sessak 6c9c8b06b3 Cosmetics: rename loop counter vars to i,j 17 years ago
Vitor Sessak fe4a5b185f Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one 17 years ago