Sun, 01 Jun 2008 21:29:45 +0000 |
bcoudurier |
return if bitrate is not specified or too low
libavcodec
|
Sun, 01 Jun 2008 20:51:44 +0000 |
bcoudurier |
add context_to_name func for logging
libavcodec
|
Sun, 01 Jun 2008 19:51:33 +0000 |
vitor |
Replace comments by error messages.
libavcodec
|
Sun, 01 Jun 2008 19:36:54 +0000 |
vitor |
Cosmetics
libavcodec
|
Sun, 01 Jun 2008 19:36:43 +0000 |
vitor |
Rename dec2() function
libavcodec
|
Sun, 01 Jun 2008 19:35:04 +0000 |
vitor |
Rename var
libavcodec
|
Sun, 01 Jun 2008 19:33:17 +0000 |
vitor |
Rename dec1() to a more descriptive name
libavcodec
|
Sun, 01 Jun 2008 19:30:07 +0000 |
vitor |
The function dec1() do two completly unrelated things. Split the rms calculation out of it.
libavcodec
|
Sun, 01 Jun 2008 13:30:15 +0000 |
vitor |
Yet more variable renaming
libavcodec
|
Sun, 01 Jun 2008 13:28:41 +0000 |
vitor |
More variable renaming
libavcodec
|
Sun, 01 Jun 2008 13:17:22 +0000 |
vitor |
Rename functions
libavcodec
|
Sun, 01 Jun 2008 13:16:13 +0000 |
vitor |
Rename variables
libavcodec
|
Sun, 01 Jun 2008 02:28:33 +0000 |
bcoudurier |
memcpy considering output width, not src linesize, fix segv with av_picture_pad
libavcodec
|
Sun, 01 Jun 2008 02:21:53 +0000 |
bcoudurier |
give context to av_log
libavcodec
|
Sun, 01 Jun 2008 01:07:59 +0000 |
michael |
Prevent scalefactors from overflowing.
libavcodec
|
Sat, 31 May 2008 22:12:49 +0000 |
jbr |
cosmetics: add a comment, remove a comment
libavcodec
|
Sat, 31 May 2008 22:12:01 +0000 |
jbr |
simplify
libavcodec
|
Sat, 31 May 2008 21:57:45 +0000 |
jbr |
set lfe params at frame init instead of in every block
libavcodec
|
Sat, 31 May 2008 21:53:31 +0000 |
jbr |
only calculate number of exponent groups when exponents are not reused.
libavcodec
|
Sat, 31 May 2008 21:37:28 +0000 |
jbr |
cosmetics: remove unneeded braces
libavcodec
|
Sat, 31 May 2008 19:59:10 +0000 |
jbr |
10l: cosmetics
libavcodec
|
Sat, 31 May 2008 19:56:54 +0000 |
jbr |
new dba values requires running last 2 bit allocation stages
libavcodec
|
Sat, 31 May 2008 16:04:41 +0000 |
jbr |
get_transform_coeffs() never returns an error, so make the function and its children return void.
libavcodec
|
Sat, 31 May 2008 15:37:41 +0000 |
vitor |
Add doxy comments to eq() and do_voice()
libavcodec
|