Thu, 19 May 2005 04:48:06 +0000 |
lorenm |
fix crash on negative POC
libavcodec
|
Thu, 19 May 2005 02:43:21 +0000 |
melanson |
replace unpack_token() with a series of lookup tables
libavcodec
|
Thu, 19 May 2005 00:17:50 +0000 |
aurel |
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
libavcodec
|
Wed, 18 May 2005 19:42:42 +0000 |
michael |
fix mpeg2 chroma_420_type
libavcodec
|
Wed, 18 May 2005 17:14:59 +0000 |
melanson |
fix 4MV MC and reinstate new MC VLC
libavcodec
|
Wed, 18 May 2005 14:05:17 +0000 |
mru |
fix shared libpostproc build
libavcodec
|
Wed, 18 May 2005 09:17:22 +0000 |
lorenm |
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
libavcodec
|
Wed, 18 May 2005 09:07:26 +0000 |
michael |
reduce size of Vp3Fragment from 32byte to 16byte
libavcodec
|
Wed, 18 May 2005 08:48:11 +0000 |
michael |
optimizing rle decoding loops a little
libavcodec
|
Wed, 18 May 2005 07:59:07 +0000 |
michael |
disabling buggy optimizations
libavcodec
|
Wed, 18 May 2005 00:11:49 +0000 |
melanson |
replace get_superblock_run_length() with a VLC table
libavcodec
|
Tue, 17 May 2005 23:39:23 +0000 |
melanson |
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and
libavcodec
|
Tue, 17 May 2005 23:09:59 +0000 |
melanson |
signature has an 'x'
libavcodec
|
Tue, 17 May 2005 22:47:34 +0000 |
melanson |
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
libavcodec
|
Tue, 17 May 2005 20:50:47 +0000 |
michael |
some optimizations gcc should have done (10% faster loop filter)
libavcodec
|
Tue, 17 May 2005 20:30:22 +0000 |
michael |
SATURATE_U8 -> clip_uint8 (10% faster loop filter)
libavcodec
|
Tue, 17 May 2005 19:02:43 +0000 |
michael |
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
libavcodec
|
Tue, 17 May 2005 18:28:40 +0000 |
michael |
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
libavcodec
|
Tue, 17 May 2005 11:36:07 +0000 |
michael |
remove duplicate zigzag tables
libavcodec
|
Tue, 17 May 2005 11:31:57 +0000 |
michael |
fix idct permutation
libavcodec
|
Tue, 17 May 2005 11:12:04 +0000 |
michael |
porting vp3 idct over to lavc idct api
libavcodec
|
Tue, 17 May 2005 09:18:49 +0000 |
michael |
remove permutation done to quant tables and then undone during idct
libavcodec
|
Tue, 17 May 2005 09:11:48 +0000 |
michael |
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct
libavcodec
|
Tue, 17 May 2005 08:46:40 +0000 |
michael |
fix last coeff
libavcodec
|