gabucino
d767632661
some user told me about it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10039 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 21:17:32 +00:00
arpi
4919658621
removed nonsense stream_reset/seek in check_file()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10038 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 20:24:09 +00:00
mosu
65f8b757fb
Implemented some default values. The corresponding Kax elements are not stored if they are set to their default value.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10037 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 20:20:51 +00:00
rtognimp
c8d20f39ee
Remove broker reset/seek and fix ;;
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10036 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 20:17:35 +00:00
rtognimp
6bbe716958
Realaudio support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10035 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:54:54 +00:00
rtognimp
5b0d3c5971
Add support for Realaudio files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10034 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:50:46 +00:00
rtognimp
724cc21577
Support codecs 14_4 and 28_8
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10033 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:48:38 +00:00
rtognimp
69cc26fc35
Adding Real audio codecs 14_4 and 28_8
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10032 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:47:17 +00:00
rtognimp
d415a3d3ff
Support for codec 14_4 and 28_8
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10031 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:45:34 +00:00
mosu
19c264135c
Fixes for gcc 3.2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10030 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 19:35:28 +00:00
mosu
1862e17afc
Loop counter was used inside for another loop as well.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10029 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 18:35:16 +00:00
rfelker
9d0b5a9eaf
100l in my 100l fix! :(
...
it's finally right now (i hope!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10028 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 18:24:04 +00:00
diego
c36a1c25ba
Cygwin should behave like a Unix environment, i.e. config files should be
...
in .mplayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10027 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 18:16:21 +00:00
lumag
409cfd1eb6
Add support for the Saxon XSLT Processor.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10026 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 16:41:14 +00:00
mosu
004d3a060c
Added Matroska demuxing support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10025 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-30 11:39:32 +00:00
diego
fa728ab453
Selecting tv channel by name (tv://) documentation.
...
Patch by Ivan Szanto <szivan@duticai.TWI.TUDelft.NL>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10024 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 19:41:23 +00:00
alex
d918952db8
not needed anymore (vo_jpeg.c and vo_dga.c were depending on it some time ago)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10023 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 17:17:38 +00:00
alex
89224f2c91
Spring cleanup: removed the full yv12 support as it was broken anyway. The BGR/RGB native/non-native case needs some cleanup, too. Currently it works for me (tm)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10022 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 17:15:14 +00:00
rfelker
44d654d357
new mmx/mmx2/3dnow code for improved performance
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10021 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 03:13:43 +00:00
rfelker
eb0a6969bf
1000000000l
...
default fps has been broken on ntsc for a LONG time because of this
nonsense! (29.00?!?) no idea why no one caught it, i just have
fps=29.97 in my config file... i hope the bsd code works; i can't test
it. btw, the (int)*(void **)arg stuff is total nonsense, no idea how
that even works...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10020 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 02:23:47 +00:00
diego
a102af720b
Cygwin is not spelled CygWin.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10019 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 02:02:26 +00:00
diego
8256425d04
There are conflicting definitions for DVDFileSeek in the .c and .h file.
...
Fix ported from libdvdread CVS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10018 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-29 01:25:53 +00:00
lumag
2fee3f1ec8
Fixed L0L bug Forgot to delete ending tags of itemlist.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10017 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 18:53:14 +00:00
lumag
c86ef11d90
Translation update + small fixes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10016 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 18:39:32 +00:00
alex
c0257a25ea
fully reworked by Nico <nsabbi@libero.it>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10015 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 16:43:48 +00:00
alex
002372c7af
changed cpudetection code to support newer pentiums
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10014 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 16:34:35 +00:00
alex
489e551f54
DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10013 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 16:17:26 +00:00
alex
7e677ff7cf
abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan@duticai.TWI.TUDelft.NL>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10012 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 16:11:42 +00:00
alex
dd159b2530
added faad2 to (no)codecmodules, patch by Sylvain Petreolle <spetreolle@yahoo.fr>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10011 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 15:58:27 +00:00
rfelker
452d5b8eb1
new mode for tfields filter -- shifts fields by a quarter-pixel so the
...
output picture doesn't bob up and down :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10010 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 02:53:50 +00:00
rfelker
13160582ec
at least 100l for me, the last commit was nonsense
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10009 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-28 02:23:57 +00:00
rfelker
f443581bb0
slices support for vf_crop. now cropping black borders should make a
...
dvd play faster rather than slower... :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10008 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 21:04:00 +00:00
rfelker
007449236f
display size/aspect adjusting filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10007 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 18:55:04 +00:00
rfelker
987378835f
ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault w/g200
...
anyone have a better fix?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10006 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 18:44:23 +00:00
zdar
1bbe2f9521
triple buffering support, configuration/option system changed,some minor bugs fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10005 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 17:24:26 +00:00
nicolas
d9a439b905
fix 'cannot adjust line' warning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10004 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 10:34:06 +00:00
rfelker
70d3248840
generate meaningful d_width & d_height when scaling, rather than useless nonsense.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10003 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 10:04:39 +00:00
michael
38fba566e5
fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10002 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-27 09:45:38 +00:00
nicolas
456551fc08
sync with HMTL docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10001 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 22:52:46 +00:00
nicolas
3782b13b89
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10000 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 22:43:15 +00:00
nicolas
16f5e3762a
fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9999 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 22:33:49 +00:00
nicolas
f63f38be14
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9998 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 21:56:45 +00:00
nicolas
1cdfb34db3
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9997 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 21:54:42 +00:00
rfelker
c4090108ff
optimization -- lots of conditional jumps in inner loops are bad
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9996 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 18:31:08 +00:00
rfelker
748e2bcb48
fix panscan font resizing with vo_mga
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9995 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 16:56:21 +00:00
rfelker
3be27c141a
optional automatic aspect encoding based on d_width and d_height
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9994 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 16:47:25 +00:00
faust3
dbc8d08292
fopen requires binary flag on windows, too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9993 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 12:27:56 +00:00
michael
289df76b58
segfault fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9992 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 10:32:45 +00:00
rfelker
6744b62fc0
optimization
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9991 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-26 05:59:28 +00:00
alex
5e64850517
Spring cleanup: supporting only RGB24 as input (native jpeg lib supports only that, maybe we could later add nativ YCbCr (YUV) support, but not swscale ones)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9990 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-25 20:37:26 +00:00