Tue, 05 Jan 2010 16:25:41 +0000 |
vitor |
Use correct context for av_log(), should prevent a crash for malformed files.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Mar 2009 23:41:39 +0000 |
mru |
RA144: work around gcc bug/oddity on ARM
libavcodec
|
Sun, 01 Mar 2009 11:16:57 +0000 |
vitor |
Reindent after last commit
libavcodec
|
Sun, 01 Mar 2009 11:14:21 +0000 |
vitor |
Do not read uninitialized buffer, no matter if it will be multiplied by
libavcodec
|
Fri, 24 Oct 2008 21:29:23 +0000 |
diego |
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
libavcodec
|
Thu, 11 Sep 2008 08:13:23 +0000 |
diego |
misc spelling/wording/grammar fixes
libavcodec
|
Mon, 08 Sep 2008 18:51:33 +0000 |
vitor |
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
libavcodec
|
Mon, 08 Sep 2008 18:18:29 +0000 |
vitor |
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
libavcodec
|
Mon, 08 Sep 2008 18:16:00 +0000 |
vitor |
Simplify if() in copy_and_dup()
libavcodec
|
Mon, 08 Sep 2008 18:14:37 +0000 |
vitor |
Add av_cold attribute to decode_init()
libavcodec
|
Mon, 08 Sep 2008 18:13:53 +0000 |
vitor |
Cosmetics: Make the two additional units in size more clear
libavcodec
|
Sat, 06 Sep 2008 11:46:29 +0000 |
vitor |
Test a var for overflow just after it is set
libavcodec
|
Sat, 06 Sep 2008 11:45:10 +0000 |
vitor |
Remove useless parentheses.
libavcodec
|
Wed, 06 Aug 2008 21:19:30 +0000 |
vitor |
Cosmetics: rename loop counters in eval_refl()
libavcodec
|
Wed, 06 Aug 2008 21:16:24 +0000 |
vitor |
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly
libavcodec
|
Wed, 06 Aug 2008 21:04:40 +0000 |
vitor |
Simplify eval_refl(): s/b == 0/!b/
libavcodec
|
Wed, 06 Aug 2008 21:02:56 +0000 |
vitor |
Simplify range checking in eval_refl(). Before the
libavcodec
|
Wed, 06 Aug 2008 20:39:28 +0000 |
vitor |
Cosmetics: reindent
libavcodec
|
Wed, 06 Aug 2008 20:38:23 +0000 |
vitor |
Simplify do_output_subblock(): Remove a unneeded memcpy
libavcodec
|
Wed, 06 Aug 2008 05:24:21 +0000 |
vitor |
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable
libavcodec
|
Wed, 06 Aug 2008 05:11:46 +0000 |
vitor |
Simplify rms(): merge a few operations in the same statement
libavcodec
|
Wed, 06 Aug 2008 05:08:48 +0000 |
vitor |
Cosmetical simplification in t_sqrt()
libavcodec
|
Wed, 06 Aug 2008 05:06:10 +0000 |
vitor |
Check available size before writing in decode_frame()
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Tue, 29 Jul 2008 18:07:11 +0000 |
vitor |
Cosmetics: rename loop counter vars to i,j
libavcodec
|
Sun, 29 Jun 2008 21:37:03 +0000 |
vitor |
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one
libavcodec
|
Sun, 29 Jun 2008 13:12:31 +0000 |
vitor |
Update copyright
libavcodec
|
Sun, 29 Jun 2008 11:21:06 +0000 |
vitor |
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
libavcodec
|
Sun, 29 Jun 2008 07:58:46 +0000 |
vitor |
Doxy comment
libavcodec
|
Tue, 24 Jun 2008 21:32:34 +0000 |
vitor |
Simplify interp()
libavcodec
|
Tue, 24 Jun 2008 21:30:09 +0000 |
vitor |
More cosmetics
libavcodec
|
Tue, 24 Jun 2008 21:29:18 +0000 |
vitor |
Cosmetics
libavcodec
|
Tue, 24 Jun 2008 18:38:55 +0000 |
vitor |
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
libavcodec
|
Tue, 24 Jun 2008 18:13:44 +0000 |
vitor |
Remove unused entries from lpc_refl_cb*
libavcodec
|
Tue, 24 Jun 2008 18:06:30 +0000 |
vitor |
Remove unused entries from energy_tab
libavcodec
|
Mon, 23 Jun 2008 21:10:59 +0000 |
vitor |
Merge the >> 4 calculation of cb1_base in the table
libavcodec
|
Mon, 23 Jun 2008 21:00:28 +0000 |
vitor |
Consistency: make the output buffer the first argument of functions
libavcodec
|
Mon, 23 Jun 2008 20:53:05 +0000 |
vitor |
Use sizeof() intead of hardcoding the values
libavcodec
|
Mon, 23 Jun 2008 20:46:42 +0000 |
vitor |
Simplify
libavcodec
|
Mon, 23 Jun 2008 20:44:58 +0000 |
vitor |
Simplify
libavcodec
|
Mon, 23 Jun 2008 20:42:36 +0000 |
vitor |
It makes more sense to return 1 here in case of overflow.
libavcodec
|
Mon, 23 Jun 2008 20:39:28 +0000 |
vitor |
Cosmetics: indent
libavcodec
|
Mon, 23 Jun 2008 20:39:09 +0000 |
vitor |
Remove unneeded check
libavcodec
|
Mon, 23 Jun 2008 20:37:53 +0000 |
vitor |
rescale_rms() should use unsigned ints
libavcodec
|
Mon, 23 Jun 2008 20:35:02 +0000 |
vitor |
Move factor multiplication out of irms()
libavcodec
|
Mon, 23 Jun 2008 20:33:31 +0000 |
vitor |
This should be signed
libavcodec
|
Mon, 23 Jun 2008 20:28:00 +0000 |
vitor |
More comments removal/fixes
libavcodec
|
Mon, 23 Jun 2008 20:26:57 +0000 |
vitor |
Remove useless comment
libavcodec
|
Mon, 23 Jun 2008 20:26:24 +0000 |
vitor |
More comments improvement
libavcodec
|
Mon, 23 Jun 2008 20:24:06 +0000 |
vitor |
Document defines better
libavcodec
|
Mon, 23 Jun 2008 20:20:29 +0000 |
vitor |
Remove useless define
libavcodec
|
Mon, 23 Jun 2008 20:18:51 +0000 |
vitor |
Rename rotate_buffer() to copy_and_dup() and doxy it
libavcodec
|
Mon, 23 Jun 2008 20:13:07 +0000 |
vitor |
Simplify t_sqrt()
libavcodec
|
Mon, 23 Jun 2008 20:12:12 +0000 |
vitor |
Add doxy comment
libavcodec
|
Mon, 23 Jun 2008 20:06:36 +0000 |
vitor |
Rename var
libavcodec
|
Mon, 23 Jun 2008 20:05:42 +0000 |
vitor |
Move code unrelated to lpc filtering out of lpc_filter()
libavcodec
|
Mon, 23 Jun 2008 19:59:42 +0000 |
vitor |
Simplify rotate_buffer()
libavcodec
|
Sun, 22 Jun 2008 20:10:16 +0000 |
vitor |
Cosmetics
libavcodec
|