Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Sat, 03 Apr 2004 01:55:24 +0000 |
michael |
nicer looking arrows for the motion vector vissualization
libavcodec
|
Fri, 02 Apr 2004 19:54:33 +0000 |
michael |
interlaced chroma MC divx-bug workaround
libavcodec
|
Fri, 26 Mar 2004 12:30:04 +0000 |
michael |
huge vbv buffer size + CBR fix
libavcodec
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavcodec
|
Mon, 22 Mar 2004 12:07:02 +0000 |
michael |
Compile fix by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Tue, 16 Mar 2004 17:27:03 +0000 |
michael |
moving f/b_code init to where it should be
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Sun, 14 Mar 2004 17:55:50 +0000 |
michael |
alignment fix
libavcodec
|
Sun, 14 Mar 2004 17:33:48 +0000 |
michael |
width,height%16!=0 fix
libavcodec
|
Thu, 11 Mar 2004 13:22:39 +0000 |
michael |
10l
libavcodec
|
Fri, 05 Mar 2004 15:10:56 +0000 |
michael |
10l
libavcodec
|
Tue, 02 Mar 2004 03:18:03 +0000 |
michael |
100l (divx5 b frame + seeking + flush fix)
libavcodec
|
Mon, 01 Mar 2004 14:55:21 +0000 |
iive |
initial chroma_format changes,xvmc tweaks and codec_cap
libavcodec
|
Sun, 29 Feb 2004 22:14:46 +0000 |
michael |
optimizing/cleanup of mpeg/qpel_motion()
libavcodec
|
Sun, 29 Feb 2004 02:08:28 +0000 |
michael |
simplify MPV_motion()
libavcodec
|
Sun, 29 Feb 2004 00:37:36 +0000 |
michael |
interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)
libavcodec
|
Thu, 26 Feb 2004 19:11:21 +0000 |
michael |
10l (vdpart fix)
libavcodec
|
Thu, 26 Feb 2004 02:48:07 +0000 |
michael |
100l (field picture decoding fix)
libavcodec
|
Wed, 25 Feb 2004 18:29:17 +0000 |
michael |
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>)
libavcodec
|
Wed, 25 Feb 2004 17:35:52 +0000 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavcodec
|
Wed, 25 Feb 2004 02:05:50 +0000 |
michael |
set AVFrame.pts based upon framerate if its 0
libavcodec
|
Mon, 23 Feb 2004 20:56:56 +0000 |
michael |
multithreaded mpeg2 decoding
libavcodec
|
Wed, 18 Feb 2004 22:54:02 +0000 |
michael |
simplify
libavcodec
|
Wed, 18 Feb 2004 16:26:16 +0000 |
michael |
check if threads_count is too large
libavcodec
|
Tue, 17 Feb 2004 18:57:50 +0000 |
michael |
noise reduction with threads bugfix
libavcodec
|
Sat, 14 Feb 2004 03:49:43 +0000 |
michael |
mpeg4 b frame + adaptive quantization assertion failure fix
libavcodec
|
Sat, 14 Feb 2004 03:21:03 +0000 |
michael |
multithreaded spatial complexity calculation for i frames
libavcodec
|
Sat, 14 Feb 2004 01:25:41 +0000 |
michael |
ff_copy_bits() optimization
libavcodec
|
Fri, 13 Feb 2004 21:07:31 +0000 |
michael |
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr()
libavcodec
|
Fri, 13 Feb 2004 20:59:48 +0000 |
michael |
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong
libavcodec
|
Fri, 13 Feb 2004 17:54:10 +0000 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
Fri, 06 Feb 2004 23:56:37 +0000 |
michael |
- made --extra-cflags option work on darwin
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Fri, 06 Feb 2004 03:56:05 +0000 |
michael |
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper
libavcodec
|
Fri, 06 Feb 2004 02:12:37 +0000 |
michael |
quantizer noise shaping optimization
libavcodec
|
Mon, 02 Feb 2004 14:59:43 +0000 |
michael |
simplify
libavcodec
|
Mon, 02 Feb 2004 03:52:58 +0000 |
michael |
quantizer noise shaping
libavcodec
|
Thu, 29 Jan 2004 15:50:54 +0000 |
michael |
b frames + cbr fix
libavcodec
|
Mon, 26 Jan 2004 19:04:32 +0000 |
michael |
mpeg4 pts fix
libavcodec
|
Sat, 24 Jan 2004 23:47:33 +0000 |
michael |
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html
libavcodec
|
Thu, 22 Jan 2004 19:48:28 +0000 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
Mon, 19 Jan 2004 14:41:34 +0000 |
michael |
avcodec_flush_buffers() fix
libavcodec
|
Sun, 18 Jan 2004 21:41:44 +0000 |
michael |
removing broken framerate conversation hack in mpeg1/2
libavcodec
|
Mon, 12 Jan 2004 22:39:19 +0000 |
michael |
type fixes, found by Wolfgang Hesseler
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
|
Mon, 05 Jan 2004 22:57:07 +0000 |
michael |
interlaced dct decision cleanup
libavcodec
|
Sun, 04 Jan 2004 17:13:14 +0000 |
michael |
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Sun, 04 Jan 2004 14:43:52 +0000 |
michael |
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend)
libavcodec
|
Fri, 02 Jan 2004 22:29:08 +0000 |
michael |
denoise_dct_mmx()
libavcodec
|
Fri, 02 Jan 2004 19:22:00 +0000 |
michael |
more trellis quant optimizations
libavcodec
|
Fri, 02 Jan 2004 03:02:34 +0000 |
michael |
cleanup
libavcodec
|
Fri, 02 Jan 2004 02:39:05 +0000 |
michael |
optimizing (trellis) quantizer
libavcodec
|
Thu, 01 Jan 2004 16:56:04 +0000 |
michael |
dont show uninitalized motion vectors
libavcodec
|
Thu, 01 Jan 2004 15:13:44 +0000 |
michael |
rate limit tips and checks
libavcodec
|
Tue, 30 Dec 2003 16:07:57 +0000 |
michael |
interlaced motion estimation
libavcodec
|
Tue, 30 Dec 2003 15:29:38 +0000 |
michael |
100000l
libavcodec
|
Tue, 30 Dec 2003 02:12:12 +0000 |
michael |
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 29 Dec 2003 22:25:08 +0000 |
michael |
picture number fixes
libavcodec
|
Mon, 22 Dec 2003 19:42:28 +0000 |
michael |
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Mon, 22 Dec 2003 19:06:01 +0000 |
michael |
10l (forgot to copy top_field_first flag)
libavcodec
|
Wed, 17 Dec 2003 19:53:05 +0000 |
michael |
vbv_delay
libavcodec
|
Sun, 14 Dec 2003 02:57:00 +0000 |
michael |
split intra / inter dequantization
libavcodec
|
Sun, 14 Dec 2003 01:42:00 +0000 |
michael |
error concealment regression test
libavcodec
|
Sat, 13 Dec 2003 20:41:33 +0000 |
michael |
cleanup
libavcodec
|
Sat, 13 Dec 2003 02:14:18 +0000 |
michael |
Here are juste two added #ifdef CONFIG_ENCODERS to allow
libavcodec
|
Sat, 13 Dec 2003 01:33:52 +0000 |
michael |
mb type & qp vissualization
libavcodec
|
Fri, 12 Dec 2003 21:30:47 +0000 |
michael |
stuffing to stay above min_bitrate
libavcodec
|
Fri, 12 Dec 2003 16:56:38 +0000 |
bellard |
fixed top_field_first support when encoding
libavcodec
|
Wed, 10 Dec 2003 17:05:41 +0000 |
michael |
interlaced dct encoding fix
libavcodec
|
Wed, 10 Dec 2003 16:49:20 +0000 |
bellard |
fixed interlaced encoding
libavcodec
|
Tue, 09 Dec 2003 01:55:54 +0000 |
michael |
motion_subsample_log2
libavcodec
|
Tue, 09 Dec 2003 01:49:56 +0000 |
michael |
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Sun, 07 Dec 2003 02:10:30 +0000 |
michael |
slice flush / position fix
libavcodec
|
Sun, 07 Dec 2003 01:33:45 +0000 |
michael |
h263 slice structured mode
libavcodec
|
Fri, 05 Dec 2003 01:03:12 +0000 |
michael |
AVFrame.interlaced_frame fixes
libavcodec
|
Fri, 05 Dec 2003 00:19:46 +0000 |
michael |
export top_field_first & interlaced_frame
libavcodec
|
Thu, 04 Dec 2003 18:34:47 +0000 |
michael |
rv20 (h263) b frame decoding support
libavcodec
|
Wed, 03 Dec 2003 16:47:17 +0000 |
michael |
cleanup
libavcodec
|
Wed, 03 Dec 2003 16:07:41 +0000 |
michael |
h263 modified quantization fix
libavcodec
|
Mon, 01 Dec 2003 15:23:14 +0000 |
michael |
h263 loop filter
libavcodec
|
Sun, 30 Nov 2003 17:30:18 +0000 |
michael |
cleanup
libavcodec
|
Sat, 29 Nov 2003 08:37:51 +0000 |
michael |
h263 alternative inter vlc support
libavcodec
|
Fri, 28 Nov 2003 21:31:20 +0000 |
michael |
h263 OBMC & 4MV support
libavcodec
|
Thu, 27 Nov 2003 13:38:00 +0000 |
michael |
dont read from b frames if draw_horiz_band==NULL
libavcodec
|
Tue, 25 Nov 2003 00:35:18 +0000 |
michael |
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 24 Nov 2003 21:53:32 +0000 |
michael |
10l
libavcodec
|
Thu, 13 Nov 2003 23:45:25 +0000 |
michael |
qprd with b frames fix
libavcodec
|
Thu, 13 Nov 2003 23:22:06 +0000 |
michael |
qprd needs mbd=2
libavcodec
|
Wed, 12 Nov 2003 13:03:51 +0000 |
michael |
ac prediction with rate distorted qp fix
libavcodec
|
Wed, 12 Nov 2003 12:25:44 +0000 |
michael |
rate distored optimal lambda->qp support
libavcodec
|
Mon, 03 Nov 2003 17:42:50 +0000 |
michael |
flush fix (untested)
libavcodec
|
Mon, 03 Nov 2003 13:31:02 +0000 |
michael |
10l (fixes dct coeff noise reduction)
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Sun, 02 Nov 2003 23:19:47 +0000 |
michael |
noise reduction of dct coefficients
libavcodec
|
Thu, 30 Oct 2003 16:58:49 +0000 |
michael |
pts fix and related fixes
libavcodec
|
Mon, 27 Oct 2003 23:22:43 +0000 |
iive |
XvMC speedup by removing one memcpy and doing MB packing
libavcodec
|
Mon, 27 Oct 2003 14:37:30 +0000 |
michael |
make convert_matrix() independant of MpegEncContext
libavcodec
|
Sat, 25 Oct 2003 19:30:14 +0000 |
michael |
segfault fix
libavcodec
|
Thu, 23 Oct 2003 09:11:56 +0000 |
michael |
optionally merge postscale into quantization table for the float aan dct
libavcodec
|
Wed, 22 Oct 2003 18:26:38 +0000 |
michael |
floating point AAN DCT
libavcodec
|
Wed, 22 Oct 2003 15:36:46 +0000 |
michael |
112 bytes smaller MpegEncContext
libavcodec
|
Wed, 22 Oct 2003 12:01:21 +0000 |
michael |
move blocks away MpegEncContext (7.4 -> 5.8k)
libavcodec
|
Wed, 22 Oct 2003 11:23:39 +0000 |
michael |
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown)
libavcodec
|
Wed, 22 Oct 2003 10:59:39 +0000 |
michael |
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ...
libavcodec
|
Tue, 21 Oct 2003 19:55:31 +0000 |
michael |
dynamic alloc of picture structs instead of putting them in MpegEncContext
libavcodec
|
Mon, 20 Oct 2003 09:52:02 +0000 |
michael |
export mpeg2 active display area / pan scan
libavcodec
|
Fri, 17 Oct 2003 18:56:01 +0000 |
michael |
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
libavcodec
|
Thu, 16 Oct 2003 00:21:54 +0000 |
michael |
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
libavcodec
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavcodec
|
Sun, 12 Oct 2003 21:32:58 +0000 |
michael |
fix decoding if the aspect ratio changes
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Tue, 07 Oct 2003 11:32:40 +0000 |
michaelni |
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
libavcodec
|
Thu, 02 Oct 2003 08:52:37 +0000 |
michaelni |
rd cbp + single coeff elimination fix
libavcodec
|
Thu, 02 Oct 2003 00:24:34 +0000 |
michaelni |
optionally try to encode each MB with MV=<0,0> and choose the one with better RD
libavcodec
|
Tue, 30 Sep 2003 22:18:43 +0000 |
michaelni |
rate distortion optimal cbp support (h263/mpeg4 non intra only)
libavcodec
|
Wed, 24 Sep 2003 19:45:57 +0000 |
michaelni |
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization
libavcodec
|
Tue, 16 Sep 2003 11:25:29 +0000 |
michaelni |
scenechange_threshold
libavcodec
|
Wed, 10 Sep 2003 23:40:55 +0000 |
michaelni |
AVI stream header FCC / more reliable detection of old xvid files
libavcodec
|
Tue, 09 Sep 2003 19:46:21 +0000 |
michaelni |
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)
libavcodec
|