Commit Graph

16270 Commits

Author SHA1 Message Date
reimar e860c2d3ac msrle in Quicktime FOURCC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16120 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 00:13:23 +00:00
reimar efcbb96b22 OpenGL needs _ld_dl to get extension functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16119 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-27 17:32:14 +00:00
reimar f467c97576 More helper functions/defines and bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16118 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-27 17:22:24 +00:00
diego 14e64d20c2 Italian help file charset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16117 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-27 15:38:52 +00:00
alex 221a599f2a added missing license header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16116 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-27 11:09:42 +00:00
iive b921b034bc remove unneeded vgagl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16115 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 22:39:08 +00:00
reimar 775c4db7f4 catch failed buffer allocation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16114 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 20:36:34 +00:00
reimar bc7eccf0f1 strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will
also match e.g. mmshttp!
Thanks to Ian Remmler for noticing.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16113 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 18:55:20 +00:00
reimar 58eab3c054 Use dlsym to get glXGetProcAddress, only way to (hopefully) make it
compile everywhere since the gl/glx headers are such a mess...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16112 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 18:28:51 +00:00
gpoirier 79347ed3f7 Sync with 1.1052: pp7 video filter description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16111 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 14:32:17 +00:00
reimar 1feebc74c7 OpenGL fixes for windows and vo_gl.c ported to windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16110 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 13:47:18 +00:00
diego df2887dd4a pp7 video filter description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16109 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 13:32:32 +00:00
reimar 6adbf616e4 restrict to YV12 since the default limit does not work well for anything else.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16108 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 12:14:33 +00:00
gpoirier 36d9999fad sync with 1.1051
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16107 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 11:28:29 +00:00
reimar 2535356897 ao_jack (no)estimate and vo_gl rectangle default value documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16106 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:55:42 +00:00
reimar 897390ed1e improved audio delay estimation, supposed to help make the video smoother
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16105 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:47:29 +00:00
diego b80670d823 Formatting and wording fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16104 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:41:59 +00:00
reimar 4f32626874 rectangular texture and -dr support for vo_gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16103 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:25:00 +00:00
diego 5ce65869a4 build fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16102 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:22:02 +00:00
reimar 568e570c9a -dr support for -vo gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16101 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:17:51 +00:00
reimar c30b5e70b7 support for rectangular and streaming textures.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16100 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:16:18 +00:00
reimar 386ab83ceb Make it possible to use libavcodecs png decoder.
Disable BGR output for binary wmv decoders, since these are slooow.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16099 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:11:56 +00:00
gpoirier a52328f0c9 Sync with 1.1048
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16098 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 09:36:53 +00:00
wanderer 2d816eb799 Less confusing description of -v
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16097 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 04:54:06 +00:00
diego c4a8ddda1e formatting fixes galore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16096 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 01:06:10 +00:00
diego 2c9721404a sync with 1.176
patch by Paul TT < paultt - at - hackerjournal - dot it >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16095 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 00:43:34 +00:00
diego ea34730820 Use a more stable URL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16094 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 00:01:44 +00:00
reimar 6acf6c886e Use DRAW_IMAGE instead of draw_frame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16093 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-25 19:11:14 +00:00
gabrov 2629994d24 synced with 1.25
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16092 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-25 14:54:35 +00:00
gabrov 7e0266e79f synced with 1.86
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16091 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-25 14:53:15 +00:00
gabrov 648764daf0 new file, synced with 1.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16090 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-25 14:52:24 +00:00
reimar c1c39caded missing \n
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16089 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-25 14:07:25 +00:00
gpoirier 2d9385aebc General note about filtering from Rich's encoding guide
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16088 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 21:58:34 +00:00
gpoirier 97e333bf0d Moves the "audio" section just before the "muxing" section. + fixes suggested by Jeff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16087 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 21:37:24 +00:00
gpoirier 323d7eb108 New item: "Choosing resolution and bitrate", from Rich's encoding guide
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16086 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 20:53:54 +00:00
kraymer 85fd7aab3a typo: s/-lavdopts/lavdopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16085 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 17:08:46 +00:00
kraymer 9f8e55cef7 small fixes and sync with 1.175
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16084 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 17:06:09 +00:00
gpoirier 46222a830b sync with 1.1046
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16083 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 15:30:19 +00:00
nplourde e14d9ede2e restore window shadow when quitting fullscreen mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16082 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 15:16:27 +00:00
gpoirier df8fcb57e5 re-organize MEncoder doc in a more sensible way: splitting "basic mencoder usage" and "encoding with mencoder".
note: if you can't generate the doc on your machine, make sure you run "make distclean" beforehand


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16081 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 14:22:14 +00:00
wight 1d644b7dd5 Remove untranslatable strings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16080 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 12:56:07 +00:00
reimar e23ff6c88c Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not set
the protocol correctly, so look for icy-metaint in the response instead.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16079 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 12:22:30 +00:00
wight a6fa1f8e8a Remove non-translatable messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16078 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-24 12:06:54 +00:00
gabrov 1fd1c538e9 synced with 1.71
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16077 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 22:26:01 +00:00
reimar e5198dc250 remove -hardframedrop reference and advice -lavdopts instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16076 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 18:09:17 +00:00
reimar 1283da1d04 Allow the ffmpeg people to use this code if they want.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16075 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 18:07:08 +00:00
reimar 1448588cab -af-adv force also supports 4-7, this part was missed in the update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16074 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 17:10:38 +00:00
reimar 2066463ec5 Avoid hang with -af-adv force=3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16073 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 16:58:25 +00:00
reimar 9fde502c50 use calloc so that mp_cmd_free won't use uninitialized data in case of an error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16072 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 16:54:45 +00:00
reimar 51a7a44449 Multiple unsv/scast bug fixes.
* use recv instead of read for MinGW compatibility
* detect EOF more reliably
* use ultravox only for unsv:// instead of trying autodetection


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16071 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-23 15:29:51 +00:00