Mon, 11 Oct 2004 02:19:29 +0000 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Tue, 25 May 2004 18:07:25 +0000 |
michael |
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Sat, 10 Jan 2004 16:04:55 +0000 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
Wed, 03 Dec 2003 16:07:41 +0000 |
michael |
h263 modified quantization fix
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Sun, 10 Aug 2003 21:11:45 +0000 |
michaelni |
skip ext header missing message for msmpeg4v2
libavcodec
|
Tue, 29 Jul 2003 01:45:19 +0000 |
michaelni |
debug stuff
libavcodec
|
Sun, 22 Jun 2003 11:08:22 +0000 |
michaelni |
CONFIG_ENCODERS cleanup
libavcodec
|
Mon, 19 May 2003 13:30:59 +0000 |
michaelni |
ASV1 codec
libavcodec
|
Wed, 14 May 2003 15:12:13 +0000 |
michaelni |
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me
libavcodec
|
Wed, 14 May 2003 01:08:02 +0000 |
michaelni |
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
Fri, 25 Apr 2003 19:46:00 +0000 |
michaelni |
2pass stats fix (by ffdshow cvslog)
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
|
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
|
Thu, 20 Mar 2003 01:00:57 +0000 |
michaelni |
error resilience cleanup (its faster too...)
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
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
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
|
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 09:35:32 +0000 |
kabi |
* static,const,compiler warning 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
|
Thu, 09 Jan 2003 11:37:08 +0000 |
michaelni |
fixed wmv2 slices
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Sun, 10 Nov 2002 11:46:59 +0000 |
michaelni |
reversing header game
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
|
Fri, 25 Oct 2002 16:06:32 +0000 |
michaelni |
fixing decoding of streams with no keyframe at the start
libavcodec
|
Sun, 20 Oct 2002 17:02:41 +0000 |
michaelni |
fixing msmpeg4v3 encoding at bitrates <128k
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 13:49:16 +0000 |
bellard |
removed unused variables
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Fri, 09 Aug 2002 00:13:54 +0000 |
michaelni |
faster vlc table selection
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 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
|
Mon, 22 Jul 2002 08:15:27 +0000 |
michaelni |
fixing bitrate vs. kbitrate in header
libavcodec
|
Wed, 17 Jul 2002 09:15:14 +0000 |
michaelni |
fixes fire.avi & subtitles.avi
libavcodec
|
Mon, 15 Jul 2002 14:15:10 +0000 |
michaelni |
uvlinesize
libavcodec
|
Sat, 13 Jul 2002 14:55:12 +0000 |
michaelni |
rl vlc decoding optimizations
libavcodec
|
Wed, 10 Jul 2002 20:05:42 +0000 |
michaelni |
get_vlc() optimizations
libavcodec
|
Sun, 07 Jul 2002 08:34:46 +0000 |
michaelni |
wmv1 slice_height != mb_height support
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:49:00 +0000 |
michaelni |
wmv1 support
libavcodec
|
Thu, 06 Jun 2002 14:31:18 +0000 |
bellard |
fixed multiple allocation bug
libavcodec
|
Mon, 03 Jun 2002 11:16:11 +0000 |
mellum |
Minor warning cleanup.
libavcodec
|
Sun, 02 Jun 2002 12:22:30 +0000 |
michaelni |
msmpeg4v1 decoding
libavcodec
|
Mon, 27 May 2002 16:42:14 +0000 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
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
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Tue, 30 Apr 2002 01:29:29 +0000 |
michaelni |
fixing msmpeg4v3 dc-scale for quantizers 24-31
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:09:04 +0000 |
michaelni |
msmpeg4v2 decoding (no encoding yet)
libavcodec
|