Mon, 26 Apr 2004 21:46:01 +0000 |
michael |
H.263 MCBPC fix
libavcodec
|
Mon, 26 Apr 2004 09:43:55 +0000 |
alex |
avoid macro conflicts
libavcodec
|
Mon, 26 Apr 2004 08:51:56 +0000 |
alex |
disable hadamard for gcc below 3.3 - better fix awaited
libavcodec
|
Mon, 26 Apr 2004 08:48:28 +0000 |
alex |
use the AVV macro from gcc_fixes.h instead ifdefs
libavcodec
|
Mon, 26 Apr 2004 08:30:56 +0000 |
alex |
100l, and another one because it boils out with ICE under gcc 3.2.3
libavcodec
|
Mon, 26 Apr 2004 00:33:59 +0000 |
melanson |
yes, that's nice...
libavcodec
|
Mon, 26 Apr 2004 00:20:29 +0000 |
melanson |
reorganize and simplify the VP3 IDCT stuff
libavcodec
|
Sun, 25 Apr 2004 19:03:35 +0000 |
michael |
fix decoding with quant matrixes which contain elements <16
libavcodec
|
Sun, 25 Apr 2004 16:14:13 +0000 |
michael |
rv10 decoding fix
libavcodec
|
Sun, 25 Apr 2004 04:06:09 +0000 |
melanson |
move __align16 some place where non-MMX machines can see it
libavcodec
|
Sun, 25 Apr 2004 03:38:30 +0000 |
melanson |
hush...
libavcodec
|
Sun, 25 Apr 2004 03:33:30 +0000 |
melanson |
hook up support for SSE2-optimized VP3 IDCT
libavcodec
|
Sun, 25 Apr 2004 03:30:19 +0000 |
melanson |
add selected SSE2 ASM macros
libavcodec
|
Sun, 25 Apr 2004 03:29:10 +0000 |
melanson |
SSE2-optimized variant of VP3 IDCT
libavcodec
|
Sun, 25 Apr 2004 03:26:24 +0000 |
melanson |
correct MMX-optimized variant of VP3 IDCT, with comments (thank you
libavcodec
|
Sun, 25 Apr 2004 02:09:47 +0000 |
michael |
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors
libavcodec
|
Sat, 24 Apr 2004 19:30:49 +0000 |
melanson |
add the minimal documentation to make this decoder useful
libavcodec
|
Sat, 24 Apr 2004 15:23:50 +0000 |
michael |
License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
libavcodec
|
Sat, 24 Apr 2004 15:16:23 +0000 |
michael |
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
libavcodec
|
Sat, 24 Apr 2004 11:51:38 +0000 |
michael |
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
Sat, 24 Apr 2004 03:43:43 +0000 |
michael |
sanity checks
libavcodec
|
Sat, 24 Apr 2004 03:36:37 +0000 |
michael |
minor motion estimation cleanup
libavcodec
|
Sat, 24 Apr 2004 03:02:40 +0000 |
michael |
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
libavcodec
|
Sat, 24 Apr 2004 02:02:54 +0000 |
romansh |
* Enabling UltraSparc stuff wit _SPARC64
libavcodec
|
Fri, 23 Apr 2004 23:38:54 +0000 |
michael |
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>)
libavcodec
|
Fri, 23 Apr 2004 21:17:31 +0000 |
michael |
sanity check
libavcodec
|
Fri, 23 Apr 2004 19:44:27 +0000 |
michael |
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 23 Apr 2004 19:36:52 +0000 |
michael |
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 23 Apr 2004 19:06:30 +0000 |
michael |
reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold
libavcodec
|
Thu, 22 Apr 2004 23:15:24 +0000 |
michael |
RSHIFT(x,0) fix
libavcodec
|
Thu, 22 Apr 2004 21:41:08 +0000 |
michael |
corrupted field pictures segfault fix
libavcodec
|
Thu, 22 Apr 2004 20:56:29 +0000 |
michael |
10l (segfault fix)
libavcodec
|
Thu, 22 Apr 2004 13:21:59 +0000 |
michael |
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Thu, 22 Apr 2004 03:31:29 +0000 |
michael |
motion estimation cleanup
libavcodec
|
Tue, 20 Apr 2004 17:05:12 +0000 |
michael |
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Mon, 19 Apr 2004 03:33:23 +0000 |
michael |
exporting field_select/ref_index values
libavcodec
|
Sun, 18 Apr 2004 18:30:05 +0000 |
michael |
fix y scale of mv vissualization of interlaced MVs
libavcodec
|
Sun, 18 Apr 2004 17:46:52 +0000 |
michael |
fix exported motion vectors
libavcodec
|
Sat, 17 Apr 2004 19:41:49 +0000 |
michael |
passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder
libavcodec
|
Sat, 17 Apr 2004 13:36:21 +0000 |
michael |
flv dropable p frame support
libavcodec
|
Fri, 16 Apr 2004 18:50:30 +0000 |
michael |
seems wmv8 doesnt use intra-inter prediction
libavcodec
|
Fri, 16 Apr 2004 12:47:37 +0000 |
michael |
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Fri, 16 Apr 2004 01:48:05 +0000 |
michael |
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>)
libavcodec
|
Fri, 16 Apr 2004 01:29:35 +0000 |
michael |
t/dprintf printf -> av_log
libavcodec
|
Fri, 16 Apr 2004 01:02:39 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Wed, 14 Apr 2004 13:13:31 +0000 |
kabi |
* removed config.h
libavcodec
|
Tue, 13 Apr 2004 13:17:35 +0000 |
michael |
assert(time_incr >= 0) so its clear that this MUST be the case
libavcodec
|
Sun, 11 Apr 2004 16:28:31 +0000 |
michael |
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Sun, 11 Apr 2004 13:50:42 +0000 |
michael |
verbosity patch by (Allen Day <allenday at ucla dot edu>)
libavcodec
|
Fri, 09 Apr 2004 16:32:49 +0000 |
michael |
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka)
libavcodec
|
Fri, 09 Apr 2004 16:29:00 +0000 |
michael |
dos2unix
libavcodec
|
Fri, 09 Apr 2004 15:04:51 +0000 |
michael |
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>)
libavcodec
|
Fri, 09 Apr 2004 14:57:39 +0000 |
michael |
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)
libavcodec
|
Fri, 09 Apr 2004 14:53:41 +0000 |
michael |
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
libavcodec
|
Thu, 08 Apr 2004 18:54:40 +0000 |
michael |
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)
libavcodec
|