summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changed KEY_PREVIOUS to KEY_PREV, cause the first undefinedptt2005-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16897 b3059339-0415-0410-9bf9-f77b7e298cf2
* small grammar/wording fixesptt2005-11-031-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16896 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix bust/mustreynaldo2005-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16895 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.192 by PaulTTptt2005-11-031-2/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16894 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-0210-51/+92
| | | | | | | remove most of the crappy mappings (like O->o or ESC->q). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16893 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.193ranma2005-11-021-1/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16892 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with rev. 1.192ranma2005-11-021-1/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Too much spare time on tuesday, compared about 2/3 of the english manpage ↵ranma2005-11-021-66/+440
| | | | | | with the german one to find missing sections; some rephrasing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16890 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1146gpoirier2005-11-021-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16889 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump sync taggpoirier2005-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16888 b3059339-0415-0410-9bf9-f77b7e298cf2
* close stream_fd on uninit. Fixes bugzilla bug #400.reimar2005-11-011-0/+2
| | | | | | | Modified patch from T. Dekker {t dekker [at] student utwente nl}. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16887 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.98, patch by Johan Bos.gpoirier2005-11-011-4/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16886 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillareimar2005-11-011-5/+6
| | | | | | | | bug #375, sh_audio->delay must only be set when seeking, not at every packet) and not switching to the next file when seeking hits eof. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16885 b3059339-0415-0410-9bf9-f77b7e298cf2
* more precise seeking based on calculated average video bitrate; works quite ↵nicodvb2005-10-311-6/+49
| | | | | | well in case of a TS with only 1 video stream git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16884 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-319-156/+156
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16883 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdemux translatables to help_mp part 1 / messages / try 2reynaldo2005-10-311-0/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16882 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l typo, nomanyfmts should be used against playback problems.reimar2005-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16881 b3059339-0415-0410-9bf9-f77b7e298cf2
* More consistent and sane types. Also avoids some gcc 4 warnings.reimar2005-10-313-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16880 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.34, patch by Johan Bos + fixes by megpoirier2005-10-311-9/+705
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16879 b3059339-0415-0410-9bf9-f77b7e298cf2
* move resync_audio_stream after seeking to demuxer.creimar2005-10-3015-44/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16878 b3059339-0415-0410-9bf9-f77b7e298cf2
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.reimar2005-10-301-1/+14
| | | | | | | | Might need some more fine-tuning. together with rev. 1.318 of mencoder.c fixes bug #116 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16877 b3059339-0415-0410-9bf9-f77b7e298cf2
* Provide percentage even when demuxer->movi_start and movi_end are not availablereimar2005-10-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16876 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, uninit() was not used, fixes bug #401reimar2005-10-301-0/+2
| | | | | | | Modified patch from T. Dekker (t dekker <at> student utwente nl) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updating little things I have done so farreynaldo2005-10-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16874 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow the user to set the $MPLAYER_HOME environment variable to point to the ↵albeu2005-10-291-1/+3
| | | | | | | | | | | location were they want mplayer to store its configuration stuff. Patch by Nikolai Weibull (nikolai _(dot)_ weibull _(at)_ gmail _(dot)_ com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16873 b3059339-0415-0410-9bf9-f77b7e298cf2
* preliminary support for wpl playlists, closes #362reynaldo2005-10-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16872 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a \n after whole cache fill.ods152005-10-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16871 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2005-10-261-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16870 b3059339-0415-0410-9bf9-f77b7e298cf2
* make myself console help messages maintainter at diego's requestreynaldo2005-10-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16869 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc -dumpmachine outputs x86_64-something on some machines anddiego2005-10-261-1/+1
| | | | | | | | amd64-something on others. Handle both cases. Fixes bug #325. patch by Pawel Sakowski < pawel __ dot __ sakowski __ dot __ pl > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16868 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.192gabrov2005-10-261-8/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify subtitle alignment behavior.diego2005-10-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for remote controls.syrjala2005-10-261-4/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Complete sync with 1.192reynaldo2005-10-261-38/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-10-2610-63/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16863 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run dh_makeshlibs to create proper shlibs files and avoid warnings.diego2005-10-251-1/+1
| | | | | | | patch by Paul TT < paultt ( at ) hackerjournal ( dot ) it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-10-253-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16861 b3059339-0415-0410-9bf9-f77b7e298cf2
* big-endian fixes for "extended" (i.e. mythtv) files.reimar2005-10-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16860 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l broken asm crap needs an external namerfelker2005-10-252-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16859 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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: s