Thu, 11 Apr 2002 02:54:42 +0000 |
arpi |
vme default changed 3->4
|
Thu, 11 Apr 2002 02:53:15 +0000 |
arpi |
libmpencoders added to mencoder libs
|
Thu, 11 Apr 2002 02:52:28 +0000 |
arpi |
vfw encoding func splitted to init and start parts
|
Thu, 11 Apr 2002 02:52:03 +0000 |
arpi |
video codecs moved to libmpencoders, crop/scale removed, use -vop for that
|
Thu, 11 Apr 2002 02:51:02 +0000 |
arpi |
10l
|
Thu, 11 Apr 2002 02:50:47 +0000 |
arpi |
soem fixes
|
Wed, 10 Apr 2002 23:23:36 +0000 |
arpi |
encoders
|
Wed, 10 Apr 2002 23:23:19 +0000 |
arpi |
query_format debug moved 1 verbose level down
|
Wed, 10 Apr 2002 18:40:14 +0000 |
arpi |
OS/2 fix
|
Wed, 10 Apr 2002 16:03:08 +0000 |
mswitch |
Some minor changes to the avcodec code.
|
Wed, 10 Apr 2002 12:43:26 +0000 |
rfelker |
Dirty hack to fix mencoder until someone does all the new filter/vo stuff right :)
|
Wed, 10 Apr 2002 10:19:43 +0000 |
jaf |
a temporary disable for opendivx - please remove or fix
|
Wed, 10 Apr 2002 06:55:03 +0000 |
mswitch |
Make avcodec the default encoder again, thanks Michael
|
Wed, 10 Apr 2002 05:23:13 +0000 |
michael |
memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
|
Tue, 09 Apr 2002 23:55:47 +0000 |
michael |
trying to fix davids "libavcodec bug" ...
|
Tue, 09 Apr 2002 15:55:00 +0000 |
jonas |
sync
|
Tue, 09 Apr 2002 14:02:55 +0000 |
arpi |
new tdfxfb yuv driver by Mark Zealey <mark@zealos.org>
|
Tue, 09 Apr 2002 14:01:53 +0000 |
arpi |
2 new simple filters: yuy2 and format
|
Tue, 09 Apr 2002 13:18:45 +0000 |
atmos4 |
VM Fix by Uwe.Reder@3soft.de
|
Tue, 09 Apr 2002 12:03:29 +0000 |
jaf |
looks better ...
|
Mon, 08 Apr 2002 23:12:22 +0000 |
arpi |
vf_fame added - yv12->mpes converter
|
Mon, 08 Apr 2002 21:25:58 +0000 |
arpi |
maintainers section updated
|
Mon, 08 Apr 2002 16:40:52 +0000 |
gabucino |
commited hogyishijjak's patch
|
Mon, 08 Apr 2002 14:43:18 +0000 |
michael |
fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi
|
Mon, 08 Apr 2002 01:56:55 +0000 |
arpi |
+libmpeg2
|
Mon, 08 Apr 2002 01:54:11 +0000 |
arpi |
updated
|
Mon, 08 Apr 2002 01:36:21 +0000 |
arpi |
copy width too
|
Mon, 08 Apr 2002 01:33:29 +0000 |
arpi |
relaly black packed yuv images
|
Mon, 08 Apr 2002 01:26:20 +0000 |
arpi |
really black yv12/rgb images (todo: packed yuv)
|
Mon, 08 Apr 2002 00:06:03 +0000 |
arpi |
pp passtrough
|
Sun, 07 Apr 2002 23:30:59 +0000 |
arpi |
free old context, really use query_format
|
Sun, 07 Apr 2002 22:45:07 +0000 |
arpi |
10l
|
Sun, 07 Apr 2002 21:36:39 +0000 |
arpi |
allocate 2 lines more memory - to avoid some sig11
|
Sun, 07 Apr 2002 21:33:42 +0000 |
arpi |
colorspace conversion support
|
Sun, 07 Apr 2002 20:21:37 +0000 |
arpi |
swscale filter
|
Sun, 07 Apr 2002 18:56:46 +0000 |
arpi |
divx4vfw is buggy
|
Sun, 07 Apr 2002 18:00:41 +0000 |
pontscho |
small bugfixes...
|
Sun, 07 Apr 2002 17:42:31 +0000 |
arpi |
vf control codes added, autoq support
|
Sun, 07 Apr 2002 17:01:15 +0000 |
arpi |
accept only 4:2:0 planar yuv formats
|
Sun, 07 Apr 2002 16:40:54 +0000 |
arpi |
export qscale for postproc
|
Sun, 07 Apr 2002 16:34:15 +0000 |
arpi |
missing #ifdfe - 0.1l
|
Sun, 07 Apr 2002 16:32:54 +0000 |
arpi |
quant_store moved to frame struct
|
Sun, 07 Apr 2002 03:32:36 +0000 |
arpi |
accept -pp value from args
|
Sun, 07 Apr 2002 03:25:25 +0000 |
arpi |
mpeg+pp0 fixed
|
Sun, 07 Apr 2002 03:20:41 +0000 |
arpi |
postprocessing filter (fixme: -pp 0)
|
Sun, 07 Apr 2002 02:12:15 +0000 |
arpi |
vo_config_count now counts calls to vo->config()
|
Sun, 07 Apr 2002 02:11:10 +0000 |
arpi |
don't config twice
|
Sun, 07 Apr 2002 02:10:39 +0000 |
arpi |
initialization moved to preinit(), query_format now really checks for supported formats
|
Sat, 06 Apr 2002 22:46:20 +0000 |
arpi |
vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen
|
Sat, 06 Apr 2002 22:05:01 +0000 |
arpi |
video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
|
Sat, 06 Apr 2002 22:00:50 +0000 |
arpi |
field 'vfilter' added to sh_video_t
|
Sat, 06 Apr 2002 22:00:27 +0000 |
arpi |
MSGT_VFILTER added
|
Sat, 06 Apr 2002 21:46:07 +0000 |
arpi |
memcpy_pic() added (copy image plane with src/dst stride)
|
Sat, 06 Apr 2002 19:09:06 +0000 |
arpi |
#include cleanup
|
Sat, 06 Apr 2002 19:08:52 +0000 |
arpi |
VOCTRL_DRAW_IMAGE added
|
Sat, 06 Apr 2002 15:38:28 +0000 |
atmos4 |
Free fix by kisg@lme.linux.hu
|
Sat, 06 Apr 2002 14:06:33 +0000 |
gabucino |
removed some left master/pcm
|
Sat, 06 Apr 2002 07:30:28 +0000 |
mswitch |
Fixed bug that would cause the dxr3 to lock if too many subpics were sent at once
|
Sat, 06 Apr 2002 05:25:43 +0000 |
gabucino |
SDL+x11/xv Q/A
|
Fri, 05 Apr 2002 18:05:57 +0000 |
mswitch |
Make fame the default encoder until lavc's mpeg1 encoder is repaired.
|
Fri, 05 Apr 2002 17:16:18 +0000 |
michael |
ffmp42 is bugfree now afaik
|
Fri, 05 Apr 2002 15:40:31 +0000 |
pl |
Bugreports start appearing - no reaction :/
|
Fri, 05 Apr 2002 04:48:15 +0000 |
michael |
i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchmarks now ...
|
Fri, 05 Apr 2002 04:33:39 +0000 |
michael |
ff msmpeg4v2
|
Thu, 04 Apr 2002 18:27:06 +0000 |
gabucino |
typo (?) fix. Noticed by Karol Szkudlarek <karol@psi.mikronika.com.pl>
|
Thu, 04 Apr 2002 16:35:03 +0000 |
mswitch |
Removed blinking effect from spuenc
|
Thu, 04 Apr 2002 16:11:09 +0000 |
mswitch |
Added spuenc... should write a draw_alpha_spu perhaps =D
|
Thu, 04 Apr 2002 14:44:47 +0000 |
arpi |
dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>
|
Thu, 04 Apr 2002 14:24:11 +0000 |
arpi |
fixed SPU pts, it's 1024/90000 based instead of 1/100
|
Thu, 04 Apr 2002 13:52:24 +0000 |
jaf |
improved DVB detection
|
Thu, 04 Apr 2002 13:21:13 +0000 |
jaf |
improved DVB detection
|
Thu, 04 Apr 2002 00:03:44 +0000 |
arpi |
use -slices
|
Thu, 04 Apr 2002 00:00:41 +0000 |
arpi |
option -slices
|
Thu, 04 Apr 2002 00:00:23 +0000 |
arpi |
global var for option -slices
|
Wed, 03 Apr 2002 23:59:54 +0000 |
arpi |
libavcodec slices support
|
Wed, 03 Apr 2002 21:37:26 +0000 |
arpi |
control() done
|
Wed, 03 Apr 2002 21:01:15 +0000 |
arpi |
removed useless contect struct -> code simplified
|
Wed, 03 Apr 2002 20:14:18 +0000 |
arpi |
libmad support, rewritten from scratch using Xine decoder as sample
|
Wed, 03 Apr 2002 19:09:55 +0000 |
arpi |
mpegpes added... thx Mw3
|
Wed, 03 Apr 2002 18:23:22 +0000 |
arpi |
mpegpes is no longer handled by libmpeg2 - we have vd_mpegpes now
|
Wed, 03 Apr 2002 18:22:31 +0000 |
arpi |
vd_mpegpes added
|
Wed, 03 Apr 2002 18:15:15 +0000 |
arpi |
new dvdnav option: -skipopening - dvdnav patch by Kees Cook <mplayer@outflux.net>
|
Wed, 03 Apr 2002 18:14:21 +0000 |
arpi |
spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>
|
Wed, 03 Apr 2002 17:58:17 +0000 |
arpi |
dvdnav event added, queue size 10->100, added void* event arg type - dvdnav patch by Kees Cook <mplayer@outflux.net>
|
Wed, 03 Apr 2002 17:55:31 +0000 |
arpi |
dvdnav functions moved out to dvdnav_steram.c
|
Wed, 03 Apr 2002 17:50:48 +0000 |
arpi |
dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>
|
Wed, 03 Apr 2002 17:49:40 +0000 |
arpi |
added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outflux.net>
|
Wed, 03 Apr 2002 15:40:13 +0000 |
arpi |
don't alloc/free NULL
|
Wed, 03 Apr 2002 11:54:14 +0000 |
arpi |
10l
|
Wed, 03 Apr 2002 10:05:35 +0000 |
mswitch |
Subpic encoder added (used on DXR3 and similar hardware that has a subpic channel)
|
Wed, 03 Apr 2002 02:40:09 +0000 |
arpi |
IMGTYPE_IPB fix
|
Wed, 03 Apr 2002 02:39:02 +0000 |
arpi |
rewritten - it replaces libmpeg2/decode.c now
|
Tue, 02 Apr 2002 21:58:22 +0000 |
arpi |
divx4 I420 removed - i hate that buggy shit nvidia
|
Tue, 02 Apr 2002 02:32:54 +0000 |
kmkaplan |
Add '-subdelay' support for vobsub.
|
Mon, 01 Apr 2002 19:14:14 +0000 |
arpi |
sample
|
Mon, 01 Apr 2002 18:29:31 +0000 |
arpi |
yes, typo. 10l. noticed by atmos
|
Mon, 01 Apr 2002 18:16:27 +0000 |
atmos4 |
Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!
|
Mon, 01 Apr 2002 17:59:16 +0000 |
arpi |
audio codec uninit
|
Mon, 01 Apr 2002 17:58:04 +0000 |
arpi |
audio input buffer allocation/free cleanup
|
Mon, 01 Apr 2002 17:12:10 +0000 |
alex |
config vo only if aspect really changed and width&&height isn't changed (if w||h changes, we set it later)
|
Mon, 01 Apr 2002 17:11:59 +0000 |
arpi |
freeing codec in/out buffers is job of libmpcodecs, not demuxer
|
Mon, 01 Apr 2002 15:45:45 +0000 |
arpi |
cleanup
|
Mon, 01 Apr 2002 15:26:23 +0000 |
arpi |
ehh. vorbis support...
|
Mon, 01 Apr 2002 15:25:50 +0000 |
arpi |
twos audio fixed
|
Mon, 01 Apr 2002 14:01:22 +0000 |
michael |
overread in the mmx2 horizontal scaler fixed
|
Mon, 01 Apr 2002 13:26:38 +0000 |
alex |
added vfw uninit
|
Mon, 01 Apr 2002 13:26:03 +0000 |
alex |
added acm uninit
|
Mon, 01 Apr 2002 13:25:34 +0000 |
alex |
added vfw and acm uninit
|
Mon, 01 Apr 2002 13:14:54 +0000 |
alex |
using sh->context and added proper uninit
|
Mon, 01 Apr 2002 13:10:03 +0000 |
alex |
using sh->context
|
Mon, 01 Apr 2002 13:06:27 +0000 |
jonas |
sync
|
Mon, 01 Apr 2002 10:38:42 +0000 |
gabucino |
-dr is now off by default
|
Mon, 01 Apr 2002 08:02:41 +0000 |
gabucino |
remark about Ogg-in-AVI suxxhaxx
|
Mon, 01 Apr 2002 07:02:16 +0000 |
gabucino |
applied trey's patch
|
Mon, 01 Apr 2002 06:15:13 +0000 |
gabucino |
minor typo fix (in comment)
|
Sun, 31 Mar 2002 23:46:00 +0000 |
arpi |
after some STFW i've found some info about fps codes
|
Sun, 31 Mar 2002 23:30:55 +0000 |
arpi |
mtvp says its' 29.97 not 1 fps
|
Sun, 31 Mar 2002 22:52:48 +0000 |
arpi |
seeking fixed (variable fps videos needs to reset PTS after seeking)
|
Sun, 31 Mar 2002 22:44:03 +0000 |
arpi |
fixed new_chunk calculation at seeking (seeking not work yet) and added -nosound support
|
Sun, 31 Mar 2002 22:12:39 +0000 |
arpi |
10l
|