summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for stream controls with cache enabled.reimar2008-05-244-7/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Re-add (hackish) support for -chapter (only start chapter, end is not ↵reimar2008-05-241-0/+4
| | | | | | supported) with -dumpstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26864 b3059339-0415-0410-9bf9-f77b7e298cf2
* make use of the new MGA_VID_VERSION ioctl to checkattila2008-05-232-0/+12
| | | | | | | | whether the installed driver has the version we expect it to have. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26863 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync mga_vid.h to revision 265 from the mga_vid repoattila2008-05-231-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26862 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert changes 26035 and 26061attila2008-05-231-21/+12
| | | | | | | | mga_vid is _NOT_ part of MPlayer, although it has been historicaly developed in the same repo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26861 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r26853Gabrov2008-05-231-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26860 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fixesptt2008-05-231-29/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of "define RECURSIVE_RULE" since a lot of make version have problemsreimar2008-05-231-5/+3
| | | | | | | with it, especially with -j n. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: reindent after the last commit.eugeni2008-05-221-25/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Read all faces of a memory font, not just the first one.eugeni2008-05-221-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26856 b3059339-0415-0410-9bf9-f77b7e298cf2
* Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEreimar2008-05-222-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify equalizer handling for vo glreimar2008-05-221-54/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update gl vo section with the new force-pbo suboption.reimar2008-05-221-4/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26853 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a lot of misstranslations and typos, patch by Cedric Dumez-Viougpoirier2008-05-225-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26852 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with FontConfig <= 2.2.96.eugeni2008-05-221-0/+2
| | | | | | | | It lacks FcPatternRemove function. The code will work fine, but produce an incorrect "Selected font is not the requested one" warning in rare cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid crash with video stream switching and -nosoundreimar2008-05-211-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make internal subtitle and subtitle switching work with -audiofilereimar2008-05-211-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26849 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use av_alloc_put_byte instead of custom protocol.reimar2008-05-211-48/+11
| | | | | | | This needs less code and less hacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26848 b3059339-0415-0410-9bf9-f77b7e298cf2
* r26675: update paragraphs related to x264, and update its checkout commandvoroshil2008-05-213-26/+34
| | | | | | | | | | | | | | r26729: MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting this r26287: remove excessive space character r26451: As of r19025, the "above link" refers to an article, not a guide. r26452: Refer to where encoding quality is described. r26453: typo: crahes --> crashes r26474: add better information about inverse-telecining with vf_filmdint r26711: Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so put r26258: fix typo: lavcoptc --> lavcopts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26847 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some codec specifications needed to play MTV files.reimar2008-05-211-0/+21
| | | | | | | Fixes e.g. http://samples.mplayerhq.hu/mtv/Fun_Final.mtv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26846 b3059339-0415-0410-9bf9-f77b7e298cf2
* r26512: consistently print fps with three digits of precisionvoroshil2008-05-211-2/+9
| | | | | | | | | r26649: Fix some not entirely correct and misleading messages. r26762: Add a new suboption to -vo xv and -vo xvmc that allows selection r26795: Add support for AppleIR Remote as an input under Linux systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26845 b3059339-0415-0410-9bf9-f77b7e298cf2
* Continue detection if it is not clear if we have a MP3 or flac file.reimar2008-05-211-1/+2
| | | | | | | Fixes http://samples.mplayerhq.hu/A-codecs/MP3/01%20-%20Charity%20Case.mp3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26844 b3059339-0415-0410-9bf9-f77b7e298cf2
* left an english phrase in, removed.ptt2008-05-211-98/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26843 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove extra dash in nocorrect-pts optioncompn2008-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26842 b3059339-0415-0410-9bf9-f77b7e298cf2
* add potentially missing typesben2008-05-202-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26841 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r26839Gabrov2008-05-202-26/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26840 b3059339-0415-0410-9bf9-f77b7e298cf2
* In case 2 styles have the same name, prefer the latest one.eugeni2008-05-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26839 b3059339-0415-0410-9bf9-f77b7e298cf2
* Output a better informative message if no AltiVec CFLAGS can be found.diego2008-05-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not run second AltiVec CFLAG check in a subshell; the variable that isdiego2008-05-191-1/+1
| | | | | | | | set as a result is needed in the calling shell. noticed by Michael Kostylev git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26837 b3059339-0415-0410-9bf9-f77b7e298cf2
* If character set conversion for help_mp.h is required, do it on the wholediego2008-05-191-5/+4
| | | | | | | file including the parts added from the English master file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26836 b3059339-0415-0410-9bf9-f77b7e298cf2
* The multiple inclusion guard in help_mp.h has to cover the whole file,diego2008-05-191-1/+1
| | | | | | | including the non-translated parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify help_mp.h generation commands by using $@.diego2008-05-181-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not hide that we are running a helper script.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the logic that decides if untranslated messages need to be added todiego2008-05-182-3/+3
| | | | | | | help_mp.h into the helper script that generates those messages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26832 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace hack to disable iconv conversion of messages with something more sane.diego2008-05-182-7/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26831 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only run AltiVec compiler tests on PowerPC.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26830 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation of input.c if neither macosx/linux apple remote codeben2008-05-181-1/+1
| | | | | | | | is compiled in git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26829 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused strip target.diego2008-05-181-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26828 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge directory installation commands.diego2008-05-181-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26827 b3059339-0415-0410-9bf9-f77b7e298cf2
* one less level of indirection for install and program targetsdiego2008-05-181-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26826 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Fix MAN_LANG creation for real this time.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26825 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: missing quotes in sed commanddiego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26824 b3059339-0415-0410-9bf9-f77b7e298cf2
* install-mplayer and install-mencoder targets should depend on install-dirs.diego2008-05-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26823 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not install DATADIR always, the GUI installation target takes care of this.diego2008-05-181-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install the required man page directories in the man page targets.diego2008-05-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26821 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace hackish shell loops for man page installation with make constructs.diego2008-05-181-17/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create directories for the translated man pages in the install-dirs target.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL withdiego2008-05-181-3/+5
| | | | | | | MAN_LANG only containing the translated languages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce make variable common to the GTK and Windows GUI and use itdiego2008-05-182-4/+4
| | | | | | | in the appropriate places. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26817 b3059339-0415-0410-9bf9-f77b7e298cf2
* install-mencoder-man depends on install-mplayer-man.diego2008-05-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace shell for loop with proper foreach make construct in uninstall target.diego2008-05-181-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26815 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always uninstall English man pages instead of never.diego2008-05-181-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26814 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove (hopefully obsolete) codecs.conf workaround.diego2008-05-181-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26813 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce a pattern rule for install-mplayer and install-mencoder targets.diego2008-05-181-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26812 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate install-mencoder and install-mencoder-man targets.diego2008-05-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26811 b3059339-0415-0410-9bf9-f77b7e298cf2
* The install-gui target depends on the install-mplayer target.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26810 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify installation rules with $<.diego2008-05-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not remove gmplayer.1, it is never installed.diego2008-05-181-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26808 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Add missing parentheses in AltiVec test logic.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document x264's AQ optionsgpoirier2008-05-181-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26806 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sort alphabeticallyben2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26805 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is no need to ignore errors from 'rm -f' commands.diego2008-05-181-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26804 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove skin download instructions, they have no place in the Makefile.diego2008-05-181-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26803 b3059339-0415-0410-9bf9-f77b7e298cf2
* Declare new Linux AppleIR remote support.ben2008-05-182-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make "Menu" button of AppleIR remote call OSD Menu insteadben2008-05-181-1/+1
| | | | | | | | of displaying the OSD status git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow DVD Menus to be controlled by AppleIR Remote.ben2008-05-181-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Keep AppleIR enabled by default on MacOSX but have it disable on Linux.ben2008-05-181-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the -noar command-line option in en/fr manpages.ben2008-05-182-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not enable AppleIR by default.ben2008-05-181-1/+1
| | | | | | | | | The amount of computers capable of using it is too low in the field to enable it by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not consider TAGS file under SVN.ben2008-05-180-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for AppleIR Remote as an input under Linux systems.ben2008-05-188-0/+209
| | | | | | | | | | | | | This requires Linux 2.6 with evdev and appleir drivers. The keymapping is done to mimics the one that was done for MacOSX. WARNING: Most distributions do not seems to bother and only let root access to the device. Modify udev rules accordingly if you want regular user to be able to use the remote. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add section about code from NuppelVideo / RTJPEG.diego2008-05-171-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing MPLAYER_ prefix to multiple inclusion guards.diego2008-05-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26793 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ffmpeg ea maxis xa adpcm audio decodercompn2008-05-162-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26792 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1617-134/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26791 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-166-20/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26790 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-169-50/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26789 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1612-198/+198
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26788 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-1622-82/+82
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26787 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-1619-151/+151
| | |