Wed, 01 Jun 2005 11:36:32 +0000 |
michael |
get rid of 2 movq (680 -> 658 dezicycles on duron)
libavcodec
|
Wed, 01 Jun 2005 08:43:40 +0000 |
michael |
avoid one transpose (730->680 dezicycles on duron)
libavcodec
|
Wed, 01 Jun 2005 04:51:46 +0000 |
lorenm |
10l (symbol mangling)
libavcodec
|
Wed, 01 Jun 2005 01:18:41 +0000 |
michael |
add rounding bias before the horizontal idct (765->730 dezicyles on duron)
libavcodec
|
Tue, 31 May 2005 22:48:33 +0000 |
lorenm |
MMX for H.264 iDCT (adapted from x264)
libavcodec
|
Mon, 30 May 2005 22:02:00 +0000 |
michael |
decrease V_NB_BITS if possible
libavcodec
|
Mon, 30 May 2005 20:34:05 +0000 |
michael |
more trivial optimizations
libavcodec
|
Mon, 30 May 2005 20:34:02 +0000 |
mru |
enable x264 multi-threading
libavcodec
|
Mon, 30 May 2005 19:14:50 +0000 |
michael |
maxdepth is supposed to be a constant, its faster if its too large then if its non constant
libavcodec
|
Mon, 30 May 2005 15:03:06 +0000 |
michael |
optimizations
libavcodec
|
Mon, 30 May 2005 00:07:52 +0000 |
michael |
faster float->short conversation
libavcodec
|
Sun, 29 May 2005 22:50:22 +0000 |
michael |
ilog() -> av_log2()
libavcodec
|
Sun, 29 May 2005 22:11:05 +0000 |
michael |
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
libavcodec
|
Sun, 29 May 2005 18:18:13 +0000 |
lorenm |
decode h264 end-of-slice flag
libavcodec
|
Thu, 26 May 2005 14:40:20 +0000 |
michael |
cleanup
libavcodec
|
Thu, 26 May 2005 14:32:46 +0000 |
michael |
Better ARM support for mplayer/ffmpeg, ported from atty fork
libavcodec
|
Thu, 26 May 2005 08:57:13 +0000 |
michael |
AV_LOG_DEBUG is not a good default ...
libavcodec
|
Wed, 25 May 2005 08:05:41 +0000 |
hzoli |
MMX code for (put|avg)_h264_chroma_mc8
libavcodec
|
Tue, 24 May 2005 14:21:42 +0000 |
melanson |
read loop filter limit values from Theora header, courtesy of Matthieu
libavcodec
|
Sun, 22 May 2005 23:58:58 +0000 |
michael |
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
libavcodec
|
Sun, 22 May 2005 23:39:11 +0000 |
michael |
libgsm warper by (Alban Bedel: albeu, free fr)
libavcodec
|
Sat, 21 May 2005 22:20:26 +0000 |
michael |
fix max b frames with b frame strategy 1
libavcodec
|
Sat, 21 May 2005 21:37:07 +0000 |
michael |
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
libavcodec
|
Sat, 21 May 2005 19:31:16 +0000 |
melanson |
fix bugs in new loop filter code; also, refrain from filtering against
libavcodec
|
Sat, 21 May 2005 07:43:49 +0000 |
michael |
remove unused vp3 related function pointers
libavcodec
|
Sat, 21 May 2005 07:35:15 +0000 |
michael |
disable broken loop filter optimization
libavcodec
|
Sat, 21 May 2005 05:20:52 +0000 |
melanson |
apply the loop filter to fragments as they are rendered into the final
libavcodec
|
Sat, 21 May 2005 04:43:36 +0000 |
melanson |
render by the slice rather than the plane
libavcodec
|
Sat, 21 May 2005 02:06:27 +0000 |
melanson |
clean up some warnings and dead code
libavcodec
|
Sat, 21 May 2005 01:17:20 +0000 |
michael |
1.) LGPL license mentioned
libavcodec
|
Sat, 21 May 2005 01:12:41 +0000 |
melanson |
another bitstream extraction to optimize: fixed-length motion vectors
libavcodec
|
Thu, 19 May 2005 23:59:10 +0000 |
melanson |
read Huffman tables from Theora header (patch courtesy of
libavcodec
|
Thu, 19 May 2005 19:11:40 +0000 |
lorenm |
memory leak
libavcodec
|
Thu, 19 May 2005 11:45:10 +0000 |
mru |
accept old extradata format
libavcodec
|
Thu, 19 May 2005 11:41:41 +0000 |
mru |
fix decoding of multi-channel vorbis streams
libavcodec
|
Thu, 19 May 2005 10:48:36 +0000 |
michael |
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering
libavcodec
|
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
|