Mon, 20 Sep 2004 00:54:57 +0000 |
ivo |
New generic 'portable anymap' video output driver. It supports portable
|
Sun, 19 Sep 2004 22:15:57 +0000 |
michael |
100l typo
|
Sun, 19 Sep 2004 19:33:56 +0000 |
gpoirier |
Sync with 1.725: Better wording and clarity as suggested by the Wanderer.
|
Sun, 19 Sep 2004 18:45:11 +0000 |
faust3 |
handle sigchld in mplayer.c
|
Sun, 19 Sep 2004 18:36:18 +0000 |
faust3 |
switch_ratio may not work with some filter chains
|
Sun, 19 Sep 2004 10:58:41 +0000 |
diego |
Better wording and clarity as suggested by the Wanderer.
|
Sun, 19 Sep 2004 10:51:33 +0000 |
paszczi |
cosmetics by frogu
|
Sun, 19 Sep 2004 10:17:07 +0000 |
gpoirier |
Fixes indentation around my contributions, and adds lavc's "turbo" mode,
|
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, 18 Sep 2004 21:46:41 +0000 |
paszczi |
synced with 1.723
|
Sat, 18 Sep 2004 20:31:28 +0000 |
ivo |
mp_msg transition of unmaintained audio output drivers.
|
Sat, 18 Sep 2004 18:14:25 +0000 |
gpoirier |
Cumulative patch:
|
Sat, 18 Sep 2004 14:35:19 +0000 |
reimar |
fix playback of files with displaysize not set (aspect was set to NaN for these)
|
Sat, 18 Sep 2004 14:20:14 +0000 |
diego |
Use the same names as on mphq for the generated man pages.
|
Sat, 18 Sep 2004 14:17:45 +0000 |
diego |
Reduce excessive verbosity a bit.
|
Sat, 18 Sep 2004 13:57:46 +0000 |
diego |
man page review part IX
|
Sat, 18 Sep 2004 12:58:45 +0000 |
diego |
czech man page translation by Jiri Heryan <technik at domotech dot cz>
|
Sat, 18 Sep 2004 10:10:58 +0000 |
gabucino |
compile fix
|
Sat, 18 Sep 2004 09:10:47 +0000 |
reimar |
force compilers not to optimize/inline extend_stack_for_dll_alloca
|
Sat, 18 Sep 2004 04:20:13 +0000 |
rfelker |
fix reimar's 10l...no actually imho it's arpi's 100l for writing the
|
Sat, 18 Sep 2004 00:08:17 +0000 |
michael |
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
|
Fri, 17 Sep 2004 21:15:52 +0000 |
paszczi |
synced with 1.40 + random fixes
|
Fri, 17 Sep 2004 21:10:02 +0000 |
nauj27 |
A bit of sync
|
Fri, 17 Sep 2004 20:12:44 +0000 |
paszczi |
synced with 1.721
|
Fri, 17 Sep 2004 17:11:29 +0000 |
gpoirier |
Sync with English manpage
|
Fri, 17 Sep 2004 15:53:04 +0000 |
diego |
-menu-startup, based on patch by Aurelien Jacobs <aurel at gnuage dot org>
|
Fri, 17 Sep 2004 15:38:59 +0000 |
diego |
runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>
|
Fri, 17 Sep 2004 15:35:47 +0000 |
diego |
Quit now sends an optional return value, based on patch sent by Aurelien
|
Fri, 17 Sep 2004 12:16:42 +0000 |
diego |
Translate up to MSGL_STATUS so all normal output is translated.
|
Fri, 17 Sep 2004 11:34:00 +0000 |
diego |
MicroDVD IS a frame-based subtitle format, mistake noticed by Jiri Heryan
|
Fri, 17 Sep 2004 11:30:30 +0000 |
diego |
wording, spelling and small fixes to the video output driver section
|
Fri, 17 Sep 2004 11:18:55 +0000 |
diego |
Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite
|
Fri, 17 Sep 2004 10:37:56 +0000 |
faust3 |
10l
|
Fri, 17 Sep 2004 09:56:09 +0000 |
faust3 |
center the image when screenw & height are set
|
Fri, 17 Sep 2004 09:55:50 +0000 |
kraymer |
lastes sync with EDL messages
|
Fri, 17 Sep 2004 02:28:44 +0000 |
diego |
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
|
Thu, 16 Sep 2004 19:51:13 +0000 |
reimar |
moved sh_audio initialization from dec_audio to demuxer.c to fix
|
Thu, 16 Sep 2004 19:42:54 +0000 |
rtognimp |
IBM Ultimotion native decoding via libavcodec
|
Thu, 16 Sep 2004 18:08:17 +0000 |
faust3 |
Changed the default again so that the initial video position is in
|
Thu, 16 Sep 2004 11:00:37 +0000 |
diego |
nick
|
Thu, 16 Sep 2004 09:25:56 +0000 |
faust3 |
make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
|
Thu, 16 Sep 2004 08:12:05 +0000 |
faust3 |
stdout and stderr are macros --- you can't assign to them. Assignment doesn't make sense anyway, because freopen will always return the same FILE * structure that it got in parameter. patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
|
Thu, 16 Sep 2004 07:58:19 +0000 |
faust3 |
declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>
|
Wed, 15 Sep 2004 21:58:21 +0000 |
rtognimp |
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
|
Wed, 15 Sep 2004 16:01:34 +0000 |
faust3 |
Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
|
Wed, 15 Sep 2004 15:33:52 +0000 |
paszczi |
synced with 1.718
|
Wed, 15 Sep 2004 15:17:06 +0000 |
faust3 |
mingw compile fix
|
Wed, 15 Sep 2004 14:19:41 +0000 |
faust3 |
fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>; remove ^M
|
Wed, 15 Sep 2004 14:08:46 +0000 |
faust3 |
fix a memory corruption and make sure only getch2 handles stdin
|
Wed, 15 Sep 2004 13:37:49 +0000 |
faust3 |
option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>
|
Wed, 15 Sep 2004 13:16:52 +0000 |
faust3 |
This time is a patch to improve subtitle alignment management. It
|
Wed, 15 Sep 2004 13:08:53 +0000 |
gpoirier |
Cumulative patch:
|
Wed, 15 Sep 2004 11:26:45 +0000 |
faust3 |
fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me
|
Wed, 15 Sep 2004 10:47:03 +0000 |
danny |
Audio output driver suboptions documented
|
Wed, 15 Sep 2004 09:45:34 +0000 |
faust3 |
slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
|
Wed, 15 Sep 2004 09:29:10 +0000 |
faust3 |
quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
|
Wed, 15 Sep 2004 08:02:51 +0000 |
faust3 |
add a comment to the Xorg workaround
|
Tue, 14 Sep 2004 21:02:19 +0000 |
rtognimp |
Index must be positive to prevent endless loop on bad data
|
Tue, 14 Sep 2004 20:43:39 +0000 |
faust3 |
workaround for Xorg-6.8 not saving the surface registers on bigendian
|
Tue, 14 Sep 2004 16:57:37 +0000 |
iive |
fix compile on gcc 2.95.3
|
Mon, 13 Sep 2004 21:21:48 +0000 |
rtognimp |
AVC support moved to libavcodec, avcC atom is now passed in extradata
|
Mon, 13 Sep 2004 15:24:02 +0000 |
wight |
sync 1.717
|
Sun, 12 Sep 2004 22:44:49 +0000 |
wight |
random fixes, spelling, vocabulary
|
Sun, 12 Sep 2004 22:43:17 +0000 |
wight |
Consistency fixes, spelling
|
Sun, 12 Sep 2004 18:51:44 +0000 |
gpoirier |
Sync with English mp-v1.715.
|
Sun, 12 Sep 2004 18:42:02 +0000 |
danny |
All video driver suboptions documented, gif and tga examples
|
Sun, 12 Sep 2004 16:42:26 +0000 |
diego |
small fixes
|
Sun, 12 Sep 2004 15:45:49 +0000 |
kraymer |
changed wording (s/Unteroption/Suboption)
|
Sun, 12 Sep 2004 15:36:43 +0000 |
iive |
2pass encoding support for x264(r46).
|
Sun, 12 Sep 2004 14:01:13 +0000 |
mosu |
Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
|
Sun, 12 Sep 2004 10:57:51 +0000 |
gpoirier |
Sync with 1.711:
|
Sun, 12 Sep 2004 01:35:41 +0000 |
ivo |
Added one more error check. Forgot it last time (grrr :) ).
|
Sat, 11 Sep 2004 22:54:33 +0000 |
kraymer |
removed occurence of work as maintainer (in regard to Diego's email)
|
Sat, 11 Sep 2004 22:52:34 +0000 |
kraymer |
updates in video output drivers section (update rev 1710 of en/mplayer.1)\nother minor fixes
|
Sat, 11 Sep 2004 22:50:00 +0000 |
kraymer |
hopefully last format correction regarding prior commit in video output drivers section
|
Sat, 11 Sep 2004 22:37:35 +0000 |
kraymer |
fixes some typos, wording and formatting
|
Sat, 11 Sep 2004 21:15:13 +0000 |
ivo |
Fixed typo.
|
Sat, 11 Sep 2004 19:59:31 +0000 |
ivo |
* Changed malloc and strncpy to strdup. Less code.
|
Sat, 11 Sep 2004 19:48:00 +0000 |
kraymer |
added myself to AUTHORS file
|
Sat, 11 Sep 2004 19:47:16 +0000 |
kraymer |
changed email address
|
Sat, 11 Sep 2004 19:18:19 +0000 |
kraymer |
minor changes I came across during sync of videofilters section
|
Sat, 11 Sep 2004 19:15:48 +0000 |
kraymer |
spell-checking done for beginning until player-specific options (mplayer only)
|
Sat, 11 Sep 2004 13:08:34 +0000 |
diego |
Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>
|
Sat, 11 Sep 2004 09:40:34 +0000 |
reimar |
fix seeking in audio-only case (crash when seeking backwards, time reset to 0)
|
Sat, 11 Sep 2004 09:28:39 +0000 |
danny |
Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop from the list to document
|
Sat, 11 Sep 2004 09:18:07 +0000 |
alex |
info packet is now file global, while meta pakcet is stream specific, as discussed with Rich
|
Sat, 11 Sep 2004 09:07:07 +0000 |
reimar |
output faad error message in case of a decoder error
|
Fri, 10 Sep 2004 22:22:02 +0000 |
rtognimp |
100l
|
Fri, 10 Sep 2004 20:53:22 +0000 |
al |
Don't prepend basepath to a full unix path. ( 10l to Joey. )
|
Fri, 10 Sep 2004 17:54:17 +0000 |
diego |
libavformat
|
Fri, 10 Sep 2004 16:39:31 +0000 |
rtognimp |
Fixes for VirtualAlloc function:
|
Fri, 10 Sep 2004 10:15:50 +0000 |
diego |
typos, wording
|
Fri, 10 Sep 2004 02:07:16 +0000 |
rfelker |
show video format for all demuxers, not just avi (move this somewhere else if you prefer)
|
Fri, 10 Sep 2004 01:15:24 +0000 |
ivo |
Removed unused variable (leftover of having two instances of directory creation
|
Thu, 09 Sep 2004 19:28:54 +0000 |
reimar |
avoid always skipping first junk with a "sync lost" message
|
Thu, 09 Sep 2004 19:24:12 +0000 |
rtognimp |
Don't leave a messed up terminal after a crash
|
Thu, 09 Sep 2004 18:36:15 +0000 |
gpoirier |
typos and wordings picked up by Diego
|
Thu, 09 Sep 2004 15:36:47 +0000 |
gpoirier |
Sync with 1.709: "some typo, case change"
|
Thu, 09 Sep 2004 15:25:06 +0000 |
gpoirier |
Encoding options update, most are XviD related
|
Thu, 09 Sep 2004 13:33:40 +0000 |
paszczi |
sync
|
Thu, 09 Sep 2004 12:53:30 +0000 |
danny |
some typo, case change
|
Thu, 09 Sep 2004 12:22:27 +0000 |
paszczi |
synced with 1.708 (aka first sync from my laptop;P)
|
Thu, 09 Sep 2004 10:33:36 +0000 |
gpoirier |
All video filters are now documented and in sync against English man page.
|
Thu, 09 Sep 2004 01:13:26 +0000 |
attila |
adding the code documentation guide lines
|
Wed, 08 Sep 2004 23:44:34 +0000 |
diego |
chunk size fix from Ross Finlayson, ported from xine
|
Wed, 08 Sep 2004 15:31:47 +0000 |
diego |
CVS policy updated as discussed on dev-eng.
|
Wed, 08 Sep 2004 14:58:28 +0000 |
diego |
Von/van should not determine alphabetical order, email address added.
|
Wed, 08 Sep 2004 11:49:39 +0000 |
gpoirier |
Typos on the XviD section
|
Wed, 08 Sep 2004 09:42:05 +0000 |
danny |
Synced with 1.707
|
Wed, 08 Sep 2004 03:51:37 +0000 |
ivo |
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
|
Wed, 08 Sep 2004 01:11:16 +0000 |
ivo |
This patch moves the directory creation code to a separate function. I have
|
Tue, 07 Sep 2004 20:27:05 +0000 |
gpoirier |
Big changes on XviD documentation.
|
Tue, 07 Sep 2004 17:30:07 +0000 |
diego |
OpenBSD clarification by Bj«Órn Sandell <biorn @ dce . chalmers . se>
|
Tue, 07 Sep 2004 11:00:27 +0000 |
kraymer |
newly created videofilters section
|
Tue, 07 Sep 2004 10:40:30 +0000 |
kraymer |
finished translation and review of decoding/filtering section
|
Tue, 07 Sep 2004 10:23:27 +0000 |
kraymer |
\-af note added
|
Tue, 07 Sep 2004 09:59:27 +0000 |
gpoirier |
Cumulative patch
|
Tue, 07 Sep 2004 08:53:09 +0000 |
gpoirier |
Sync with Diego's alphabetical order for lavdopts
|
Tue, 07 Sep 2004 01:20:19 +0000 |
michael |
disable direct rendering for h264
|