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
|
Fri, 04 Apr 2003 13:36:07 +0000 |
michaelni |
fixing mem corruption
libavcodec
|
Wed, 02 Apr 2003 10:18:29 +0000 |
michaelni |
10l
libavcodec
|
Wed, 02 Apr 2003 09:57:34 +0000 |
michaelni |
msmpeg4 2pass support & some related cleanup
libavcodec
|
Tue, 01 Apr 2003 15:38:01 +0000 |
michaelni |
fixing msmpeg4v2 encoding
libavcodec
|
Mon, 31 Mar 2003 11:13:14 +0000 |
michaelni |
some static -> dynamic alloc & 16->8 bit
libavcodec
|
Mon, 31 Mar 2003 01:49:18 +0000 |
michaelni |
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
Sun, 30 Mar 2003 19:26:01 +0000 |
michaelni |
mpeg1 slice encoding support
libavcodec
|
Sun, 30 Mar 2003 16:22:08 +0000 |
michaelni |
simplify slice encoding (variance of packet size is practically identical)
libavcodec
|
Sat, 29 Mar 2003 14:06:24 +0000 |
michaelni |
faster C linear blend & interpolate deinterlacers
libavcodec
|
Sat, 29 Mar 2003 13:31:12 +0000 |
michaelni |
fixing cliping of c deinterlacers
libavcodec
|
Fri, 28 Mar 2003 14:05:55 +0000 |
michaelni |
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Wed, 26 Mar 2003 23:25:18 +0000 |
michaelni |
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
libavcodec
|
Wed, 26 Mar 2003 16:46:20 +0000 |
mmu_man |
debug stuff only for DEBUG :)
libavcodec
|
Wed, 26 Mar 2003 11:29:45 +0000 |
michaelni |
faster hadamard transform
libavcodec
|
Wed, 26 Mar 2003 10:39:34 +0000 |
michaelni |
10l
libavcodec
|
Mon, 24 Mar 2003 08:52:32 +0000 |
nickols_k |
binary compatibility fix (workaround for r.147, r.148)
libavcodec
|
Sat, 22 Mar 2003 12:09:02 +0000 |
michaelni |
user setable quantizer bias
libavcodec
|
Sat, 22 Mar 2003 07:59:36 +0000 |
michaelni |
binary compatibility fix
libavcodec
|
Sat, 22 Mar 2003 00:00:53 +0000 |
michaelni |
10l
libavcodec
|
Fri, 21 Mar 2003 23:13:35 +0000 |
michaelni |
bitstream tracing support
libavcodec
|
Fri, 21 Mar 2003 22:50:54 +0000 |
michaelni |
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Thu, 20 Mar 2003 17:52:30 +0000 |
michaelni |
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read
libavcodec
|
Thu, 20 Mar 2003 01:00:57 +0000 |
michaelni |
error resilience cleanup (its faster too...)
libavcodec
|
Tue, 18 Mar 2003 20:08:57 +0000 |
michaelni |
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Tue, 18 Mar 2003 17:22:23 +0000 |
michaelni |
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later)
libavcodec
|
Mon, 17 Mar 2003 11:02:33 +0000 |
michaelni |
qmin/qmax cleanup
libavcodec
|
Mon, 17 Mar 2003 09:53:39 +0000 |
michaelni |
10l
libavcodec
|
Sun, 16 Mar 2003 21:03:20 +0000 |
michaelni |
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
libavcodec
|
Sun, 16 Mar 2003 20:22:22 +0000 |
michaelni |
field pic decoding cleanup
libavcodec
|
Sat, 15 Mar 2003 20:47:09 +0000 |
michaelni |
cleaner & more flexible edge bug workaround
libavcodec
|
Sat, 15 Mar 2003 02:06:09 +0000 |
michaelni |
halfpel MC doxy
libavcodec
|
Fri, 14 Mar 2003 11:21:19 +0000 |
al3x |
10l
libavcodec
|
Fri, 14 Mar 2003 07:24:25 +0000 |
kabi |
* fixing cut&paste bug
libavcodec
|
Wed, 12 Mar 2003 23:12:23 +0000 |
michaelni |
oops
libavcodec
|
Wed, 12 Mar 2003 23:09:18 +0000 |
michaelni |
rvlc decoding support
libavcodec
|
Wed, 12 Mar 2003 21:57:24 +0000 |
mmu_man |
/me should really learn doxygen :)
libavcodec
|
Wed, 12 Mar 2003 19:49:58 +0000 |
kabi |
* added more options
libavcodec
|
Wed, 12 Mar 2003 19:48:46 +0000 |
kabi |
* cosmetic doc fix
libavcodec
|
Wed, 12 Mar 2003 18:57:33 +0000 |
kabi |
* moved os_support.h into libavcodec
libavcodec
|
Wed, 12 Mar 2003 15:23:07 +0000 |
michaelni |
100l
libavcodec
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavcodec
|
Tue, 11 Mar 2003 12:09:13 +0000 |
michaelni |
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavcodec
|
Mon, 10 Mar 2003 11:48:33 +0000 |
kabi |
* 'externaly' visible option list begins avoptions_ prefix
libavcodec
|
Mon, 10 Mar 2003 11:24:10 +0000 |
michaelni |
even more fixes
libavcodec
|
Mon, 10 Mar 2003 11:22:30 +0000 |
kabi |
* oooooops - sorry for this one - wrong logic
libavcodec
|
Mon, 10 Mar 2003 11:12:47 +0000 |
michaelni |
more fixes
libavcodec
|
Mon, 10 Mar 2003 10:40:26 +0000 |
michaelni |
more fixes
libavcodec
|
Mon, 10 Mar 2003 10:36:17 +0000 |
michaelni |
bug workaround
libavcodec
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavcodec
|
Sat, 08 Mar 2003 23:43:34 +0000 |
michaelni |
looks better IMHO
libavcodec
|
Sat, 08 Mar 2003 01:40:52 +0000 |
michaelni |
merging fourcc with codec_tag
libavcodec
|
Fri, 07 Mar 2003 13:49:10 +0000 |
kabi |
* support FF_MM_FORCE
libavcodec
|
Fri, 07 Mar 2003 13:48:02 +0000 |
kabi |
* more generic avoption_parse
libavcodec
|
Fri, 07 Mar 2003 12:37:49 +0000 |
michaelni |
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Thu, 06 Mar 2003 15:56:56 +0000 |
michaelni |
more cosmetics so that doxygen output is readable ...
libavcodec
|
Thu, 06 Mar 2003 14:42:07 +0000 |
michaelni |
typo
libavcodec
|
Thu, 06 Mar 2003 14:37:37 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 13:51:18 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 13:22:51 +0000 |
michaelni |
typos & cosmetics
libavcodec
|
Thu, 06 Mar 2003 12:06:00 +0000 |
michaelni |
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Thu, 06 Mar 2003 11:25:55 +0000 |
michaelni |
doxy
libavcodec
|
Thu, 06 Mar 2003 10:26:19 +0000 |
michaelni |
cosmetics
libavcodec
|
Thu, 06 Mar 2003 10:21:57 +0000 |
michaelni |
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
libavcodec
|
Thu, 06 Mar 2003 10:08:15 +0000 |
michaelni |
more dox
libavcodec
|
Thu, 06 Mar 2003 02:04:54 +0000 |
michaelni |
more idiot proof dox
libavcodec
|
Wed, 05 Mar 2003 23:55:52 +0000 |
michaelni |
ff_block_permute() dox
libavcodec
|
Wed, 05 Mar 2003 20:13:11 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 05 Mar 2003 20:03:15 +0000 |
michaelni |
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)
libavcodec
|
Wed, 05 Mar 2003 17:53:33 +0000 |
michaelni |
10l
libavcodec
|
Wed, 05 Mar 2003 17:48:19 +0000 |
michaelni |
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
libavcodec
|
Wed, 05 Mar 2003 16:10:13 +0000 |
michaelni |
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications
libavcodec
|
Tue, 04 Mar 2003 13:05:14 +0000 |
michaelni |
typo (fixes wmv1 regression test in c)
libavcodec
|
Mon, 03 Mar 2003 17:13:26 +0000 |
kabi |
* minor optimalization
libavcodec
|