summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* INPUT section created, added messages from input/input.c and input/joystick.creynaldo2005-10-251-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16858 b3059339-0415-0410-9bf9-f77b7e298cf2
* translatable eng strings to new section on help_mp-enreynaldo2005-10-251-30/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16857 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgreynaldo2005-10-251-9/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16856 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix incorrect use of strl* functions (patch by reimar)rfelker2005-10-251-4/+4
| | | | | | | (unknown suboption "cop" with -oac copy, etc) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16855 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix broken (off-by-one) behavior of our strl* functions (patch by reimar)rfelker2005-10-251-17/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16854 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not export useless symbols! fixed compile bug with decode support in lamerfelker2005-10-252-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16853 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1145gpoirier2005-10-251-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16852 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extra processor information needs to be known in the x86_64 case as welldiego2005-10-251-5/+9
| | | | | | | | for x86_64 optimizations to get enabled. patch by Corey Hickey < bugfood-ml __ at __ fatooh __ dot __ org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16851 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing the unverified patch (one of the millions) commited by:gabucino2005-10-251-1/+1
| | | | | | | | Attila "I'll ban you forever" Kinali AKA KotH teh idiot, date: 2003/10/04 23:06:04 rev 1.779 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch from our own to the upstream DVD key caching strategy and directory.diego2005-10-242-79/+6
| | | | | | | | Should work just as well while reducing our diff towards upstream and enhancing compatibility with external libdvdcss implementations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16849 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Reimar: common.h belongs to libdvdcss, not libdvdread.diego2005-10-242-15/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16848 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r334 (crf)lorenm2005-10-243-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16847 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1143gpoirier2005-10-231-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16846 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor spelling wording fixesdiego2005-10-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16845 b3059339-0415-0410-9bf9-f77b7e298cf2
* author list prettyprintingdiego2005-10-231-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformat section titles so that it becomes easier to tell sections anddiego2005-10-231-18/+52
| | | | | | | subsections apart. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make include paths consistent among files in libvo. Since -I.. is addeddiego2005-10-231-2/+2
| | | | | | | to the CFLAGS in the Makefile this should be safe. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16842 b3059339-0415-0410-9bf9-f77b7e298cf2
* improve documentation of -subalignrfelker2005-10-231-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16841 b3059339-0415-0410-9bf9-f77b7e298cf2
* make bottom alignment the default since it's the only sane mode when sub_pos ↵rfelker2005-10-231-1/+1
| | | | | | is near bottom (default) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16840 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverse incorrect sub alignment change, ok'd by diegorfelker2005-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16839 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ↵rfelker2005-10-232-5/+5
| | | | | | bother anyone already using it too much git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16838 b3059339-0415-0410-9bf9-f77b7e298cf2
* comment on -noskip patchrfelker2005-10-231-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16837 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammar/wordingdiego2005-10-231-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16836 b3059339-0415-0410-9bf9-f77b7e298cf2
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.diego2005-10-231-1/+1
| | | | | | | patch by Paul TT < paultt == at -- hackerjournal == dot -- it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16835 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for prescott, nocona and pentium-m processorsdiego2005-10-231-9/+34
| | | | | | | based on a patch by Corey Hickey < bugfood-ml . at . fatooh . dot . org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a comment to an esac where the case is very far away.diego2005-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplification of the system_name check and the PPC CPU type check.diego2005-10-231-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16832 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a comment to else clauses where the if is very far away.diego2005-10-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
* honor decoder's/filter's decision to remove frames when using -noskip.rfelker2005-10-231-0/+3
| | | | | | | | | | | | | | | | | | | | this may go against the original intention of the vf layer, but it's how all the filters that drop frames have been written to work, so it's now the de-facto standard. without this patch, -noskip will result in tons of duplicate frames (either soft or hard duplicates) and a/v desync whenever decimation, ivtc, etc. is used. even with this patch -noskip is still a bad idea for most of these purposes, but it will work reliably with filmdint, framestep, and some other filters with fixed in:out ratios as long as the right -ofps value is used. without this patch, there is no hope of -noskip working with frame-dropping filters. (this patch was previously committed erroneously as part of another change, then reversed. it is now being committed again.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16830 b3059339-0415-0410-9bf9-f77b7e298cf2
* reapply rawaudio muxer fix (don't disable audio without user's permission!) ↵rfelker2005-10-231-4/+0
| | | | | | (previously reversed because of mistake in patch.. 10l to me :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16829 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverse patch that was mistakenly applied with unwanted unrelated changesrfelker2005-10-231-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16828 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing quotes around .IPs argument.diego2005-10-221-2/+2
| | | | | | | patch by Paul TT < paultt = at = hackerjournal = dot = it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for video files created by Samsung Miniket VP-M100 diskless camcorderiive2005-10-221-0/+1
| | | | | | | initial patch by Georgi Chorbadzhiyski <gf@unixsol.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16826 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for A_AAC.mosu2005-10-222-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16825 b3059339-0415-0410-9bf9-f77b7e298cf2
* cross compiling probably worth mentioiningods152005-10-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a few more XML tags for better semantics markup.diego2005-10-201-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16823 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how to place subtitles in black bands.diego2005-10-201-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16822 b3059339-0415-0410-9bf9-f77b7e298cf2
* mach64_mmio size fix from vidix.sf.net, possible bugfix for #59faust32005-10-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16821 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync amd64 fixes from vidix.sf.netfaust32005-10-201-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix seeking in wav files: align relative to start of data, not start of filereimar2005-10-201-1/+3
| | | | | | | and use nBlockAlign if available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16819 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.32diego2005-10-202-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16818 b3059339-0415-0410-9bf9-f77b7e298cf2
* ilmv --> ilme typo fixdiego2005-10-202-4/+4
| | | | | | | patch by compn < tempn == at == twmi == dot == rr == dot == com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16817 b3059339-0415-0410-9bf9-f77b7e298cf2
* semi-hack: avoid passing 0-length blocks to audio filters.reimar2005-10-201-0/+1
| | | | | | | Fixes bugzilla bug #391 (lavcresample crashes). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16816 b3059339-0415-0410-9bf9-f77b7e298cf2
* document hackods152005-10-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16815 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vc null -vo null is not the fastest way to dump...diego2005-10-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16814 b3059339-0415-0410-9bf9-f77b7e298cf2
* Converted from GBK to UTF-8 encoding.diego2005-10-192-829/+829
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16813 b3059339-0415-0410-9bf9-f77b7e298cf2
* further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >diego2005-10-191-8/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16812 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >diego2005-10-191-13/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16811 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.98jheryan2005-10-191-3/+147
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16810 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo hunting.jheryan2005-10-191-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Formal syncing. Typo hunting.jheryan2005-10-191-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16808 b3059339-0415-0410-9bf9-f77b7e298cf2
* charset for help_mp-zh_TW.hdiego2005-10-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16807 b3059339-0415-0410-9bf9-f77b7e298cf2
* processing audio is sometimes essential for a/v sync, so 1000l torfelker2005-10-192-15/+4
| | | | | | | | | | | | | | whoever made rawvideo muxer disable audio!! with this patch, audio is processed but simply thrown away by the muxer. various 'error' conditions in rawvideo muxer are removed to make it work. feel free to re-add them if they can be done without breaking anything, but do not use printf !!!! btw old behavior can be obtained by manually specifying -nosound. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16806 b3059339-0415-0410-9bf9-f77b7e298cf2
* add cross-compiling supportaurel2005-10-181-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16805 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace all the direct $TMPO calls by a tmp_run() function callaurel2005-10-181-14/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16804 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace mp3lame version detection by required features detectionaurel2005-10-182-10/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16803 b3059339-0415-0410-9bf9-f77b7e298cf2
* modify DirectFB version detection so that it only requires pre-processingaurel2005-10-181-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16802 b3059339-0415-0410-9bf9-f77b7e298cf2
* modify alsa version detection so that it don't require running the generated ↵aurel2005-10-181-10/+25
| | | | | | binary git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16801 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a cxx_check function to simplify C++ libs checkingaurel2005-10-181-14/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16800 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1140gpoirier2005-10-181-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updatertognimp2005-10-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FFmpeg QDM2 audio decoderrtognimp2005-10-181-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16797 b3059339-0415-0410-9bf9-f77b7e298cf2
* xscreensaver --> XScreenSaverdiego2005-10-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Embarassing goofs in the basic key sections that nobody noticed for agesdiego2005-10-181-3/+3
| | | | | | | until Paul TT < paultt == at == hackerjournal == dot == it > came along. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16795 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-188-21/+38
| | | | | | | patch by Paul TT < paultt == at == hackerjournal == dot == it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a few more CPU models to the list.diego2005-10-181-19/+20
| | | | | | | patch by Zuxy < zuxy == dot == meng == at == gmail == dot == com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a note about the "synce with 1.XXX" line that should be in everydiego2005-10-171-0/+8
| | | | | | | translated console message file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16792 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a note and a workaround about broken hardware players and how theydiego2005-10-171-0/+7
| | | | | | | choke on Unix line endings in SRT subtitle files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16791 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1139 + Reimar's patchgpoirier2005-10-171-10/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16790 b3059339-0415-0410-9bf9-f77b7e298cf2
* new message was even worse -- B/s means bytes per second, not sample!rfelker2005-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16789 b3059339-0415-0410-9bf9-f77b7e298cf2
* further sync by Emfox Zhou < emfoxzhou == at == gmail == dot == com >diego2005-10-171-0/+128
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16788 b3059339-0415-0410-9bf9-f77b7e298cf2
* deobfuscatioin: csp --> colorspacediego2005-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16787 b3059339-0415-0410-9bf9-f77b7e298cf2
* Guillaume now maintains the MEncoder documentation.diego2005-10-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16786 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor typodiego2005-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16785 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l -- mismatched type after changing sizes to type long!rfelker2005-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16784 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove nonsense break statements that do nothing..rfelker2005-10-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at ↵faust32005-10-163-29/+43
| | | | | | gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16782 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MIPS64 detection.diego2005-10-161-1/+1
| | | | | | | patch by Luca Barbato < lu_zero == at == gentoo == dot == org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16781 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l de Breizh Cola: build fix.gpoirier2005-10-161-2/+2
| | | |</