Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
Mon, 09 Dec 2002 00:29:17 +0000 |
michaelni |
cleanup / messup?
libavcodec
|
Fri, 06 Dec 2002 13:30:13 +0000 |
michaelni |
fixing 2pass assert failure
libavcodec
|
Wed, 04 Dec 2002 21:13:02 +0000 |
michaelni |
new PSNR code (now works with chroma, b frames, ...)
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
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, 11 Nov 2002 09:40:17 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Fri, 08 Nov 2002 18:35:39 +0000 |
michaelni |
cleanup (breaks compatibility, requested by fabrice)
libavcodec
|
Sat, 02 Nov 2002 11:28:08 +0000 |
michaelni |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Wed, 30 Oct 2002 20:41:40 +0000 |
michaelni |
exporting the internal qscale table, this allso fixes the ordering
libavcodec
|
Sun, 27 Oct 2002 00:02:23 +0000 |
michaelni |
handle direct rendering buffer allocation failure
libavcodec
|
Fri, 25 Oct 2002 13:39:47 +0000 |
michaelni |
idct_permutation_type variable, so the permutation type can quickly be identified
libavcodec
|
Wed, 23 Oct 2002 15:11:07 +0000 |
michaelni |
optimize block_permute()
libavcodec
|
Tue, 22 Oct 2002 19:48:52 +0000 |
michaelni |
xvid qpel bug autodetect
libavcodec
|
Wed, 16 Oct 2002 19:55:49 +0000 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
Mon, 14 Oct 2002 19:53:04 +0000 |
michaelni |
better padding bug detection
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 13:16:04 +0000 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
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
|
Thu, 03 Oct 2002 20:57:19 +0000 |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
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
|
Tue, 24 Sep 2002 15:07:44 +0000 |
michaelni |
adaptive quantization for h263
libavcodec
|
Mon, 23 Sep 2002 14:56:11 +0000 |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
libavcodec
|
Wed, 18 Sep 2002 18:30:31 +0000 |
michaelni |
10l (forgot to commit)
libavcodec
|
Sat, 14 Sep 2002 22:07:35 +0000 |
michaelni |
dont store version for bit-exact tests
libavcodec
|
Fri, 13 Sep 2002 09:45:32 +0000 |
michaelni |
interlaced mpeg4 b frame decoding
libavcodec
|
Thu, 12 Sep 2002 12:26:09 +0000 |
michaelni |
statistics for forw & back p-MBs instead of just one counter for both
libavcodec
|
Wed, 11 Sep 2002 07:26:43 +0000 |
michaelni |
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
libavcodec
|
Sun, 01 Sep 2002 16:52:33 +0000 |
michaelni |
dct cleanup
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
|
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
|
Mon, 26 Aug 2002 20:45:01 +0000 |
al3x |
added aspected_width/height for EXTENDED_PAR
libavcodec
|
Sun, 25 Aug 2002 21:19:50 +0000 |
michaelni |
new ratecontrol code
libavcodec
|
Thu, 22 Aug 2002 19:41:06 +0000 |
michaelni |
better scene change detection
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
|
Fri, 02 Aug 2002 20:27:46 +0000 |
michaelni |
fixing mpeg4 mpeg quantizers
libavcodec
|
Thu, 25 Jul 2002 20:22:36 +0000 |
michaelni |
different edge positions fixed with edge emu / dr1
libavcodec
|
Mon, 15 Jul 2002 14:15:10 +0000 |
michaelni |
uvlinesize
libavcodec
|
Sun, 14 Jul 2002 18:37:35 +0000 |
michaelni |
direct rendering method 1 support
libavcodec
|
Sat, 13 Jul 2002 14:55:12 +0000 |
michaelni |
rl vlc decoding optimizations
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
|
Sun, 07 Jul 2002 08:34:46 +0000 |
michaelni |
wmv1 slice_height != mb_height support
libavcodec
|
Wed, 03 Jul 2002 03:01:06 +0000 |
mellum |
Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd
libavcodec
|
Tue, 18 Jun 2002 00:50:20 +0000 |
michaelni |
wmv1 support
libavcodec
|
Tue, 04 Jun 2002 12:56:04 +0000 |
bellard |
added missing externs (we were lucky that commons are used)
libavcodec
|
Sun, 02 Jun 2002 12:20:39 +0000 |
michaelni |
single coefficient elimination
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, 11 May 2002 23:42:16 +0000 |
pulento |
- pict_type exported to AVCodecContext
libavcodec
|
Tue, 07 May 2002 17:55:02 +0000 |
al3x |
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
libavcodec
|
Mon, 06 May 2002 13:15:05 +0000 |
michaelni |
there are divx5? encoded files without a userdata section but with b-frames :(
libavcodec
|
Tue, 30 Apr 2002 01:29:29 +0000 |
michaelni |
fixing msmpeg4v3 dc-scale for quantizers 24-31
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
|
Wed, 24 Apr 2002 01:24:06 +0000 |
michaelni |
avcodec_flush_buffers()
libavcodec
|
Mon, 22 Apr 2002 19:04:28 +0000 |
michaelni |
export delay info
libavcodec
|