Commit Graph

16762 Commits

Author SHA1 Message Date
reimar 47b5a39d38 Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for
http://images.apple.com/movies/us/hd_gallery/gl1800/480p/the_brothers_grimm_m480pa.mov


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16612 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-27 11:21:13 +00:00
gpoirier e5352c35b6 synced with 1.1119
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16611 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-27 10:44:21 +00:00
reimar a949fa9b66 Allow string escaping via "".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16610 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-27 08:52:40 +00:00
reimar 9f24b5c71f Add missing GL_REGISTER_COMBINERS_NV define
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16609 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-27 08:33:33 +00:00
reimar 4c90ccf9de Add -panscanrange option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16608 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-27 08:32:37 +00:00
gpoirier 6fa96730dc the "psnr" option doesn't really need to be in the encoding setting examples.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16607 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-26 22:14:54 +00:00
gpoirier 6388e958e1 Random fixes and more coherency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16606 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-26 21:56:13 +00:00
rtognimp 2b04744d21 Don't pass NULL pointers to demux_info_add()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16605 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-26 20:13:10 +00:00
danny c84718c512 Synced with 1.1098 - patch by Paul TT <paultt - at - hackerjournal - dot - it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16604 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-26 12:33:12 +00:00
gpoirier ef98da6060 make xvid encoding use the filename from
-passlogfile to store and retreive pass information.
Patch by Olivier Rolland < billl AH users POIS sf POIS net>
Original thread:
Date: Sep 25, 2005 9:41 PM
Subject: [MPlayer-dev-eng] [PATCH] XviD and -passlogfile


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16603 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-26 10:43:34 +00:00
jheryan 5d8ec7a49a Config file option format corrected.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16602 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-26 06:04:14 +00:00
gpoirier 051b4b6438 Sync with 1.1118
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16601 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 18:58:19 +00:00
gpoirier f765152492 Nits noticed by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16600 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 17:53:55 +00:00
reimar f1e016fb24 the on suboption of -rawaudio and -rawvideo do not work anymore since the
demuxer API rework. So remove them and change the docs to use -demuxer raw*.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16599 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 17:29:45 +00:00
reimar 098a7ee1d8 little update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16598 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:59:19 +00:00
gpoirier 1891a9a6f7 Adds encoding setting examples for lavc and XviD.
Remove the references to constant quant in x264 section (Jeff did not like that :-) ).
Put all examples in a table so that it they are easier to read.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16597 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:43:59 +00:00
reimar 7a3909684e fix/improve code doxumentation. Also group gl_common functions in several
doxygen modules


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16596 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:41:28 +00:00
reimar 464df17b27 debugging/testing helpers: allow forcing a certain width/height for textures
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16595 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:33:03 +00:00
reimar e74494dd4d Allow specifying a custom (ppm) texture for texture unit 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16594 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:31:58 +00:00
reimar d29c9ddf19 support loading a texture from a PPM file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16593 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:30:00 +00:00
reimar ce8756fc4c vo_gl2 now supports panscan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16592 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:20:41 +00:00
reimar 98ef94eb18 panscan support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16591 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:18:16 +00:00
reimar f384349dfb contrast 0 should lead to a grey, not a black image
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16590 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:17:03 +00:00
reimar d06ea270be get rid of global getProcAddress variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16589 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:12:01 +00:00
reimar f84b4218e5 vo_gl rectangle and yuv options should work together now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16588 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:11:21 +00:00
reimar d16d2c3e32 Support rectangular texture in fragment programs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16587 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:07:54 +00:00
reimar bbd3dc0511 Improve/clarify description of -vo gl and -vo gl2 suboptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16586 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 15:42:18 +00:00
reimar b008020536 Several bugfixes:
black OSD border with scaled-osd
draw only used parts of image (looks weird with equalizer controls otherwise)
clear borders when switching to fullscreen when using -nodouble


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16585 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 14:02:02 +00:00
reimar 2abdf6ac43 Fix crashes and green border when using YV12 input format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16584 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 13:58:18 +00:00
reimar 408a146a4e texture units do not need to be explicitly enabled when using a fragment
program.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16583 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 13:56:42 +00:00
wight fdabc5f2d6 sync 1.1114
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16582 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 13:45:26 +00:00
gpoirier 6c19c50742 synced with 1.1114
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16581 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 09:43:26 +00:00
kraymer 190cab3cbb German man page review part VI
("OPTIONEN FÜR DIE AUDIOAUSGABE (NUR BEI MPLAYER)")
added option: -softvol-max


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16580 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 17:56:42 +00:00
kraymer 9c153b4868 German man page review part V
("OSD-/\:UNTERTITEL-OPTIONEN")


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16579 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 17:39:40 +00:00
kraymer f2b7c02eba German man page review part IV
(finishing "DEMUXER-/\:STREAM-OPTIONEN")


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16578 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 16:29:56 +00:00
diego d344e9417f The nth attempt to come up with correct a description of -frameno-file...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16577 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 16:23:49 +00:00
kraymer e34faa2c64 sync with 1.183
small spelling change


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16576 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 14:49:13 +00:00
ods15 3ea94f1a21 wrap around 80...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16575 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 04:44:22 +00:00
ods15 41d8ea3533 compress back_ptr better by multiplying by 8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16574 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 04:43:02 +00:00
rsf b383ffa4b7 "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 22:35:04 +00:00
rathann c7a4d689a6 typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16572 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 20:11:39 +00:00
ods15 0ce3236189 More appropriatte section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16571 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 13:58:53 +00:00
jheryan 37e8c6db77 synced with 1.14
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16570 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 12:57:20 +00:00
jheryan 9e5b33b4fd synced with 1.70
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16569 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 12:55:18 +00:00
jheryan c29ad1deac synced with 1.92
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16568 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 12:34:24 +00:00
gpoirier e88491dbde remove duplicate entry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16567 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 09:56:41 +00:00
gpoirier c105566578 synced with 1.1113
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16566 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:28:25 +00:00
jheryan f2dabb6541 Symlinks are not needed any more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16565 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:05:45 +00:00
jheryan 5a56c3fc05 synced with 1.24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16564 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:03:08 +00:00
diego 7976b10468 Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16563 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 07:42:54 +00:00