1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 12:25:03 +00:00
Commit Graph

16845 Commits

Author SHA1 Message Date
diego
5f93a654f4 minor spelling wording fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16845 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 16:51:39 +00:00
diego
e0229253f0 author list prettyprinting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16844 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 16:50:27 +00:00
diego
4343951335 Reformat section titles so that it becomes easier to tell sections and
subsections apart.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16843 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 16:49:56 +00:00
diego
20b8cba8fb Make include paths consistent among files in libvo. Since -I.. is added
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
2005-10-23 16:19:32 +00:00
rfelker
53bbca7882 improve documentation of -subalign
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16841 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:54:13 +00:00
rfelker
211132c2e6 make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16840 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:35:28 +00:00
rfelker
8aee54d8a8 reverse incorrect sub alignment change, ok'd by diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16839 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:34:39 +00:00
rfelker
37584f552e 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't bother anyone already using it too much
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16838 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:25:10 +00:00
rfelker
db1aa87238 comment on -noskip patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16837 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:05:11 +00:00
diego
bd84c608ea spelling/grammar/wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16836 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 14:49:32 +00:00
diego
a2220dbb7a The conditions for bottom (2) and top (1) subtitle alignment are reversed.
patch by Paul TT < paultt == at -- hackerjournal == dot -- it >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16835 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 14:25:56 +00:00
diego
23efec2b19 support for prescott, nocona and pentium-m processors
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
2005-10-23 13:55:23 +00:00
diego
935f3b3350 Add a comment to an esac where the case is very far away.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16833 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 13:13:12 +00:00
diego
76c7a0e9d7 Simplification of the system_name check and the PPC CPU type check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16832 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 12:39:47 +00:00
diego
268c88a4fb Add a comment to else clauses where the if is very far away.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 11:26:36 +00:00
rfelker
f14a68b53e honor decoder's/filter's decision to remove frames when using -noskip.
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
2005-10-23 07:37:55 +00:00
rfelker
98c0ee2923 reapply rawaudio muxer fix (don't disable audio without user's permission!) (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
2005-10-23 07:32:35 +00:00
rfelker
a6549bd26b reverse patch that was mistakenly applied with unwanted unrelated changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16828 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 07:30:56 +00:00
diego
bdbf4bb353 Add missing quotes around .IPs argument.
patch by Paul TT < paultt = at = hackerjournal = dot = it >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16827 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-22 19:28:37 +00:00
iive
d46f09d635 Support for video files created by Samsung Miniket VP-M100 diskless camcorder
initial patch by Georgi Chorbadzhiyski <gf@unixsol.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16826 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-22 13:53:18 +00:00
mosu
d7a113f20d Added support for A_AAC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16825 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-22 10:13:28 +00:00
ods15
72fe5b36ee cross compiling probably worth mentioining
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16824 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-21 14:44:13 +00:00
diego
201950a0f5 Add a few more XML tags for better semantics markup.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16823 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 23:07:55 +00:00
diego
24ea3cdda8 Explain how to place subtitles in black bands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16822 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 23:06:02 +00:00
faust3
91294fea43 mach64_mmio size fix from vidix.sf.net, possible bugfix for #59
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16821 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 18:03:43 +00:00
faust3
797ace2f69 sync amd64 fixes from vidix.sf.net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16820 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 17:56:28 +00:00
reimar
2d6059c4e5 Fix seeking in wav files: align relative to start of data, not start of file
and use nBlockAlign if available.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16819 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 15:15:53 +00:00
diego
6ae85191ac sync with 1.32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16818 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 13:46:29 +00:00
diego
8302f9e9d6 ilmv --> ilme typo fix
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
2005-10-20 13:45:41 +00:00
reimar
d475a9523f semi-hack: avoid passing 0-length blocks to audio filters.
Fixes bugzilla bug #391 (lavcresample crashes).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16816 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 09:12:28 +00:00
ods15
def1404bc4 document hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16815 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 05:54:51 +00:00
diego
c31ab4cba3 -vc null -vo null is not the fastest way to dump...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16814 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 00:08:09 +00:00
diego
6cf4e958bf Converted from GBK to UTF-8 encoding.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16813 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 18:17:32 +00:00
diego
bbc854b46d further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16812 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 18:03:22 +00:00
diego
ccd052a9e0 sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16811 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 17:56:06 +00:00
jheryan
8394e64b5f Synced with 1.98
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16810 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 12:15:06 +00:00
jheryan
a8a2547c02 Typo hunting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16809 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 12:14:01 +00:00
jheryan
742dce27e3 Formal syncing. Typo hunting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16808 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 12:09:56 +00:00
diego
3cca4b3cbd charset for help_mp-zh_TW.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16807 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-19 08:13:55 +00:00
rfelker
3892465935 processing audio is sometimes essential for a/v sync, so 1000l to
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
2005-10-19 05:44:27 +00:00
aurel
7cb2c21193 add cross-compiling support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16805 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:48:09 +00:00
aurel
2b7e9844b6 replace all the direct $TMPO calls by a tmp_run() function call
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16804 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:44:14 +00:00
aurel
d1f3dd4bcc replace mp3lame version detection by required features detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16803 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:40:17 +00:00
aurel
6c95f845f5 modify DirectFB version detection so that it only requires pre-processing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16802 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:37:28 +00:00
aurel
408e0a5764 modify alsa version detection so that it don't require running the generated binary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16801 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:34:54 +00:00
aurel
d95e6a4df7 add a cxx_check function to simplify C++ libs checking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16800 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:30:43 +00:00
gpoirier
4ac392eaa1 synced with 1.1140
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16799 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 20:26:08 +00:00
rtognimp
282416d26e Update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16798 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 20:20:19 +00:00
rtognimp
86fb0023b6 Add FFmpeg QDM2 audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16797 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 20:18:28 +00:00
diego
2c35db520f xscreensaver --> XScreenSaver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16796 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 19:58:33 +00:00