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
|
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
|
Thu, 09 Jan 2003 20:42:37 +0000 |
michaelni |
qpel fix
libavcodec
|
Sun, 05 Jan 2003 15:57:10 +0000 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
Tue, 31 Dec 2002 17:23:56 +0000 |
michaelni |
trellis quantization
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|
Wed, 04 Dec 2002 21:13:02 +0000 |
michaelni |
new PSNR code (now works with chroma, b frames, ...)
libavcodec
|
Fri, 22 Nov 2002 07:53:06 +0000 |
kabi |
* altivec and pix_norm patch by Brian Foley
libavcodec
|
Fri, 22 Nov 2002 07:24:28 +0000 |
kabi |
* remaining part of John Ryland's patch
libavcodec
|
Thu, 14 Nov 2002 19:20:04 +0000 |
michaelni |
huffyuv
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 09:40:17 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Wed, 23 Oct 2002 15:11:07 +0000 |
michaelni |
optimize block_permute()
libavcodec
|
Wed, 16 Oct 2002 19:55:49 +0000 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
Tue, 15 Oct 2002 15:24:08 +0000 |
michaelni |
warning fixes
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Mon, 23 Sep 2002 08:44:24 +0000 |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Sat, 14 Sep 2002 22:07:35 +0000 |
michaelni |
dont store version for bit-exact tests
libavcodec
|
Wed, 11 Sep 2002 12:39:53 +0000 |
michaelni |
put/avg_pixels16
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
|
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 13:14:36 +0000 |
michaelni |
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Sun, 25 Aug 2002 21:19:50 +0000 |
michaelni |
new ratecontrol code
libavcodec
|
Fri, 02 Aug 2002 11:58:02 +0000 |
michaelni |
fixing normal mmx idct
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
|
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
|
Tue, 11 Jun 2002 13:43:27 +0000 |
bellard |
move unaligned access macros to dsputil.h - added unaligned 32 bit store
libavcodec
|
Wed, 05 Jun 2002 18:48:07 +0000 |
bellard |
added ff_idct_put/add
libavcodec
|
Tue, 04 Jun 2002 12:58:40 +0000 |
bellard |
avoid name clash with libjpeg - added missing externs
libavcodec
|
Mon, 03 Jun 2002 11:16:11 +0000 |
mellum |
Minor warning cleanup.
libavcodec
|
Mon, 27 May 2002 08:34:24 +0000 |
kabi |
* compatibilized declaration with its original definition
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Mon, 20 May 2002 16:37:58 +0000 |
glantau |
removed unused stuff - added dsputil_set_bit_exact() support for easier testing
libavcodec
|
Sun, 19 May 2002 01:49:53 +0000 |
michaelni |
fixing alignment for alignment picky cpus
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Thu, 16 May 2002 23:29:09 +0000 |
michaelni |
new hopefully faster MC
libavcodec
|
Wed, 17 Apr 2002 04:32:12 +0000 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
Sun, 14 Apr 2002 18:57:51 +0000 |
pulento |
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.
libavcodec
|
Sun, 07 Apr 2002 02:03:32 +0000 |
michaelni |
mpeg4 mpeg quantizer support
libavcodec
|
Thu, 28 Mar 2002 13:41:04 +0000 |
michaelni |
sizeof(s->block) isnt 64*6*2 anymore bugfix
libavcodec
|
Wed, 27 Mar 2002 21:25:22 +0000 |
michaelni |
4MV motion estimation (not finished yet)
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
|
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
|
Sun, 27 Jan 2002 13:30:18 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sun, 20 Jan 2002 14:48:02 +0000 |
nickols_k |
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
Thu, 17 Jan 2002 20:00:41 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sun, 13 Jan 2002 04:59:37 +0000 |
arpi_esp |
(commit by michael)
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
|
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
|
Sun, 16 Sep 2001 21:54:00 +0000 |
glantau |
mlib merge
libavcodec
|
Mon, 13 Aug 2001 21:45:36 +0000 |
glantau |
arm optimizations
libavcodec
|