Thu, 14 Jan 2010 17:50:33 +0000 |
reimar |
Change code so it uses 2 adds instead of one FFABS.
libavcodec
|
Tue, 03 Nov 2009 03:26:26 +0000 |
jbr |
Simplify AC-3 critical band end calculation (correctly this time).
libavcodec
|
Tue, 03 Nov 2009 02:59:18 +0000 |
jbr |
Revert r20050, which caused decoding errors with at least one valid AC-3 file.
libavcodec
|
Sun, 27 Sep 2009 06:16:49 +0000 |
jbr |
Remove unneeded table lookup.
libavcodec
|
Sun, 27 Sep 2009 06:13:01 +0000 |
jbr |
Cosmetics: Rename some variables to be more descriptive of their use.
libavcodec
|
Sun, 27 Sep 2009 06:10:36 +0000 |
jbr |
Move some variable declarations to inside of loops.
libavcodec
|
Sun, 27 Sep 2009 06:01:32 +0000 |
jbr |
Remove unneeded variable.
libavcodec
|
Sun, 27 Sep 2009 05:48:03 +0000 |
jbr |
Cosmetics: Rename some variables to be more descriptive of their use.
libavcodec
|
Sun, 27 Sep 2009 05:39:57 +0000 |
jbr |
Remove some unneeded variables.
libavcodec
|
Sun, 27 Sep 2009 05:36:52 +0000 |
jbr |
Cosmetics: Rename some variables
libavcodec
|
Sun, 27 Sep 2009 04:57:36 +0000 |
jbr |
simplify 2 lines into 1 using FFMIN
libavcodec
|
Sun, 27 Sep 2009 04:55:37 +0000 |
jbr |
Cosmetics: Do some basic pretty-printing.
libavcodec
|
Sun, 27 Sep 2009 04:47:38 +0000 |
jbr |
Simplify by combining increment with array access.
libavcodec
|
Sun, 27 Sep 2009 04:46:56 +0000 |
jbr |
cosmetics: Rename some variables to be more descriptive of their use. Do some
libavcodec
|
Sun, 27 Sep 2009 04:41:05 +0000 |
jbr |
Move 2 variable declarations to inside of loop.
libavcodec
|
Sun, 27 Sep 2009 04:37:00 +0000 |
jbr |
simplify by combining increment with array access
libavcodec
|
Sun, 27 Sep 2009 04:32:31 +0000 |
jbr |
Remove unneeded variable
libavcodec
|
Sun, 27 Sep 2009 04:07:49 +0000 |
jbr |
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Mon, 08 Dec 2008 03:15:10 +0000 |
jbr |
cosmetics: alignment after last commit
libavcodec
|
Mon, 08 Dec 2008 03:13:20 +0000 |
jbr |
ac3: detect dba errors and prevent writing past end of array
libavcodec
|
Sun, 03 Aug 2008 16:42:32 +0000 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavcodec
|
Sat, 07 Jun 2008 22:29:54 +0000 |
jbr |
pass bap table to ff_ac3_bit_alloc_calc_bap()
libavcodec
|
Tue, 03 Jun 2008 23:34:26 +0000 |
jbr |
prevent crash when dba params are invalid
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Sun, 09 Dec 2007 03:23:04 +0000 |
jbr |
cosmetics: rename ac3 bit allocation variables
libavcodec
|
Sun, 09 Dec 2007 03:21:33 +0000 |
jbr |
cosmetics: rename ac3 tables
libavcodec
|
Sun, 15 Jul 2007 01:31:09 +0000 |
jbr |
move some common values to ac3.h and utilize them
libavcodec
|