Sat, 21 Aug 2004 19:18:45 +0000 |
alex |
new copyrights
libavcodec
|
Thu, 19 Aug 2004 19:01:40 +0000 |
michael |
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
libavcodec
|
Thu, 19 Aug 2004 10:55:48 +0000 |
michael |
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Wed, 18 Aug 2004 22:10:39 +0000 |
michael |
copy & paste bug
libavcodec
|
Tue, 17 Aug 2004 10:41:15 +0000 |
michael |
more untested bigendian fixes
libavcodec
|
Tue, 17 Aug 2004 09:57:56 +0000 |
michael |
big endian fix (untested)
libavcodec
|
Mon, 16 Aug 2004 22:51:18 +0000 |
michael |
cleanup
libavcodec
|
Mon, 16 Aug 2004 22:48:05 +0000 |
michael |
Get H.264 frame rate from SPS/VUI patch by (Mns Rullgrd <mru at kth dot se>)
libavcodec
|
Mon, 16 Aug 2004 01:25:52 +0000 |
michael |
get_bits(32) fix
libavcodec
|
Sat, 14 Aug 2004 22:51:24 +0000 |
melanson |
build++
libavcodec
|
Sat, 14 Aug 2004 15:18:49 +0000 |
michael |
10l (lrintf(a)+b vs. lrintf(a+b))
libavcodec
|
Sat, 14 Aug 2004 15:08:09 +0000 |
melanson |
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Fri, 13 Aug 2004 15:30:42 +0000 |
michael |
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
libavcodec
|
Fri, 13 Aug 2004 14:40:33 +0000 |
michael |
minor optimization
libavcodec
|
Fri, 13 Aug 2004 13:59:28 +0000 |
michael |
user overrideable level & profile
libavcodec
|
Thu, 12 Aug 2004 23:36:48 +0000 |
michael |
give the user a chance to override codec_tag
libavcodec
|
Wed, 11 Aug 2004 19:32:34 +0000 |
michael |
10l (dont store 2 different things at the same place ...)
libavcodec
|
Tue, 03 Aug 2004 02:34:50 +0000 |
michael |
cleanup
libavcodec
|
Tue, 03 Aug 2004 01:50:52 +0000 |
michael |
segfault fix
libavcodec
|
Tue, 03 Aug 2004 01:07:19 +0000 |
michael |
10l (segfault)
libavcodec
|
Mon, 02 Aug 2004 19:09:28 +0000 |
michael |
lossless support
libavcodec
|
Mon, 02 Aug 2004 18:01:03 +0000 |
michael |
cleanup
libavcodec
|
Mon, 02 Aug 2004 17:53:57 +0000 |
michael |
improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8)
libavcodec
|
Mon, 02 Aug 2004 13:03:58 +0000 |
michael |
fix one file, will probably break some others but i cant find any samples which need this ...
libavcodec
|
Mon, 02 Aug 2004 10:42:21 +0000 |
michael |
simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>)
libavcodec
|
Mon, 02 Aug 2004 01:06:55 +0000 |
michael |
cleanup
libavcodec
|
Mon, 02 Aug 2004 01:03:52 +0000 |
michael |
various subband encoders (all either worse or complicated so they are commented out)
libavcodec
|
Fri, 30 Jul 2004 11:12:47 +0000 |
michael |
raise build number for the snow
libavcodec
|
Wed, 28 Jul 2004 10:13:45 +0000 |
michael |
svq1 mv array size fix
libavcodec
|
Wed, 28 Jul 2004 01:35:29 +0000 |
michael |
1/0 fix
libavcodec
|
Wed, 28 Jul 2004 00:09:03 +0000 |
michael |
dont segfault without -strict -1
libavcodec
|
Tue, 27 Jul 2004 17:38:53 +0000 |
michael |
optimize quantizaton (about 3x faster)
libavcodec
|
Tue, 27 Jul 2004 17:02:31 +0000 |
michael |
cleanup
libavcodec
|
Tue, 27 Jul 2004 13:40:16 +0000 |
michael |
use parent sample to predict significance & magnitude
libavcodec
|
Tue, 27 Jul 2004 11:09:41 +0000 |
michael |
realloc(NULL) fix
libavcodec
|
Tue, 27 Jul 2004 09:44:57 +0000 |
michael |
log2() & bsd
libavcodec
|
Tue, 27 Jul 2004 02:52:16 +0000 |
melanson |
well that does not need to be there anymore
libavcodec
|
Tue, 27 Jul 2004 01:30:44 +0000 |
michael |
better context model (0.2-1% lower bitrate)
libavcodec
|
Mon, 26 Jul 2004 16:49:00 +0000 |
michael |
argh
libavcodec
|
Mon, 26 Jul 2004 16:39:01 +0000 |
michael |
Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Mon, 26 Jul 2004 16:36:36 +0000 |
michael |
libdts support improvements by (Aurelien Jacobs)
libavcodec
|
Mon, 26 Jul 2004 15:52:55 +0000 |
michael |
TIMER dummies for non-x86
libavcodec
|
Mon, 26 Jul 2004 13:31:48 +0000 |
michael |
typo
libavcodec
|
Sun, 25 Jul 2004 23:36:44 +0000 |
michael |
my experimental wavelet codec
libavcodec
|
Sun, 25 Jul 2004 10:01:36 +0000 |
michael |
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Fri, 23 Jul 2004 20:10:44 +0000 |
romansh |
* patch from James Morrison (getting rid of broken code)
libavcodec
|
Thu, 22 Jul 2004 18:55:36 +0000 |
michael |
make comments doxygen compatible
libavcodec
|
Thu, 22 Jul 2004 10:23:28 +0000 |
michael |
- Support empty GOB's (no mb's) and skip all mb's
libavcodec
|