Wed, 21 Aug 2002 19:18:02 +0000 |
michaelni |
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
Tue, 20 Aug 2002 19:23:06 +0000 |
michaelni |
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)
libavcodec
|
Sun, 18 Aug 2002 00:42:58 +0000 |
michaelni |
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho
libavcodec
|
Sat, 17 Aug 2002 20:10:27 +0000 |
michaelni |
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1
libavcodec
|
Tue, 13 Aug 2002 18:51:11 +0000 |
michaelni |
patch by (Volker Moell <volker-ml at die-moells dot de>)
libavcodec
|
Fri, 09 Aug 2002 10:43:02 +0000 |
kabi |
* resync without endless loop
libavcodec
|
Fri, 09 Aug 2002 00:13:54 +0000 |
michaelni |
faster vlc table selection
libavcodec
|
Thu, 08 Aug 2002 10:46:16 +0000 |
michael |
1000l
libavcodec
|
Tue, 06 Aug 2002 23:51:15 +0000 |
michaelni |
mpeg4 mpeg quantizer encoding
libavcodec
|
Mon, 05 Aug 2002 21:36:14 +0000 |
michaelni |
4mv + bframe decoding bugfix
libavcodec
|
Mon, 05 Aug 2002 19:05:02 +0000 |
michaelni |
fixing level overflow check for qp=1
libavcodec
|
Sun, 04 Aug 2002 19:28:27 +0000 |
michaelni |
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)
libavcodec
|
Sun, 04 Aug 2002 18:19:09 +0000 |
michaelni |
fixing slices which start at mb_x>0
libavcodec
|
Sun, 04 Aug 2002 16:46:18 +0000 |
michaelni |
supporting rare overflow mess even with error_resilience>=0
libavcodec
|
Sun, 04 Aug 2002 16:21:41 +0000 |
michaelni |
making some error checks optional
libavcodec
|