1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00
Commit Graph

7494 Commits

Author SHA1 Message Date
arpi
9954e006ae - simpler http_response_append (uses realloc())
- http_response_append addes extra 0 byte to close teh string
  (some functions like http_is_header_entire() use standard string
  functions like strstr which requires trailing zero)
- check for NULL string in http_is_header_entire()


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7294 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 00:03:16 +00:00
jonas
5f051af97e 10l found by Arpi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7293 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 23:25:00 +00:00
jonas
3fa8566703 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7292 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 23:20:03 +00:00
jonas
efd5c5df3d remove sub sub option lists over .IP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7291 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 23:17:10 +00:00
jonas
0b60e82e69 changes for rewrite
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 22:54:57 +00:00
jonas
f95b6b6461 rewrite (much ;), no content change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7289 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 22:53:27 +00:00
pontscho
323877b789 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7288 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 17:13:03 +00:00
jonas
bdab21fa97 man page documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7287 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 16:42:38 +00:00
alex
7702fd3647 merged xacodec.c and vd_xanim.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 16:34:57 +00:00
jonas
89155b8611 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7285 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 16:11:54 +00:00
pontscho
aa7224916e - add fuckin locale fix from Dietrich Clauß <dc2@clauss.dyndns.org>
(Yeah. Nice round:)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7284 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 15:22:45 +00:00
michael
a66a4b1b51 links (found on xvid-dev list)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7283 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 09:38:06 +00:00
jaf
19ee4b82cd sis_vid removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7282 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 05:38:52 +00:00
bertrand
2b309a04de Added CDDA credits to Alban.
Added CDDB credits to Bertrand.
Why is my last name all upper case, and only for me?
Sorry for the cosmetic, but it looks wierd :/


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7281 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 05:08:55 +00:00
bertrand
08ee46ae5d Humm, only if __DEBUG_URL is defined, declare the prototype...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 05:04:12 +00:00
atmos4
5d172094cc cyrix mtrr detect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7279 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 01:28:10 +00:00
arpi
a601a70c20 obsolete, the new input has own lirc code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7278 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 23:55:13 +00:00
arpi
c912f043de obsolete, no one seems to be interested to fix/update/finish this
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7277 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 23:53:12 +00:00
arpi
ef95064658 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)
we shouldn't do planes[1]==NULL for formats like planar yuv


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7276 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 23:17:53 +00:00
arpi
d458a5a30d update patch by Ioannis Panteleakis <pioann@csd.auth.gr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7275 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 22:37:15 +00:00
arpi
4d93a9c4e6 NULL->0 (warning fix)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7274 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 22:34:17 +00:00
zdar
000e8626d1 config() parameters change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7273 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 21:53:38 +00:00
zdar
50241a915f sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7272 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 21:50:17 +00:00
diego
53b0c17c7e DXR3 docs updated. Patch by David Holm <david@realityrift.com>, further
spelling/consistency fixes by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7271 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 20:22:07 +00:00
bertrand
139bb71285 Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn@dce.chalmers.se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 17:46:03 +00:00
gabucino
24783e08cb sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7269 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 16:25:51 +00:00
nexus
10ffc8c853 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7268 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 10:17:34 +00:00
nexus
147e3caa14 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7267 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 10:02:51 +00:00
pontscho
e70262071e - add workaround for fuckin locale
- remove tga and bmp filter


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 09:36:03 +00:00
pontscho
c118d27f08 obsoleted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7265 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 09:32:53 +00:00
diego
835382cfb8 Fix package building by adding BINDIR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7264 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 23:31:11 +00:00
arpi
fc0239c85b enabled csp-query support, but only for formats with 'query' flag set
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 22:28:31 +00:00
arpi
a9cce3d878 pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)
small hack - but other possible solutions are even worse :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7262 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 21:40:30 +00:00
arpi
55e92bda68 - vfwex redundancy removed
- fixed 10l bug in GetPalette (outflags vs. outfmt)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 21:13:48 +00:00
jonas
f80703ab5b 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7260 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:48:56 +00:00
arpi
93b526e483 bgr8 palette fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:26:32 +00:00
arpi
d438958d33 ICDecompressEndEx() added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7258 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:02:53 +00:00
jkeil
d0e59b4ff9 Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
function.  This is useful for framebuffers on Sun hardware, where we have
multiple truecolor visuals of different depths available, and the root
window typically runs at depth 8, yet there are 24 bit true color visuals
available as well.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7257 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 18:10:42 +00:00
jkeil
3d21da3186 The ALT_BITSTREAM_READER code does not work on SPARC, because the code accesses
32-bit works from unaligned addresses.  For now, disable ALT_BITSTREAM_READER
on SPARC.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7256 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 17:15:08 +00:00
jkeil
4e5d0d5825 Enable dvdkit on solaris
solaris has iconv() in libc.so, a separate libiconv.so library does not
exist.  Only add a -liconv library when we were succesful compiling a
test program with the -liconv option.

--enable-debug does not work on solaris, because test "-g" in configure
script fails with a test error message "test: argument expected". Use
string comparision to test for a non empty $_debug / $_profile


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7255 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 17:13:08 +00:00
alex
eb9da7e3d7 10l fix by Mark <CompGuy284@attbi.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7254 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 15:18:39 +00:00
bertrand
97afbee906 - If fatal error while trying to connect to a WM server, skip other proto.
- Fix that makes mplayer works with corona(WMS9) servers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 01:32:13 +00:00
bertrand
8925019760 Return -2 for fatal error while connecting to a server.
Fatal are unable to resolve name, connection timeout...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7252 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 01:29:44 +00:00
bertrand
c5cc04f2c8 Checked if the connection succeeded before writing in the socket.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7251 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 01:25:31 +00:00
arpi
919b436014 fixed some problems with colorspace/init order, some cleanup
csp query disabled, has to be fixed in vd core first and make it optional


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7250 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 00:18:08 +00:00
arpi
5e8ff61bd9 -vfm should override status/priority
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7249 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 22:19:44 +00:00
arpi
49f2da7ee9 VDCTRL_QUERY_FORMAT isn't required for constant csp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7248 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 20:10:10 +00:00
arpi
35d84da38b 10l - RANLIB added to fix libavcodec compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7247 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 19:51:00 +00:00
arpi
d53dbde7a4 gcc 2.95.4 doesn't like VAR==value without spaces
patch by Martin Olschewski <olschewski@zpr.uni-koeln.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7246 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 19:19:56 +00:00
atmos4
6c6dfa5aee allow to specify freetype-config and restrict to freetype 2.1.x+
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7245 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 18:43:01 +00:00