jkeil
17bafc411c
When we're compiling/running on a kernel without sse/sse2 support, we have
...
to be careful when using gcc-3.x. gcc-3.x is able to emit sse/sse2
instructions for normal C code when we compile for maximum performance with
something like the -march=athlon-xp switch.
So, if the kernel does not support the sse/sse2 instruction set extension,
we have to tell gcc-3.x to not emit see/sse2 instructions for regular C code,
otherwise mplayer might crash with a SIGILL signal.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:01:34 +00:00
alex
5bf4fb0263
fixed palette8to{rgb24,bgr24,rgb32,bgr32}
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7335 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 16:18:47 +00:00
alex
19efdd59aa
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7334 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 16:13:51 +00:00
kmkaplan
0ca14cbb74
Code to XviD VBR Library from transcode.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7333 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 12:12:30 +00:00
kmkaplan
ff40d7482e
Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7332 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 11:47:54 +00:00
bertrand
75ed70c865
Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>
...
- Url was not properly parsed if an @ was in the file path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7331 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 04:16:16 +00:00
arpi
cd8540ab8c
removed messy global 'tv_handle', use stream->priv for that purpose
...
note: i couldn't test it (only compile test) may be broken :(
we're going to an unified demuxer API - required for modularization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7330 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 23:00:01 +00:00
arpi
095a1cad2d
query added for soem vfw codecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7329 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:57:23 +00:00
jaf
89c0669d45
sorry - this was a sync for all
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7328 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:50:31 +00:00
rik
9fe087d53e
extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:41:53 +00:00
jaf
58d1b5dda8
help_mp-bg.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7326 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:36:38 +00:00
nexus
1436b8edfd
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7325 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 20:31:18 +00:00
gabucino
67e9df890a
-gui removal
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7324 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 20:28:39 +00:00
gabucino
0a27d06421
sync (-gui removed)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7323 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 20:27:18 +00:00
nexus
593aee1fb4
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7322 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 19:08:29 +00:00
diego
acc45c7d57
-gui option removal leftovers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7321 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 16:55:43 +00:00
alex
ccffaee52b
fixed get_format/set_format
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7320 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 16:05:59 +00:00
alex
fd4707a2b8
changed message leveles (too many non-sense info messages)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7319 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 16:04:21 +00:00
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