Sun, 09 Sep 2007 18:14:11 +0000 |
reimar |
dsputil must be initialized before calling rtjpeg init.
libavcodec
|
Sun, 09 Sep 2007 17:01:11 +0000 |
michael |
do not ignore return of decode_header()
libavcodec
|
Sun, 09 Sep 2007 16:54:00 +0000 |
michael |
do not force the halfpel filter coeffs to be retransmitted on every frame
libavcodec
|
Sun, 09 Sep 2007 15:06:46 +0000 |
michael |
allow changing of the spatial_decomposition_count and quantization tables
libavcodec
|
Sun, 09 Sep 2007 13:47:25 +0000 |
michael |
perform init after reading the values needed for init
libavcodec
|
Sun, 09 Sep 2007 12:46:25 +0000 |
michael |
unneeded and impossible during init ...
libavcodec
|
Sun, 09 Sep 2007 12:36:10 +0000 |
michael |
unused
libavcodec
|
Sun, 09 Sep 2007 12:33:34 +0000 |
michael |
allocate slice buffer after parsing the header containing needed parameters
libavcodec
|
Sun, 09 Sep 2007 12:25:12 +0000 |
michael |
remove ()
libavcodec
|
Sun, 09 Sep 2007 12:24:45 +0000 |
michael |
spatial_decomposition_count != 5 bugfix
libavcodec
|
Sun, 09 Sep 2007 12:22:11 +0000 |
michael |
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
libavcodec
|
Sun, 09 Sep 2007 10:20:47 +0000 |
reimar |
Properly handle nuv file with changing resolution
libavcodec
|
Sun, 09 Sep 2007 09:16:47 +0000 |
reimar |
Make sure rtjpeg quality is a valid value
libavcodec
|
Sun, 09 Sep 2007 09:00:12 +0000 |
reimar |
Fix extreme stupidity: buffer size check must of course be before buffer use!
libavcodec
|
Sun, 09 Sep 2007 08:52:53 +0000 |
reimar |
10l, add check forgotten in last commit
libavcodec
|
Sun, 09 Sep 2007 08:42:49 +0000 |
reimar |
First ugly and slow attempt to fix nuv files with extra frameheader
libavcodec
|
Sun, 09 Sep 2007 08:22:07 +0000 |
reimar |
Simplify nuv: factor out LZO decompression
libavcodec
|
Sat, 08 Sep 2007 14:52:21 +0000 |
michael |
rename HTAPS -> HTAPS_MAX (later is correct after the previous change)
libavcodec
|
Sat, 08 Sep 2007 14:51:13 +0000 |
michael |
store halfpel filter coefficients in the header as well as the
libavcodec
|
Sat, 08 Sep 2007 03:16:24 +0000 |
michael |
remove outcommented code
libavcodec
|
Sat, 08 Sep 2007 03:15:42 +0000 |
michael |
indention
libavcodec
|
Sat, 08 Sep 2007 03:14:20 +0000 |
michael |
cleanup mc_block()
libavcodec
|
Fri, 07 Sep 2007 19:19:49 +0000 |
benoit |
Indentation
libavcodec
|
Fri, 07 Sep 2007 18:27:13 +0000 |
benoit |
Let H.264 decoder skip deblocking across slices
libavcodec
|