Sat, 16 Aug 2003 17:49:12 +0000 |
gabucino |
sync forward ported from 0_90
|
Sat, 16 Aug 2003 11:31:28 +0000 |
nauj27 |
New spanish translated DOC file
|
Sat, 16 Aug 2003 10:53:44 +0000 |
faust3 |
ftp support for mingw
|
Sat, 16 Aug 2003 09:51:05 +0000 |
albeu |
Finnaly commit Nico's dvb menu. Sorry for committing this
|
Fri, 15 Aug 2003 19:13:23 +0000 |
albeu |
ftp support. The change on connect2Server is needed bcs we need 2
|
Fri, 15 Aug 2003 18:45:35 +0000 |
albeu |
I've juste found a bug which prevent to load a file whose name contain
|
Fri, 15 Aug 2003 18:02:24 +0000 |
joyping |
no channels moving, autosubdievice, nonsupported fix by Vladimir I. Umnov <uvi@ezmail.ru>, removed braindeaded startup message
|
Fri, 15 Aug 2003 16:36:32 +0000 |
arpi |
fixes http://pot.lsd.ro/video.asf
|
Fri, 15 Aug 2003 15:25:55 +0000 |
diego |
this small patch allows to compile the file libmpdemux/tvi_v4l.c properly,
|
Fri, 15 Aug 2003 14:43:57 +0000 |
nauj27 |
Spanish sync
|
Fri, 15 Aug 2003 13:15:47 +0000 |
alex |
Prefer DOCS/hu/, now Gabucino must sync the DOCS <evil laugh>
|
Fri, 15 Aug 2003 13:04:37 +0000 |
alex |
4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit.
|
Fri, 15 Aug 2003 12:55:29 +0000 |
diego |
-(no)slices is no longer MPlayer only.
|
Fri, 15 Aug 2003 12:50:01 +0000 |
alex |
updates
|
Fri, 15 Aug 2003 12:47:18 +0000 |
diego |
DVB input documentation by Nico <nsabbi@libero.it> with some changes by me.
|
Fri, 15 Aug 2003 12:35:08 +0000 |
alex |
Workaround: skip first mp3 frame, that mostly contains trashed data. This fixes several buggy/mistdetected files. Idea by Arpi.
|
Fri, 15 Aug 2003 12:09:56 +0000 |
nauj27 |
New spanish translated DOC file
|
Fri, 15 Aug 2003 12:05:18 +0000 |
diego |
docs updates
|
Fri, 15 Aug 2003 11:55:21 +0000 |
diego |
unknow --> unknown as discussed on dev-eng
|
Fri, 15 Aug 2003 11:19:10 +0000 |
diego |
cp1250 updates by Karel Kozlovsky <kozlovsk@centrum.cz>
|
Thu, 14 Aug 2003 21:29:39 +0000 |
alex |
there were no checks in MP_CMD_SUB for sh_video, so mplayer immediately segfaulted when such keys were pressed on non-video files
|
Thu, 14 Aug 2003 12:15:44 +0000 |
diego |
Spelling police:
|
Thu, 14 Aug 2003 01:54:27 +0000 |
alex |
Fixed a long standing issue: if configured a not available (not existing, permission denied, ...) skin, the gui never ever started again. Now it reverts to 'default' if it can't open the selected skin, if 'default' fails too, the gui exits with error.
|
Thu, 14 Aug 2003 01:45:16 +0000 |
alex |
translated a message to english
|
Thu, 14 Aug 2003 01:25:42 +0000 |
alex |
1000l
|
Thu, 14 Aug 2003 01:15:41 +0000 |
alex |
1000l
|
Thu, 14 Aug 2003 01:05:49 +0000 |
alex |
1000l
|
Thu, 14 Aug 2003 00:36:25 +0000 |
alex |
warning fix
|
Wed, 13 Aug 2003 21:32:28 +0000 |
alex |
Fixed segfault with (dvd://1 -chapter). Bug reported by Gabucino, initial fix by Pierre.
|
Wed, 13 Aug 2003 21:04:15 +0000 |
alex |
Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <agapon@cv-nj.com>
|
Wed, 13 Aug 2003 19:02:34 +0000 |
alex |
using CONF_TYPE_IMGFMT
|
Wed, 13 Aug 2003 18:56:29 +0000 |
alex |
Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no need to add new img formats to the source, instead you can try it out by providing it in hexa format, and if it isn't supported by the card, you get a nice error message. That's all.
|
Wed, 13 Aug 2003 17:38:30 +0000 |
alex |
CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs too
|
Wed, 13 Aug 2003 17:03:36 +0000 |
albeu |
"when I run "mplayer -slave <audiofile> " then, while playing, I send the
|
Wed, 13 Aug 2003 16:45:02 +0000 |
alex |
100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
|
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.
|
Wed, 13 Aug 2003 16:01:53 +0000 |
henry |
v4l2 check
|
Wed, 13 Aug 2003 12:09:25 +0000 |
albeu |
Fix a 10l and add escaped filename support. Needed by ftp.
|
Wed, 13 Aug 2003 11:18:24 +0000 |
albeu |
Fix -cdrom-device to work again with cdda and vcd.
|
Wed, 13 Aug 2003 09:42:53 +0000 |
alex |
1000l, thanks Pierre
|
Tue, 12 Aug 2003 23:18:02 +0000 |
alex |
added live.com to (no)inputmodules
|
Tue, 12 Aug 2003 22:41:53 +0000 |
alex |
update, again
|
Tue, 12 Aug 2003 20:54:12 +0000 |
alex |
moved lot of global variables into static ones (and some minor spelling fixes)
|
Tue, 12 Aug 2003 20:09:53 +0000 |
joey |
Added DR support to vo_fbdev,
|
Tue, 12 Aug 2003 19:58:55 +0000 |
nauj27 |
sync (Real Win32 vs Linux codec clarification)
|
Tue, 12 Aug 2003 19:47:44 +0000 |
nauj27 |
sync ('tinterlace' filter)
|
Tue, 12 Aug 2003 19:08:05 +0000 |
alex |
some updates
|
Tue, 12 Aug 2003 18:00:08 +0000 |
arpi |
min/max float->double
|
Tue, 12 Aug 2003 13:25:52 +0000 |
gabucino |
From: Kir Kostuchenko <kir@users.sourceforge.net>
|
Tue, 12 Aug 2003 13:22:35 +0000 |
gabucino |
reverse of accidently twice commited patch (non-unified patch suxx)
|
Tue, 12 Aug 2003 11:32:51 +0000 |
gabucino |
From: Kir Kostuchenko <kir@users.sourceforge.net>
|
Tue, 12 Aug 2003 08:24:24 +0000 |
rfelker |
10000l, the old code was slow as hell, copying stuff extra times and
|
Tue, 12 Aug 2003 07:38:49 +0000 |
gabucino |
Hi, here are slave commands:
|
Tue, 12 Aug 2003 06:57:19 +0000 |
joey |
Changed all printf into mp_msg
|
Tue, 12 Aug 2003 00:30:27 +0000 |
diego |
Real Win32 vs Linux codec clarification.
|
Mon, 11 Aug 2003 21:37:39 +0000 |
diego |
sync by Andriy N. Gritsenko <andrej@lucky.net>
|
Mon, 11 Aug 2003 21:08:42 +0000 |
gabucino |
replacing old MPlayer logo for the much nicer OSX version
|
Mon, 11 Aug 2003 20:52:53 +0000 |
alex |
Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
|
Mon, 11 Aug 2003 20:04:30 +0000 |
alex |
'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.com> (with minor fixes for current cvs by me)
|
Mon, 11 Aug 2003 19:02:37 +0000 |
alex |
10l (and fixes some wmaker issues)
|
Mon, 11 Aug 2003 18:25:41 +0000 |
nauj27 |
sync with english
|
Mon, 11 Aug 2003 14:32:53 +0000 |
alex |
dvbin fix by Nico <nsabbi@libero.it>
|
Mon, 11 Aug 2003 08:43:36 +0000 |
diego |
typo
|
Mon, 11 Aug 2003 07:33:08 +0000 |
gabucino |
eh too early
|
Mon, 11 Aug 2003 07:30:31 +0000 |
gabucino |
sync
|
Mon, 11 Aug 2003 07:28:25 +0000 |
gabucino |
sync
|
Mon, 11 Aug 2003 07:15:05 +0000 |
gabucino |
style fix
|
Mon, 11 Aug 2003 01:38:50 +0000 |
diego |
Moved -slices to cfg-common.h.
|
Mon, 11 Aug 2003 01:14:20 +0000 |
diego |
sync
|
Mon, 11 Aug 2003 00:02:46 +0000 |
arpi |
this patch fixes
|
Sun, 10 Aug 2003 23:13:34 +0000 |
diego |
new Windows section with Cygwin and MinGW subsections
|
Sun, 10 Aug 2003 19:55:43 +0000 |
nauj27 |
Spanish translation by Juan Martn Lpez <nauj27@teleline.es>
|
Sun, 10 Aug 2003 17:58:22 +0000 |
ranma |
Prevent missing subtitles at pts reset.
|
Sun, 10 Aug 2003 15:54:25 +0000 |
alex |
libdvdread-cvs support, patch by Steven M. Schultz <sms@2BSD.COM>
|
Sun, 10 Aug 2003 15:14:47 +0000 |
alex |
10l
|
Sun, 10 Aug 2003 08:24:01 +0000 |
gabucino |
more variants
|
Sun, 10 Aug 2003 08:18:48 +0000 |
gabucino |
how to put subtitles in output file
|
Sat, 09 Aug 2003 19:15:40 +0000 |
nexus |
remove debug message
|
Sat, 09 Aug 2003 16:30:55 +0000 |
henry |
another attempt to fix the subtitle searching
|
Sat, 09 Aug 2003 14:23:16 +0000 |
gabucino |
For a request by Gabu, i've cut & fix a part of Joey's dvd aid switching
|
Sat, 09 Aug 2003 12:07:18 +0000 |
diego |
OSD menu should not be confused with DVD menus.
|
Sat, 09 Aug 2003 11:00:10 +0000 |
diego |
This is in sync...
|
Sat, 09 Aug 2003 10:54:18 +0000 |
diego |
updates by Ioannis Panteleakis
|
Sat, 09 Aug 2003 10:09:11 +0000 |
diego |
address bounces
|
Sat, 09 Aug 2003 10:03:40 +0000 |
diego |
path fixes
|
Fri, 08 Aug 2003 23:26:48 +0000 |
henry |
some more cola - misplaced break
|
Fri, 08 Aug 2003 22:56:32 +0000 |
jonas |
some updates (all shown by help_diff.sh)...
|
Fri, 08 Aug 2003 20:07:38 +0000 |
pl |
fix the bug where only the last file of the command line is found
|
Fri, 08 Aug 2003 09:28:39 +0000 |
diego |
typo fix by DongCheon Park <dcpark@kaist.ac.kr>
|
Thu, 07 Aug 2003 18:16:05 +0000 |
diego |
sync by Juan Martin <nauj27@teleline.es>
|
Thu, 07 Aug 2003 13:25:03 +0000 |
gabucino |
support for raw DV >2Gb
|
Thu, 07 Aug 2003 12:40:15 +0000 |
henry |
10l - some forgotten ifdefs
|
Thu, 07 Aug 2003 12:24:35 +0000 |
henry |
v4l2 support
|
Thu, 07 Aug 2003 12:18:04 +0000 |
henry |
v4l2 support
|
Wed, 06 Aug 2003 22:05:20 +0000 |
diego |
(nonworking) dvdnav commented out as discussed on dev-eng.
|
Wed, 06 Aug 2003 21:55:59 +0000 |
diego |
(Almost) cosmetic update, taken from fsf.org.
|
Wed, 06 Aug 2003 09:31:16 +0000 |
gabucino |
sync
|
Wed, 06 Aug 2003 01:07:47 +0000 |
gabucino |
make debian devels happy (ok, that's impossible, I know:)
|
Tue, 05 Aug 2003 23:53:06 +0000 |
diego |
_win32libdir (not _libdir/win32) should be searched after other locations.
|
Tue, 05 Aug 2003 23:07:07 +0000 |
diego |
whitespace cosmetics
|
Tue, 05 Aug 2003 21:13:11 +0000 |
diego |
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>
|
Tue, 05 Aug 2003 21:09:22 +0000 |
diego |
Path fixed.
|
Tue, 05 Aug 2003 19:14:32 +0000 |
diego |
sync by Juan Martin <nauj27@teleline.es>
|
Tue, 05 Aug 2003 09:22:46 +0000 |
diego |
Hint fixed up and synched to XML.
|
Mon, 04 Aug 2003 23:20:49 +0000 |
diego |
dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording.
|
Mon, 04 Aug 2003 22:36:22 +0000 |
diego |
spelling corrections
|
Mon, 04 Aug 2003 20:56:02 +0000 |
ranma |
Document softpulldown filter.
|
Mon, 04 Aug 2003 15:43:56 +0000 |
gabucino |
vsynced GL output (hint from Spacecake <spacecake@diaryland.com>)
|
Mon, 04 Aug 2003 09:13:10 +0000 |
gabucino |
I'd like to change tv tuner frequency in the slave mode. So this patch
|
Mon, 04 Aug 2003 07:46:22 +0000 |
diego |
FourCC is the preferred spelling according to iive and arpi.
|
Mon, 04 Aug 2003 01:29:58 +0000 |
rfelker |
warning for users who insist on trying to enable dvdnav
|
Sun, 03 Aug 2003 20:04:01 +0000 |
diego |
fixes and sync
|
Sun, 03 Aug 2003 18:59:49 +0000 |
rfelker |
-noslices support for mencoder. ugly hack, but vf_crop and vf_expand
|
Sun, 03 Aug 2003 18:33:28 +0000 |
alex |
removed obsolete my_profile
|
Sun, 03 Aug 2003 18:28:28 +0000 |
alex |
10l
|
Sun, 03 Aug 2003 17:54:35 +0000 |
alex |
better pause mechanism and faster uninit support by Vladimir I. Umnov <uvi@ezmail.ru>
|
Sun, 03 Aug 2003 17:42:43 +0000 |
alex |
c vs c++ syntax
|
Sun, 03 Aug 2003 17:26:25 +0000 |
alex |
10l
|
Sun, 03 Aug 2003 17:06:18 +0000 |
alex |
10l fix by Bjrn Sandell <biorn@dce.chalmers.se>
|
Sun, 03 Aug 2003 12:09:58 +0000 |
ranma |
Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,
|
Sun, 03 Aug 2003 12:04:57 +0000 |
ranma |
Export flags needed for softpulldown filter.
|
Sat, 02 Aug 2003 18:45:24 +0000 |
arpi |
BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>
|
Thu, 31 Jul 2003 10:10:16 +0000 |
diego |
sync by DongCheon Park <pdc@kaist.ac.kr>
|
Thu, 31 Jul 2003 00:04:55 +0000 |
diego |
sync by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>
|
Wed, 30 Jul 2003 23:30:15 +0000 |
diego |
Better explanation, as suggested by Ivan Kalvachev.
|
Wed, 30 Jul 2003 22:10:06 +0000 |
diego |
sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>
|
Wed, 30 Jul 2003 01:15:06 +0000 |
diego |
typo
|
Wed, 30 Jul 2003 00:58:53 +0000 |
diego |
updates and fixes
|
Tue, 29 Jul 2003 23:12:30 +0000 |
diego |
spelling/grammar fixes
|
Tue, 29 Jul 2003 20:20:40 +0000 |
diego |
sync by Juan Martin <nauj27@teleline.es>
|
Tue, 29 Jul 2003 14:11:18 +0000 |
iive |
nvidia 44.96 hardlock machine without that fix
|
Tue, 29 Jul 2003 02:29:58 +0000 |
michael |
mb decision stuff
|
Mon, 28 Jul 2003 20:04:09 +0000 |
iive |
draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st image
|
Mon, 28 Jul 2003 15:24:38 +0000 |
alex |
remove cs_test and swscale-example too
|
Mon, 28 Jul 2003 14:54:19 +0000 |
alex |
10l & warning fixes
|
Mon, 28 Jul 2003 14:17:31 +0000 |
alex |
1, micro-speedup 2, fixed 10l: only prefer utf8 if iconv is present
|
Mon, 28 Jul 2003 02:24:05 +0000 |
diego |
translation by Juan Martin <nauj27@teleline.es> and Andoni Zubimendi
|
Mon, 28 Jul 2003 02:22:18 +0000 |
diego |
sync by Juan Martin <nauj27@teleline.es>
|
Mon, 28 Jul 2003 02:02:20 +0000 |
diego |
Move away old codecs.conf files.
|
Mon, 28 Jul 2003 01:57:50 +0000 |
diego |
just in case
|
Sun, 27 Jul 2003 23:02:58 +0000 |
alex |
Changed swab32 from macro to inline function, this fixes compilation on alpha (with gcc2.95). Based on patch by KotH
|
Sun, 27 Jul 2003 22:55:25 +0000 |
alex |
gcc2.95.x has no support for mvi instructions
|
Sun, 27 Jul 2003 22:41:53 +0000 |
diego |
Typos fixed, based on patch sent by Alex.
|
Sun, 27 Jul 2003 22:23:07 +0000 |
alex |
fix against dummy solaris sprintf, bug reported by Gotz Waschk
|
Sun, 27 Jul 2003 22:20:15 +0000 |
alex |
some missing 'no' pairs of flags
|
Sun, 27 Jul 2003 22:15:08 +0000 |
alex |
dump extra bytes of bitmapinfoheader in verbose mode and make outputs consistent
|
Sun, 27 Jul 2003 21:55:54 +0000 |
alex |
start in windowed mode using Quartz, but no X server started. Ported from fink.sf.net
|
Sun, 27 Jul 2003 21:35:14 +0000 |
alex |
dts aid fix by f.stock@t-online.de (Florian-Wolfgang Stock)
|
Sun, 27 Jul 2003 21:24:33 +0000 |
alex |
sync with libavcodec (sh4 optim)
|
Sun, 27 Jul 2003 20:54:56 +0000 |
alex |
ffcljr yvu9->411p
|
Sun, 27 Jul 2003 20:31:28 +0000 |
alex |
ffcljr support
|
Sun, 27 Jul 2003 10:16:14 +0000 |
rsf |
Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.
|
Sun, 27 Jul 2003 10:15:10 +0000 |
rsf |
Added support for checking whether a RTP demuxer contains combined audio_video data.
|
Sun, 27 Jul 2003 10:13:26 +0000 |
rsf |
Added support for checking whether a RTP demuxer had combined audio+video data.
|
Sun, 27 Jul 2003 10:11:42 +0000 |
rsf |
Added support for checking whether a RTP demuxer contains a combined audio_video stream.
|
Sat, 26 Jul 2003 22:55:37 +0000 |
iive |
xvmc fixes - check for xv presence and fix libs order
|
Sat, 26 Jul 2003 14:11:28 +0000 |
luran |
sync
|
Sat, 26 Jul 2003 09:52:49 +0000 |
diego |
sync by Kenneth Chan <chantk@ctk.sytes.net>
|
Sat, 26 Jul 2003 00:55:36 +0000 |
iive |
xvmc updates
|
Fri, 25 Jul 2003 14:56:28 +0000 |
nexus |
detect Real codecs fix (with only win32 DLL)
|
Thu, 24 Jul 2003 23:42:20 +0000 |
michael |
ffativcr2
|
Thu, 24 Jul 2003 22:12:59 +0000 |
arpi |
layer-1 support
|
Thu, 24 Jul 2003 19:32:59 +0000 |
alex |
bumped version number
|
Thu, 24 Jul 2003 19:31:07 +0000 |
alex |
consistency fixes, bumped version number (and added ffmjpegb)
|
Thu, 24 Jul 2003 12:31:11 +0000 |
michael |
ff ativcr1
|
Thu, 24 Jul 2003 10:54:09 +0000 |
diego |
sync
|
Thu, 24 Jul 2003 10:43:07 +0000 |
diego |
small correction
|
Thu, 24 Jul 2003 10:22:43 +0000 |
diego |
sync with HTML
|
Thu, 24 Jul 2003 09:56:41 +0000 |
diego |
10l
|
Thu, 24 Jul 2003 06:49:59 +0000 |
gabucino |
useful user advice re-added (DON'T remove.)
|
Wed, 23 Jul 2003 16:45:15 +0000 |
diego |
more information, less flames
|
Wed, 23 Jul 2003 11:28:12 +0000 |
gabucino |
codecs.conf is obsoleted
|
Tue, 22 Jul 2003 23:52:01 +0000 |
diego |
Installing codecs.conf is long obsolete.
|
Tue, 22 Jul 2003 23:49:27 +0000 |
diego |
DOCS/it/ path fixed.
|
Tue, 22 Jul 2003 20:23:27 +0000 |
rtognimp |
Sync with mp_help-en.h v1.105
|
Tue, 22 Jul 2003 20:10:05 +0000 |
iive |
update to en-1.14
|
Tue, 22 Jul 2003 10:46:22 +0000 |
alex |
sync the basic mplayer and mencoder outputs
|
Mon, 21 Jul 2003 21:02:34 +0000 |
iive |
sync to ffmpeg, updates, cleanups
|
Mon, 21 Jul 2003 19:04:12 +0000 |
rtognimp |
Fix M$RLE 4bit. Patch by Michael Guennewig <michaelguennewig(at)gmx(dot)de>
|
Sun, 20 Jul 2003 15:29:40 +0000 |
henry |
ASS support
|
Sun, 20 Jul 2003 15:01:00 +0000 |
michael |
width -> frame / field type
|
Sun, 20 Jul 2003 14:50:31 +0000 |
diego |
Small correction and port to XML.
|
Sun, 20 Jul 2003 13:51:04 +0000 |
attila |
added a faq entry about encoding ASF files
|
Sun, 20 Jul 2003 07:49:50 +0000 |
gabucino |
sync
|
Sat, 19 Jul 2003 22:14:36 +0000 |
diego |
Real DLLs now work under Cygwin.
|
Sat, 19 Jul 2003 22:05:16 +0000 |
diego |
Win32 codec paths in vd_realvid.c
|
Sat, 19 Jul 2003 21:41:53 +0000 |
diego |
MinGW support in mpdvdkit
|
Sat, 19 Jul 2003 17:39:47 +0000 |
alex |
inconsistency
|
Sat, 19 Jul 2003 17:28:17 +0000 |
diego |
Ported from videolan CVS:
|
Sat, 19 Jul 2003 12:25:18 +0000 |
faust3 |
SSE os support detection for windows
|
Thu, 17 Jul 2003 18:42:03 +0000 |
arpi |
module order changed, required for 2.4.20
|
Thu, 17 Jul 2003 15:08:34 +0000 |
mosu |
Fixes for stuff that only showed up with gcc versions other than 3.2.
|
Thu, 17 Jul 2003 13:40:34 +0000 |
mosu |
Fixed spelling mistakes that were present in libmatroska until now.
|
Thu, 17 Jul 2003 12:51:44 +0000 |
michael |
new ff_draw_horiz_band()
|
Wed, 16 Jul 2003 11:22:12 +0000 |
lumag |
Sync
|
Tue, 15 Jul 2003 07:19:03 +0000 |
mosu |
Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fixes from demux_real.c. Seeking is working. Added Matroska to the formats with variable FPS in video.c.
|
Mon, 14 Jul 2003 17:12:06 +0000 |
diego |
Pause message shortened to not be longer than the audio file status line.
|
Mon, 14 Jul 2003 16:41:02 +0000 |
diego |
1l
|
Mon, 14 Jul 2003 16:39:28 +0000 |
diego |
better consistency
|
Mon, 14 Jul 2003 15:43:29 +0000 |
diego |
sync with HTML
|
Mon, 14 Jul 2003 13:25:18 +0000 |
diego |
sync
|
Mon, 14 Jul 2003 07:36:20 +0000 |
gabucino |
sync
|
Mon, 14 Jul 2003 03:41:12 +0000 |
rfelker |
100l, vorbis cannot go in avi file!! even if it did work, -oac copy if broken with vorbis!
|
Sun, 13 Jul 2003 23:33:56 +0000 |
alex |
removed yv12 support, but left some swscaler support for fast 15 vs 16bpp conversion
|
Sun, 13 Jul 2003 23:30:28 +0000 |
diego |
more generated files
|
Sun, 13 Jul 2003 22:51:20 +0000 |
arpi |
3*100l (backported from g2)
|
Sun, 13 Jul 2003 22:50:16 +0000 |
arpi |
quant_store is obsolete
|
Sun, 13 Jul 2003 21:25:22 +0000 |
alex |
putting blur and outline to the font.desc too
|
Sun, 13 Jul 2003 18:50:17 +0000 |
alex |
the trailing space isn't needed anymore
|
Sun, 13 Jul 2003 18:37:20 +0000 |
alex |
10l
|
Sun, 13 Jul 2003 16:26:26 +0000 |
gabucino |
sync
|
Sun, 13 Jul 2003 15:56:20 +0000 |
alex |
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
|
Sun, 13 Jul 2003 15:39:52 +0000 |
alex |
copyright message rework, try 2
|
Sun, 13 Jul 2003 14:48:19 +0000 |
alex |
changed my non-working mail address
|
Sun, 13 Jul 2003 14:43:28 +0000 |
alex |
moved some annonying messages to debug mode only
|
Sun, 13 Jul 2003 12:41:37 +0000 |
alex |
Changed the main copyright to MPlayer Team and removed the lame 'see DOCS' thingie, as discussed with Gabucino
|
Sun, 13 Jul 2003 00:02:16 +0000 |
diego |
Spanish translators
|
Sat, 12 Jul 2003 23:45:46 +0000 |
diego |
Spanish translation by Juan Martin <nauj27@teleline.es>.
|
Sat, 12 Jul 2003 17:19:18 +0000 |
arpi |
I attach a fix to the problem described in:
|
Fri, 11 Jul 2003 20:24:20 +0000 |
mosu |
Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
|
Fri, 11 Jul 2003 07:54:52 +0000 |
albeu |
Commands are read in a loop, but for some commands we need to break
|
Fri, 11 Jul 2003 07:41:04 +0000 |
diego |
further translation by Andoni Zubimendi <andoni@lpsat.net>
|
Thu, 10 Jul 2003 18:29:04 +0000 |
diego |
codecs.conf files are a thing of the past.
|
Thu, 10 Jul 2003 08:53:08 +0000 |
diego |
Updates, rewordings, sync by Anders Rune Jensen <anders@gnulinux.dk>,
|
Wed, 09 Jul 2003 20:10:48 +0000 |
jonas |
-dvd -> dvd:// and -vcd -> vcd://
|
Wed, 09 Jul 2003 19:05:16 +0000 |
michael |
10l (red <-> blue) fix
|
Wed, 09 Jul 2003 17:35:34 +0000 |
diego |
Strings attached to codecs.conf explained.
|
Wed, 09 Jul 2003 17:22:17 +0000 |
diego |
Strings attached to codecs.conf explained.
|
Wed, 09 Jul 2003 16:07:57 +0000 |
luran |
version number to please Diego :)
|
Wed, 09 Jul 2003 14:46:08 +0000 |
luran |
Forget to change the date and add my email
|
Wed, 09 Jul 2003 14:42:16 +0000 |
luran |
sync
|
Wed, 09 Jul 2003 01:42:19 +0000 |
diego |
Output typos fixed.
|
Wed, 09 Jul 2003 01:30:24 +0000 |
diego |
output typo fixes: unknow --> unknown
|
Wed, 09 Jul 2003 01:11:17 +0000 |
diego |
docs changes
|
Tue, 08 Jul 2003 17:01:44 +0000 |
colin |
fix compilation (uint*_t undefined)
|
Tue, 08 Jul 2003 10:45:05 +0000 |
albeu |
Fix -shuffle with remote playlist
|
Mon, 07 Jul 2003 23:02:25 +0000 |
diego |
-overlapsub clarified (thanks, Rich), -nooverlapsub removed (redundant)
|
Mon, 07 Jul 2003 17:12:45 +0000 |
alex |
warning fixes
|
Mon, 07 Jul 2003 16:26:27 +0000 |
alex |
full-featured gcc ppc optimization (601,603,604,740,750,745,755,7400,7410,7450)
|
Mon, 07 Jul 2003 08:17:26 +0000 |
gabucino |
sync
|
Sun, 06 Jul 2003 21:43:49 +0000 |
arpi |
to make alex happy
|
Sun, 06 Jul 2003 18:03:11 +0000 |
arpi |
100l
|
Sun, 06 Jul 2003 13:48:39 +0000 |
diego |
Added trailing spaces to fix broken indentation.
|
Sun, 06 Jul 2003 13:05:43 +0000 |
diego |
Quote all .IPs with more than one argument (necessary!).
|
Sun, 06 Jul 2003 12:43:28 +0000 |
diego |
Set default indentation depth to 5.
|
Sun, 06 Jul 2003 12:37:39 +0000 |
diego |
Sort options alphabetically.
|
Sun, 06 Jul 2003 00:08:18 +0000 |
diego |
missing quotes
|
Sat, 05 Jul 2003 23:52:57 +0000 |
diego |
Sentences should start on a new line.
|
Sat, 05 Jul 2003 15:02:51 +0000 |
attila |
patch for sp5x video codec by "Philip Court" <pccourt (at) hotmail.com>
|
Sat, 05 Jul 2003 12:37:10 +0000 |
jonas |
moved -af options to the filter section (should work with mencoder), split encoding options in general and codec specific part, some small (cosmetic) changes
|
Sat, 05 Jul 2003 11:37:25 +0000 |
arpi |
fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachar
|
Sat, 05 Jul 2003 11:15:46 +0000 |
arpi |
cosmetics: it didn't fit on 80x25 terminals
|
Sat, 05 Jul 2003 10:06:01 +0000 |
nicolas |
sync
|
Sat, 05 Jul 2003 09:50:21 +0000 |
nicolas |
typo
|
Sat, 05 Jul 2003 09:45:42 +0000 |
attila |
small clearification for -overlapsub
|
Sat, 05 Jul 2003 09:45:08 +0000 |
nicolas |
sync
|