2003-09-12 |
pl |
warning fix (missing C initializers)
|
2003-09-12 |
pl |
warning fix (missing C initializer)
|
2003-09-12 |
pl |
patch by Guido Guenther <agx@sigxcpu.org>:
|
2003-09-12 |
pl |
fix some warnings (define order)
|
2003-09-12 |
pl |
fix for warning in some vo_*.c
|
2003-09-12 |
pl |
force a new line if a message is very long
|
2003-09-12 |
henry |
1000l
|
2003-09-11 |
henry |
yet another sync fix
|
2003-09-11 |
gabucino |
initial revision
|
2003-09-11 |
mosu |
Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.
|
2003-09-11 |
michael |
2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schindelin at gmx dot de>)
|
2003-09-11 |
michael |
pass stream header FCC
|
2003-09-10 |
lumag |
Fixed PAUSED message (it was too long :)
|
2003-09-10 |
mosu |
Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanfree.net>.
|
2003-09-10 |
mosu |
Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs etc.).
|
2003-09-08 |
rfelker |
10l, debug code broke compile with mmx disabled
|
2003-09-08 |
mosu |
Cleanup of faad detection and a new test if gcc can compile the internal faad. Patch by Arpi.
|
2003-09-08 |
mosu |
Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by Arpi.
|
2003-09-07 |
zdar |
Config fixed, changed put_image to use memcpy instead of native blits (for compatibility reasons), always clear primary layer (to have always black background) and try to center image.
|
2003-09-07 |
attila |
hopefully final xv ports.
|
2003-09-07 |
alex |
IRIX support by Timo Kanera <timo@kanera.de>
|
2003-09-07 |
mosu |
Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Götz Waschk <waschk@informatik.uni-rostock.de>
|
2003-09-07 |
alex |
100l typo found by Dima K. <dimakar@yahoo.com>
|
2003-09-07 |
alex |
external faad support via --enable-externalfaad and fix my 1000l bug
|
2003-09-07 |
attila |
adaptors are not ports
|
2003-09-07 |
rtognimp |
1l forgot info
|
2003-09-07 |
alex |
plen=0 is handled
|
2003-09-07 |
alex |
moved packet header after startcodes
|
2003-09-06 |
attila |
catch negative port numbers, just in case
|
2003-09-06 |
nicolas |
sync
|
2003-09-06 |
nauj27 |
sync
|
2003-09-06 |
michael |
10
|
2003-09-06 |
attila |
add port parameter to -vo xv
|
2003-09-06 |
faust3 |
fix debug compilation on mingw
|
2003-09-06 |
michael |
reserved_bytes & byte order stuff
|
2003-09-06 |
faust3 |
disable sse support for mingw because of missing memalign
|
2003-09-06 |
alex |
audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yahoo.com>
|
2003-09-06 |
alex |
FreeBSD 5.0 (libkse/libthr) support by Dan Eischen <eischen@vigrid.com>
|
2003-09-05 |
alex |
disable faad with gcc 3.2
|
2003-09-05 |
alex |
solaris sed (and probably others) fix for faad detection by Michael Gernoth <simigern@stud.uni-erlangen.de>
|
2003-09-05 |
rtognimp |
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
|
2003-09-05 |
alex |
some updates
|
2003-09-05 |
alex |
added new config system support and fixed some bugs (altought sanity checks are needed in delogo as it segfaults easily with w/h out of range)
|
2003-09-05 |
albeu |
Fix the segfault with long filenames. Also prevent some other buffer
|
2003-09-05 |
alex |
size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)
|
2003-09-05 |
diego |
spelling/wording fixes
|
2003-09-05 |
henry |
delogo filter
|
2003-09-05 |
henry |
DR, 10l fixes
|
2003-09-05 |
henry |
10l - forgotten gettimeofday
|
2003-09-03 |
henry |
simple logo remover
|
2003-09-03 |
rtognimp |
100l: you have 2 nibbles per byte, don't divide byte count by 2
|
2003-09-03 |
alex |
cdda && cddb aren't uris too (hopefully all the pseudo urls are catched before url_new())
|
2003-09-03 |
nauj27 |
spelling
|
2003-09-02 |
alex |
fixed win32 compile problems and broken bigendian support
|
2003-09-02 |
alex |
added 0.91 and 1.0pre1 to the history section
|
2003-09-02 |
alex |
minor leak fix
|
2003-09-02 |
alex |
1000l
|
2003-09-02 |
alex |
Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
|
2003-09-02 |
mosu |
Do not automatically select a subtitle stream for display.
|
2003-09-02 |
diego |
Sync with XML.
|
2003-09-02 |
nauj27 |
sync with english version. Now use 'archivo' instead 'fichero' for 'file'.
|
2003-09-02 |
nauj27 |
New spanish DOC file
|
2003-09-02 |
mosu |
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
|
2003-09-02 |
mosu |
Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>
|
2003-09-02 |
mosu |
Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>
|
2003-09-02 |
mosu |
Fixed detection of vsscanf for newer gcc versions (3.3.1 etc). Patch by Dima K. <dimakar@yahoo.com>.
|
2003-09-02 |
nauj27 |
sync
|
2003-09-02 |
alex |
libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.uni-rostock.de>
|
2003-09-01 |
gabucino |
sync
|
2003-09-01 |
gabucino |
fixes
|
2003-09-01 |
alex |
some updates
|
2003-09-01 |
alex |
documented the custom matrices stuff, feel free to reword/fix/etc, but don't flame me as Gabucino was not able to help in writing docs...
|
2003-09-01 |
alex |
some fixes
|
2003-09-01 |
alex |
-nomouseinput support for vo_sdl
|
2003-09-01 |
alex |
fixes and documented -list-options
|
2003-09-01 |
alex |
more updates
|
2003-09-01 |
alex |
some more fixes
|
2003-09-01 |
alex |
overall fixes and documented inter/intra_matrix option in manpage
|
2003-09-01 |
alex |
updated the list of supported lavc video encoders
|
2003-09-01 |
alex |
support for user specified intra/inter matrices
|
2003-09-01 |
alex |
switched lavc_param_format to CONF_TYPE_IMGFMT
|
2003-09-01 |
michael |
asv2 encoding
|
2003-09-01 |
albeu |
Fix immediatemode with mplayer (ie playing both sound and video)
|
2003-09-01 |
lumag |
Fixed smbclient (added probbing if we need -lnsl-ldl ) & lirc detection (/dev/lirc may be a directory, so right device is /dev/lirc/0)
|
2003-09-01 |
michael |
FFASV2
|
2003-09-01 |
rfelker |
direct render frames whose fields are not in a common buffer, rather
|
2003-09-01 |
diego |
;-)
|
2003-09-01 |
diego |
spelling fixes
|
2003-09-01 |
diego |
nit
|
2003-09-01 |
diego |
framestep and tile filters clarified.
|
2003-08-31 |
diego |
nit
|
2003-08-31 |
diego |
spelling fixes
|
2003-08-31 |
diego |
libfaad is included now.
|
2003-08-31 |
alex |
10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common.c x11_common.h |more
|
2003-08-31 |
diego |
Ignore .depend.
|
2003-08-31 |
alex |
vo_fbdev2 written by Joey Parrish with some minor modifications
|
2003-08-31 |
gabucino |
sync
|
2003-08-31 |
gabucino |
fixing alphabetic order
|
2003-08-31 |
gabucino |
slight "grammar" fixes
|
2003-08-31 |
diego |
spelling + small updates
|
2003-08-31 |
alex |
10l, lot of missing new-lines. In case of an error, all the messages will be screwed up
|
2003-08-31 |
mosu |
Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
|
2003-08-31 |
alex |
remove read/revert hack
|
2003-08-31 |
diego |
sync
|
2003-08-31 |
alex |
Recieving of mouse events can be switched off. Patch by Markus Rechberger <mrechberger@web.de>
|
2003-08-31 |
alex |
10l found by albeu
|
2003-08-31 |
alex |
final pre1
|
2003-08-31 |
arpi |
2 new filters: tile & framestep
|
2003-08-31 |
alex |
rawnv21
|
2003-08-31 |
gabucino |
sync
|
2003-08-31 |
arpi |
vf_tile & _framestep added
|
2003-08-31 |
rfelker |
more mmx and fix 100l sig11 in the previous mmx commit
|
2003-08-31 |
alex |
added nv12/nv21 and some other fourccs (still not synced)
|
2003-08-31 |
rtognimp |
Sync to help_mp-en.h v1.107
|
2003-08-31 |
alex |
nv21 support
|
2003-08-31 |
attila |
* Add multi device support.
|
2003-08-31 |
alex |
basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
|
2003-08-31 |
rfelker |
1000l, mmx code was not being used because of missing config.h, and
|
2003-08-31 |
gabucino |
sync
|
2003-08-31 |
gabucino |
FTP support
|
2003-08-31 |
rfelker |
tweaks and cleanup
|
2003-08-31 |
rfelker |
1000l
|
2003-08-31 |
alex |
Handle mp_msg like printf so compiler can report if missing/too much arguments or other errors happen. GCC only
|
2003-08-31 |
alex |
serious bugs - 1l absinth (changed to absinth against cola inflation)
|
2003-08-31 |
alex |
remove exit_player and exit references
|
2003-08-31 |
diego |
Missing en/ added to DOCS path.
|
2003-08-31 |
alex |
some WIP
|
2003-08-31 |
diego |
-noautoexpand documented.
|
2003-08-31 |
rfelker |
fix 10l (computation based on uninitialized data which led to
|
2003-08-31 |
attila |
while we are at it: geometry support for xmga
|
2003-08-31 |
attila |
geometry support for x11
|
2003-08-30 |
arpi |
ffmpeg1/2
|
2003-08-30 |
arpi |
use internal (included) libfaad2
|
2003-08-30 |
arpi |
libfaad2 v2.0rc1 imported
|
2003-08-30 |
lumag |
Sync.
|
2003-08-30 |
arpi |
patch by Joey Parrish <joey@nicewarrior.org>:
|
2003-08-30 |
rtognimp |
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
|
2003-08-30 |
arpi |
__CYGWIN__->SYS_CYGWIN define moved to the right place
|
2003-08-30 |
arpi |
synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our
|
2003-08-29 |
alex |
1000l and I imho this would win 'The Bug/Typo of the Year' award
|
2003-08-29 |
alex |
1000l
|
2003-08-29 |
alex |
10^1337 litres (now, that's an inflation)
|
2003-08-29 |
nauj27 |
sync
|
2003-08-29 |
mosu |
Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libero.it>.
|
2003-08-28 |
iive |
10l
|
2003-08-28 |
rtognimp |
100l fix for paletted 8bpp files, I committed an old version
|
2003-08-28 |
rtognimp |
Quicktime 8BPS decoder
|
2003-08-28 |
mosu |
Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.
|
2003-08-28 |
mosu |
Updated highest demuxer number.
|
2003-08-27 |
arpi |
printing fps with 3 dec digit instead of 2
|
2003-08-27 |
alex |
This patch fixes:
|
2003-08-27 |
alex |
dvb channel changing vs input system (lirc) fix by David Kuehling <dvdkhlng@gmx.de>
|
2003-08-27 |
mosu |
Removed some ":" in the track output for easier cut&paste.
|
2003-08-27 |
mosu |
Track selection uses the n-th audio/subtitle/video track as the ID, not the n-th track overall. All tracks are listed upon opening of the file along with their -aid/-sid etc.
|
2003-08-27 |
henry |
a/v sync cleanups
|
2003-08-26 |
diego |
10l and a few spelling fixes
|
2003-08-26 |
diego |
10l
|
2003-08-26 |
diego |
libfaad installation instructions
|
2003-08-26 |
diego |
-nuvopts documentation by Albeu
|
2003-08-25 |
michael |
mpeg2
|
2003-08-25 |
iive |
OSD support, optinal queue, optional use of sleep(), and benchmark mode
|
2003-08-25 |
alex |
added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such nonsense (tv,mf,vcd)
|
2003-08-25 |
alex |
1000l. The vcd api changed and nobody updated the gui..
|
2003-08-25 |
attila |
Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.
|
2003-08-25 |
albeu |
Fix the bug found by Martin Wulffeld
|
2003-08-25 |
nauj27 |
sync
|
2003-08-25 |
mosu |
Support for case insensitive string matching in SAMI subtitle files. Patch by Bruno Lecointre.
|
2003-08-25 |
ranma |
fabs needs math.h
|
2003-08-25 |
ranma |
Add P4 Northwood. (Roman Shiryaev <mih_val@mail.ru>; See <200308250434.38516.mih_val@mail.ru> in mplayer-users)
|
2003-08-24 |
arpi |
TGA image output VO module
|
2003-08-24 |
arpi |
- re-added the old and (no more used) option -tsfastparse with a
|
2003-08-24 |
arpi |
- initial support for MPEG4 in TS (M4V is working, but not AAC yet)
|
2003-08-24 |
arpi |
- seek() is always synchronized to keyframes, so the decoders don't
|
2003-08-24 |
mosu |
Support for linked seek heads, multiple seek heads, multiple cues.
|
2003-08-23 |
mosu |
Re-added block duration parsing, needed for subtitles. Got lost in the last update. Patch by Bruno Lecointre.
|
2003-08-22 |
diego |
codecs.conf is obsolete.
|
2003-08-22 |
diego |
sync
|
2003-08-21 |
arpi |
10l
|
2003-08-20 |
nauj27 |
New spanish DOC file :)
|
2003-08-20 |
nauj27 |
Parenthesis mistake
|
2003-08-20 |
diego |
Stray English line removed.
|
2003-08-20 |
nauj27 |
Missing options in spanish version
|
2003-08-20 |
nauj27 |
sync
|
2003-08-20 |
gabucino |
cosmetic fixes
|
2003-08-20 |
gabucino |
sync
|
2003-08-20 |
gabucino |
sync
|
2003-08-20 |
gabucino |
sync
|
2003-08-20 |
gabucino |
typo fix
|
2003-08-19 |
diego |
no need to document -flip_hebrew and -noflip_hebrew, alphabetical order.
|
2003-08-19 |
nauj27 |
sync
|
2003-08-19 |
albeu |
10l forgot to add nuv to the help message
|
2003-08-19 |
gabucino |
FriBiDi control flags
|
2003-08-18 |
nauj27 |
sync
|
2003-08-18 |
rfelker |
document vf_pullup (vaguely at least)
|
2003-08-18 |
rfelker |
pullup -- third generation inverse telecine engine. the backend
|
2003-08-18 |
rfelker |
clean up field flags:
|
2003-08-18 |
alex |
Reworked the CPU optimization detection code, now it works nice for non-x86 platforms aswell (tested on Alpha, PPC, x86)
|
2003-08-18 |
alex |
X11_FULLSCREEN vs HAVE_X11 definitions and some warning fixes
|
2003-08-18 |
diego |
a 100l and another typo
|
2003-08-18 |
alex |
100l
|
2003-08-18 |
alex |
Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
|
2003-08-18 |
nauj27 |
New spanish DOCS files
|
2003-08-18 |
nauj27 |
sync with man page, 'remove dvdnav stuff, it does not work anyway'
|
2003-08-18 |
nauj27 |
sync
|
2003-08-18 |
nauj27 |
sync
|
2003-08-18 |
henry |
a/v sync improvements
|
2003-08-17 |
diego |
sysm --> syms typo fix by Joey Parrish
|
2003-08-17 |
alex |
--dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
|
2003-08-17 |
diego |
Binary codecs finally work as they should on Windows.
|
2003-08-17 |
alex |
Fixes FriBiDi support and extends it with configure options. Patch by Raindel Shachar <raindel@techunix.technion.ac.il>
|
2003-08-17 |
diego |
Reversed + changed grep -q to grep > /dev/null 2>&1. -q is a GNU extension
|
2003-08-17 |
faust3 |
fix RGB16 vs BGR16 mismatch
|
2003-08-17 |
faust3 |
dll loading from codecs dir support for windows
|
2003-08-17 |
diego |
Windows hints as discussed on mplayer-cygwin
|
2003-08-17 |
diego |
ftp support
|
2003-08-17 |
nauj27 |
Fix '- loop' to '-loop' option into example
|
2003-08-17 |
diego |
Remove dvdnav stuff, it does not work anyway.
|
2003-08-17 |
diego |
spelling and grammar fixes galore
|
2003-08-17 |
faust3 |
fix playback of rgb files when overlay is not disabled
|
2003-08-17 |
faust3 |
fix compilation on mingw
|
2003-08-17 |
mosu |
Fixes for compilation with gcc versions != 3.2.
|
2003-08-17 |
mosu |
Big reorganization. Relies on libmatroska's Read() function and then processes units in memory. Also some fixes for handling of global elements which re-enable playback of files created with the latest VDubMod.
|
2003-08-17 |
diego |
shorter, sweeter, more portable, better calling syntax
|
2003-08-16 |
albeu |
Forgot #include <sys/socket.h>
|
2003-08-16 |
albeu |
url_unescape_string is used by the command line parser. These few helper
|
2003-08-16 |
diego |
This should be up to date.
|
2003-08-16 |
michael |
-brightness && -vf scale fix
|
2003-08-16 |
diego |
sync
|
2003-08-16 |
gabucino |
sync
|
2003-08-16 |
gabucino |
sync forward ported from 0_90
|
2003-08-16 |
nauj27 |
New spanish translated DOC file
|
2003-08-16 |
faust3 |
ftp support for mingw
|
2003-08-16 |
albeu |
Finnaly commit Nico's dvb menu. Sorry for committing this
|
2003-08-15 |
albeu |
ftp support. The change on connect2Server is needed bcs we need 2
|
2003-08-15 |
albeu |
I've juste found a bug which prevent to load a file whose name contain
|
2003-08-15 |
joyping |
no channels moving, autosubdievice, nonsupported fix by Vladimir I. Umnov <uvi@ezmail.ru>, removed braindeaded startup message
|
2003-08-15 |
arpi |
fixes http://pot.lsd.ro/video.asf
|
2003-08-15 |
diego |
this small patch allows to compile the file libmpdemux/tvi_v4l.c properly,
|
2003-08-15 |
nauj27 |
Spanish sync
|
2003-08-15 |
alex |
Prefer DOCS/hu/, now Gabucino must sync the DOCS <evil laugh>
|
2003-08-15 |
alex |
4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit.
|
2003-08-15 |
diego |
-(no)slices is no longer MPlayer only.
|
2003-08-15 |
alex |
updates
|
2003-08-15 |
diego |
DVB input documentation by Nico <nsabbi@libero.it> with some changes by me.
|
2003-08-15 |
alex |
Workaround: skip first mp3 frame, that mostly contains trashed data. This fixes several buggy/mistdetected files. Idea by Arpi.
|
2003-08-15 |
nauj27 |
New spanish translated DOC file
|
2003-08-15 |
diego |
docs updates
|
2003-08-15 |
diego |
unknow --> unknown as discussed on dev-eng
|
2003-08-15 |
diego |
cp1250 updates by Karel Kozlovsky <kozlovsk@centrum.cz>
|
2003-08-14 |
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
|
2003-08-14 |
diego |
Spelling police:
|
2003-08-14 |
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.
|
2003-08-14 |
alex |
translated a message to english
|
2003-08-14 |
alex |
1000l
|
2003-08-14 |
alex |
1000l
|
2003-08-14 |
alex |
1000l
|