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

13254 Commits

Author SHA1 Message Date
gpoirier
0d48b2039a Pretty much all filters documented and in sync now (up to "phase" filter,
for which I did my best to translate, but as I don't understand what it does,
it would be wise for someone to double-check)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13254 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 20:55:10 +00:00
ivo
0b90eb2a02 Some minor vo_jpeg fixes:
Removed unused variable dst.
MPlayer now exits if it is unable to create a file for JPEG output and prints
an appropriate message, instead of going on if all is right (which is not).
Added line to authors file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13253 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 17:54:09 +00:00
joey
22a31d2fee fixed --enable-gif bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13252 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 17:46:33 +00:00
rfelker
d7657cb702 fixed warning in my patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13251 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 16:55:06 +00:00
rfelker
d4e83b3fdb ensure that avi files have a valid header as soon as possible.
without this, the header says 0x0 video size, which works with mplayer
when the video size is stored in the codec data, but it does NOT work
with other players or with codecs that don't store size (e.g. snow).

actually i don't like having seeks in the muxer module, but i don't
know any other way to implement this fix without major changes to
mencoder. if you have a better fix, please reverse this and commit
yours.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13250 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 16:51:15 +00:00
gpoirier
79583b4ee3 updates -vo jpeg:options and minor sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13249 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-05 13:02:31 +00:00
ivo
f36b6cd3a1 Removal of -jpeg commandline option.
It's replaced by an options parser in the module itself. Instead of
mplayer -vo jpeg -jpeg options one now has to use mplayer -vo jpeg:options.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13248 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-04 22:59:33 +00:00
reimar
c20f06b2fa alignment for SPARC64, second try
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13247 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-04 15:34:20 +00:00
reimar
fd43c009cc af_pan wants number of _input_ channels, fixes bugzilla bug #22
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13246 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-04 10:22:38 +00:00
diego
25c52cd2c2 switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13245 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-04 09:29:08 +00:00
kraymer
fd8cc0fc4d sync to latest manpage reviews by Diego
other marginal fixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13244 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 22:18:46 +00:00
al
80098f9851 We don't need to support the old nvidia binary driver bug any longer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13243 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 20:22:22 +00:00
gpoirier
0d576fb9e5 better documentation of not obvious subq default setting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13242 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 20:18:28 +00:00
gpoirier
332aa67e99 Diego's man page review part VIII commited, small syncs on video filters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13241 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 17:47:34 +00:00
diego
511b36a013 alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13240 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 17:42:52 +00:00
gpoirier
a2670f7df8 All libavcodec encoding options are now documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13239 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 15:09:20 +00:00
reimar
0a2999f9f4 improved suboption parsing, fixes also compiler warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13238 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 12:12:17 +00:00
reimar
13abc1ced2 first attempt to make 24-bit PCM DVDs work
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13237 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 10:50:03 +00:00
rfelker
04ecde13b1 strictness level -1 to 'almost' ignore breaks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13236 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-03 00:08:58 +00:00
rfelker
d08eab1eca just some debugging junk i'd like to have in there for now :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13235 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 23:51:05 +00:00
reimar
3d5b9d7414 missing initialization of round
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13234 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 20:08:32 +00:00
michael
82acc8397f hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13233 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 19:48:41 +00:00
nauj27
933f6982d7 sync by Andoni Zubimendi <andoni at lpsat.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13232 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 19:33:17 +00:00
michael
418f5aecec non spec compliant optizations support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13231 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 16:52:13 +00:00
faust3
574eb892ea subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebel at atrey.karlin.mff.cuni.cz> and Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13230 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 12:18:36 +00:00
faust3
e27c39844f slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13229 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 12:02:06 +00:00
faust3
0953591a53 fix for i420 format, initial patch by Aurelien Jacobs <aurel at gnuage.org> from the Geexbox mplayer patchset, some modification by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13228 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 11:34:25 +00:00
wight
3c4c49363f sync tag bumped to 1.47
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13227 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 06:57:51 +00:00
wight
51a20acbe1 sync 1.65
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13226 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 06:57:30 +00:00
wight
99c86ea3f1 sync 1.47
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13225 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 06:57:07 +00:00
wight
12b0c9b36d - <screen> -> <command>, improves readibility and sense.
- Capitalization, 32bit -> 32-bit


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13224 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 06:40:16 +00:00
diego
14699401bc typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13223 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 00:46:21 +00:00
wight
b57d409572 - sync 1.45
- break long lines
- remove trailing whitespace


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13222 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-01 19:42:51 +00:00
paszczi
3ad062e641 synced with 1.694 + additional fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13221 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-01 17:38:54 +00:00
diego
d19aadcdd3 man page review part VIII
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13220 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-01 15:05:34 +00:00
gpoirier
7dfb4bca5b Fixes some upercase/points on sentences
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13219 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-01 15:02:02 +00:00
ivo
d5d36f90c9 One-time cosmetics update.
I finally got rid of the horrible one-space indentation. Changed it to four
spaces. Also changed all function calls, assignments, et cetera, to conform
to a certain 'standard'. Removed all trailing whitespace. No more tabs (width
can be different from editor to editor), it's all spaces now. Next
semi-cosmetics stop will be doxygen comments.

Tested: It compiles to exactly the same object as before. No functional
change has been made.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13218 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-01 02:31:24 +00:00
gpoirier
60a0375a75 Sync against Diego's man page review part VI & VII
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13217 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 18:46:19 +00:00
gpoirier
da30650ff2 Massive updates and sync on filters section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13216 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 15:45:21 +00:00
diego
5e4c9c8ffb man page review part VII
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13215 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 10:31:15 +00:00
paszczi
94ece9ad93 synced with 1.692 + random fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13214 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 09:17:17 +00:00
gpoirier
b6ed64ce53 cropdetect description update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13213 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 07:53:49 +00:00
diego
b63e50dbe4 man page review part VI
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13212 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 01:24:51 +00:00
diego
7e6aba3c6b cropdetect style fixup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13211 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 00:10:32 +00:00
diego
47a7481aba Compn wished for forcing codecs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13210 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 00:09:01 +00:00
diego
2f1d4ee354 The threads lavc option may negatively affect motion estimation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13209 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-31 00:06:09 +00:00
kraymer
9cf1f51573 Modified Files:
DOCS/man/de/mplayer.1
Applied latest readability-patches down to Decoding/Filtering-Options.
To this point, the german manpage is in sync.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13208 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 22:39:50 +00:00
reimar
ef6466d9ad Using updated colorspace specifications from colorspaces.txt.
All by manyfmts suboption supported formats should display correctly now.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13207 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 21:06:52 +00:00
reimar
264676faef Adds rounding parameter for width and height values returned.
Based on idea from <rcooley (at) spamcop (dot) net>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13206 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 20:39:32 +00:00
danny
7d0af8ba27 synced with 1.682
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13205 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 20:34:25 +00:00