Thu, 13 Jul 2006 23:02:03 +0000 |
diego |
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
|
Sun, 09 Jul 2006 16:01:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
|
Mon, 05 Jun 2006 06:37:29 +0000 |
corey |
Support and document lavc b_sensitivity option.
|
Mon, 05 Jun 2006 05:34:26 +0000 |
lorenm |
document the recent changes in Snow.
|
Sat, 13 May 2006 20:18:57 +0000 |
corey |
support lavc mv0_threshold
|
Fri, 31 Mar 2006 00:15:47 +0000 |
reynaldo |
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
|
Tue, 21 Mar 2006 23:06:09 +0000 |
michael |
lavc doesnt pass AVFrame.opaque around :/
|
Tue, 21 Mar 2006 22:12:48 +0000 |
michael |
10l (null pointer dereference)
|
Tue, 21 Mar 2006 21:26:42 +0000 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
Fri, 17 Mar 2006 23:47:10 +0000 |
corey |
Support libavcodec vrc_strategy=1 (XviD ratecontrol).
|
Mon, 13 Mar 2006 02:40:09 +0000 |
michael |
-lavcopts aglobal
|
Tue, 21 Feb 2006 09:39:22 +0000 |
corey |
Fix video delay when encoding with B-frames.
|
Tue, 31 Jan 2006 23:36:12 +0000 |
diego |
Move conditional compilation out of the code and into the build system.
|
Thu, 26 Jan 2006 19:32:07 +0000 |
michael |
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
|
Wed, 25 Jan 2006 01:17:57 +0000 |
michael |
pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this is wrong/silly/10000000l then dont hesitate to flame / reverse)
|
Tue, 24 Jan 2006 23:50:41 +0000 |
michael |
vglobal so the user can tell the encoder that she wants global headers ... one step closer to correct mov/mp4 muxing
|
Mon, 23 Jan 2006 13:53:40 +0000 |
diego |
Using INT_MAX without including limits.h breaks compilation on MinGW.
|
Sun, 22 Jan 2006 21:02:14 +0000 |
corey |
support libavcodec's new sc_factor parameter
|
Tue, 10 Jan 2006 11:09:03 +0000 |
rathann |
convert some printfs to mp_msg
|
Thu, 29 Dec 2005 17:01:33 +0000 |
diego |
Support vme=8 (iterative overlapped block).
|
Wed, 28 Dec 2005 08:45:18 +0000 |
gpoirier |
Add bidir_refine to lavc's set of options, and document it.
|
Sun, 25 Dec 2005 21:29:18 +0000 |
gpoirier |
support downscaling frames for dynamic b frame decission
|
Tue, 29 Nov 2005 04:16:46 +0000 |
reynaldo |
Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range [4,2400000]
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Sun, 17 Jul 2005 07:58:09 +0000 |
ranma |
10l: scene change detecion is deactivated with sc_threshold=1000000000
|
Sun, 17 Jul 2005 06:59:45 +0000 |
ranma |
10l for me
|
Mon, 20 Jun 2005 14:27:21 +0000 |
ranma |
Add vrc_init_occupancy to lavcopts
|
Mon, 09 May 2005 20:04:12 +0000 |
reimar |
vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encoding colorspace hack
|
Sun, 08 May 2005 20:51:38 +0000 |
gpoirier |
Add border masking support for lavc
|
Sun, 08 May 2005 10:31:33 +0000 |
reimar |
ljpeg codec needs YUVJ colorspace, too
|
Sat, 30 Apr 2005 22:41:41 +0000 |
michael |
LIBAVCODEC_BUILD >= 4754
|
Wed, 02 Mar 2005 19:28:42 +0000 |
gpoirier |
35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.
|
Tue, 01 Mar 2005 20:21:58 +0000 |
henry |
fixes for encoding of multiple files
|
Thu, 24 Feb 2005 02:31:41 +0000 |
rfelker |
100l to michael :))))
|
Wed, 23 Feb 2005 00:10:26 +0000 |
reimar |
Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessary
|
Tue, 22 Feb 2005 20:24:18 +0000 |
michael |
switch from DIVX -> FMP4 fourcc for libavcodec
|
Sat, 08 Jan 2005 19:16:21 +0000 |
reimar |
change malloc and free to av_ variants where needed.
|
Wed, 01 Dec 2004 20:32:05 +0000 |
lorenm |
suppress dummy frames due to B-frame delay.
|
Sun, 28 Nov 2004 18:37:49 +0000 |
lorenm |
new lavc codec: ffvhuff
|
Mon, 18 Oct 2004 12:26:45 +0000 |
rfelker |
10l...autoaspect was always applied to muxer aspect if using newer libavcodec...hope this is ok
|
Mon, 20 Sep 2004 20:07:29 +0000 |
gpoirier |
10l: Make turbo mode compatible with 3-pass encoding
|
Sun, 19 Sep 2004 09:59:05 +0000 |
gpoirier |
New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding
|
Sat, 18 Sep 2004 23:20:09 +0000 |
michael |
support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm at u dot washington dot edu>)
|
Sat, 21 Aug 2004 19:31:00 +0000 |
alex |
support snow
|
Mon, 09 Aug 2004 23:46:28 +0000 |
diego |
more precise wording
|
Tue, 20 Jul 2004 12:06:30 +0000 |
michael |
mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosinformatica dot com>)
|
Tue, 06 Jul 2004 12:29:32 +0000 |
michael |
dc=11 fixed
|
Tue, 06 Jul 2004 11:15:06 +0000 |
michael |
dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)
|
Tue, 06 Jul 2004 02:10:22 +0000 |
michael |
multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)
|
Mon, 07 Jun 2004 17:31:50 +0000 |
michael |
nsse weight
|
Wed, 24 Mar 2004 15:16:36 +0000 |
ranma |
Use aspect from encoder for AVI vprp header
|
Sat, 07 Feb 2004 00:19:42 +0000 |
michael |
bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
|
Mon, 02 Feb 2004 14:19:55 +0000 |
michael |
quantizer noise shaping
|
Mon, 05 Jan 2004 23:44:51 +0000 |
michael |
ildctcmp, VSAD, VSSE
|
Tue, 30 Dec 2003 18:24:19 +0000 |
michael |
vismv, alt, ilme options
|
Sun, 28 Dec 2003 19:36:10 +0000 |
michael |
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
|
Mon, 22 Dec 2003 20:22:06 +0000 |
michael |
better top_field_first behaviour (mostly what rich suggested)
|
Mon, 22 Dec 2003 17:42:54 +0000 |
michael |
using top_field_first from mpi, and support overriding it
|
Wed, 12 Nov 2003 12:30:52 +0000 |
michael |
RD optimal lambda->qp support
|
Mon, 03 Nov 2003 16:35:40 +0000 |
ranma |
mencoder lavc audio encoding support
|
Mon, 03 Nov 2003 02:42:39 +0000 |
michael |
10l
|
Sun, 02 Nov 2003 23:21:45 +0000 |
michael |
noise reduction
|
Thu, 23 Oct 2003 12:05:33 +0000 |
michael |
100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)
|
Mon, 20 Oct 2003 21:40:58 +0000 |
michael |
mpeg4 has only 8bit per numerator and denominator ...
|
Mon, 20 Oct 2003 21:21:42 +0000 |
michael |
sample_aspect_ratio
|
Tue, 07 Oct 2003 11:45:09 +0000 |
michael |
use lagrange multipler instead of qscale
|
Sat, 04 Oct 2003 17:29:08 +0000 |
gabucino |
many small typo and grammar fixes
|
Thu, 02 Oct 2003 00:28:29 +0000 |
michael |
mv0
|
Tue, 30 Sep 2003 22:32:13 +0000 |
michael |
rd cbp
|
Fri, 19 Sep 2003 18:45:02 +0000 |
faust3 |
fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
|
Thu, 11 Sep 2003 07:09:25 +0000 |
michael |
2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schindelin at gmx dot de>)
|
Mon, 01 Sep 2003 14:04:41 +0000 |
alex |
support for user specified intra/inter matrices
|
Mon, 01 Sep 2003 13:26:05 +0000 |
alex |
switched lavc_param_format to CONF_TYPE_IMGFMT
|
Mon, 01 Sep 2003 12:44:31 +0000 |
michael |
asv2 encoding
|
Mon, 25 Aug 2003 23:19:08 +0000 |
michael |
mpeg2
|
Wed, 13 Aug 2003 16:29:32 +0000 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|
Tue, 29 Jul 2003 02:29:58 +0000 |
michael |
mb decision stuff
|
Tue, 17 Jun 2003 22:52:57 +0000 |
michael |
lossless ff mjpeg encoding
|
Sat, 14 Jun 2003 01:26:06 +0000 |
michael |
YUV 444 411 410 support
|
Fri, 13 Jun 2003 21:35:02 +0000 |
michael |
context model size & coder type options for FFV1
|
Mon, 09 Jun 2003 02:31:04 +0000 |
michael |
FFV1
|
Mon, 19 May 2003 13:40:50 +0000 |
michael |
FFASV1
|
Sat, 26 Apr 2003 16:47:25 +0000 |
rfelker |
optional automatic aspect encoding based on d_width and d_height
|
Mon, 07 Apr 2003 13:48:51 +0000 |
rguyom |
Fix serious breakage, 10000l !
|
Sun, 06 Apr 2003 23:37:56 +0000 |
rguyom |
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
|
Sat, 22 Mar 2003 12:46:44 +0000 |
michael |
lavc 4663 / quantizer bias
|
Wed, 12 Mar 2003 15:44:24 +0000 |
michael |
per context frame_rate_base
|
Wed, 05 Mar 2003 16:40:14 +0000 |
michael |
aic & umv
|
Thu, 27 Feb 2003 23:10:06 +0000 |
michael |
motion estimation range limit
|
Sun, 19 Jan 2003 01:48:52 +0000 |
arpi |
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
|
Sun, 05 Jan 2003 16:06:18 +0000 |
michael |
qpel & pre ME improvements
|
Thu, 02 Jan 2003 01:33:14 +0000 |
michael |
motion estimation pre pass
|
Wed, 01 Jan 2003 14:39:09 +0000 |
michael |
lavc 4649
|
Tue, 31 Dec 2002 17:29:53 +0000 |
michael |
trellis quantization
|
Sat, 28 Dec 2002 00:04:20 +0000 |
michael |
lavc 4647
|
Fri, 27 Dec 2002 22:43:20 +0000 |
arpi |
the long-waited MUXER layer, and new MPEG-PS muxer
|
Wed, 18 Dec 2002 10:51:10 +0000 |
michael |
mb qp limits
|
Mon, 09 Dec 2002 12:36:04 +0000 |
michael |
AVVideoFrame -> AVFrame
|
Thu, 05 Dec 2002 09:13:29 +0000 |
michael |
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
|
Wed, 04 Dec 2002 21:46:53 +0000 |
michael |
PSNR
|
Wed, 04 Dec 2002 12:41:57 +0000 |
michael |
specific debug output support
|
Wed, 04 Dec 2002 11:53:47 +0000 |
michael |
cleanup
|
Wed, 04 Dec 2002 10:49:03 +0000 |
michael |
support for lavc build 4641
|
Wed, 20 Nov 2002 13:16:09 +0000 |
michael |
aspect ratio clenaup
|
Thu, 14 Nov 2002 22:36:16 +0000 |
michael |
vstrict is no flag
|
Thu, 14 Nov 2002 19:27:51 +0000 |
michael |
ffhuffyuv
|
Sat, 02 Nov 2002 04:56:48 +0000 |
rfelker |
cleanup
|
Sat, 02 Nov 2002 02:44:19 +0000 |
rfelker |
removed -pass nonsense from mencoder! it's now a suboption to -divx4opts
|
Sun, 29 Sep 2002 23:21:57 +0000 |
michael |
idct algo selection support
|
Sun, 29 Sep 2002 17:53:14 +0000 |
arpi |
vcodec=mpeg4 set as default
|
Thu, 26 Sep 2002 00:48:25 +0000 |
michael |
interlaced dct
|
Tue, 24 Sep 2002 11:23:23 +0000 |
michael |
darkmasking & docs
|
Mon, 23 Sep 2002 15:46:16 +0000 |
michael |
adaptive quant support ...
|
Thu, 19 Sep 2002 09:47:37 +0000 |
michael |
use avcodec_alloc_context()
|
Fri, 13 Sep 2002 20:46:23 +0000 |
alex |
aspect ratio support by encoding (currently only with mpeg4 and h263p)
|
Tue, 10 Sep 2002 22:18:32 +0000 |
arpi |
changing return type of put_image void->int
|
Fri, 30 Aug 2002 00:38:42 +0000 |
michael |
dct selection support
|
Wed, 28 Aug 2002 22:45:48 +0000 |
arpi |
mostly compiler warning fixes, some small bugfix
|
Sun, 25 Aug 2002 23:19:38 +0000 |
michael |
fixing compilation without divx4 patch by (Rmi Guyomarch <rguyom at pobox dot com>)
|
Sun, 25 Aug 2002 21:52:31 +0000 |
michael |
10l
|
Sun, 25 Aug 2002 21:43:22 +0000 |
michael |
support for the new ratecontrol code
|
Sun, 18 Aug 2002 01:07:37 +0000 |
michael |
same behavior for luma & chroma single coeff elimination
|
Sat, 17 Aug 2002 20:48:23 +0000 |
michael |
skip blocks with small chroma dc support
|
Wed, 14 Aug 2002 21:43:49 +0000 |
arpi |
dynamic libavcodec.so support updated by
|
Wed, 07 Aug 2002 00:08:57 +0000 |
michael |
mpeg4 mpeg quantizer encoding
|
Mon, 08 Jul 2002 21:34:24 +0000 |
arpi |
#ifdef'ed divx4 2pass code - idea by Diego
|
Tue, 18 Jun 2002 01:39:26 +0000 |
michael |
wmv1
|
Sat, 01 Jun 2002 02:11:24 +0000 |
michael |
single coefficient elimination disabled by default
|
Wed, 29 May 2002 21:34:29 +0000 |
arpi |
new options to support Michael's libavcodec patch, #ifdefed
|
Sun, 05 May 2002 00:31:40 +0000 |
alex |
a hack to make ffmjpeg created files viewable with windows dlls too
|
Sat, 04 May 2002 18:18:10 +0000 |
alex |
msmpeg4v2 -> MP42 mapping, requested by Gabucino
|
Mon, 22 Apr 2002 02:00:23 +0000 |
michael |
hq mode in first pass should work (as bad, ehh as well as LQ)
|
Sun, 21 Apr 2002 21:38:53 +0000 |
michael |
support for new stuff (lavc internal 2pass, ...)
|
Thu, 18 Apr 2002 15:23:34 +0000 |
arpi |
bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkins@yahoo.com>
|
Wed, 17 Apr 2002 13:30:05 +0000 |
atmos4 |
Preliminary support for lavcs b-frame encoding, disabled by default.
|
Tue, 16 Apr 2002 00:36:41 +0000 |
arpi |
disable hq for 1st pass
|
Mon, 15 Apr 2002 13:39:48 +0000 |
arpi |
2-pass qscale fixed
|
Sun, 14 Apr 2002 23:16:55 +0000 |
arpi |
workaround Juanjo's stupid vme change
|
Sat, 13 Apr 2002 19:14:34 +0000 |
arpi |
mp_image.h and img_format.h moved to libmpcodecs
|
Thu, 11 Apr 2002 20:56:17 +0000 |
arpi |
capabilities support -> automatic insertion of scale, expand, pp
|
Thu, 11 Apr 2002 02:54:42 +0000 |
arpi |
vme default changed 3->4
|
Thu, 11 Apr 2002 02:50:47 +0000 |
arpi |
soem fixes
|
Wed, 10 Apr 2002 23:23:36 +0000 |
arpi |
encoders
|