1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 18:12:22 +00:00
Commit Graph

18406 Commits

Author SHA1 Message Date
gpoirier
3c27d7ab96 Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >, fixes, reformat, pretty indent by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18406 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-09 05:59:41 +00:00
diego
bc30e8e673 Unconditionally compile the Matroska demuxer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18405 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-08 21:41:15 +00:00
diego
bf83d1a8ca This file is autogenerated and should not be in CVS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18404 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-08 21:12:59 +00:00
gpoirier
3278006ae7 2nd part of review by Pierre Lombard + some more fixes by me.
Hopefully now this file doesn't like it was babelfished ;)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18403 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-08 14:14:48 +00:00
gpoirier
eae43a3819 French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further changes by myself.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18402 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-08 10:28:44 +00:00
reimar
28922d674d change the type of esp in SwsContext to uint64_t so it can hold a full register
also on 64 bit systems.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18401 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 18:14:49 +00:00
diego
c8d7076adb Adapt to latest FFmpeg AMR build changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18400 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 16:21:13 +00:00
nicodvb
56286b38d4 COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18399 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 16:05:38 +00:00
diego
92b6f792d9 vfps OGM support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18398 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 14:06:26 +00:00
diego
ed2ed1b07e Fix up some checks to properly use _res_comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18397 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 14:00:07 +00:00
diego
8687cdd7d7 Remove stray variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18396 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 13:53:13 +00:00
diego
c3ec96fb71 support for vfps OGM files
patch by Elphel Inc. (blessed by Roberto)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18395 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-06 07:31:49 +00:00
pacman
a2783c69ba Fix calculation of stream sizes when they are too big for a 32-bit variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18394 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-06 06:23:23 +00:00
michael
2758146e00 removing esp usage
this is certainly not the most beautifull but it should work without -fomit-frame-pointer and PIC and gcc-4 vomits when ebp is given in a constraint directly even with -fomi-frame-pointer so theres not that much choice ...
if anyone knows a simpler/cleaner solution, dont hesitate to suggest it ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18393 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-06 02:01:39 +00:00
michael
496c4fa6a9 REGBP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18392 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-06 01:53:07 +00:00
ods15
a54f2f777f fix float rounding error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18391 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-05 18:52:14 +00:00
uau
8e4e1ffb74 Don't blit frame if we hit EOF and no new frame is read. Fixes picture
changing back to a previous frame after the last one with some vos.
Patch by Timothy Lee, timothy (.) lee () siriushk com  [location of the
added line changed by me].


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18390 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-05 17:30:52 +00:00
iive
936d5df9e0 fix the warning generated (in gcc4) by the 'inline' keyword position.
patch by Pierre Lombard


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18389 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-05 11:13:08 +00:00
iive
551166192f x264 linking now requires explicit x11 libraries inclusion.
As side effect this fix simplifies the complicated expression.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18388 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-04 19:10:16 +00:00
iive
4ea78566ce check for XviD compiled with pthread support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18387 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-04 16:34:05 +00:00
gpoirier
f15aff6bd0 French Fixes by Pierre Lombard, (and 10l to me for not checking they were
conflicts on my tree before committing, so previous version was probably
not even building cleanly).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18386 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-04 12:36:34 +00:00
reimar
1571808a1a Make sure black borders are drawn when switching videos with -fixed-vo.
Alexander Strasser at LinuxTag


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18385 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-04 08:45:34 +00:00
reynaldo
f804def5c7 updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kapsa-cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18384 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-04 03:00:39 +00:00
nicodvb
78577530ca fixed %d->PRIu64 in read_mpeg_timestamp()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18383 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-03 18:18:25 +00:00
nicodvb
8622d18bde stream_read_word() returns _unsigned_ int
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18382 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-03 18:12:38 +00:00
nicodvb
c5777d7f53 in read_mpeg_timestamp() cast int expression to uint64_t before shifting to avoid truncation of bits and to prevent propagation of bit 1 as sign bit in pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18381 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-03 17:55:02 +00:00
gabrov
54a3ec649f synced with 1.1281
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18380 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-02 23:03:38 +00:00
gpoirier
c03091a32e French fixes by jerome WOF ferrari YAP lappis WOF com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18379 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-02 19:30:58 +00:00
gpoirier
f8ee61fbc8 yet another Compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18378 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 21:12:12 +00:00
gpoirier
09a7f2ea97 some more corrections
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18377 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 19:31:45 +00:00
gpoirier
ac8355d260 sync with 1.1281
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18376 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 17:54:48 +00:00
gpoirier
79632a1709 french corrections by Bounec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18375 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 17:46:30 +00:00
diego
4b52bda380 Small wording fix, add parameters to the lavfopts option declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18374 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 17:08:52 +00:00
diego
0f158fa844 Expand a bit, clarification and grammar fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18373 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 14:46:49 +00:00
diego
bee258cfec cosmetics: Make patch apply cleanly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18372 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 13:29:22 +00:00
diego
22b9a36088 Remove obsolete features.xml file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18371 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 13:13:50 +00:00
diego
aab6fb02fd misc wording/spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18370 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 12:39:10 +00:00
gabrov
f2fea08fca synced with 1.1280
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18369 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 11:43:36 +00:00
gpoirier
8043cb86c3 we have a preliminary support for macintel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 10:11:15 +00:00
rfelker
5878ff9f5a 100000l to the fools who don't know C
These were all found while auditing for malloc(A*B) type bugs.
Removing them makes it easier to find real incorrect usage and makes
the code more readable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18367 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 02:04:09 +00:00
reimar
40b6f59ac4 update release tag so nobody uses an old codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18366 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 22:28:15 +00:00
rtognimp
46bf6b0bce AIx port is experimental
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18365 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 22:09:40 +00:00
rtognimp
22873f0af9 sync with ffmpeg changelog + some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18364 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 21:41:10 +00:00
diego
4a98d0a313 Add a check for sysi86() on Solaris systems, solving a build failure on Solaris
10 x86 to avoid using a local declaration that is no longer compatible.
patch by "Derek E. Lewis", dlewis $$@$$ solnetworks %%.%% net


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18363 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 21:17:30 +00:00
attila
0283b8134f 10l
creating patches from root dir is already mentioned in item 2.
roll back previous commit and make the text from item 2 a seperate item


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18362 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 20:36:13 +00:00
attila
fda123c3d5 patches should be always created from root dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18361 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 20:32:01 +00:00
attila
1cbe61d091 add section about resending patches
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18360 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 20:22:38 +00:00
kraymer
0891f36cff 1.1280: -lavfopts muxrate in in bits/sec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18359 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 19:25:08 +00:00
nicodvb
d8d8e2f6bd -lavfopts muxrate in in bits/sec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18358 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 18:57:41 +00:00
kraymer
515519f3f2 1.1279: Bump the date.
1.1278: Correct vglobal description, as pointed out by Loren.
1.1277: cosmetics: Remove trailing whitespace.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18357 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 13:30:16 +00:00