summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* czech man page translation by Jiri Heryan <technik at domotech dot cz>diego2004-09-181-0/+6861
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13378 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fixgabucino2004-09-181-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13377 b3059339-0415-0410-9bf9-f77b7e298cf2
* force compilers not to optimize/inline extend_stack_for_dll_allocareimar2004-09-181-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13376 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix reimar's 10l...no actually imho it's arpi's 100l for writing therfelker2004-09-181-0/+1
| | | | | | | | | old bad init_audio_codec code that replaced all the values set by the demuxer with "safe" defaults. no idea where this actually belongs -- here or the various demuxers -- but at least it works again now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13375 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing an array or double precission parameters for the scaling function, ↵michael2004-09-189-38/+57
| | | | | | | | | instead of missusing a few bits of the flags fixing the naming of the scaling functions a little git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13374 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.40 + random fixespaszczi2004-09-171-66/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13373 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bit of syncnauj272004-09-171-795/+911
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13372 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.721paszczi2004-09-171-21/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13371 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with English manpagegpoirier2004-09-171-18/+16
| | | | | | | | | 1.720: MicroDVD IS a frame-based subtitle format 1.719: wording, spelling and small fixes to the video output driver section + a mistake picked up by Diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13370 b3059339-0415-0410-9bf9-f77b7e298cf2
* -menu-startup, based on patch by Aurelien Jacobs <aurel at gnuage dot org>diego2004-09-172-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13369 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>diego2004-09-171-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quit now sends an optional return value, based on patch sent by Aureliendiego2004-09-171-2/+3
| | | | | | | Jacobs <aurel at gnuage dot org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translate up to MSGL_STATUS so all normal output is translated.diego2004-09-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13366 b3059339-0415-0410-9bf9-f77b7e298cf2
* MicroDVD IS a frame-based subtitle format, mistake noticed by Jiri Heryandiego2004-09-171-1/+1
| | | | | | | <technik at domotech dot cz>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13365 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording, spelling and small fixes to the video output driver sectiondiego2004-09-171-26/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWritediego2004-09-171-1/+1
| | | | | | | identical for consistency. Also German translation is easier this way. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13363 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32004-09-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13362 b3059339-0415-0410-9bf9-f77b7e298cf2
* center the image when screenw & height are setfaust32004-09-171-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13361 b3059339-0415-0410-9bf9-f77b7e298cf2
* lastes sync with EDL messageskraymer2004-09-171-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patchdiego2004-09-175-47/+83
| | | | | | | | by "Reynaldo H. Verdejo Pinochet" <reynaldo at opendot dot cl>, spelling and wording corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-163-20/+7
| | | | | | | | -hr-mp3-seek bug (pts was -inf after seeking) and remove the workaround from demux_audio.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13358 b3059339-0415-0410-9bf9-f77b7e298cf2
* IBM Ultimotion native decoding via libavcodecrtognimp2004-09-161-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13357 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the default again so that the initial video position is infaust32004-09-161-1/+1
| | | | | | | | | | the upper left corner like in vo fbdev[2]. Reason: vo cvidix does not know the screen resolution unlike you specify it with screen[w/h], resulting in the video being displayed on a random position. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13356 b3059339-0415-0410-9bf9-f77b7e298cf2
* nickdiego2004-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13355 b3059339-0415-0410-9bf9-f77b7e298cf2
* make it possible to use the run command from a menu config file, based on a ↵faust32004-09-161-0/+10
| | | | | | patch by Aurelien Jacobs <aurel@gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13354 b3059339-0415-0410-9bf9-f77b7e298cf2
* stdout and stderr are macros --- you can't assign to them. Assignment ↵faust32004-09-161-2/+2
| | | | | | 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> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13353 b3059339-0415-0410-9bf9-f77b7e298cf2
* declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas ↵faust32004-09-161-0/+5
| | | | | | Patocka <mikulas at artax.karlin.mff.cuni.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13352 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support "Creative ADPCM codec" and "Micronas speech codec" audio codecsrtognimp2004-09-151-0/+14
| | | | | | | via windows binary dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() ↵faust32004-09-151-1/+1
| | | | | | function patch by ismail donmez <kde@myrealbox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13350 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.718paszczi2004-09-151-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13349 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw compile fixfaust32004-09-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13348 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix not matching prototype, patch by Mikulas Patocka <mikulas at ↵faust32004-09-151-3/+2
| | | | | | artax.karlin.mff.cuni.cz>; remove ^M git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13347 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a memory corruption and make sure only getch2 handles stdinfaust32004-09-151-2/+2
| | | | | | | | in order to avoid delayed events caused by lost input patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13346 b3059339-0415-0410-9bf9-f77b7e298cf2
* option to display menu at startup, patch by Aurelien Jacobs <aurel at ↵faust32004-09-152-0/+8
| | | | | | gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13345 b3059339-0415-0410-9bf9-f77b7e298cf2
* This time is a patch to improve subtitle alignment management. Itfaust32004-09-153-13/+58
| | | | | | | | | | | implements SSA alignment styles; note that alignment for SSA files is not actually supported, but for SAMI files (which use the same alignment codes) it is. patch by Salvatore Falco <sfalco at studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cumulative patch:gpoirier2004-09-151-55/+164
| | | | | | | | | | | | 1.718: Audio output driver suboptions documented 1.717: Consistency fixes, spelling 1.716: All video driver suboptions documented, gif and tga examples + Diego suggestions/fixies on above patches, and on previous commit + small Nroff formating fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13343 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix ineffectual video equalizer command line options, patch by kiriuja ↵faust32004-09-152-19/+28
| | | | | | <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13342 b3059339-0415-0410-9bf9-f77b7e298cf2
* Audio output driver suboptions documenteddanny2004-09-151-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13341 b3059339-0415-0410-9bf9-f77b7e298cf2
* slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel ↵faust32004-09-153-0/+9
| | | | | | at gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13340 b3059339-0415-0410-9bf9-f77b7e298cf2
* quit slave mode command now accepts an exit value, patch by Aurelien Jacobs ↵faust32004-09-152-3/+3
| | | | | | <aurel at gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13339 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a comment to the Xorg workaroundfaust32004-09-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13338 b3059339-0415-0410-9bf9-f77b7e298cf2
* Index must be positive to prevent endless loop on bad datartognimp2004-09-141-6/+6
| | | | | | | Based on an idea by iive git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13337 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for Xorg-6.8 not saving the surface registers on bigendianfaust32004-09-141-0/+31
| | | | | | | architectures, patch by Luca Barbato <lu_zero at gentoo.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13336 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compile on gcc 2.95.3iive2004-09-141-2/+4
| | | | | | | patch send by Jan Knutar <jknutar_at_nic_dot_fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13335 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-132-101/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13334 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.717wight2004-09-131-53/+180
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13333 b3059339-0415-0410-9bf9-f77b7e298cf2
* random fixes, spelling, vocabularywight2004-09-121-114/+119
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistency fixes, spellingwight2004-09-121-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with English mp-v1.715.gpoirier2004-09-121-25/+21
| | | | | | | | 1.714: 2pass encoding support for x264(r46) + changes in default settings 1.715: Small fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13330 b3059339-0415-0410-9bf9-f77b7e298cf2
* All video driver suboptions documented, gif and tga examplesdanny2004-09-121-33/+117
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13329 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesdiego2004-09-121-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13328 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed wording (s/Unteroption/Suboption)kraymer2004-09-121-25/+84
| | | | | | | very few updates in fideo filters section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13327 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2pass encoding support for x264(r46).iive2004-09-122-34/+42
| | | | | | | patch by Loren Merritt and Jeff Clagg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13326 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.mosu2004-09-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.711:gpoirier2004-09-121-16/+69
| | | | | | | | - Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop from the list to document - minor changes, and typos from 1.710 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added one more error check. Forgot it last time (grrr :) ).ivo2004-09-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13323 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed occurence of work as maintainer (in regard to Diego's email)kraymer2004-09-111-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13322 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates in video output drivers section (update rev 1710 of ↵kraymer2004-09-111-9/+63
| | | | | | en/mplayer.1)\nother minor fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13321 b3059339-0415-0410-9bf9-f77b7e298cf2
* hopefully last format correction regarding prior commit in video output ↵kraymer2004-09-111-1/+3
| | | | | | drivers section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13320 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes some typos, wording and formattingkraymer2004-09-111-22/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed typo.ivo2004-09-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13318 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Changed malloc and strncpy to strdup. Less code.ivo2004-09-111-20/+38
| | | | | | | | | | * More error checking. If malloc or strdup fails, print message and exit. * Free malloc'd memory when uninit is called. * Moved default of jpeg_outdir to preinit, so it is always malloc'd and can easily be freed at uninit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13317 b3059339-0415-0410-9bf9-f77b7e298cf2
* added myself to AUTHORS filekraymer2004-09-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13316 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed email addresskraymer2004-09-111-2/+2
| | | | | | | latest sync missed update of revision tag git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13315 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor changes I came across during sync of videofilters sectionkraymer2004-09-111-8/+8
| | | | | | | (hope it's common-sense) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13314 b3059339-0415-0410-9bf9-f77b7e298cf2
* spell-checking done for beginning until player-specific options (mplayer only)kraymer2004-09-111-59/+219
| | | | | | | | minor changes in wording according to Diego's suggestion many updates in videofilters section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>diego2004-09-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13312 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix seeking in audio-only case (crash when seeking backwards, time reset to 0)reimar2004-09-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop ↵danny2004-09-111-4/+48
| | | | | | from the list to document git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13310 b3059339-0415-0410-9bf9-f77b7e298cf2
* info packet is now file global, while meta pakcet is stream specific, as ↵alex2004-09-111-16/+44
| | | | | | discussed with Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13309 b3059339-0415-0410-9bf9-f77b7e298cf2
* output faad error message in case of a decoder errorreimar2004-09-111-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13308 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lrtognimp2004-09-101-2/+2
| | | | | | | | | sys_errlist[] is deprecated and breaks compilation on some systems, replaced it with strerror() also commented out the printf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't prepend basepath to a full unix path. ( 10l to Joey. )al2004-09-101-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13306 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformatdiego2004-09-101-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes for VirtualAlloc function:rtognimp2004-09-101-15/+48
| | | | | | | | | | | | | | | | | | | * mplayer received a SIGSEGV under Linux after Opening video decoder: [dmo] DMO video codecs VirtualAlloc(0x00400000, 859648, 0x00003000, 0x00000040) because that region was already under use and mmap() with MAP_FIXED has problems under Linux (see code). VirtualAlloc() fixed in "loader/ext.c". * VirtualAlloc() made to conform with win32 documented behavio