Fri, 25 Apr 2003 00:29:48 +0000 |
michaelni |
fixing mixed dr1 + internal buffers
libavcodec
|
Fri, 25 Apr 2003 00:21:53 +0000 |
michaelni |
doc fixes (forgot to commit)
libavcodec
|
Wed, 23 Apr 2003 08:56:14 +0000 |
kabi |
* more strict types
libavcodec
|
Tue, 22 Apr 2003 13:55:12 +0000 |
michaelni |
cleanup mpeg1/2 bitstream parser
libavcodec
|
Tue, 22 Apr 2003 08:36:39 +0000 |
kabi |
* fixed initialization and some memleak
libavcodec
|
Mon, 21 Apr 2003 22:37:39 +0000 |
bellard |
rgb555 alpha extraction fix
libavcodec
|
Mon, 21 Apr 2003 21:20:46 +0000 |
bellard |
added img_get_alpha_info()
libavcodec
|
Mon, 21 Apr 2003 15:15:59 +0000 |
bellard |
fixed PIX_FMT_YUV422 conversions
libavcodec
|
Mon, 21 Apr 2003 15:01:37 +0000 |
bellard |
loss fixes (thanks to Daniel Serpell) - shrink22 fix
libavcodec
|
Mon, 21 Apr 2003 14:38:52 +0000 |
bellard |
added all missing UV conversions
libavcodec
|
Mon, 21 Apr 2003 13:53:46 +0000 |
bellard |
almost exhaustive image conversion support
libavcodec
|
Mon, 21 Apr 2003 12:12:58 +0000 |
bellard |
accurate YUV to RGB and RGB to YUV conversions - added comments
libavcodec
|
Sun, 20 Apr 2003 16:18:44 +0000 |
bellard |
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support
libavcodec
|
Sun, 20 Apr 2003 16:16:52 +0000 |
bellard |
fixed static init
libavcodec
|
Sun, 20 Apr 2003 16:15:43 +0000 |
bellard |
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size)
libavcodec
|
Sat, 19 Apr 2003 16:21:25 +0000 |
bellard |
rgba32 convert
libavcodec
|
Sat, 19 Apr 2003 13:30:09 +0000 |
tmmm |
code redundancy reduction, courtesy of suxen_drol -at- hotmail.com
libavcodec
|
Fri, 18 Apr 2003 12:50:00 +0000 |
michaelni |
better? default thresholds, if this is worse for any files, then tell us ASAP
libavcodec
|
Fri, 18 Apr 2003 12:45:34 +0000 |
michaelni |
mpeg2 qscale flag
libavcodec
|
Thu, 17 Apr 2003 19:53:36 +0000 |
michaelni |
segfault fix
libavcodec
|
Wed, 16 Apr 2003 20:04:20 +0000 |
arpi_esp |
Compile a52 util functions too
libavcodec
|
Wed, 16 Apr 2003 20:03:07 +0000 |
arpi_esp |
Utility functions (CRC calc & float->int converters)
libavcodec
|
Wed, 16 Apr 2003 19:57:57 +0000 |
michaelni |
meanigfull dr1 comment
libavcodec
|
Tue, 15 Apr 2003 22:29:37 +0000 |
romansh |
Changes for SPARC/Solaris compatibility. Now it should be possible to
libavcodec
|
Tue, 15 Apr 2003 10:12:38 +0000 |
tmmm |
native Indeo3 decoder implementation
libavcodec
|
Mon, 14 Apr 2003 20:02:12 +0000 |
michaelni |
10l
libavcodec
|
Mon, 14 Apr 2003 14:06:21 +0000 |
michaelni |
check validity of some flags
libavcodec
|
Mon, 14 Apr 2003 13:44:38 +0000 |
michaelni |
minor cleanup / some warning fixes
libavcodec
|
Mon, 14 Apr 2003 09:58:16 +0000 |
michaelni |
10l (hadamard fix)
libavcodec
|
Sat, 12 Apr 2003 22:53:26 +0000 |
michaelni |
10l
libavcodec
|
Sat, 12 Apr 2003 22:49:54 +0000 |
michaelni |
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
libavcodec
|
Sat, 12 Apr 2003 15:00:32 +0000 |
michaelni |
10l (use before malloc)
libavcodec
|
Fri, 11 Apr 2003 22:53:03 +0000 |
michaelni |
some checks to avoid segfaults if the decoder is feeded with junk
libavcodec
|
Fri, 11 Apr 2003 21:15:17 +0000 |
michaelni |
100l (mpeg2 decoding fixed)
libavcodec
|
Fri, 11 Apr 2003 09:20:45 +0000 |
michaelni |
10l (adaptve quant fix)
libavcodec
|
Thu, 10 Apr 2003 18:02:17 +0000 |
michaelni |
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
Thu, 10 Apr 2003 14:07:18 +0000 |
michaelni |
10l
libavcodec
|
Thu, 10 Apr 2003 13:18:38 +0000 |
michaelni |
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
libavcodec
|
Thu, 10 Apr 2003 08:47:08 +0000 |
michaelni |
b frames + slices bugfix
libavcodec
|
Thu, 10 Apr 2003 01:39:53 +0000 |
michaelni |
fixing slice decoding, dunno why the regression tests didnt catch that ...
libavcodec
|
Mon, 07 Apr 2003 19:23:21 +0000 |
michaelni |
some checks to avoid segfault
libavcodec
|
Sun, 06 Apr 2003 21:03:24 +0000 |
michaelni |
pict_type & quality fix
libavcodec
|
Sun, 06 Apr 2003 19:45:02 +0000 |
michaelni |
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
libavcodec
|
Sat, 05 Apr 2003 12:11:10 +0000 |
mmu_man |
Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
libavcodec
|
Sat, 05 Apr 2003 10:08:48 +0000 |
michaelni |
#ifdef TRACE printf() -> tprintf()
libavcodec
|
Fri, 04 Apr 2003 20:59:50 +0000 |
michaelni |
multiple reference frames support
libavcodec
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavcodec
|
Fri, 04 Apr 2003 13:45:45 +0000 |
michaelni |
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|