1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 06:11:10 +00:00
Commit Graph

7518 Commits

Author SHA1 Message Date
alex
9b10afa43e tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for webcams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7318 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 14:55:03 +00:00
atmos4
cd1c1ab29d disable annonying debug printf (autoq)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7317 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 00:01:06 +00:00
alex
8d57f6de1b indeoraw removed (nonsense)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7316 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 23:57:55 +00:00
arpi
a72379fa23 authors/maintainers updated - feel free to correct/extend
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7315 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 23:45:54 +00:00
alex
8290eeb7a0 added mjpa fcc to ffmjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 22:16:14 +00:00
alex
76359b1e2d removed obsolete cyuvxa, completed qpeg, added some extra supported output formats to wmv8, removed bgr32 from dv as its buggy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7313 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 22:08:42 +00:00
alex
0e6de02851 x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7312 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 21:53:43 +00:00
bertrand
afe4a4e96f Don't try to reread from the socket if the server says EOF
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7311 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 20:38:44 +00:00
bertrand
488c6ad710 Fixed an unknown command. Looks like it's a new command from WMS9.
Changed all the exit by return -1


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7310 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 20:37:09 +00:00
alex
3e3af1af58 removes old input code (forgot to commit this)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7309 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 20:30:17 +00:00
atmos4
da6df2b165 Minor speedup by nick kurshev.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7308 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 13:57:41 +00:00
atmos4
423e2f8d7a Now included in codecs.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7307 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 11:21:22 +00:00
atmos4
e96b97054c Update with new method of finding DShow codecs and a small hint about VFW on WinNT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7306 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 11:19:53 +00:00
bertrand
e620b2a53c Check if realloc failed on http_hdr->buffer instead of ptr in http_response_append,
and got rid of ptr which wasn't used anymore.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7305 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 08:15:57 +00:00
michael
08cdd6368b fixing mpeg in avi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7304 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 22:53:26 +00:00
michael
8c5f449de0 typo (checking for mpeg twice, instead of mpeg & MPEG)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7303 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 22:36:55 +00:00
jaf
a45a69b283 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7302 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 22:09:51 +00:00
atmos4
8bb3872994 Easier/Faster method of adding DShow codecs to mplayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7301 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 19:54:29 +00:00
jkeil
e4de7b6322 - GCC 3.x (SPARC) is too clever for the double->int conversion trick used in
the WRITE_SAMPLE macro.  Use a union instead of a cast to get at the
  binary representation of the double's mantissa.

  This should fix:
  http://mplayerhq.hu/pipermail/mplayer-users/2002-August/018948.html
  http://mplayerhq.hu/pipermail/mplayer-users/2002-August/019296.html
  http://mplayerhq.hu/pipermail/mplayer-users/2002-September/020348.html


- garbage collect the unused CAN_COMPILE_X86 define


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7300 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 17:34:52 +00:00
alex
1258b3e4ac removed xacodec_driver, using sh->context instead, removed xacodec_image, using mpi instead, some warning fixes. note: mpi optimisations are still pending
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7299 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 16:51:16 +00:00
jaf
e0884ee864 sync by Anders Rune Jensen <anders@gnulinux.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7298 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 14:32:57 +00:00
jkeil
11d695ebbf SPARC gcc generates bad code accessing an unaligned and packed structure member
(See gcc problem report PR c/7847); mplayer crashes with SIGBUS signal.

Added a workaround: copy the unaligned stucture member to a temporary local
variable using memcpy, and use that in the code.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7297 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 13:31:33 +00:00
pl
512563bca0 (big) resync with help_mp-en.h 1.52
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7296 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 11:28:49 +00:00
jaf
e1c0ecb723 sync by <hephooey@fastmail.fm>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7295 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 05:29:30 +00:00
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