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
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Sat, 01 Mar 2003 00:16:00 +0000 |
michaelni |
fixing inaccurate frame_rate
libavcodec
|
Fri, 28 Feb 2003 16:06:40 +0000 |
michaelni |
10l
libavcodec
|
Fri, 28 Feb 2003 13:07:07 +0000 |
michaelni |
h263(+) clenaup & bugfixes
libavcodec
|
Fri, 28 Feb 2003 01:59:56 +0000 |
michaelni |
fixing padding bug autodetection for some rare files, closes bug #647941
libavcodec
|
Thu, 27 Feb 2003 23:26:31 +0000 |
michaelni |
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Thu, 27 Feb 2003 22:56:07 +0000 |
michaelni |
user specified motion estimation range limit
libavcodec
|
Wed, 26 Feb 2003 17:26:20 +0000 |
michaelni |
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
libavcodec
|
Tue, 25 Feb 2003 09:56:56 +0000 |
bellard |
added DTG active format information
libavcodec
|
Mon, 24 Feb 2003 13:41:57 +0000 |
kabi |
* using const buffers for reading
libavcodec
|
Mon, 24 Feb 2003 13:28:22 +0000 |
kabi |
* const arrays
libavcodec
|
Mon, 24 Feb 2003 13:26:41 +0000 |
kabi |
* fixed IMA WAV decoding (though still might not be fully correct)
libavcodec
|
Mon, 24 Feb 2003 09:49:37 +0000 |
michaelni |
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ...
libavcodec
|
Mon, 24 Feb 2003 09:41:02 +0000 |
michaelni |
get_vlc2() "docs"
libavcodec
|
Mon, 24 Feb 2003 00:05:17 +0000 |
michaelni |
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks
libavcodec
|
Sat, 22 Feb 2003 13:44:16 +0000 |
michaelni |
32 vs. 64bit bugfix by (Dave Huang (dahanc))
libavcodec
|
Thu, 20 Feb 2003 17:30:51 +0000 |
michaelni |
reverse incorrect stride < (width+7)&~7 fix
libavcodec
|
Thu, 20 Feb 2003 16:14:12 +0000 |
nickols_k |
sync with mplayerxp. Fixes some 405.avi related flaws
libavcodec
|
Tue, 18 Feb 2003 19:10:57 +0000 |
kabi |
* using $(MAKE)
libavcodec
|
Tue, 18 Feb 2003 17:35:49 +0000 |
michaelni |
fixing 410 -> 420
libavcodec
|
Tue, 18 Feb 2003 11:48:57 +0000 |
kabi |
* sync with main liba52 sources
libavcodec
|
Tue, 18 Feb 2003 09:33:21 +0000 |
kabi |
* update cleanup rules (Steven M. Schultz)
libavcodec
|
Sun, 16 Feb 2003 23:05:38 +0000 |
michaelni |
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes)
libavcodec
|
Fri, 14 Feb 2003 21:27:25 +0000 |
michaelni |
moving postprocess to ffmpeg/libavcodec
libavcodec
|
Fri, 14 Feb 2003 01:47:10 +0000 |
michaelni |
improving parsing of incomplete headers
libavcodec
|
Tue, 11 Feb 2003 21:13:30 +0000 |
michael |
avoid #include "../
libavcodec
|
Tue, 11 Feb 2003 21:12:16 +0000 |
michael |
#ifdef c++
libavcodec
|
Tue, 11 Feb 2003 16:57:55 +0000 |
kabi |
* prototypes at one place
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 22:43:30 +0000 |
michaelni |
check for qscale==0 (fixes 1/0 on one corrupted stream)
libavcodec
|
Mon, 10 Feb 2003 17:52:01 +0000 |
michaelni |
dos2unix
libavcodec
|
Mon, 10 Feb 2003 10:45:41 +0000 |
kabi |
* check for potentialy problematic field len
libavcodec
|
Mon, 10 Feb 2003 09:41:44 +0000 |
kabi |
* opts compilation
libavcodec
|
Mon, 10 Feb 2003 09:40:23 +0000 |
kabi |
* still unfinished code for Options
libavcodec
|
Mon, 10 Feb 2003 09:38:38 +0000 |
kabi |
* still unfinished code for Options
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Sun, 09 Feb 2003 16:58:47 +0000 |
tmmm |
register cyuv with allcodecs.c
libavcodec
|
Sun, 09 Feb 2003 16:20:25 +0000 |
bellard |
added paletted 8 bit format support
libavcodec
|
Sun, 09 Feb 2003 00:37:50 +0000 |
michaelni |
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
libavcodec
|
Sat, 08 Feb 2003 18:23:39 +0000 |
michaelni |
direct blocksize in bframes fix (might fix qpel+bframe bug)
libavcodec
|
Sat, 08 Feb 2003 15:34:25 +0000 |
philipjsg |
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
libavcodec
|
Sat, 08 Feb 2003 12:00:57 +0000 |
michaelni |
mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me
libavcodec
|
Fri, 07 Feb 2003 16:44:48 +0000 |
michaelni |
b frame segfault fix (+-1 bug)
libavcodec
|
Tue, 04 Feb 2003 01:32:25 +0000 |
michaelni |
cliping MVs, i dunno if its correct but it looks better then without it
libavcodec
|
Sun, 02 Feb 2003 23:34:30 +0000 |
michaelni |
divx503 decoding fix
libavcodec
|
Sun, 02 Feb 2003 19:53:01 +0000 |
bellard |
handle odd image sizes when using subsampled chroma (useful for JPEG images)
libavcodec
|
Sat, 01 Feb 2003 20:57:37 +0000 |
bellard |
dependencies are only build with make depend
libavcodec
|
Sat, 01 Feb 2003 00:18:50 +0000 |
michaelni |
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>)
libavcodec
|
Wed, 29 Jan 2003 22:44:34 +0000 |
michaelni |
100000l
libavcodec
|
Wed, 29 Jan 2003 15:50:07 +0000 |
michaelni |
bugfix
libavcodec
|
Wed, 29 Jan 2003 12:00:11 +0000 |
michaelni |
--disable-risky support
libavcodec
|
Tue, 28 Jan 2003 20:20:38 +0000 |
kabi |
* headers valid for C++ compilers
libavcodec
|
Tue, 28 Jan 2003 14:50:26 +0000 |
bellard |
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ?
libavcodec
|
Tue, 28 Jan 2003 14:37:44 +0000 |
bellard |
win32: added vsnprintf
libavcodec
|
Tue, 28 Jan 2003 09:26:00 +0000 |
michaelni |
10l / 4mv segfault fix
libavcodec
|
Mon, 27 Jan 2003 20:39:29 +0000 |
michaelni |
optimizing av_log2
libavcodec
|
Mon, 27 Jan 2003 09:21:30 +0000 |
bellard |
DV audio decoder by Roman Shaposhnick
libavcodec
|
Sun, 26 Jan 2003 23:11:08 +0000 |
michaelni |
drawing cute arrows instead of lame lines for motion vector visualization
libavcodec
|
Sun, 26 Jan 2003 23:09:12 +0000 |
michaelni |
feeding doxygen
libavcodec
|
Sun, 26 Jan 2003 22:29:47 +0000 |
bellard |
Altivec on non darwin systems patch by Romain Dolbeau
libavcodec
|
Thu, 23 Jan 2003 23:18:42 +0000 |
bellard |
removed warning
libavcodec
|
Thu, 23 Jan 2003 23:03:09 +0000 |
bellard |
use av_malloc() functions - added av_strdup and av_realloc()
libavcodec
|
Thu, 23 Jan 2003 22:59:06 +0000 |
bellard |
undefine malloc macros
libavcodec
|
Thu, 23 Jan 2003 04:19:24 +0000 |
rfelker |
C implementation of the median deinterlacer (seems to be the only one
libavcodec
|
Thu, 23 Jan 2003 01:20:47 +0000 |
michaelni |
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
libavcodec
|
Wed, 22 Jan 2003 09:35:03 +0000 |
bellard |
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff
libavcodec
|
Tue, 21 Jan 2003 21:30:48 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Mon, 20 Jan 2003 22:50:14 +0000 |
michaelni |
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Mon, 20 Jan 2003 22:41:48 +0000 |
michaelni |
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Mon, 20 Jan 2003 22:26:19 +0000 |
bellard |
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
libavcodec
|
Mon, 20 Jan 2003 20:37:24 +0000 |
michaelni |
trying to fix mb skip bug in mpeg1/2 if slices are not used
libavcodec
|
Mon, 20 Jan 2003 20:33:08 +0000 |
michaelni |
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)
libavcodec
|
Mon, 20 Jan 2003 19:04:39 +0000 |
kabi |
* code for parsing options
libavcodec
|
Mon, 20 Jan 2003 18:43:31 +0000 |
nickols_k |
reverse
libavcodec
|
Mon, 20 Jan 2003 16:33:47 +0000 |
nickols_k |
Function renaming. Solves some namespace conflicts
libavcodec
|
Sun, 19 Jan 2003 20:04:35 +0000 |
michaelni |
align
libavcodec
|
Sun, 19 Jan 2003 19:00:45 +0000 |
michaelni |
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sun, 19 Jan 2003 18:30:29 +0000 |
michaelni |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M¸«©ns Rullg¸«©rd))
libavcodec
|
Sun, 19 Jan 2003 17:55:13 +0000 |
michaelni |
finetuneing thresholds/factors
libavcodec
|
Sun, 19 Jan 2003 12:06:36 +0000 |
mellum |
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,
libavcodec
|
Sat, 18 Jan 2003 01:37:42 +0000 |
michaelni |
bugs
libavcodec
|
Fri, 17 Jan 2003 22:40:00 +0000 |
arpi_esp |
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it
libavcodec
|
Thu, 16 Jan 2003 21:54:55 +0000 |
michaelni |
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Wed, 15 Jan 2003 19:21:21 +0000 |
michaelni |
fixing DCTELEM != short
libavcodec
|
Wed, 15 Jan 2003 18:05:23 +0000 |
michaelni |
more compare functions (rd & bit)
libavcodec
|
Tue, 14 Jan 2003 19:25:05 +0000 |
michaelni |
10l
libavcodec
|
Tue, 14 Jan 2003 15:30:42 +0000 |
philipjsg |
AUtomatic dependency generation. Runs on Linux (at least). Probably should
libavcodec
|
Mon, 13 Jan 2003 13:20:21 +0000 |
michaelni |
padding bug autodetection improvement 2nd try
libavcodec
|
Mon, 13 Jan 2003 12:57:39 +0000 |
michaelni |
better padding/stuffing bug autodetection
libavcodec
|
Mon, 13 Jan 2003 12:55:05 +0000 |
michaelni |
gmc1 segfault fix (found by kabi)
libavcodec
|
Sun, 12 Jan 2003 13:29:24 +0000 |
michaelni |
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sun, 12 Jan 2003 13:13:52 +0000 |
michaelni |
/* align 16 */
libavcodec
|
Sun, 12 Jan 2003 12:16:36 +0000 |
michaelni |
average motion vector rounding like the reference says and not what the standard says
libavcodec
|
Sun, 12 Jan 2003 00:48:29 +0000 |
michaelni |
get_format()
libavcodec
|
Sat, 11 Jan 2003 22:32:56 +0000 |
michaelni |
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications)
libavcodec
|
Sat, 11 Jan 2003 21:04:47 +0000 |
michaelni |
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)
libavcodec
|
Sat, 11 Jan 2003 20:51:03 +0000 |
michaelni |
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sat, 11 Jan 2003 20:34:38 +0000 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavcodec
|
Sat, 11 Jan 2003 04:54:38 +0000 |
bellard |
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions
libavcodec
|
Sat, 11 Jan 2003 04:52:39 +0000 |
bellard |
moved avpicture_xxx to imgconvert
libavcodec
|
Sat, 11 Jan 2003 04:51:31 +0000 |
bellard |
build update - avpicture_fill() returns the image size
libavcodec
|
Sat, 11 Jan 2003 00:13:18 +0000 |
bellard |
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
libavcodec
|
Sat, 11 Jan 2003 00:08:48 +0000 |
bellard |
simplified code (need automatic testing) - added primitive new format support.
libavcodec
|
Sat, 11 Jan 2003 00:07:06 +0000 |
bellard |
moved avcodec_get_chroma_sub_sample() to imgconvert.c
libavcodec
|
Sat, 11 Jan 2003 00:04:36 +0000 |
bellard |
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name()
libavcodec
|
Fri, 10 Jan 2003 13:35:15 +0000 |
mellum |
Implement sad8x8 and sad16x16 with pix_abs.
libavcodec
|
Thu, 09 Jan 2003 22:10:57 +0000 |
michaelni |
typo (noticed by kabi)
libavcodec
|
Thu, 09 Jan 2003 20:42:37 +0000 |
michaelni |
qpel fix
libavcodec
|
Thu, 09 Jan 2003 11:37:08 +0000 |
michaelni |
fixed wmv2 slices
libavcodec
|
Thu, 09 Jan 2003 01:43:31 +0000 |
michaelni |
workaround dropable p frame after first frame bug
libavcodec
|
Wed, 08 Jan 2003 18:47:49 +0000 |
bellard |
altivec patches by Romain Dolbeau
libavcodec
|
Tue, 07 Jan 2003 23:49:40 +0000 |
bellard |
suppressed getopt.h
libavcodec
|
Tue, 07 Jan 2003 23:47:09 +0000 |
bellard |
tests link all libavcodec
libavcodec
|
Tue, 07 Jan 2003 22:51:32 +0000 |
bellard |
suppressed pix_norm_altivec
libavcodec
|
Tue, 07 Jan 2003 22:43:16 +0000 |
bellard |
suppressed redundant math.h - suppressed M_PI redefinition
libavcodec
|
Tue, 07 Jan 2003 22:38:25 +0000 |
bellard |
generic M_PI define
libavcodec
|
Tue, 07 Jan 2003 18:15:48 +0000 |
bellard |
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding
libavcodec
|
Tue, 07 Jan 2003 18:15:14 +0000 |
bellard |
removed redundant includes
libavcodec
|
Tue, 07 Jan 2003 17:48:14 +0000 |
bellard |
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support)
libavcodec
|
Tue, 07 Jan 2003 17:46:08 +0000 |
bellard |
align fixes for sse/altivec
libavcodec
|
Tue, 07 Jan 2003 17:45:24 +0000 |
bellard |
enabled SSE fft on x86
libavcodec
|
Tue, 07 Jan 2003 17:44:21 +0000 |
bellard |
use av_malloc instead of malloc
libavcodec
|
Tue, 07 Jan 2003 17:43:50 +0000 |
bellard |
compile fixes
libavcodec
|
Tue, 07 Jan 2003 17:41:43 +0000 |
bellard |
added define for builtins use - inverse fix by Romain Dolbeau
libavcodec
|
Tue, 07 Jan 2003 13:00:38 +0000 |
michaelni |
PIC / ebx fix
libavcodec
|
Tue, 07 Jan 2003 11:59:34 +0000 |
michaelni |
more gcc bug workarounds
libavcodec
|
Tue, 07 Jan 2003 11:07:15 +0000 |
michaelni |
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)
libavcodec
|
Mon, 06 Jan 2003 22:47:42 +0000 |
bellard |
oops : better error resilience - should fix most wma decoding problems
libavcodec
|
Mon, 06 Jan 2003 18:09:27 +0000 |
kabi |
* avoid usage of next/last buffer after flush
libavcodec
|
Mon, 06 Jan 2003 18:06:51 +0000 |
kabi |
* first shot for generaly usable option parser for codecs
libavcodec
|
Mon, 06 Jan 2003 09:55:52 +0000 |
michaelni |
1000l (push & esp) using mangle now ...
libavcodec
|
Mon, 06 Jan 2003 01:20:37 +0000 |
michaelni |
b frame segfault fix
libavcodec
|
Sun, 05 Jan 2003 20:59:29 +0000 |
michaelni |
qpel in b frames bugfixes
libavcodec
|
Sun, 05 Jan 2003 19:53:07 +0000 |
michaelni |
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped)
libavcodec
|
Sun, 05 Jan 2003 19:10:42 +0000 |
michael |
YUV 411/422/444 support for pp
libavcodec
|
Sun, 05 Jan 2003 17:59:26 +0000 |
michaelni |
negative linesize support (so mplayer -flip works)
libavcodec
|
Sun, 05 Jan 2003 17:17:14 +0000 |
michaelni |
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>)
libavcodec
|
Sun, 05 Jan 2003 15:57:10 +0000 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
Fri, 03 Jan 2003 23:21:52 +0000 |
michaelni |
mpeg4 header encoding bugfix
libavcodec
|
Thu, 02 Jan 2003 12:48:09 +0000 |
michaelni |
pre motion estimation cleanup/bugfix
libavcodec
|
Thu, 02 Jan 2003 01:29:35 +0000 |
michaelni |
motion estimation pre pass
libavcodec
|
Wed, 01 Jan 2003 16:47:31 +0000 |
michaelni |
bugfix
libavcodec
|
Wed, 01 Jan 2003 15:10:45 +0000 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
Wed, 01 Jan 2003 14:36:20 +0000 |
michaelni |
shape adaptive diamonds for EPZS
libavcodec
|
Wed, 01 Jan 2003 00:42:18 +0000 |
michaelni |
trellis quantization for mpeg1
libavcodec
|
Tue, 31 Dec 2002 22:58:41 +0000 |
michaelni |
more optimized trellis quantizer
libavcodec
|
Tue, 31 Dec 2002 17:23:56 +0000 |
michaelni |
trellis quantization
libavcodec
|
Mon, 30 Dec 2002 23:00:02 +0000 |
faust3 |
10l another int i missing (without ^M)
libavcodec
|
Mon, 30 Dec 2002 12:36:28 +0000 |
michael |
10l (int i)
libavcodec
|
Mon, 30 Dec 2002 00:28:42 +0000 |
michaelni |
correcter mpeg4 headers
libavcodec
|
Sun, 29 Dec 2002 23:31:52 +0000 |
michael |
cleaning corners of green dirt ;)
libavcodec
|
Sun, 29 Dec 2002 22:35:46 +0000 |
michaelni |
removing PIX_FMT_ANY
libavcodec
|
Sun, 29 Dec 2002 22:20:03 +0000 |
michaelni |
better set pix_fmt explicitly
libavcodec
|
Sun, 29 Dec 2002 01:27:50 +0000 |
michaelni |
xvid build 3 still has the padding wrong in 1/8 of the cases :(((((
libavcodec
|
Sun, 29 Dec 2002 00:57:23 +0000 |
michael |
buffer alloc cleanup / 10l
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|
Sun, 22 Dec 2002 22:34:42 +0000 |
al3x |
disabled aspect code due to it is extra buggy
libavcodec
|
Sat, 21 Dec 2002 15:54:21 +0000 |
michaelni |
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)
libavcodec
|
Thu, 19 Dec 2002 18:59:45 +0000 |
kabi |
* fix for empty image queue
libavcodec
|
Wed, 18 Dec 2002 10:09:43 +0000 |
michaelni |
mb qp limits
libavcodec
|
Wed, 18 Dec 2002 09:23:24 +0000 |
michaelni |
support dumping the qscale stuff to the screen
libavcodec
|
Tue, 17 Dec 2002 11:25:29 +0000 |
michaelni |
more debug output
libavcodec
|
Sun, 15 Dec 2002 22:42:59 +0000 |
michaelni |
mlib fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Wed, 11 Dec 2002 08:56:28 +0000 |
michaelni |
fixing playback of DaveMatthews_Crash_PocketPC.avi
libavcodec
|
Mon, 09 Dec 2002 18:54:09 +0000 |
kabi |
* fill codec_id in codec_open
libavcodec
|
Mon, 09 Dec 2002 14:33:20 +0000 |
michaelni |
100l
libavcodec
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
Mon, 09 Dec 2002 00:29:17 +0000 |
michaelni |
cleanup / messup?
libavcodec
|
Mon, 09 Dec 2002 00:06:15 +0000 |
michaelni |
correct mpeg4 vo type
libavcodec
|
Sun, 08 Dec 2002 21:29:37 +0000 |
michaelni |
remove fake wmv2 codec
libavcodec
|
Sat, 07 Dec 2002 11:38:26 +0000 |
michaelni |
ump4 decoding fixed
libavcodec
|
Fri, 06 Dec 2002 17:58:21 +0000 |
michaelni |
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Fri, 06 Dec 2002 17:39:32 +0000 |
michaelni |
fixing api-example
libavcodec
|
Fri, 06 Dec 2002 16:19:25 +0000 |
michaelni |
aspect ratio encoding for mpeg1
libavcodec
|
Fri, 06 Dec 2002 16:04:30 +0000 |
michaelni |
mpeg1&2 aspect decoding
libavcodec
|
Fri, 06 Dec 2002 15:01:48 +0000 |
michaelni |
fixing aspect (hopefully, i couldnt reproduce the bug)
libavcodec
|
Fri, 06 Dec 2002 13:30:13 +0000 |
michaelni |
fixing 2pass assert failure
libavcodec
|
Fri, 06 Dec 2002 11:56:49 +0000 |
michaelni |
missing "\" (found by nick)
libavcodec
|
Thu, 05 Dec 2002 22:22:53 +0000 |
michaelni |
better? scene change detection
libavcodec
|
Thu, 05 Dec 2002 19:18:13 +0000 |
michaelni |
fixing hq + adaptive quant
libavcodec
|
Thu, 05 Dec 2002 11:33:43 +0000 |
michaelni |
drop b frames if there are no reference frames
libavcodec
|
Wed, 04 Dec 2002 22:16:24 +0000 |
michaelni |
fixing files where the first frame isn a keyframe
libavcodec
|
Wed, 04 Dec 2002 21:13:02 +0000 |
michaelni |
new PSNR code (now works with chroma, b frames, ...)
libavcodec
|
Wed, 04 Dec 2002 12:42:25 +0000 |
michaelni |
print a warning if something allocates 0 bytes
libavcodec
|
Wed, 04 Dec 2002 12:36:18 +0000 |
michaelni |
workaround old xvid bug
libavcodec
|
Wed, 04 Dec 2002 12:09:27 +0000 |
michaelni |
specific debug output support
libavcodec
|
Wed, 04 Dec 2002 11:47:24 +0000 |
michaelni |
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that)
libavcodec
|
Wed, 04 Dec 2002 11:25:53 +0000 |
michaelni |
use spatial error concealment if we dont have a previous frame
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 03 Dec 2002 19:40:35 +0000 |
kabi |
* two functions to handle allocation of static data more simple
libavcodec
|
Tue, 03 Dec 2002 15:42:17 +0000 |
al3x |
10l fix
libavcodec
|
Tue, 03 Dec 2002 11:07:41 +0000 |
michaelni |
100l (sad8x8_x2 had params in wrong order)
libavcodec
|
Tue, 03 Dec 2002 01:14:34 +0000 |
michaelni |
100l (mixing chroma & luma linesize)
libavcodec
|
Sat, 30 Nov 2002 17:14:07 +0000 |
philipjsg |
Simplify an expression and eliminate a compile warning
libavcodec
|
Wed, 27 Nov 2002 01:20:42 +0000 |
mellum |
Kludge around compilation failure on Alpha.
libavcodec
|
Tue, 26 Nov 2002 16:26:58 +0000 |
michaelni |
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
libavcodec
|
Tue, 26 Nov 2002 16:16:04 +0000 |
michaelni |
apiexample doesnt send complete frames to the codec
libavcodec
|
Tue, 26 Nov 2002 09:21:01 +0000 |
michaelni |
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Tue, 26 Nov 2002 08:58:24 +0000 |
mmu_man |
Avoid "unused variable 'c'" warning.
libavcodec
|
Tue, 26 Nov 2002 08:56:10 +0000 |
michaelni |
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards
libavcodec
|
Tue, 26 Nov 2002 04:29:40 +0000 |
philipjsg |
Add some rudimentary support for sparc64
libavcodec
|
Tue, 26 Nov 2002 00:54:27 +0000 |
michaelni |
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
libavcodec
|
Mon, 25 Nov 2002 16:58:41 +0000 |
michaelni |
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
libavcodec
|
Mon, 25 Nov 2002 09:57:58 +0000 |
michaelni |
10l
libavcodec
|
Mon, 25 Nov 2002 09:23:19 +0000 |
michaelni |
fixing aspect
libavcodec
|
Sat, 23 Nov 2002 10:58:05 +0000 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
Sat, 23 Nov 2002 09:12:57 +0000 |
michaelni |
moving init of some variables (hurry_up,...) to MPV_frame_start()
libavcodec
|
Fri, 22 Nov 2002 07:53:06 +0000 |
kabi |
* altivec and pix_norm patch by Brian Foley
libavcodec
|
Fri, 22 Nov 2002 07:27:13 +0000 |
kabi |
* Ogg/Vorbis patch by Mark Hills
libavcodec
|
Fri, 22 Nov 2002 07:24:28 +0000 |
kabi |
* remaining part of John Ryland's patch
libavcodec
|
Wed, 20 Nov 2002 15:18:11 +0000 |
al3x |
mjpegb support (need more samples)
libavcodec
|
Wed, 20 Nov 2002 13:08:04 +0000 |
michaelni |
aspect ratio cleanup
libavcodec
|
Wed, 20 Nov 2002 07:32:18 +0000 |
kabi |
* cut&paste fix
libavcodec
|
Tue, 19 Nov 2002 23:22:29 +0000 |
michaelni |
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Tue, 19 Nov 2002 23:04:07 +0000 |
michaelni |
10l
libavcodec
|
Tue, 19 Nov 2002 10:08:31 +0000 |
kabi |
* oops fixed bad initialization of ff vals.
libavcodec
|
Tue, 19 Nov 2002 09:17:52 +0000 |
kabi |
* fixed prototype
libavcodec
|
Tue, 19 Nov 2002 07:33:36 +0000 |
kabi |
* compilation fix (ARM users please check)
libavcodec
|
Mon, 18 Nov 2002 10:39:22 +0000 |
michael |
fixing compilation of cs_test
libavcodec
|
Mon, 18 Nov 2002 09:28:21 +0000 |
michaelni |
hurry_up=5 support
libavcodec
|
Fri, 15 Nov 2002 11:05:14 +0000 |
michaelni |
slices & encoding optim
libavcodec
|
Fri, 15 Nov 2002 00:07:06 +0000 |
michaelni |
dr1
libavcodec
|
Thu, 14 Nov 2002 22:34:25 +0000 |
michaelni |
0.1l
libavcodec
|
Thu, 14 Nov 2002 22:25:20 +0000 |
michaelni |
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain)
libavcodec
|
Thu, 14 Nov 2002 19:46:14 +0000 |
michaelni |
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)
libavcodec
|
Thu, 14 Nov 2002 19:20:04 +0000 |
michaelni |
huffyuv
libavcodec
|
Thu, 14 Nov 2002 19:04:40 +0000 |
kabi |
* minor warning fix
libavcodec
|
Thu, 14 Nov 2002 18:43:49 +0000 |
kabi |
* not checking for get_buffer_callback - it would be user's error
libavcodec
|
Thu, 14 Nov 2002 18:02:07 +0000 |
michaelni |
1l found by kabi
libavcodec
|
Tue, 12 Nov 2002 15:00:04 +0000 |
kabi |
* fixing some minor const warnings
libavcodec
|
Tue, 12 Nov 2002 10:05:21 +0000 |
kabi |
* init for inv_zigzag_direct16 moved to init block
libavcodec
|
Tue, 12 Nov 2002 10:01:27 +0000 |
kabi |
* init table once
libavcodec
|
Tue, 12 Nov 2002 09:47:14 +0000 |
kabi |
* using macros to shorten init part
libavcodec
|
Mon, 11 Nov 2002 21:44:27 +0000 |
kabi |
* quick fix for bit exact setting
libavcodec
|
Mon, 11 Nov 2002 16:17:25 +0000 |
michaelni |
100l for kabi (fixing qpel)
libavcodec
|
Mon, 11 Nov 2002 10:04:45 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:44:59 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:43:43 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:40:17 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:37:40 +0000 |
kabi |
* useless commit - ignore
libavcodec
|
Mon, 11 Nov 2002 09:31:17 +0000 |
kabi |
* avcodec_init could be removed I guess...
libavcodec
|
Mon, 11 Nov 2002 09:30:07 +0000 |
kabi |
* consts
libavcodec
|
Mon, 11 Nov 2002 09:24:15 +0000 |
kabi |
* added dsp_mask
libavcodec
|
Sun, 10 Nov 2002 18:45:36 +0000 |
arpi_esp |
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
libavcodec
|
Sun, 10 Nov 2002 11:46:59 +0000 |
michaelni |
reversing header game
libavcodec
|
Sun, 10 Nov 2002 11:24:27 +0000 |
michaelni |
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (M¸«©ns Rullg¸«©rd))
libavcodec
|
Sun, 10 Nov 2002 10:54:07 +0000 |
michaelni |
hurry_up>=5 -> skip everything except header & set pict_type&key_frame
libavcodec
|
Sat, 09 Nov 2002 13:57:54 +0000 |
michaelni |
fixing -sameq with mpeg2
libavcodec
|
Sat, 09 Nov 2002 10:38:34 +0000 |
michaelni |
cleanup
libavcodec
|
Fri, 08 Nov 2002 18:35:39 +0000 |
michaelni |
cleanup (breaks compatibility, requested by fabrice)
libavcodec
|
Wed, 06 Nov 2002 11:59:17 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 06 Nov 2002 09:30:47 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 05 Nov 2002 17:31:26 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 05 Nov 2002 00:07:05 +0000 |
michaelni |
lrintf detection (based upon a patch by Fran¸«®ois Revol <revol at free dot fr>)
libavcodec
|
Mon, 04 Nov 2002 22:45:34 +0000 |
michael |
dont use fastmemcpy for PIC
libavcodec
|
Mon, 04 Nov 2002 20:57:08 +0000 |
michaelni |
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
libavcodec
|
Mon, 04 Nov 2002 18:03:10 +0000 |
kabi |
* DR1 support
libavcodec
|
Mon, 04 Nov 2002 10:01:15 +0000 |
michael |
fixing dependancies
libavcodec
|
Sun, 03 Nov 2002 10:05:19 +0000 |
michael |
pp docs
libavcodec
|
Sat, 02 Nov 2002 22:49:13 +0000 |
al3x |
fixed some bugs in app parser - some jfif and adobe jpgs fixed
libavcodec
|
Sat, 02 Nov 2002 18:47:51 +0000 |
michaelni |
support forcing low_delay during decoding
libavcodec
|
Sat, 02 Nov 2002 14:20:05 +0000 |
michael |
cleanup
libavcodec
|
Sat, 02 Nov 2002 13:58:14 +0000 |
michael |
cleanup
libavcodec
|
Sat, 02 Nov 2002 11:28:08 +0000 |
michaelni |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Sat, 02 Nov 2002 10:39:22 +0000 |
michaelni |
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
libavcodec
|
Sat, 02 Nov 2002 08:55:46 +0000 |
michaelni |
cleanup
libavcodec
|
Sat, 02 Nov 2002 01:43:19 +0000 |
arpi_esp |
handle init error in ffmpeg12
libavcodec
|
Sat, 02 Nov 2002 00:05:06 +0000 |
michaelni |
better padding bug detection
libavcodec
|
Fri, 01 Nov 2002 20:37:10 +0000 |
michaelni |
put MIN/MAX under ifndef MAX/MIN
libavcodec
|
Fri, 01 Nov 2002 18:55:03 +0000 |
michaelni |
fixing msmpeg4v3 with mb_height % slice_height != 0
libavcodec
|
Fri, 01 Nov 2002 13:25:22 +0000 |
michaelni |
hopefully fixing sprite_warping_points==0
libavcodec
|
Fri, 01 Nov 2002 01:19:04 +0000 |
michael |
cosmetics requested by kabi
libavcodec
|
Thu, 31 Oct 2002 20:22:30 +0000 |
kabi |
* avoid negative numbers as well
libavcodec
|
Thu, 31 Oct 2002 18:22:15 +0000 |
nickols_k |
10l
libavcodec
|
Thu, 31 Oct 2002 18:17:25 +0000 |
nickols_k |
reverse first hunk
libavcodec
|
Thu, 31 Oct 2002 18:08:19 +0000 |
nickols_k |
fixed debug compilation
libavcodec
|
Thu, 31 Oct 2002 16:11:03 +0000 |
michaelni |
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them
libavcodec
|
Thu, 31 Oct 2002 12:11:53 +0000 |
michaelni |
dont call emms_c() for each MB
libavcodec
|
Thu, 31 Oct 2002 11:47:58 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 31 Oct 2002 10:21:44 +0000 |
michael |
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it
libavcodec
|
Thu, 31 Oct 2002 09:24:25 +0000 |
al3x |
fixed 10l
libavcodec
|
Thu, 31 Oct 2002 01:42:59 +0000 |
michael |
using fewer registers ... to workaround something
libavcodec
|
Thu, 31 Oct 2002 00:48:05 +0000 |
michaelni |
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated
libavcodec
|
Thu, 31 Oct 2002 00:07:13 +0000 |
bellard |
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)
libavcodec
|
Wed, 30 Oct 2002 22:55:07 +0000 |
michaelni |
fixing q>0.0 assert failure caused by overflow of variance for b frames
libavcodec
|
Wed, 30 Oct 2002 21:13:07 +0000 |
michael |
removing "-npp" (found by arpi)
libavcodec
|
Wed, 30 Oct 2002 21:02:03 +0000 |
michael |
per context cpuCaps (idea by kabi)
libavcodec
|
Wed, 30 Oct 2002 20:50:31 +0000 |
michael |
change qscale type to int8 and fix qscale ordering
libavcodec
|
Wed, 30 Oct 2002 20:41:40 +0000 |
michaelni |
exporting the internal qscale table, this allso fixes the ordering
libavcodec
|
Wed, 30 Oct 2002 20:31:04 +0000 |
al3x |
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
libavcodec
|
Wed, 30 Oct 2002 09:09:34 +0000 |
michaelni |
1) Add MMX deinterlace code.
libavcodec
|
Wed, 30 Oct 2002 01:59:51 +0000 |
michael |
using same numbers for cpuCaps as libmpeg2 & liba52
libavcodec
|
Wed, 30 Oct 2002 01:50:58 +0000 |
michael |
cleanly passing the cpuCaps
libavcodec
|
Tue, 29 Oct 2002 23:36:37 +0000 |
michael |
10l
libavcodec
|
Tue, 29 Oct 2002 22:39:11 +0000 |
bellard |
use lrintf to avoid double conversion
libavcodec
|
Tue, 29 Oct 2002 22:38:21 +0000 |
bellard |
added lrintf for non ISOC libcs (fixme: find a better test)
libavcodec
|
Tue, 29 Oct 2002 22:27:30 +0000 |
bellard |
avoid name clash - fixed again block size selection
libavcodec
|
Tue, 29 Oct 2002 22:26:01 +0000 |
bellard |
avoid name clash
libavcodec
|
Tue, 29 Oct 2002 20:12:24 +0000 |
michael |
cleanup
libavcodec
|
Tue, 29 Oct 2002 18:51:52 +0000 |
michael |
cosmetics ;)
libavcodec
|
Tue, 29 Oct 2002 18:35:15 +0000 |
michael |
better deblocking filter
libavcodec
|
Tue, 29 Oct 2002 11:21:43 +0000 |
michael |
-fomit-frame-pointer is needed for the PIC code
libavcodec
|
Tue, 29 Oct 2002 09:16:06 +0000 |
michael |
using fewer registers (fixes compilation bug hopefully)
libavcodec
|
Tue, 29 Oct 2002 00:54:07 +0000 |
colin |
fix compilation on non-x86 with gcc 2.95
libavcodec
|
Mon, 28 Oct 2002 19:30:58 +0000 |
michael |
postprocessing cleanup:
libavcodec
|
Mon, 28 Oct 2002 16:29:40 +0000 |
al3x |
FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos)
libavcodec
|
Mon, 28 Oct 2002 01:42:05 +0000 |
bellard |
fixed block size selection
libavcodec
|
Mon, 28 Oct 2002 00:51:48 +0000 |
bellard |
added new fft/mdct code - added fft-test program
libavcodec
|
Mon, 28 Oct 2002 00:48:55 +0000 |
bellard |
added wma decoder
libavcodec
|
Mon, 28 Oct 2002 00:39:05 +0000 |
bellard |
preparing integration of new AC3 decoder
libavcodec
|
Mon, 28 Oct 2002 00:34:08 +0000 |
bellard |
new generic FFT/MDCT code for audio codecs
libavcodec
|
Sun, 27 Oct 2002 21:02:47 +0000 |
michaelni |
get_vlc2()
libavcodec
|
Sun, 27 Oct 2002 19:20:02 +0000 |
arpi_esp |
3rd 10l - don't let it read data beyond the end of frame
libavcodec
|
Sun, 27 Oct 2002 19:11:06 +0000 |
al3x |
2nd 10l (noticed by arpi)
libavcodec
|
Sun, 27 Oct 2002 19:01:00 +0000 |
al3x |
minor speedup noticed by arpi
libavcodec
|
Sun, 27 Oct 2002 18:03:42 +0000 |
al3x |
10l
libavcodec
|
Sun, 27 Oct 2002 17:59:35 +0000 |
al3x |
reworked decode_frame marker searching, fixes many non-working samples
libavcodec
|
Sun, 27 Oct 2002 12:20:58 +0000 |
michaelni |
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality)
libavcodec
|
Sun, 27 Oct 2002 12:09:25 +0000 |
michaelni |
75% smaller rl_length table
libavcodec
|
Sun, 27 Oct 2002 09:20:48 +0000 |
michaelni |
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Sun, 27 Oct 2002 00:02:23 +0000 |
michaelni |
handle direct rendering buffer allocation failure
libavcodec
|
Sat, 26 Oct 2002 18:56:43 +0000 |
michaelni |
segfault fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Fri, 25 Oct 2002 16:06:32 +0000 |
michaelni |
fixing decoding of streams with no keyframe at the start
libavcodec
|
Fri, 25 Oct 2002 13:39:47 +0000 |
michaelni |
idct_permutation_type variable, so the permutation type can quickly be identified
libavcodec
|
Fri, 25 Oct 2002 10:50:02 +0000 |
michaelni |
regression test for H263+
libavcodec
|
Fri, 25 Oct 2002 00:08:32 +0000 |
michaelni |
slice encoding cleanup
libavcodec
|
Thu, 24 Oct 2002 00:51:17 +0000 |
michaelni |
clip MVs for direct mode
libavcodec
|
Wed, 23 Oct 2002 15:11:07 +0000 |
michaelni |
optimize block_permute()
libavcodec
|
Wed, 23 Oct 2002 08:14:12 +0000 |
michaelni |
fixing interlaced MC & edge-emu
libavcodec
|
Tue, 22 Oct 2002 23:43:25 +0000 |
michaelni |
more defaults
libavcodec
|
Tue, 22 Oct 2002 19:48:52 +0000 |
michaelni |
xvid qpel bug autodetect
libavcodec
|
Tue, 22 Oct 2002 18:55:20 +0000 |
michaelni |
xvid qpel bug workaround
libavcodec
|
Sun, 20 Oct 2002 17:02:41 +0000 |
michaelni |
fixing msmpeg4v3 encoding at bitrates <128k
libavcodec
|
Sat, 19 Oct 2002 23:48:08 +0000 |
michaelni |
fixing h263 slice decoding (again)
libavcodec
|
Sat, 19 Oct 2002 11:03:13 +0000 |
michaelni |
fixing interlaced dct with 4mv
libavcodec
|
Sat, 19 Oct 2002 01:31:26 +0000 |
michaelni |
fixing h263 decoding (did segfault)
libavcodec
|
Fri, 18 Oct 2002 18:32:50 +0000 |
michaelni |
fixing interlaced dct + hq mode
libavcodec
|
Wed, 16 Oct 2002 22:18:41 +0000 |
michaelni |
init flags before using it (found by arpi)
libavcodec
|
Wed, 16 Oct 2002 19:55:49 +0000 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
Wed, 16 Oct 2002 17:23:18 +0000 |
michaelni |
fixing alt_scan for the first frame (variable was reset)
libavcodec
|
Tue, 15 Oct 2002 15:24:08 +0000 |
michaelni |
warning fixes
libavcodec
|
Mon, 14 Oct 2002 19:53:04 +0000 |
michaelni |
better padding bug detection
libavcodec
|
Mon, 14 Oct 2002 18:25:58 +0000 |
bellard |
removed warnings
libavcodec
|
Mon, 14 Oct 2002 18:01:32 +0000 |
bellard |
removed invalid header include
libavcodec
|
Mon, 14 Oct 2002 12:21:54 +0000 |
michaelni |
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
libavcodec
|
Sun, 13 Oct 2002 19:53:32 +0000 |
michaelni |
fixing wmv1 slice decoding
libavcodec
|
Sun, 13 Oct 2002 13:16:04 +0000 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
libavcodec
|
Fri, 11 Oct 2002 23:01:16 +0000 |
mellum |
Move Alpha optimized IDCT to own file. Based on a patch by M¸«©ns
libavcodec
|
Fri, 11 Oct 2002 13:49:16 +0000 |
bellard |
removed unused variables
libavcodec
|
Fri, 11 Oct 2002 09:16:35 +0000 |
bellard |
corrected pixel format display
libavcodec
|
Thu, 10 Oct 2002 17:12:55 +0000 |
bellard |
added two pass info
libavcodec
|
Wed, 09 Oct 2002 17:18:24 +0000 |
michaelni |
mpeg1 2pass encoding
libavcodec
|
Wed, 09 Oct 2002 14:16:31 +0000 |
bellard |
resample fix by Petros Tsantoulis
libavcodec
|
Wed, 09 Oct 2002 12:35:22 +0000 |
bellard |
support buffers containing more than one frame
libavcodec
|
Tue, 08 Oct 2002 17:54:02 +0000 |
bellard |
fixed NTSC end of line bug
libavcodec
|
Tue, 08 Oct 2002 17:42:33 +0000 |
bellard |
minimum support for YUV411P (new combined scaler/converter will handle that better...)
libavcodec
|
Tue, 08 Oct 2002 12:09:23 +0000 |
michaelni |
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Mon, 07 Oct 2002 23:08:42 +0000 |
arpi_esp |
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
libavcodec
|
Mon, 07 Oct 2002 21:28:33 +0000 |
arpi_esp |
DV ntsc support, 411P colorspace added
libavcodec
|
Mon, 07 Oct 2002 02:03:21 +0000 |
mellum |
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
libavcodec
|
Sun, 06 Oct 2002 17:46:22 +0000 |
michaelni |
set low_delay on encoding if no b frames
libavcodec
|
Sun, 06 Oct 2002 15:27:01 +0000 |
michaelni |
trying to fix the non-x86 IDCTs (untested)
libavcodec
|
Sat, 05 Oct 2002 00:57:42 +0000 |
mellum |
Make compilable again after DCT cleanup. It gives wrong results,
libavcodec
|
Sat, 05 Oct 2002 00:12:58 +0000 |
mellum |
Some nifty stuff for upcoming patches.
libavcodec
|
Fri, 04 Oct 2002 23:32:40 +0000 |
mellum |
Fix for source dir != build dir. Patch provided by M¸«©ns Rullg¸«©rd.
libavcodec
|
Fri, 04 Oct 2002 20:59:29 +0000 |
al3x |
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
libavcodec
|
Fri, 04 Oct 2002 07:49:00 +0000 |
bellard |
simplified parsing - added MMX idct support
libavcodec
|
Fri, 04 Oct 2002 07:16:50 +0000 |
bellard |
added DV support
libavcodec
|
Thu, 03 Oct 2002 21:07:39 +0000 |
bellard |
first working version of DV video decoder
libavcodec
|
Thu, 03 Oct 2002 21:03:59 +0000 |
bellard |
in fact IDCT248 needs to be normalized as I suspected
libavcodec
|
Thu, 03 Oct 2002 20:57:19 +0000 |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Thu, 03 Oct 2002 19:49:23 +0000 |
bellard |
added IDCT248 testing
libavcodec
|
Thu, 03 Oct 2002 13:41:33 +0000 |
bellard |
first version of IDCT248 for DV decoding support
libavcodec
|
Wed, 02 Oct 2002 22:56:58 +0000 |
michaelni |
fixing custom quantizer matrix decoding
libavcodec
|
Wed, 02 Oct 2002 17:07:39 +0000 |
michaelni |
optimization
libavcodec
|
Wed, 02 Oct 2002 16:36:43 +0000 |
michaelni |
sliced mode for mpeg1/2
libavcodec
|
Tue, 01 Oct 2002 23:47:04 +0000 |
michaelni |
move scantable init from block-decode to header parser
libavcodec
|
Tue, 01 Oct 2002 23:11:40 +0000 |
michaelni |
optimizing mpeg2 decode block stuff
libavcodec
|
Tue, 01 Oct 2002 19:29:10 +0000 |
michaelni |
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )
libavcodec
|
Mon, 30 Sep 2002 21:36:43 +0000 |
michaelni |
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution
libavcodec
|
Mon, 30 Sep 2002 16:14:14 +0000 |
michaelni |
optimizing mpeg1_decode_block()
libavcodec
|
Mon, 30 Sep 2002 10:06:17 +0000 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
Mon, 30 Sep 2002 09:19:54 +0000 |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
libavcodec
|
Sun, 29 Sep 2002 23:39:30 +0000 |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
libavcodec
|
Sun, 29 Sep 2002 23:21:13 +0000 |
michaelni |
renaming variable
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Sun, 29 Sep 2002 15:14:28 +0000 |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
libavcodec
|
Sat, 28 Sep 2002 02:18:34 +0000 |
mellum |
An easy way to speed up encoding by 6%.
libavcodec
|
Sat, 28 Sep 2002 01:49:37 +0000 |
mellum |
Minor warning fix.
libavcodec
|
Fri, 27 Sep 2002 15:38:54 +0000 |
michaelni |
minor optimization of h263_encode_motion()
libavcodec
|
Fri, 27 Sep 2002 10:27:57 +0000 |
michaelni |
ff_get_fourcc() & XVIX support
libavcodec
|
Thu, 26 Sep 2002 23:27:22 +0000 |
michaelni |
autodetect UMP4 (by adding a fourcc field to AVCodecContext)
libavcodec
|
Thu, 26 Sep 2002 22:37:33 +0000 |
michaelni |
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ...
libavcodec
|
Thu, 26 Sep 2002 09:16:23 +0000 |
michaelni |
h263_dc_scale() cleanup
libavcodec
|
Thu, 26 Sep 2002 00:22:25 +0000 |
michaelni |
mpeg4 interlaced dct encoding
libavcodec
|
Tue, 24 Sep 2002 23:57:17 +0000 |
michaelni |
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Tue, 24 Sep 2002 15:07:44 +0000 |
michaelni |
adaptive quantization for h263
libavcodec
|
Tue, 24 Sep 2002 12:33:37 +0000 |
michaelni |
adaptive quantization for mpeg1
libavcodec
|
Tue, 24 Sep 2002 10:53:59 +0000 |
michaelni |
darkness masking (lumi masking does only bright stuff now)
libavcodec
|
Tue, 24 Sep 2002 09:15:46 +0000 |
michaelni |
fixing ac prediction encoding with adaptive quantization
libavcodec
|
Mon, 23 Sep 2002 15:16:09 +0000 |
michaelni |
fixing variance scaling for b frames (messed adaptive quants up)
libavcodec
|
Mon, 23 Sep 2002 14:56:11 +0000 |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
libavcodec
|
Mon, 23 Sep 2002 08:44:24 +0000 |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Fri, 20 Sep 2002 10:03:01 +0000 |
michaelni |
pix_sum16_mmx()
libavcodec
|
Thu, 19 Sep 2002 22:14:53 +0000 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
Thu, 19 Sep 2002 20:22:39 +0000 |
michaelni |
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
libavcodec
|
Thu, 19 Sep 2002 18:24:52 +0000 |
michaelni |
fixing apiexample
libavcodec
|
Thu, 19 Sep 2002 17:44:54 +0000 |
michaelni |
documenting most stuff in AVCodecContext
libavcodec
|
Thu, 19 Sep 2002 16:06:25 +0000 |
mellum |
* Remove -finline-limit=8000 (not supported by gcc 2.95)
libavcodec
|
Thu, 19 Sep 2002 10:26:49 +0000 |
michaelni |
fixing *pixels_tab stuff (hopefully, as its untested ...)
libavcodec
|
Thu, 19 Sep 2002 09:13:43 +0000 |
michaelni |
avcodec_alloc_context()
libavcodec
|
Wed, 18 Sep 2002 18:30:31 +0000 |
michaelni |
10l (forgot to commit)
libavcodec
|
Wed, 18 Sep 2002 18:28:11 +0000 |
michaelni |
better min/max rate handling
libavcodec
|
Wed, 18 Sep 2002 09:08:03 +0000 |
michaelni |
fixing
libavcodec
|
Sun, 15 Sep 2002 10:02:15 +0000 |
michaelni |
fixing memalign
libavcodec
|
Sat, 14 Sep 2002 22:07:35 +0000 |
michaelni |
dont store version for bit-exact tests
libavcodec
|
Sat, 14 Sep 2002 19:00:09 +0000 |
michaelni |
alignment info
libavcodec
|
Sat, 14 Sep 2002 17:18:26 +0000 |
michaelni |
interlaced b frames fix
libavcodec
|
Sat, 14 Sep 2002 12:36:54 +0000 |
michaelni |
fixing qpel 4mv
libavcodec
|
Sat, 14 Sep 2002 12:30:48 +0000 |
al3x |
complete aspect support
libavcodec
|
Sat, 14 Sep 2002 10:11:05 +0000 |
michaelni |
interlaced qpel mpeg4 fixed
libavcodec
|
Fri, 13 Sep 2002 23:27:01 +0000 |
mellum |
Synthesize pixels16 functions from pixels functions.
libavcodec
|
Fri, 13 Sep 2002 19:31:32 +0000 |
al3x |
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
libavcodec
|
Fri, 13 Sep 2002 15:44:53 +0000 |
mellum |
Fix for h % 8 == 4 in put_pixels_axp_asm.
libavcodec
|
Fri, 13 Sep 2002 11:47:57 +0000 |
michaelni |
10l (field select readed at the wrong place ...)
libavcodec
|
Fri, 13 Sep 2002 11:24:58 +0000 |
michaelni |
interlaced b frames cleanup
libavcodec
|
Fri, 13 Sep 2002 10:56:51 +0000 |
mellum |
Due to version renumbering, Alpha builtins aren't supported in thegcc
libavcodec
|
Fri, 13 Sep 2002 09:45:32 +0000 |
michaelni |
interlaced mpeg4 b frame decoding
libavcodec
|
Fri, 13 Sep 2002 09:28:45 +0000 |
mellum |
Adapt to new 8/16 table scheme.
libavcodec
|
Fri, 13 Sep 2002 07:46:06 +0000 |
michaelni |
fixing 1/0 if the headers are incomplete (like what M$ encoder generates)
libavcodec
|
Thu, 12 Sep 2002 18:28:17 +0000 |
michaelni |
fixing interlaced mpeg4 decoding
libavcodec
|
Thu, 12 Sep 2002 15:22:14 +0000 |
michaelni |
parsing resync header extension support
libavcodec
|
Thu, 12 Sep 2002 15:02:47 +0000 |
michaelni |
vbv parameter parsing (more skiping actually ;) )
libavcodec
|
Thu, 12 Sep 2002 15:00:09 +0000 |
michaelni |
avoid nonsense frame-skip messages
libavcodec
|
Thu, 12 Sep 2002 14:43:44 +0000 |
michaelni |
uninitialized var ...
libavcodec
|
Thu, 12 Sep 2002 12:26:09 +0000 |
michaelni |
statistics for forw & back p-MBs instead of just one counter for both
libavcodec
|
Thu, 12 Sep 2002 11:10:33 +0000 |
michaelni |
m4v input support
libavcodec
|
Thu, 12 Sep 2002 10:54:53 +0000 |
michaelni |
export pts from stream if available
libavcodec
|
Thu, 12 Sep 2002 02:34:56 +0000 |
philipjsg |
Change abort() calls to av_abort() calls.
libavcodec
|
Thu, 12 Sep 2002 00:27:08 +0000 |
michaelni |
set pict_type & key_frame on decoding too
libavcodec
|
Wed, 11 Sep 2002 12:39:53 +0000 |
michaelni |
put/avg_pixels16
libavcodec
|
Wed, 11 Sep 2002 07:26:43 +0000 |
michaelni |
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
libavcodec
|
Sat, 07 Sep 2002 10:57:51 +0000 |
michaelni |
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>)
libavcodec
|
Sat, 07 Sep 2002 00:16:30 +0000 |
michaelni |
optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them
libavcodec
|
Fri, 06 Sep 2002 22:30:16 +0000 |
michaelni |
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi)
libavcodec
|
Thu, 05 Sep 2002 13:23:11 +0000 |
michaelni |
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)
libavcodec
|
Thu, 05 Sep 2002 10:06:20 +0000 |
michaelni |
apiexample needs EXTRALIBS
libavcodec
|
Thu, 05 Sep 2002 08:48:34 +0000 |
michaelni |
fixing tests
libavcodec
|
Tue, 03 Sep 2002 20:15:34 +0000 |
michaelni |
fixing segfault
libavcodec
|
Mon, 02 Sep 2002 17:08:40 +0000 |
michaelni |
10l (compilation if defined ARCH_ALPHA)
libavcodec
|
Mon, 02 Sep 2002 16:56:29 +0000 |
michaelni |
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)
libavcodec
|
Mon, 02 Sep 2002 16:48:40 +0000 |
michaelni |
ar -s -> ranlib
libavcodec
|
Mon, 02 Sep 2002 09:51:52 +0000 |
michaelni |
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me
libavcodec
|
Mon, 02 Sep 2002 08:48:12 +0000 |
michaelni |
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Sun, 01 Sep 2002 20:54:38 +0000 |
michaelni |
higher accuracy
libavcodec
|
Sun, 01 Sep 2002 18:07:56 +0000 |
michaelni |
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
libavcodec
|
Sun, 01 Sep 2002 16:52:33 +0000 |
michaelni |
dct cleanup
libavcodec
|
Sun, 01 Sep 2002 14:30:55 +0000 |
arpi |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
libavcodec
|
Sun, 01 Sep 2002 09:33:05 +0000 |
michaelni |
dct-test update
libavcodec
|
Sun, 01 Sep 2002 07:40:31 +0000 |
michaelni |
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
libavcodec
|
Sun, 01 Sep 2002 07:26:43 +0000 |
michaelni |
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
libavcodec
|
Sun, 01 Sep 2002 07:19:38 +0000 |
michaelni |
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
libavcodec
|
Sat, 31 Aug 2002 14:17:51 +0000 |
michaelni |
bitexact hack for the simple mmx idct
libavcodec
|
Fri, 30 Aug 2002 18:17:20 +0000 |
michaelni |
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
libavcodec
|
Fri, 30 Aug 2002 16:16:30 +0000 |
michaelni |
undefined M_PI / M_E fix
libavcodec
|
Fri, 30 Aug 2002 00:05:28 +0000 |
michaelni |
patch by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
Thu, 29 Aug 2002 23:55:32 +0000 |
michaelni |
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
libavcodec
|
Wed, 28 Aug 2002 21:47:28 +0000 |
michaelni |
use extradata for h263_long_vector mode detection
libavcodec
|
Wed, 28 Aug 2002 13:14:36 +0000 |
michaelni |
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Wed, 28 Aug 2002 12:23:12 +0000 |
michaelni |
working around undefined behavior of get-vlc if the vlc s invalid
libavcodec
|
Wed, 28 Aug 2002 09:19:28 +0000 |
michaelni |
fixes rv10 decoding crash
libavcodec
|
Wed, 28 Aug 2002 08:15:30 +0000 |
michaelni |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
Tue, 27 Aug 2002 16:28:19 +0000 |
michaelni |
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples)
libavcodec
|
Mon, 26 Aug 2002 20:45:01 +0000 |
al3x |
added aspected_width/height for EXTENDED_PAR
libavcodec
|
Mon, 26 Aug 2002 16:10:41 +0000 |
michaelni |
fixing some 64bit bugs
libavcodec
|
Mon, 26 Aug 2002 08:14:36 +0000 |
michaelni |
forgot the const bits in 2pass curve matching (patch (with rounding removed) by R¸«±mi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
Sun, 25 Aug 2002 23:49:50 +0000 |
michaelni |
fixing qmin==qmax && qsquish==1
libavcodec
|
Sun, 25 Aug 2002 22:54:43 +0000 |
michaelni |
NAN doesnt exist on FreeBSD patch by (R¸«±mi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
Sun, 25 Aug 2002 21:41:57 +0000 |
michaelni |
new ratecontrol code
libavcodec
|
Sun, 25 Aug 2002 21:19:50 +0000 |
michaelni |
new ratecontrol code
libavcodec
|
Sat, 24 Aug 2002 13:24:43 +0000 |
michaelni |
error concealment needs the mbintra_table so it should allways be allocated
libavcodec
|
Thu, 22 Aug 2002 23:29:45 +0000 |
arpi |
removed -W -Wall -g and other gcc-specific warning/debug options
libavcodec
|
Thu, 22 Aug 2002 19:41:39 +0000 |
michaelni |
faster ff_sqrt()
libavcodec
|
Thu, 22 Aug 2002 19:41:06 +0000 |
michaelni |
better scene change detection
libavcodec
|
Wed, 21 Aug 2002 19:18:02 +0000 |
michaelni |
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
Tue, 20 Aug 2002 19:23:06 +0000 |
michaelni |
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)
libavcodec
|
Sun, 18 Aug 2002 00:42:58 +0000 |
michaelni |
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho
libavcodec
|
Sat, 17 Aug 2002 20:10:27 +0000 |
michaelni |
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1
libavcodec
|
Tue, 13 Aug 2002 18:51:11 +0000 |
michaelni |
patch by (Volker Moell <volker-ml at die-moells dot de>)
libavcodec
|
Fri, 09 Aug 2002 10:43:02 +0000 |
kabi |
* resync without endless loop
libavcodec
|
Fri, 09 Aug 2002 00:13:54 +0000 |
michaelni |
faster vlc table selection
libavcodec
|
Thu, 08 Aug 2002 10:46:16 +0000 |
michael |
1000l
libavcodec
|
Tue, 06 Aug 2002 23:51:15 +0000 |
michaelni |
mpeg4 mpeg quantizer encoding
libavcodec
|
Mon, 05 Aug 2002 21:36:14 +0000 |
michaelni |
4mv + bframe decoding bugfix
libavcodec
|
Mon, 05 Aug 2002 19:05:02 +0000 |
michaelni |
fixing level overflow check for qp=1
libavcodec
|
Sun, 04 Aug 2002 19:28:27 +0000 |
michaelni |
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)
libavcodec
|
Sun, 04 Aug 2002 18:19:09 +0000 |
michaelni |
fixing slices which start at mb_x>0
libavcodec
|
Sun, 04 Aug 2002 16:46:18 +0000 |
michaelni |
supporting rare overflow mess even with error_resilience>=0
libavcodec
|
Sun, 04 Aug 2002 16:21:41 +0000 |
michaelni |
making some error checks optional
libavcodec
|
Sun, 04 Aug 2002 16:05:05 +0000 |
michaelni |
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment
libavcodec
|
Fri, 02 Aug 2002 20:27:46 +0000 |
michaelni |
fixing mpeg4 mpeg quantizers
libavcodec
|
Fri, 02 Aug 2002 11:58:02 +0000 |
michaelni |
fixing normal mmx idct
libavcodec
|
Thu, 01 Aug 2002 23:23:48 +0000 |
michaelni |
10l found by R¸«±mi Guyomarch <rguyom at pobox dot com>
libavcodec
|
Thu, 01 Aug 2002 11:01:07 +0000 |
michaelni |
max_b_frame=4 bugfix
libavcodec
|
Wed, 31 Jul 2002 08:01:29 +0000 |
michaelni |
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)
libavcodec
|
Mon, 29 Jul 2002 23:14:51 +0000 |
mellum |
MVI optimizations for motion estimation.
libavcodec
|
Sat, 27 Jul 2002 14:48:44 +0000 |
michaelni |
dump bits per frame / qp / frame complexity support
libavcodec
|
Sat, 27 Jul 2002 08:27:02 +0000 |
michaelni |
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
libavcodec
|
Sat, 27 Jul 2002 03:08:04 +0000 |
philipjsg |
Add conversions to and from RGBA32 and BGRA32.
libavcodec
|
Thu, 25 Jul 2002 20:22:36 +0000 |
michaelni |
different edge positions fixed with edge emu / dr1
libavcodec
|
Thu, 25 Jul 2002 16:25:36 +0000 |
bellard |
added proposed API for parse_only mode to extract compressed frames from compressed streams
libavcodec
|
Tue, 23 Jul 2002 09:44:34 +0000 |
michaelni |
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
libavcodec
|
Mon, 22 Jul 2002 20:51:26 +0000 |
al3x |
moved codebooks to svq1_cb.h
libavcodec
|
Mon, 22 Jul 2002 08:15:27 +0000 |
michaelni |
fixing bitrate vs. kbitrate in header
libavcodec
|
Mon, 22 Jul 2002 01:44:08 +0000 |
michaelni |
adpcm encoding patch by Fran¸«®ois Revol <revol at free dot fr>
libavcodec
|
Sun, 21 Jul 2002 07:54:53 +0000 |
michaelni |
YUV410P to YUV420P patch by Fran¸«®ois Revol <revol at free dot fr>
libavcodec
|
Sun, 21 Jul 2002 01:34:05 +0000 |
michaelni |
minor optimizations
libavcodec
|
Sun, 21 Jul 2002 00:48:50 +0000 |
michaelni |
pix_abs mmx2 isnt bit-exact ...
libavcodec
|
Sat, 20 Jul 2002 20:05:50 +0000 |
michaelni |
beos/mov/adpcm patch by Fran¸«®ois Revol <revol at free dot fr>
libavcodec
|
Fri, 19 Jul 2002 22:23:40 +0000 |
michaelni |
BeOS patches by "shatty" <shatty at myrealbox.com>
libavcodec
|
Thu, 18 Jul 2002 20:27:09 +0000 |
michaelni |
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>
libavcodec
|
Wed, 17 Jul 2002 23:32:31 +0000 |
michaelni |
use edge emu for encoding of width or height %16!=0 files
libavcodec
|
Wed, 17 Jul 2002 17:50:42 +0000 |
michaelni |
fixing NULL reference frame with dr1
libavcodec
|
Wed, 17 Jul 2002 15:54:56 +0000 |
michaelni |
hmm ABS(dc-diff) > 512 fix
libavcodec
|
Wed, 17 Jul 2002 13:25:01 +0000 |
michaelni |
larger edge emu buffer (might have been too small)
libavcodec
|
Wed, 17 Jul 2002 12:42:50 +0000 |
michaelni |
fixing gmc with emu edges
libavcodec
|
Wed, 17 Jul 2002 11:04:26 +0000 |
michaelni |
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea
libavcodec
|
Wed, 17 Jul 2002 10:30:31 +0000 |
michaelni |
low_delay / has_b_frames fix
libavcodec
|
Wed, 17 Jul 2002 09:15:14 +0000 |
michaelni |
fixes fire.avi & subtitles.avi
libavcodec
|
Tue, 16 Jul 2002 11:45:14 +0000 |
michaelni |
exporting mbskip_table after it has been allocated
libavcodec
|
Tue, 16 Jul 2002 10:29:07 +0000 |
michaelni |
hurry up support
libavcodec
|
Tue, 16 Jul 2002 10:19:00 +0000 |
michaelni |
grayscale only decoding
libavcodec
|
Tue, 16 Jul 2002 01:24:02 +0000 |
michaelni |
dr1
libavcodec
|
Tue, 16 Jul 2002 00:48:29 +0000 |
michaelni |
dr1
libavcodec
|
Mon, 15 Jul 2002 21:19:37 +0000 |
michaelni |
direct rendering for SVQ1
libavcodec
|
Mon, 15 Jul 2002 14:15:10 +0000 |
michaelni |
uvlinesize
libavcodec
|
Mon, 15 Jul 2002 07:43:22 +0000 |
nickols_k |
1001L
libavcodec
|
Mon, 15 Jul 2002 00:25:53 +0000 |
michaelni |
4mv & qpel edge emu
libavcodec
|
Sun, 14 Jul 2002 18:37:35 +0000 |
michaelni |
direct rendering method 1 support
libavcodec
|
Sun, 14 Jul 2002 18:36:24 +0000 |
michaelni |
rl vlc table optimization (not yet used)
libavcodec
|
Sun, 14 Jul 2002 14:05:10 +0000 |
michaelni |
faster get_bit_cache
libavcodec
|
Sat, 13 Jul 2002 19:31:15 +0000 |
mellum |
Force inlining on get_vlc2.
libavcodec
|
Sat, 13 Jul 2002 17:30:43 +0000 |
michaelni |
rl decoding optimization
libavcodec
|
Sat, 13 Jul 2002 16:29:11 +0000 |
mellum |
Remove support for variable BSIZE and INCR, as sub_pixels_* is no
libavcodec
|
Sat, 13 Jul 2002 16:23:02 +0000 |
michaelni |
get_vlc -> get_vlc2
libavcodec
|
Sat, 13 Jul 2002 16:17:38 +0000 |
mellum |
* Improve xy2 routines slightly
libavcodec
|
Sat, 13 Jul 2002 16:10:27 +0000 |
michaelni |
optimization (get_vlc() -> get_vlc2())
libavcodec
|
Sat, 13 Jul 2002 15:45:52 +0000 |
michaelni |
optimization (get_vlc -> get_vlc2)
libavcodec
|
Sat, 13 Jul 2002 15:03:47 +0000 |
michaelni |
return buf_size again, i hope kabi is finally happy now ;)
libavcodec
|
Sat, 13 Jul 2002 14:55:12 +0000 |
michaelni |
rl vlc decoding optimizations
libavcodec
|
Fri, 12 Jul 2002 12:41:32 +0000 |
mellum |
Warning fix.
libavcodec
|
Thu, 11 Jul 2002 23:34:06 +0000 |
arpi_esp |
don't exit decoder after decoding first field -> fixes angels.avi interlacing
libavcodec
|
Thu, 11 Jul 2002 15:55:19 +0000 |
mellum |
Tweak Alpha compiler flags.
libavcodec
|
Thu, 11 Jul 2002 15:54:10 +0000 |
nickols_k |
10L
libavcodec
|
Thu, 11 Jul 2002 15:16:17 +0000 |
nickols_k |
Add Arpi to list of porters.
libavcodec
|
Thu, 11 Jul 2002 15:03:41 +0000 |
nickols_k |
Change licence to LGPL since there are no objections from side of original author
libavcodec
|
Thu, 11 Jul 2002 12:42:20 +0000 |
michaelni |
dont trash table in GET_VLC
libavcodec
|
Wed, 10 Jul 2002 22:06:04 +0000 |
mellum |
Remove some cruft.
libavcodec
|
Wed, 10 Jul 2002 21:01:45 +0000 |
michaelni |
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>)
libavcodec
|
Wed, 10 Jul 2002 20:21:00 +0000 |
michaelni |
returning the number of consumed bytes (2nd try)
libavcodec
|
Wed, 10 Jul 2002 20:05:42 +0000 |
michaelni |
get_vlc() optimizations
libavcodec
|
Wed, 10 Jul 2002 17:39:16 +0000 |
nickols_k |
Applied patch of Felix Buenemann
libavcodec
|
Wed, 10 Jul 2002 17:32:59 +0000 |
michaelni |
get_vlc() optimization
libavcodec
|
Wed, 10 Jul 2002 16:37:08 +0000 |
nickols_k |
* prefixication (due Kabi's request)
libavcodec
|
Wed, 10 Jul 2002 14:34:06 +0000 |
kabi |
* clean compiler warning
libavcodec
|
Wed, 10 Jul 2002 10:25:11 +0000 |
michaelni |
return the number of consumed bytes instead of 0 or buf_size
libavcodec
|
Tue, 09 Jul 2002 19:22:50 +0000 |
michaelni |
c std doesnt like negative shifts -> use asm
libavcodec
|
Tue, 09 Jul 2002 18:38:07 +0000 |
kabi |
* declare av_free
libavcodec
|
Tue, 09 Jul 2002 18:14:59 +0000 |
michaelni |
warning fix patch by atmos
libavcodec
|
Tue, 09 Jul 2002 17:41:51 +0000 |
michaelni |
gcc3 bug workaround
libavcodec
|
Tue, 09 Jul 2002 16:08:43 +0000 |
nickols_k |
new codec: Sorenson v1
libavcodec
|
Tue, 09 Jul 2002 10:35:10 +0000 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
Sun, 07 Jul 2002 08:34:46 +0000 |
michaelni |
wmv1 slice_height != mb_height support
libavcodec
|
Fri, 05 Jul 2002 19:16:26 +0000 |
mellum |
Implement clear_blocks_axp.
libavcodec
|
Thu, 04 Jul 2002 13:41:27 +0000 |
mellum |
* Move "restrict" fallback to common.h
libavcodec
|
Thu, 04 Jul 2002 01:47:32 +0000 |
mellum |
* Detect "retrict" keyword
libavcodec
|
Wed, 03 Jul 2002 23:30:32 +0000 |
mellum |
Make dct_unquantize_h263 work on systems without MVI extension.
libavcodec
|
Wed, 03 Jul 2002 03:01:06 +0000 |
mellum |
Update and activate dct_unquantize_h263_mvi. Thanks to M¸«©ns Rullg¸«©rd
libavcodec
|
Wed, 03 Jul 2002 01:09:44 +0000 |
mellum |
Use updated motion compensation routines.
libavcodec
|
Tue, 02 Jul 2002 02:22:46 +0000 |
mellum |
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to
libavcodec
|
Mon, 01 Jul 2002 23:47:01 +0000 |
mellum |
Assembly version of put_pixels. This is currently the function that
libavcodec
|
Mon, 01 Jul 2002 23:02:36 +0000 |
mellum |
Add profiling support.
libavcodec
|
Mon, 01 Jul 2002 04:26:07 +0000 |
mellum |
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
libavcodec
|
Sat, 29 Jun 2002 15:01:23 +0000 |
michael |
colorspace converter tests (memory corruption tests at different width/src/dst)
libavcodec
|
Thu, 27 Jun 2002 13:21:16 +0000 |
kabi |
* turned into debug message - it's annoying when watching mjpeg files
libavcodec
|
Tue, 25 Jun 2002 10:15:42 +0000 |
michaelni |
init dc_scale tables to defaults (fixes mjpeg sig11)
libavcodec
|
Mon, 24 Jun 2002 22:22:39 +0000 |
mellum |
Ugly hack to make the assembler accept MVI instructions.
libavcodec
|
Mon, 24 Jun 2002 22:21:30 +0000 |
mellum |
* Fixed constraints
libavcodec
|
Mon, 24 Jun 2002 21:17:22 +0000 |
mellum |
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more
libavcodec
|
Mon, 24 Jun 2002 15:02:52 +0000 |
michaelni |
4mv bugfix
libavcodec
|
Sat, 22 Jun 2002 15:52:25 +0000 |
michaelni |
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3
libavcodec
|
Tue, 18 Jun 2002 00:50:20 +0000 |
michaelni |
wmv1 support
libavcodec
|
Tue, 18 Jun 2002 00:49:00 +0000 |
michaelni |
wmv1 support
libavcodec
|
Tue, 18 Jun 2002 00:46:02 +0000 |
michaelni |
dc scale simplification/optimization
libavcodec
|
Mon, 17 Jun 2002 08:29:03 +0000 |
bellard |
use #ifdef
libavcodec
|
Thu, 13 Jun 2002 23:36:30 +0000 |
bellard |
reverted to inttypes.h since it gives problems on some unixes
libavcodec
|
Tue, 11 Jun 2002 13:45:17 +0000 |
bellard |
moved code to mem.c and allcodecs.c
libavcodec
|
Tue, 11 Jun 2002 13:44:14 +0000 |
bellard |
fixed one mpeg decoder memory leak
libavcodec
|
Tue, 11 Jun 2002 13:43:27 +0000 |
bellard |
move unaligned access macros to dsputil.h - added unaligned 32 bit store
libavcodec
|
Tue, 11 Jun 2002 13:42:18 +0000 |
bellard |
memory functions are exported
libavcodec
|
Tue, 11 Jun 2002 13:41:41 +0000 |
bellard |
put codec registering in another file so that the user can install the codecs he wants
libavcodec
|
Tue, 11 Jun 2002 13:41:01 +0000 |
bellard |
put memory functions in a separate file so that the user can redefinite them without modifying the library
libavcodec
|
Tue, 11 Jun 2002 13:39:47 +0000 |
bellard |
added installlib target to install static libraries and includes
libavcodec
|
Tue, 11 Jun 2002 13:38:54 +0000 |
bellard |
do not export internal functions - use stdint.h
libavcodec
|
Sun, 09 Jun 2002 14:04:36 +0000 |
michaelni |
grayscale only encoding
libavcodec
|
Sun, 09 Jun 2002 13:43:53 +0000 |
michaelni |
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too
libavcodec
|
Sun, 09 Jun 2002 13:35:56 +0000 |
michaelni |
grayscale only decoding
libavcodec
|
Fri, 07 Jun 2002 22:01:03 +0000 |
arpi_esp |
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"
libavcodec
|
Thu, 06 Jun 2002 14:31:18 +0000 |
bellard |
fixed multiple allocation bug
libavcodec
|
Thu, 06 Jun 2002 14:25:44 +0000 |
bellard |
fixed case where abs_level > MAX_LEVEL
libavcodec
|
Wed, 05 Jun 2002 23:43:56 +0000 |
michaelni |
optimizing MPV_decode_mb
libavcodec
|
Wed, 05 Jun 2002 18:48:07 +0000 |
bellard |
added ff_idct_put/add
libavcodec
|
Wed, 05 Jun 2002 18:46:25 +0000 |
bellard |
added inlined put/add functions
libavcodec
|
Wed, 05 Jun 2002 18:36:03 +0000 |
bellard |
use ff_idct_put/add()
libavcodec
|
Wed, 05 Jun 2002 18:35:28 +0000 |
bellard |
use ff_idct_put()
libavcodec
|
Wed, 05 Jun 2002 14:25:06 +0000 |
bellard |
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs
libavcodec
|
Tue, 04 Jun 2002 18:35:31 +0000 |
michaelni |
run1 can be <0 bugfix (found by fabrice)
libavcodec
|
Tue, 04 Jun 2002 12:58:40 +0000 |
bellard |
avoid name clash with libjpeg - added missing externs
libavcodec
|
Tue, 04 Jun 2002 12:56:04 +0000 |
bellard |
added missing externs (we were lucky that commons are used)
libavcodec
|
Tue, 04 Jun 2002 12:53:11 +0000 |
bellard |
added missing externs
libavcodec
|
Mon, 03 Jun 2002 17:35:35 +0000 |
kabi |
* reimplemented remaing avg_ pixel functions
libavcodec
|
Mon, 03 Jun 2002 17:31:46 +0000 |
kabi |
* implemented remaing avg_ pixel functions (these are not used offen)
libavcodec
|
Mon, 03 Jun 2002 14:44:37 +0000 |
mellum |
Revert previous bogus warning fix.
libavcodec
|
Mon, 03 Jun 2002 11:16:11 +0000 |
mellum |
Minor warning cleanup.
libavcodec
|
Mon, 03 Jun 2002 07:58:35 +0000 |
nickols_k |
use qstride instead of fixed constants
libavcodec
|
Mon, 03 Jun 2002 07:01:42 +0000 |
nickols_k |
new field for communicating with external postprocessing
libavcodec
|
Sun, 02 Jun 2002 22:08:04 +0000 |
michaelni |
100l divx501+ seeking bugfix
libavcodec
|
Sun, 02 Jun 2002 16:06:41 +0000 |
michaelni |
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>)
libavcodec
|
Sun, 02 Jun 2002 15:49:21 +0000 |
michaelni |
10l found&patch by D Richard Felker III <dalias at aerifal.cx>
libavcodec
|
Sun, 02 Jun 2002 15:31:30 +0000 |
michaelni |
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
libavcodec
|
Sun, 02 Jun 2002 13:31:48 +0000 |
michaelni |
divx5 bug workaround
libavcodec
|
Sun, 02 Jun 2002 12:25:54 +0000 |
michaelni |
single coefficient elimination
libavcodec
|
Sun, 02 Jun 2002 12:24:26 +0000 |
michaelni |
b_quant_offset (unfinished, should be 0 for now)
libavcodec
|
Sun, 02 Jun 2002 12:23:22 +0000 |
michaelni |
data partitioning
libavcodec
|
Sun, 02 Jun 2002 12:22:30 +0000 |
michaelni |
msmpeg4v1 decoding
libavcodec
|
Sun, 02 Jun 2002 12:20:39 +0000 |
michaelni |
single coefficient elimination
libavcodec
|
Sun, 02 Jun 2002 12:18:18 +0000 |
michaelni |
dont double check vectors
libavcodec
|
Sun, 02 Jun 2002 12:16:28 +0000 |
michaelni |
error concealment / error resilience
libavcodec
|
Sun, 02 Jun 2002 12:15:17 +0000 |
michaelni |
error concealment / error resilience
libavcodec
|
Sun, 02 Jun 2002 12:13:09 +0000 |
michaelni |
fixing get_bits_count at the end
libavcodec
|
Sun, 02 Jun 2002 12:11:44 +0000 |
michaelni |
sqrt
libavcodec
|
Sat, 01 Jun 2002 23:18:44 +0000 |
michaelni |
bugfix
libavcodec
|
Sat, 01 Jun 2002 14:34:29 +0000 |
bellard |
fixed layer1/2 overflow if very loud sound - fixed broken free format decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary)
libavcodec
|
Thu, 30 May 2002 15:14:56 +0000 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
Wed, 29 May 2002 20:00:10 +0000 |
kabi |
* using unrolled loops seems to help to MMX Celerons
libavcodec
|
Wed, 29 May 2002 19:57:21 +0000 |
kabi |
* reenabled original xy2 put routine - rounding error is really bad with
libavcodec
|
Wed, 29 May 2002 17:16:22 +0000 |
kabi |
* code with new PAVGB for MMX only CPU splited into separate file
libavcodec
|
Wed, 29 May 2002 14:29:48 +0000 |
kabi |
* new mmx code - based upon http://aggregate.org/MAGIC
libavcodec
|
Wed, 29 May 2002 14:20:48 +0000 |
kabi |
* cosmetic minor change
libavcodec
|
Wed, 29 May 2002 08:31:22 +0000 |
kabi |
* optimized remaing avg_pixels_xy2
libavcodec
|
Tue, 28 May 2002 16:35:58 +0000 |
kabi |
* optimized avg_* functions (except xy2)
libavcodec
|
Mon, 27 May 2002 16:42:14 +0000 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
Mon, 27 May 2002 14:09:10 +0000 |
kabi |
* more PIC friendly and faster code
libavcodec
|
Mon, 27 May 2002 11:32:01 +0000 |
kabi |
* removed TESTCPU_MAIN - not needed for testing
libavcodec
|
Mon, 27 May 2002 09:17:21 +0000 |
kabi |
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check
libavcodec
|
Mon, 27 May 2002 08:37:13 +0000 |
kabi |
* undefine local defines when they are no longer needed
libavcodec
|
Mon, 27 May 2002 08:34:24 +0000 |
kabi |
* compatibilized declaration with its original definition
libavcodec
|
Mon, 27 May 2002 08:31:54 +0000 |
kabi |
* avoids double inclusion of this header
libavcodec
|
Sun, 26 May 2002 15:24:32 +0000 |
bellard |
don't use inttypes.h - use inline function for bswap_64()
libavcodec
|
Sun, 26 May 2002 15:07:57 +0000 |
bellard |
fixed mangle issue
libavcodec
|
Sun, 26 May 2002 14:41:53 +0000 |
bellard |
removed invalid buffer handling
libavcodec
|
Sun, 26 May 2002 09:45:45 +0000 |
nickols_k |
untested generic bswap64
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Sat, 25 May 2002 22:42:45 +0000 |
glantau |
consistent include usage
libavcodec
|
Sat, 25 May 2002 22:39:29 +0000 |
glantau |
fixed incorrect buffer handling
libavcodec
|
Sat, 25 May 2002 22:38:02 +0000 |
glantau |
better logic for bswap
libavcodec
|
Sat, 25 May 2002 22:36:24 +0000 |
glantau |
removed
libavcodec
|
Sat, 25 May 2002 22:36:01 +0000 |
glantau |
moved in libavcodec
libavcodec
|
Fri, 24 May 2002 01:16:08 +0000 |
philipjsg |
Add an av_abort macro that aborts, but also prints out the location of the abort.
libavcodec
|
Thu, 23 May 2002 16:19:07 +0000 |
kabi |
* baling 8 seems to have the same speed
libavcodec
|
Thu, 23 May 2002 15:57:28 +0000 |
kabi |
* always baling even though it seems to produce sometime worse
libavcodec
|
Thu, 23 May 2002 15:48:30 +0000 |
kabi |
* cleanup for put_pixels_mmx
libavcodec
|
Thu, 23 May 2002 15:33:23 +0000 |
alex |
applied 64bit patch from Ulrich Hecht <uli at suse dot de>
libavcodec
|
Thu, 23 May 2002 13:34:22 +0000 |
kabi |
* somewhat more advanced test suit for dsp code - for now i386 only
libavcodec
|
Thu, 23 May 2002 12:17:08 +0000 |
kabi |
* align the source initialy address
libavcodec
|
Thu, 23 May 2002 10:10:14 +0000 |
kabi |
* fixed contrains and avoid usage of scale index access
libavcodec
|
Thu, 23 May 2002 10:09:33 +0000 |
kabi |
* added simple test main - see comments about how to
libavcodec
|
Wed, 22 May 2002 23:18:59 +0000 |
michaelni |
using 1 operand less and slightly faster put_pixels_y2
libavcodec
|
Wed, 22 May 2002 20:46:24 +0000 |
kabi |
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
libavcodec
|
Wed, 22 May 2002 13:53:23 +0000 |
kabi |
* minor cleanup
libavcodec
|
Tue, 21 May 2002 23:13:57 +0000 |
michaelni |
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)
libavcodec
|
Tue, 21 May 2002 23:07:26 +0000 |
kabi |
* oops - these are the midnight commits...
libavcodec
|
Tue, 21 May 2002 22:18:12 +0000 |
kabi |
* restored previous behaviour for this moment
libavcodec
|
Tue, 21 May 2002 21:50:05 +0000 |
kabi |
* restored previous non '..' version
libavcodec
|
Tue, 21 May 2002 21:07:47 +0000 |
glantau |
fixed incorrect global gain - slightly increased precision of n^(4/3) table
libavcodec
|
Tue, 21 May 2002 19:42:43 +0000 |
kabi |
* using ../ for bswap.h
libavcodec
|
Tue, 21 May 2002 18:56:03 +0000 |
kabi |
* avoid conflicts with non-ffmpeg config.h and also it's consistent
libavcodec
|
Mon, 20 May 2002 21:15:53 +0000 |
glantau |
fixed one overflow problem
libavcodec
|
Mon, 20 May 2002 16:37:58 +0000 |
glantau |
removed unused stuff - added dsputil_set_bit_exact() support for easier testing
libavcodec
|
Mon, 20 May 2002 16:25:09 +0000 |
glantau |
removed unused code
libavcodec
|
Mon, 20 May 2002 16:24:39 +0000 |
glantau |
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams
libavcodec
|
Mon, 20 May 2002 16:23:27 +0000 |
glantau |
better av_freep()
libavcodec
|
Mon, 20 May 2002 16:22:51 +0000 |
glantau |
added avcodec_set_bit_exact() for testing
libavcodec
|
Sun, 19 May 2002 01:49:53 +0000 |
michaelni |
fixing alignment for alignment picky cpus
libavcodec
|
Sat, 18 May 2002 23:05:19 +0000 |
glantau |
removed unmaintained vc stuff
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Sat, 18 May 2002 23:01:20 +0000 |
glantau |
added VPATH support for multiple dir compilation
libavcodec
|
Sat, 18 May 2002 22:59:50 +0000 |
glantau |
proper memory handling functions
libavcodec
|
Sat, 18 May 2002 22:59:12 +0000 |
glantau |
removed debug function
libavcodec
|
Sat, 18 May 2002 22:58:08 +0000 |
glantau |
put all integer init code to compute n^(4/3) - memory alloc and header fixes
libavcodec
|
Sat, 18 May 2002 22:56:50 +0000 |
glantau |
improved mpeg1/2 decoding speed
libavcodec
|
Sat, 18 May 2002 22:56:25 +0000 |
glantau |
added proper memory handling functions - fixed include paths
libavcodec
|
Sat, 18 May 2002 22:49:11 +0000 |
glantau |
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)
libavcodec
|
Fri, 17 May 2002 15:31:33 +0000 |
michaelni |
qmin==1 bugfix
libavcodec
|
Fri, 17 May 2002 13:01:01 +0000 |
michaelni |
shared lib support (req by kabi) ...
libavcodec
|
Fri, 17 May 2002 01:04:14 +0000 |
michaelni |
hopefully faster mmx2&3dnow MC
libavcodec
|
Thu, 16 May 2002 23:29:09 +0000 |
michaelni |
new hopefully faster MC
libavcodec
|
Thu, 16 May 2002 22:01:30 +0000 |
michaelni |
print frame decoding time support (x86 only)
libavcodec
|
Tue, 14 May 2002 19:56:42 +0000 |
pulento |
- repeat_pict meaning changed, now it signals the extra delay for the
libavcodec
|
Tue, 14 May 2002 14:17:11 +0000 |
kabi |
* first shot for the new avcodec API
libavcodec
|
Tue, 14 May 2002 02:36:23 +0000 |
philipjsg |
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.
libavcodec
|
Sun, 12 May 2002 16:06:45 +0000 |
nickols_k |
build num ++
libavcodec
|
Sun, 12 May 2002 15:53:25 +0000 |
nickols_k |
build info for ABI
libavcodec
|
Sun, 12 May 2002 15:30:10 +0000 |
nickols_k |
I was too lazy to be a hero ;)
libavcodec
|
Sun, 12 May 2002 02:55:48 +0000 |
pulento |
- repeat_pict added to AVCodecContext to signal if the decoder must repeat
libavcodec
|
Sat, 11 May 2002 23:42:16 +0000 |
pulento |
- pict_type exported to AVCodecContext
libavcodec
|
Thu, 09 May 2002 05:42:27 +0000 |
pulento |
- Warning fix.
libavcodec
|
Thu, 09 May 2002 01:24:27 +0000 |
philipjsg |
* Don't allocate 0 bytes of memory. It upsets electricFence!
libavcodec
|
Thu, 09 May 2002 01:23:49 +0000 |
philipjsg |
* Fix a problem with the first sample when down sampling.
libavcodec
|
Thu, 09 May 2002 01:22:51 +0000 |
philipjsg |
* Every frame is a key_frame
libavcodec
|
Thu, 09 May 2002 01:22:30 +0000 |
philipjsg |
* Start using enumerated types (makes debugging much easier)
libavcodec
|
Tue, 07 May 2002 17:55:02 +0000 |
al3x |
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
libavcodec
|
Tue, 07 May 2002 17:21:38 +0000 |
al3x |
added support for various app headers, and writin FFmpeg comment
libavcodec
|
Mon, 06 May 2002 21:34:50 +0000 |
pulento |
- Segfault fixed when liba52 dynamic library isn't found.
libavcodec
|
Mon, 06 May 2002 19:32:55 +0000 |
pulento |
- MPEG-4 B frames coding option for ffmpeg.c
libavcodec
|
Mon, 06 May 2002 16:40:43 +0000 |
kabi |
* replaced with liba52
libavcodec
|
Mon, 06 May 2002 13:15:05 +0000 |
michaelni |
there are divx5? encoded files without a userdata section but with b-frames :(
libavcodec
|
Sun, 05 May 2002 19:03:24 +0000 |
michaelni |
segfault fix for b-frame encoding with height%16!=0
libavcodec
|
Sun, 05 May 2002 11:08:59 +0000 |
michael |
3dnow temporal denoiser bugfix by R¸«±mi Guyomarch <rguyom@pobox.com>
libavcodec
|
Sun, 05 May 2002 09:56:13 +0000 |
nickols_k |
version info
libavcodec
|
Sun, 05 May 2002 01:39:07 +0000 |
michaelni |
MV visualisation support
libavcodec
|
Sun, 05 May 2002 01:37:07 +0000 |
michaelni |
shorter user data with formating by juanjo
libavcodec
|
Sat, 04 May 2002 18:58:07 +0000 |
michaelni |
move ABS() to common.h
libavcodec
|
Fri, 03 May 2002 23:13:24 +0000 |
michaelni |
move put_string() to common.{c,h}
libavcodec
|
Fri, 03 May 2002 21:38:02 +0000 |
michaelni |
correct quantizer bias
libavcodec
|
Fri, 03 May 2002 18:46:55 +0000 |
arpi_esp |
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
libavcodec
|
Fri, 03 May 2002 18:11:23 +0000 |
pulento |
- H263 PAR support by Alex Beregszaszi.
libavcodec
|
Fri, 03 May 2002 16:34:40 +0000 |
arpi_esp |
patch by Alex Beregszaszi <alex@naxine.org>
libavcodec
|
Thu, 02 May 2002 20:45:43 +0000 |
michaelni |
freeze fix
libavcodec
|
Thu, 02 May 2002 13:35:33 +0000 |
michaelni |
C4=16383 for the c version too and even for some outcommented code
libavcodec
|
Thu, 02 May 2002 12:51:10 +0000 |
michaelni |
set C4 to 16383
libavcodec
|
Thu, 02 May 2002 04:39:45 +0000 |
pulento |
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
libavcodec
|
Wed, 01 May 2002 18:12:04 +0000 |
arpi_esp |
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org>
libavcodec
|
Wed, 01 May 2002 13:27:40 +0000 |
kabi |
* by Thomas Sailer:
libavcodec
|
Tue, 30 Apr 2002 01:29:29 +0000 |
michaelni |
fixing msmpeg4v3 dc-scale for quantizers 24-31
libavcodec
|
Sat, 27 Apr 2002 14:10:47 +0000 |
michaelni |
detecting xvid/divx4/opendivx and set low_delay flag
libavcodec
|
Sat, 27 Apr 2002 13:12:57 +0000 |
michaelni |
export mbskip_table for direct rendering
libavcodec
|
Sat, 27 Apr 2002 12:30:26 +0000 |
michaelni |
fixed msmpeg4 infinite loop if buggy stream
libavcodec
|
Fri, 26 Apr 2002 07:18:57 +0000 |
kabi |
* cleanup
libavcodec
|
Wed, 24 Apr 2002 12:18:59 +0000 |
kabi |
* fixes problem with -funroll-loops and buggy gcc compiler
libavcodec
|
Wed, 24 Apr 2002 01:24:06 +0000 |
michaelni |
avcodec_flush_buffers()
libavcodec
|
Tue, 23 Apr 2002 08:52:53 +0000 |
kabi |
* path to ffmpegs config.h
libavcodec
|
Mon, 22 Apr 2002 21:02:18 +0000 |
michaelni |
segfault fix
libavcodec
|
Mon, 22 Apr 2002 19:57:45 +0000 |
kabi |
* using liba52
libavcodec
|
Mon, 22 Apr 2002 19:57:26 +0000 |
kabi |
* using some small char buffer - needed for sprintf
libavcodec
|
Mon, 22 Apr 2002 19:04:28 +0000 |
michaelni |
export delay info
libavcodec
|
Mon, 22 Apr 2002 17:33:43 +0000 |
michaelni |
b-frame mpeg4 fix when seeking
libavcodec
|
Mon, 22 Apr 2002 15:53:24 +0000 |
michael |
x1 deblocking filter bugfix
libavcodec
|
Mon, 22 Apr 2002 12:45:22 +0000 |
michaelni |
divx 5.01 support
libavcodec
|
Mon, 22 Apr 2002 10:27:25 +0000 |
kabi |
* add support for liba52
libavcodec
|
Sun, 21 Apr 2002 23:47:27 +0000 |
michaelni |
fix b-frame MB skip
libavcodec
|
Sun, 21 Apr 2002 22:41:49 +0000 |
michaelni |
rounding bugfix
libavcodec
|
Sun, 21 Apr 2002 21:18:17 +0000 |
michaelni |
fixed ratecontrol & b-frames
libavcodec
|
Sat, 20 Apr 2002 21:17:26 +0000 |
arpi_esp |
postprocess array increased to handle images up to 2048x1536
libavcodec
|
Fri, 19 Apr 2002 03:25:20 +0000 |
michaelni |
much better ME for b frames (a bit slow though)
libavcodec
|
Wed, 17 Apr 2002 18:19:50 +0000 |
michaelni |
fixing hq mode with mpeg1 and 2-pass
libavcodec
|
Wed, 17 Apr 2002 16:30:31 +0000 |
michaelni |
mpeg2/mpeg4 dequantizer support (c & mmx)
libavcodec
|
Wed, 17 Apr 2002 04:32:12 +0000 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
Mon, 15 Apr 2002 12:52:21 +0000 |
kabi |
* minor - slightly modified debug message
libavcodec
|
Mon, 15 Apr 2002 02:28:05 +0000 |
pulento |
- Versions defined for libav/libavcodec.
libavcodec
|
Sun, 14 Apr 2002 22:17:40 +0000 |
pulento |
- ME method compatibility with legacy apps.
libavcodec
|
Sun, 14 Apr 2002 18:57:51 +0000 |
pulento |
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.
libavcodec
|
Fri, 12 Apr 2002 14:01:10 +0000 |
michael |
fix typo found by Milan Cutka <cutka@szm.sk>
libavcodec
|
Tue, 09 Apr 2002 04:52:49 +0000 |
pulento |
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
libavcodec
|
Tue, 09 Apr 2002 00:37:06 +0000 |
pulento |
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.
libavcodec
|
Tue, 09 Apr 2002 00:08:39 +0000 |
pulento |
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting
libavcodec
|
Mon, 08 Apr 2002 21:03:35 +0000 |
kabi |
* using pixtype as enum - by Philip Gladstone
libavcodec
|
Mon, 08 Apr 2002 12:08:03 +0000 |
kabi |
* encoding of AC3 with more than 2 channels
libavcodec
|
Sun, 07 Apr 2002 21:44:29 +0000 |
pulento |
- Added force_pts to av_write_packet() to be able to force PTS, this helps
libavcodec
|
Sun, 07 Apr 2002 02:03:32 +0000 |
michaelni |
mpeg4 mpeg quantizer support
libavcodec
|
Sat, 06 Apr 2002 22:29:37 +0000 |
michaelni |
wmv1 header parser (unfinished)
libavcodec
|
Fri, 05 Apr 2002 21:04:09 +0000 |
michaelni |
msmpeg4v2 encoding
libavcodec
|
Fri, 05 Apr 2002 16:51:12 +0000 |
michaelni |
fixing msmpeg4v2 bugs (is bugfree now afaik)
libavcodec
|
Fri, 05 Apr 2002 04:23:01 +0000 |
michaelni |
b frames & slices bugfix
libavcodec
|
Fri, 05 Apr 2002 04:09:04 +0000 |
michaelni |
msmpeg4v2 decoding (no encoding yet)
libavcodec
|
Thu, 04 Apr 2002 20:04:10 +0000 |
michaelni |
dump_stream support (nicely formated 0s and 1s)
libavcodec
|
Thu, 04 Apr 2002 19:50:46 +0000 |
michaelni |
emms was missing, found by juanjo but he didnt commit it?!
libavcodec
|
Mon, 01 Apr 2002 17:40:42 +0000 |
michaelni |
fixing MVs in hq mode
libavcodec
|
Mon, 01 Apr 2002 13:24:47 +0000 |
michaelni |
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)
libavcodec
|
Sat, 30 Mar 2002 21:33:14 +0000 |
michaelni |
fixing 1/0
libavcodec
|
Fri, 29 Mar 2002 05:15:49 +0000 |
michaelni |
divx5-gmc bug workaround
libavcodec
|
Fri, 29 Mar 2002 02:07:25 +0000 |
michaelni |
msmpeg4v2 header parser & some dump bits code behind #if 0
libavcodec
|
Fri, 29 Mar 2002 01:53:59 +0000 |
michaelni |
minor optimizations / simplifications
libavcodec
|
Thu, 28 Mar 2002 23:07:54 +0000 |
arpi_esp |
using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work
libavcodec
|
Thu, 28 Mar 2002 22:50:22 +0000 |
michaelni |
force frame type for 2-pass encoding
libavcodec
|
Thu, 28 Mar 2002 13:41:04 +0000 |
michaelni |
sizeof(s->block) isnt 64*6*2 anymore bugfix
libavcodec
|
Thu, 28 Mar 2002 04:25:35 +0000 |
michaelni |
mpeg4 4MV encoding
libavcodec
|
Wed, 27 Mar 2002 21:25:22 +0000 |
michaelni |
4MV motion estimation (not finished yet)
libavcodec
|
Mon, 25 Mar 2002 15:36:16 +0000 |
michaelni |
optimizing mpeg4_encode_dc
libavcodec
|
Sun, 24 Mar 2002 23:45:13 +0000 |
michaelni |
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>
libavcodec
|
Sun, 24 Mar 2002 22:02:21 +0000 |
michaelni |
b-frame decoding bugfix
libavcodec
|
Sun, 24 Mar 2002 21:25:04 +0000 |
michaelni |
resync marker support, needed for some mp4 files
libavcodec
|
Sun, 24 Mar 2002 04:58:54 +0000 |
michaelni |
seems the old intra/inter decission is slightly better with a threshold, than the new one
libavcodec
|
Sun, 24 Mar 2002 04:16:51 +0000 |
michaelni |
10l (motion_val was uninitilized)
libavcodec
|
Sat, 23 Mar 2002 20:21:33 +0000 |
michaelni |
fixing motion estimation with h263p hopefully
libavcodec
|
Sat, 23 Mar 2002 17:43:30 +0000 |
michaelni |
statistics for 2-pass encoding
libavcodec
|
Sat, 23 Mar 2002 13:00:08 +0000 |
michaelni |
dont return -1 if mpeg4 scalability ...
libavcodec
|
Sat, 23 Mar 2002 12:39:45 +0000 |
michaelni |
better inter/intra decission algo (same as xvid)
libavcodec
|
Sat, 23 Mar 2002 00:31:33 +0000 |
michaelni |
fixing MV range in h263
libavcodec
|
Fri, 22 Mar 2002 23:28:11 +0000 |
michaelni |
more aspect stuff
libavcodec
|
Fri, 22 Mar 2002 23:22:08 +0000 |
michaelni |
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)
libavcodec
|
Fri, 22 Mar 2002 16:51:44 +0000 |
michaelni |
fixing epzs & mpeg1 (hopefully now really ...)
libavcodec
|
Fri, 22 Mar 2002 04:35:46 +0000 |
michaelni |
mpeg1 & epzs fix
libavcodec
|
Fri, 22 Mar 2002 02:36:08 +0000 |
michaelni |
oops
libavcodec
|
Fri, 22 Mar 2002 02:21:17 +0000 |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good :)
libavcodec
|
Wed, 20 Mar 2002 11:16:07 +0000 |
pulento |
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
libavcodec
|
Tue, 19 Mar 2002 06:30:41 +0000 |
pulento |
- Added video coding statistics for ffmpeg. Needs more work.
libavcodec
|
Tue, 19 Mar 2002 03:51:36 +0000 |
michaelni |
use the width & height from the mpeg4 header ... in the case that its complete
libavcodec
|
Mon, 18 Mar 2002 21:06:07 +0000 |
michaelni |
msmpeg4 bugfix (wrong frame displayed if some frames are skipped)
libavcodec
|
Mon, 18 Mar 2002 20:11:43 +0000 |
michaelni |
fixing 4MV
libavcodec
|
Sun, 17 Mar 2002 19:45:33 +0000 |
michaelni |
scene change detection
libavcodec
|
Sun, 17 Mar 2002 18:08:11 +0000 |
michaelni |
10l
libavcodec
|
Sun, 17 Mar 2002 17:44:45 +0000 |
pulento |
- Fixes on MPEG demuxer to handle VOBs without System Header.
libavcodec
|
Sun, 17 Mar 2002 16:31:38 +0000 |
michaelni |
hopefully better bitrate controll
libavcodec
|
Sat, 16 Mar 2002 02:41:00 +0000 |
pulento |
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)
libavcodec
|
Fri, 15 Mar 2002 14:57:17 +0000 |
michaelni |
optimization
libavcodec
|
Fri, 15 Mar 2002 04:10:53 +0000 |
michaelni |
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)
libavcodec
|
Wed, 13 Mar 2002 19:26:38 +0000 |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
libavcodec
|
Wed, 13 Mar 2002 12:50:41 +0000 |
michaelni |
generate even more complete mpeg4 headers
libavcodec
|
Tue, 12 Mar 2002 22:54:25 +0000 |
michaelni |
mpeg4 b-frames :)
libavcodec
|
Sun, 10 Mar 2002 15:16:41 +0000 |
pulento |
- Bug fix on output sample rate for lame MP3 encoding.
libavcodec
|
Sun, 10 Mar 2002 14:58:53 +0000 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
Sun, 10 Mar 2002 14:52:00 +0000 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
Sun, 10 Mar 2002 14:51:20 +0000 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
Sun, 10 Mar 2002 03:17:53 +0000 |
michaelni |
divx5 draw_edges bugfix
libavcodec
|
Sat, 09 Mar 2002 14:22:21 +0000 |
michaelni |
q-pel mc fixed
libavcodec
|
Sat, 09 Mar 2002 13:01:16 +0000 |
michaelni |
divx5-gmc support
libavcodec
|
Thu, 07 Mar 2002 13:27:15 +0000 |
michaelni |
gmc bitstream decoding support (the real motion compensation isnt implemnted yet)
libavcodec
|
Tue, 05 Mar 2002 13:58:13 +0000 |
michaelni |
parsing more of the mpeg4 header & print some "not supported" stuff
libavcodec
|
Tue, 26 Feb 2002 22:14:27 +0000 |
pulento |
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
libavcodec
|
Fri, 22 Feb 2002 19:19:01 +0000 |
michaelni |
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed)
libavcodec
|
Fri, 22 Feb 2002 03:35:41 +0000 |
pulento |
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.
libavcodec
|
Tue, 19 Feb 2002 19:23:34 +0000 |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
libavcodec
|
Mon, 18 Feb 2002 19:33:27 +0000 |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
libavcodec
|
Mon, 18 Feb 2002 09:40:05 +0000 |
kabi |
* some modifications to allow gcc to compile same code for -fPIC
libavcodec
|
Mon, 18 Feb 2002 09:34:54 +0000 |
kabi |
* simplified indexing
libavcodec
|
Mon, 18 Feb 2002 09:32:11 +0000 |
kabi |
* simplified indexing
libavcodec
|
Mon, 18 Feb 2002 09:31:37 +0000 |
kabi |
* eliminating duplicated code from MPV_common_end
libavcodec
|
Mon, 18 Feb 2002 09:29:32 +0000 |
kabi |
* using static instead of extern
libavcodec
|
Mon, 18 Feb 2002 09:28:05 +0000 |
kabi |
* continue after error in msmpeg4_decode_mb - helps for some movie samples
libavcodec
|
Mon, 18 Feb 2002 01:58:00 +0000 |
michaelni |
avoid overflow of picturenumber*fps*10000
libavcodec
|
Mon, 18 Feb 2002 00:31:16 +0000 |
michaelni |
block_last_index was too large (in mpeg1 decoding)
libavcodec
|
Fri, 15 Feb 2002 20:46:37 +0000 |
pulento |
- Minor changes on bitrate control
libavcodec
|
Fri, 15 Feb 2002 00:14:01 +0000 |
michaelni |
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7
libavcodec
|
Wed, 13 Feb 2002 15:26:28 +0000 |
michaelni |
optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)
libavcodec
|
Wed, 13 Feb 2002 04:19:10 +0000 |
michaelni |
optimize mpeg1_encode_block()
libavcodec
|
Tue, 12 Feb 2002 22:43:26 +0000 |
michaelni |
aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)
libavcodec
|
Tue, 12 Feb 2002 15:43:16 +0000 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
Sun, 10 Feb 2002 06:10:50 +0000 |
pulento |
- More work on preliminary bit rate control, just to be able to get an
libavcodec
|
Sun, 10 Feb 2002 01:56:50 +0000 |
pulento |
- Now the ME is done for the entire picture when enconding, the
libavcodec
|
Sat, 09 Feb 2002 16:59:56 +0000 |
pulento |
- Fixes on RTP and GOB headers for H.263.
libavcodec
|
Sat, 09 Feb 2002 01:25:06 +0000 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Sat, 09 Feb 2002 01:23:41 +0000 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Sat, 09 Feb 2002 00:38:44 +0000 |
michaelni |
workaround gcc 2.95.2 bug
libavcodec
|
Thu, 07 Feb 2002 23:48:24 +0000 |
michaelni |
avoid copying input when encoding non intra stuff too
libavcodec
|
Thu, 07 Feb 2002 02:08:36 +0000 |
michaelni |
width or height %16 != 0 bugfix
libavcodec
|
Tue, 05 Feb 2002 22:51:23 +0000 |
michaelni |
use multiply instead of divides for DC prediction on X86
libavcodec
|
Tue, 29 Jan 2002 04:21:27 +0000 |
michael |
top row bugfix
libavcodec
|
Mon, 28 Jan 2002 22:38:15 +0000 |
michael |
minor QP bugfix
libavcodec
|
Mon, 28 Jan 2002 19:34:16 +0000 |
arpi_esp |
workaround gcc bug "m" (0)
libavcodec
|
Mon, 28 Jan 2002 18:06:28 +0000 |
kabi |
* temporal solution for shared lib compilation
libavcodec
|
Sun, 27 Jan 2002 13:30:18 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sat, 26 Jan 2002 00:22:25 +0000 |
arpi_esp |
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Thu, 24 Jan 2002 19:06:47 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Thu, 24 Jan 2002 15:25:11 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Thu, 24 Jan 2002 14:34:03 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 21 Jan 2002 17:46:42 +0000 |
nickols_k |
Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
Sun, 20 Jan 2002 14:48:02 +0000 |
nickols_k |
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
Sun, 20 Jan 2002 14:30:34 +0000 |
nickols_k |
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>
libavcodec
|
Sat, 19 Jan 2002 17:01:03 +0000 |
albeu |
Added reverting support for -pp and -npp options
libavcodec
|
Sat, 19 Jan 2002 16:56:35 +0000 |
atmos4 |
fix mangling with runtime cpu detection
libavcodec
|
Sat, 19 Jan 2002 05:14:46 +0000 |
atmos4 |
mangle for win32 in postproc
libavcodec
|
Thu, 17 Jan 2002 20:00:41 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Tue, 15 Jan 2002 22:22:41 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Tue, 15 Jan 2002 05:02:26 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Tue, 15 Jan 2002 04:07:29 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:39:59 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:34:52 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:29:19 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sun, 13 Jan 2002 20:51:49 +0000 |
michael |
dont print -npp parser debug info if only -v
libavcodec
|
Sun, 13 Jan 2002 06:12:35 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sun, 13 Jan 2002 04:59:37 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sat, 12 Jan 2002 20:21:51 +0000 |
arpi_esp |
(commited by michael / arpi was crazy enough to give me his password)
libavcodec
|
Sat, 12 Jan 2002 14:36:40 +0000 |
arpi_esp |
rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 22:07:12 +0000 |
arpi_esp |
different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 21:32:34 +0000 |
arpi_esp |
This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com>
libavcodec
|
Fri, 11 Jan 2002 21:27:04 +0000 |
arpi_esp |
s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in deep red areas in high bitrate clips) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 21:23:48 +0000 |
arpi_esp |
mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 21:21:20 +0000 |
arpi_esp |
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:56:05 +0000 |
uid46427 |
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:53:21 +0000 |
uid46427 |
AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:51:45 +0000 |
uid46427 |
fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:46:40 +0000 |
uid46427 |
fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:41:53 +0000 |
uid46427 |
print cpu flags
libavcodec
|
Tue, 08 Jan 2002 00:28:55 +0000 |
arpi_esp |
qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org>
libavcodec
|
Tue, 08 Jan 2002 00:21:41 +0000 |
arpi_esp |
fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu>
libavcodec
|
Fri, 04 Jan 2002 21:56:11 +0000 |
michael |
fixed -npp help ... i think i need more sleep ;)
libavcodec
|
Fri, 04 Jan 2002 13:39:06 +0000 |
michael |
-npp help
libavcodec
|
Thu, 03 Jan 2002 14:16:13 +0000 |
michael |
-npp fq:<quantizer>
libavcodec
|
Fri, 28 Dec 2001 13:56:04 +0000 |
michael |
minor brightness/contrast bugfix / moved some global vars into ppMode
libavcodec
|
Fri, 28 Dec 2001 00:09:55 +0000 |
michael |
customizeable deblocking (2 thresholds)
libavcodec
|
Wed, 26 Dec 2001 23:31:30 +0000 |
michael |
101
libavcodec
|
Wed, 26 Dec 2001 19:45:49 +0000 |
michael |
new -pp options stuff (-npp ...)
libavcodec
|
Wed, 26 Dec 2001 14:02:08 +0000 |
arpi_esp |
informal msg
libavcodec
|
Sun, 23 Dec 2001 22:25:18 +0000 |
arpi_esp |
avcodec_find_encoder_by_name() patch by Alex
libavcodec
|
Sun, 16 Dec 2001 12:44:34 +0000 |
arpi_esp |
unrestricted MC fixed - thanks to Michael Niedermayer for idea
libavcodec
|
Sun, 09 Dec 2001 12:39:54 +0000 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
Sun, 09 Dec 2001 12:04:09 +0000 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
Wed, 28 Nov 2001 01:26:03 +0000 |
michael |
faster brightness correcture in MMX2
libavcodec
|
Tue, 27 Nov 2001 02:25:31 +0000 |
michael |
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
libavcodec
|
Tue, 27 Nov 2001 01:12:30 +0000 |
michael |
runtime cpu detect optional (compiles faster)
libavcodec
|
Mon, 26 Nov 2001 21:17:23 +0000 |
michael |
runtime cpu detection
libavcodec
|
Sat, 24 Nov 2001 22:16:29 +0000 |
michael |
runtime cpu detection
libavcodec
|
Sat, 24 Nov 2001 02:05:06 +0000 |
michael |
use fastmemcpy for chrominance if no chrominance filtering is done
libavcodec
|
Sat, 24 Nov 2001 01:38:30 +0000 |
michael |
faster dering
libavcodec
|
Tue, 20 Nov 2001 20:46:39 +0000 |
michael |
1% speedup
libavcodec
|
Tue, 20 Nov 2001 18:07:13 +0000 |
michael |
oops, too much cleanup ;)
libavcodec
|
Tue, 20 Nov 2001 17:47:52 +0000 |
michael |
cleanup
libavcodec
|
Mon, 19 Nov 2001 22:20:30 +0000 |
michael |
faster mmx2 / 3dnow deblocking filter
libavcodec
|
Mon, 19 Nov 2001 02:13:14 +0000 |
pulento |
- Preliminary RTP friendly mode for H.263.
libavcodec
|
Sat, 17 Nov 2001 21:14:54 +0000 |
pulento |
- Added support to Inter4V+Q MBs to H.263 decoder.
libavcodec
|
Sat, 17 Nov 2001 15:43:04 +0000 |
pulento |
- Bug fixed on H.263 decoder initialization.
libavcodec
|
Fri, 16 Nov 2001 19:13:03 +0000 |
gabucino |
postproc/ dir now respects --with-extraincdir
libavcodec
|
Wed, 14 Nov 2001 11:51:36 +0000 |
michael |
temp denoiser:
libavcodec
|
Wed, 14 Nov 2001 02:46:58 +0000 |
michael |
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version
libavcodec
|
Tue, 13 Nov 2001 02:40:56 +0000 |
michael |
temporal noise reducer in C (-pp 0x100000)
libavcodec
|
Tue, 13 Nov 2001 01:21:35 +0000 |
pulento |
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.
libavcodec
|
Mon, 12 Nov 2001 05:19:55 +0000 |
pulento |
- Fixed a bug on H.263 MV prediction for MB on GOBs limits.
libavcodec
|
Sun, 11 Nov 2001 17:55:54 +0000 |
nickols_k |
Let loops will be aligned
libavcodec
|
Sun, 11 Nov 2001 01:18:40 +0000 |
michael |
QP_store==null bugfix and no opendivx bugfix
libavcodec
|
Sat, 10 Nov 2001 14:36:12 +0000 |
nickols_k |
fixed gcc-3.0.x compilation (by Michael Niedermayer)
libavcodec
|
Fri, 09 Nov 2001 02:17:02 +0000 |
pl |
added missing #include <malloc.h>
libavcodec
|
Tue, 06 Nov 2001 19:26:22 +0000 |
michael |
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between
libavcodec
|
Tue, 06 Nov 2001 16:53:47 +0000 |
michael |
minor changes (fixed some warnings, added attribute aligned(8) stuff)
libavcodec
|
Tue, 06 Nov 2001 11:20:00 +0000 |
nick |
Move yuv2rgb to postprocess
libavcodec
|
Mon, 05 Nov 2001 18:23:31 +0000 |
arpi_esp |
postprocessing array increased to handle HDTV resolutions (1920x1152)
libavcodec
|
Sat, 03 Nov 2001 02:22:48 +0000 |
arpi_esp |
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Sat, 03 Nov 2001 00:49:53 +0000 |
pulento |
- Bug fix on inter MCBPC table for inter+q.
libavcodec
|
Wed, 31 Oct 2001 19:40:53 +0000 |
kabi |
* fixed decoding busy loop
libavcodec
|
Wed, 31 Oct 2001 18:29:03 +0000 |
michael |
deinterlace bugfix
libavcodec
|
Wed, 31 Oct 2001 02:29:02 +0000 |
michael |
c speedup (x1, rk1 filters)
libavcodec
|
Tue, 30 Oct 2001 21:14:02 +0000 |
michael |
minor speedup
libavcodec
|
Sun, 28 Oct 2001 10:17:57 +0000 |
nick |
vo_vesa: rgb2rgb support
libavcodec
|
Sat, 27 Oct 2001 13:34:10 +0000 |
nickols_k |
missing header
libavcodec
|
Sat, 27 Oct 2001 12:40:13 +0000 |
nickols_k |
headers installation
libavcodec
|
Sat, 27 Oct 2001 12:04:27 +0000 |
nickols_k |
Shared objects support
libavcodec
|
Fri, 26 Oct 2001 09:34:41 +0000 |
michael |
faster dering
libavcodec
|
Fri, 26 Oct 2001 00:35:41 +0000 |
michael |
dering in c
libavcodec
|
Thu, 25 Oct 2001 23:34:14 +0000 |
pl |
a few warning fixes (missing #include's)
libavcodec
|
Thu, 25 Oct 2001 22:50:03 +0000 |
michael |
3dnow dering
libavcodec
|
Thu, 25 Oct 2001 21:57:42 +0000 |
michael |
just a few "not implemented yet" removed
libavcodec
|
Thu, 25 Oct 2001 21:55:11 +0000 |
michael |
dering in mmx2
libavcodec
|
Thu, 25 Oct 2001 11:42:34 +0000 |
michael |
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 versions
libavcodec
|
Wed, 24 Oct 2001 16:39:40 +0000 |
michael |
much better horizontal filters (transpose & use the vertical ones) :)
libavcodec
|
Wed, 24 Oct 2001 07:34:41 +0000 |
nick |
Independed compilation of SUBDIRS
libavcodec
|
Wed, 24 Oct 2001 00:05:30 +0000 |
michael |
more speed
libavcodec
|
Tue, 23 Oct 2001 20:20:01 +0000 |
kabi |
* and finaly avoid deadlock at the end of audio stream
libavcodec
|
Tue, 23 Oct 2001 19:58:30 +0000 |
kabi |
* fixes to avoid crash when broken mp3 header is found
libavcodec
|
Tue, 23 Oct 2001 19:03:33 +0000 |
kabi |
* simple fix to avoid memcpy with len < 0
libavcodec
|
Tue, 23 Oct 2001 19:02:55 +0000 |
kabi |
* prevent crash in decoder
libavcodec
|
Tue, 23 Oct 2001 15:55:54 +0000 |
michael |
more speed
libavcodec
|
Tue, 23 Oct 2001 12:05:34 +0000 |
michael |
and another +2% speedup
libavcodec
|
Tue, 23 Oct 2001 10:29:48 +0000 |
michael |
optimizations (+2% speedup)
libavcodec
|
Tue, 23 Oct 2001 01:46:50 +0000 |
michael |
brightness / contrast fix/copy optimizations +2% speedup
libavcodec
|
Tue, 23 Oct 2001 00:03:19 +0000 |
michael |
negative black bugfix
libavcodec
|
Mon, 22 Oct 2001 23:36:35 +0000 |
michael |
auto brightness/ contrast bugfix
libavcodec
|
Fri, 19 Oct 2001 17:03:51 +0000 |
michael |
more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now)
libavcodec
|
Fri, 19 Oct 2001 14:54:26 +0000 |
arpi |
PP_FUNNY_STRIDE disabled
libavcodec
|
Fri, 19 Oct 2001 13:56:12 +0000 |
michael |
added compiletime option to turn width%8==0 on
libavcodec
|
Fri, 19 Oct 2001 13:41:38 +0000 |
michael |
fixed a bug in the tmp buffer
libavcodec
|
Wed, 17 Oct 2001 20:42:07 +0000 |
michael |
fixed the height%8!=0 bug
libavcodec
|
Wed, 17 Oct 2001 18:05:35 +0000 |
pulento |
Added Juergen Keil fix on quant_tab[4] type.
libavcodec
|
Wed, 17 Oct 2001 02:04:16 +0000 |
michael |
quick fix for movies with a height which is not a multiple of 8
libavcodec
|
Tue, 16 Oct 2001 23:10:38 +0000 |
arpi_esp |
exporting qscale data for postprocessing (for MPlayer)
libavcodec
|
Tue, 16 Oct 2001 02:31:14 +0000 |
michael |
minor cleanups
libavcodec
|
Mon, 15 Oct 2001 03:01:08 +0000 |
michael |
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look
libavcodec
|
Sun, 14 Oct 2001 17:11:17 +0000 |
arpi |
c++ fix
libavcodec
|
Sat, 13 Oct 2001 15:53:24 +0000 |
arpi |
Cleanup:
libavcodec
|
Sat, 13 Oct 2001 15:38:19 +0000 |
arpi |
small changes for mplayer integration:
libavcodec
|
Sat, 13 Oct 2001 15:36:04 +0000 |
arpi |
small changes for mplayer integration:
libavcodec
|
Sat, 13 Oct 2001 11:58:41 +0000 |
michael |
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb)
libavcodec
|
Sat, 13 Oct 2001 09:30:07 +0000 |
michael |
minor QP scaling & auto-contrast bugfix
libavcodec
|
Sat, 13 Oct 2001 02:31:15 +0000 |
michael |
fixed a rounding bug thing in the X1 Filter
libavcodec
|
Thu, 11 Oct 2001 23:28:58 +0000 |
michael |
final changes to convert to C
libavcodec
|
Thu, 11 Oct 2001 22:35:45 +0000 |
michael |
bugfixes: last 3 lines not brightness/contrast corrected
libavcodec
|
Wed, 10 Oct 2001 22:21:19 +0000 |
arpi |
fixed a bug in the horizontal default filter
libavcodec
|
Wed, 10 Oct 2001 22:13:27 +0000 |
arpi |
new postprocess code by Michael Niedermayer (michaelni@gmx.at)
libavcodec
|
Mon, 24 Sep 2001 23:29:46 +0000 |
glantau |
fixed pcm bitrate
libavcodec
|
Sun, 23 Sep 2001 17:17:46 +0000 |
glantau |
suppressed mpglib
libavcodec
|
Sun, 23 Sep 2001 17:16:51 +0000 |
glantau |
added pcm codecs
libavcodec
|
Fri, 21 Sep 2001 21:30:15 +0000 |
arpi_esp |
CONFIG_MPGLIB no more needed
libavcodec
|
Mon, 17 Sep 2001 21:19:35 +0000 |
glantau |
copyright change
libavcodec
|
Mon, 17 Sep 2001 21:19:09 +0000 |
glantau |
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes
libavcodec
|
Sun, 16 Sep 2001 21:54:00 +0000 |
glantau |
mlib merge
libavcodec
|
Sun, 16 Sep 2001 21:52:58 +0000 |
glantau |
fixed symetric quantization (better quality!)
libavcodec
|
Sun, 16 Sep 2001 21:52:17 +0000 |
glantau |
version change
libavcodec
|
Sat, 15 Sep 2001 22:43:01 +0000 |
glantau |
added get_bits_count()
libavcodec
|
Sat, 15 Sep 2001 22:42:25 +0000 |
glantau |
merged code and tables between encoder and decoder
libavcodec
|
Sat, 15 Sep 2001 22:41:10 +0000 |
glantau |
added mpeg audio decoder tables
libavcodec
|
Sat, 15 Sep 2001 22:40:28 +0000 |
glantau |
added completely new mpeg audio decoder (integer only, free format support, lsf/mpeg25 support, high/low precision support, simpler code)
libavcodec
|
Sat, 15 Sep 2001 22:37:36 +0000 |
glantau |
suppressed mpglib
libavcodec
|
Thu, 13 Sep 2001 07:16:59 +0000 |
nickols_k |
memalign autodetection
libavcodec
|
Fri, 31 Aug 2001 06:21:27 +0000 |
pulento |
Moved some H.263+ variables to MpegEncContext to be thread-safe.
libavcodec
|
Tue, 28 Aug 2001 23:32:34 +0000 |
pulento |
Added support to Unrestricted Motion Vectors (UMV)
libavcodec
|
Mon, 20 Aug 2001 16:01:35 +0000 |
nickols_k |
Aligned malloc. Another 10% of speedup.
libavcodec
|
Wed, 15 Aug 2001 22:33:03 +0000 |
glantau |
win32 fixes
libavcodec
|
Wed, 15 Aug 2001 22:31:26 +0000 |
glantau |
motion test
libavcodec
|
Wed, 15 Aug 2001 22:30:51 +0000 |
glantau |
suppressed nasm stuff
libavcodec
|
Wed, 15 Aug 2001 22:26:09 +0000 |
glantau |
removed
libavcodec
|
Wed, 15 Aug 2001 22:25:32 +0000 |
glantau |
suppressed nasm dependancy - rewrote forward DCT and motion estimation code
libavcodec
|
Wed, 15 Aug 2001 13:12:23 +0000 |
glantau |
changed opendivx to mpeg4
libavcodec
|
Wed, 15 Aug 2001 13:11:31 +0000 |
glantau |
log2 to av_log2
libavcodec
|
Wed, 15 Aug 2001 13:11:03 +0000 |
glantau |
copy avctx
libavcodec
|
Wed, 15 Aug 2001 13:10:39 +0000 |
glantau |
fix got_picture output
libavcodec
|
Wed, 15 Aug 2001 13:09:47 +0000 |
glantau |
added draw_horiz_band test
libavcodec
|
Wed, 15 Aug 2001 13:09:28 +0000 |
glantau |
log2 to av_log2 - added integer version define
libavcodec
|
Wed, 15 Aug 2001 13:07:42 +0000 |
glantau |
renamed log2 to av_log2
libavcodec
|
Mon, 13 Aug 2001 21:48:05 +0000 |
glantau |
win32 fixes
libavcodec
|
Mon, 13 Aug 2001 21:46:21 +0000 |
glantau |
better vol header parsing for mpeg4
libavcodec
|
Mon, 13 Aug 2001 21:45:36 +0000 |
glantau |
arm optimizations
libavcodec
|
Mon, 13 Aug 2001 21:38:25 +0000 |
glantau |
arm specific code
libavcodec
|
Sun, 12 Aug 2001 00:52:37 +0000 |
glantau |
moved matrix init away from MPV_common_init()
libavcodec
|
Sun, 12 Aug 2001 00:52:01 +0000 |
glantau |
fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing
libavcodec
|
Sat, 11 Aug 2001 22:08:23 +0000 |
glantau |
fixed last zero mv for field - fixed mismatch handling for intra coefs
libavcodec
|
Sat, 11 Aug 2001 22:07:21 +0000 |
glantau |
fixed mpeg2 interlaced DCT
libavcodec
|
Sat, 11 Aug 2001 19:15:52 +0000 |
glantau |
removed incomplete seek patch
libavcodec
|
Sat, 11 Aug 2001 19:04:31 +0000 |
glantau |
picture utils
libavcodec
|
Sat, 11 Aug 2001 19:04:08 +0000 |
glantau |
fixed mpeg2 qscale decoding
libavcodec
|
Sat, 11 Aug 2001 19:03:30 +0000 |
glantau |
added interlaced MJPEG support
libavcodec
|
Sat, 11 Aug 2001 19:03:02 +0000 |
glantau |
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion
libavcodec
|
Sat, 11 Aug 2001 19:01:04 +0000 |
glantau |
fix msmpeg4 seek
libavcodec
|
Sat, 11 Aug 2001 19:00:43 +0000 |
glantau |
export for imgconvert usage
libavcodec
|
Sat, 11 Aug 2001 19:00:05 +0000 |
glantau |
new img_convert API - added deinterlacing filter
libavcodec
|
Sat, 11 Aug 2001 18:56:40 +0000 |
glantau |
fixed mb_intra_vlc decoding table size
libavcodec
|
Wed, 08 Aug 2001 22:11:48 +0000 |
glantau |
return dummy quality to avoid bug in -sameq case - forgot emms in error case
libavcodec
|
Wed, 08 Aug 2001 21:57:07 +0000 |
glantau |
fixed mpeg1 first block bug (pb with black picture optimisation for B frames)
libavcodec
|
Wed, 08 Aug 2001 21:53:28 +0000 |
glantau |
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)
libavcodec
|
Wed, 08 Aug 2001 19:08:50 +0000 |
glantau |
added forgotten emms() - fix various segmentation faults when using mjpeg
libavcodec
|
Wed, 08 Aug 2001 16:26:51 +0000 |
nickols_k |
Portability and testing issues
libavcodec
|
Tue, 07 Aug 2001 22:49:50 +0000 |
glantau |
added mmx idct
libavcodec
|
Tue, 07 Aug 2001 22:49:11 +0000 |
glantau |
fixed scan protos
libavcodec
|
Tue, 07 Aug 2001 22:48:42 +0000 |
glantau |
fixed block permutation in encoder (not optimal - should move it in forward DCT code)
libavcodec
|
Tue, 07 Aug 2001 22:47:28 +0000 |
glantau |
updated scans
libavcodec
|
Tue, 07 Aug 2001 22:47:08 +0000 |
glantau |
changed quant matrix order (should fix mmx mpeg decoding bug)
libavcodec
|
Tue, 07 Aug 2001 22:46:19 +0000 |
glantau |
fixed mjpeg matrix quant encoding and decoding
libavcodec
|
Tue, 07 Aug 2001 22:45:35 +0000 |
glantau |
permuted coefs in normal IDCT to avoid having different cases there
libavcodec
|
Tue, 07 Aug 2001 22:43:37 +0000 |
glantau |
added idct reference code
libavcodec
|
Tue, 07 Aug 2001 22:43:19 +0000 |
glantau |
added block permutation functions
libavcodec
|
Tue, 07 Aug 2001 22:42:45 +0000 |
glantau |
updated dct-test to test IDCTs too
libavcodec
|
Tue, 07 Aug 2001 22:42:22 +0000 |
glantau |
added idct mmx
libavcodec
|
Tue, 07 Aug 2001 22:40:52 +0000 |
glantau |
updated mmx macros
libavcodec
|
Tue, 07 Aug 2001 22:40:29 +0000 |
glantau |
added idct mmx code
libavcodec
|
Mon, 06 Aug 2001 02:46:46 +0000 |
glantau |
use default huffman tables if none given
libavcodec
|
Mon, 06 Aug 2001 01:54:05 +0000 |
glantau |
added 422P and 444P support - fixed block parsing error
libavcodec
|
Mon, 06 Aug 2001 01:53:21 +0000 |
glantau |
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
libavcodec
|
Mon, 06 Aug 2001 01:04:59 +0000 |
glantau |
added correct component id handling
libavcodec
|
Mon, 06 Aug 2001 00:47:50 +0000 |
glantau |
types fix
libavcodec
|
Mon, 06 Aug 2001 00:47:03 +0000 |
glantau |
added MJPEG decoder + comments
libavcodec
|
Mon, 06 Aug 2001 00:44:48 +0000 |
glantau |
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c
libavcodec
|
Sun, 05 Aug 2001 16:49:57 +0000 |
nickols_k |
Suppressing external gas stuff to improve portability to Win32
libavcodec
|
Sat, 04 Aug 2001 00:46:50 +0000 |
arpi_esp |
get_bits() specialization, gives 4\speedup
libavcodec
|
Fri, 03 Aug 2001 23:09:15 +0000 |
arpi_esp |
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
libavcodec
|
Fri, 03 Aug 2001 18:33:03 +0000 |
arpi_esp |
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2
libavcodec
|
Thu, 02 Aug 2001 18:46:26 +0000 |
arpi_esp |
- removed #include ../config.h, because it's included from common.h
libavcodec
|
Thu, 02 Aug 2001 08:29:38 +0000 |
nickols_k |
Adding fastmemcpy stuff to speedup mplayer project
libavcodec
|
Mon, 30 Jul 2001 23:51:20 +0000 |
glantau |
added external cpuid code to solve -fPIC and gcc unclear constraints problems
libavcodec
|
Mon, 30 Jul 2001 23:50:04 +0000 |
glantau |
added cpuid.s
libavcodec
|
Mon, 30 Jul 2001 23:28:35 +0000 |
glantau |
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff
libavcodec
|
Mon, 30 Jul 2001 23:26:26 +0000 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263
libavcodec
|
Mon, 30 Jul 2001 23:24:58 +0000 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations
libavcodec
|
Mon, 30 Jul 2001 23:23:11 +0000 |
glantau |
comments
libavcodec
|
Mon, 30 Jul 2001 23:22:07 +0000 |
glantau |
added HAVE_AV_CONFIG_H
libavcodec
|
Mon, 30 Jul 2001 23:21:37 +0000 |
glantau |
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H
libavcodec
|
Mon, 30 Jul 2001 09:04:34 +0000 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
Tue, 24 Jul 2001 20:43:41 +0000 |
glantau |
added skip macroblock optimization (big perf win on black regions for example)
libavcodec
|
Tue, 24 Jul 2001 20:42:03 +0000 |
glantau |
added emms_c() macro which should can used in c code in both mmx/non mmx cases
libavcodec
|
Tue, 24 Jul 2001 20:38:55 +0000 |
glantau |
suppressed no longer needed emms()
libavcodec
|
Tue, 24 Jul 2001 20:37:52 +0000 |
glantau |
fixed cpuid macro to allow PIC compiling
libavcodec
|
Mon, 23 Jul 2001 20:58:31 +0000 |
glantau |
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
libavcodec
|
Mon, 23 Jul 2001 20:06:54 +0000 |
glantau |
fixed config for direct mplayer build compatibility
libavcodec
|
Mon, 23 Jul 2001 18:58:11 +0000 |
glantau |
fixed unsigned pb
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|