nicolas
c6471c56fa
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9017 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 10:26:35 +00:00
gabucino
1ede39664c
seems fixed (it works now)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9016 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 06:43:13 +00:00
arpi
489b07338c
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
...
patch by Andriy N. Gritsenko <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9015 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:48:52 +00:00
arpi
a52ed04fcb
1l :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9014 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:25:35 +00:00
arpi
4214af09e7
some URLs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9013 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:24:56 +00:00
arpi
57bf3c1052
more ?'s
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9012 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:17:15 +00:00
arpi
6ab9fb4910
more ;)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9011 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:15:39 +00:00
arpi
824048ca44
1) Removed the code to remove {} from sub_read_line_ssa
...
2) Put this code in a separated function: sub_pp_ssa
3) After recoding added a call to sub_pp_ssa. To be more acqurate: I
added a pointer to function to hold a postprocessing function to be
invoked after using iconv. There are one pointer for each format, if
this pointer isn.t NULL the post processing function is called.
patch by Salvador Eduardo Tropea <salvador@inti.gov.ar>
help by <hephooey@fastmail.fm>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9010 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:54:55 +00:00
arpi
586233bf3d
- added some more
...
- 10l: MPEG_ES shouldn't be forced, the MPEG_PS demuxer will detect it and
switch PS->ES, but ES->PS will never happen!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9009 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:40:48 +00:00
arpi
7a7d2cdd24
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
...
patch by Andriy N. Gritsenko <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9008 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:33:11 +00:00
arpi
970435ce12
extension-based filetype detection for headerless files (mp3 vs mpeg, etc)
...
inspired by patch by Fabian Franz <FabianFranz@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9007 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 00:21:54 +00:00
gabucino
721a0b6362
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9006 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 21:09:22 +00:00
gabucino
579d9ad79b
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9005 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 21:08:17 +00:00
arpi
66e6173c0c
AltiVec detection code ("borrowed" from FFmpeg and
...
libmpeg2) & enough code to enable the AltiVec IMDCT
in liba52 and the DCT64 in mp3lib.
patch by Romain Dolbeau <dolbeau@irisa.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9004 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:29:46 +00:00
arpi
f0c90c8e00
An altivec-optimized DCT64 for mp3lib
...
(partially, it seems roughly three times as fast as
the C code according to quick-n-dirty gprof tests)
This one is bit-perfect.
patch by Romain Dolbeau <dolbeau@irisa.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9003 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:28:53 +00:00
arpi
418e699d7e
An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)
...
It's nearly bit-perfect, I have a couple of lsb
changed in a 128 frames sample. I can't hear the
differences :-)
patch by Romain Dolbeau <dolbeau@irisa.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9002 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:28:29 +00:00
gabucino
5ef9bfab29
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9001 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:26:33 +00:00
gabucino
ff7fd9a1ad
uselessly long DGA subsections removed from TOC
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9000 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:26:24 +00:00
gabucino
a8cd1d1842
removed obsolete stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8999 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:25:36 +00:00
gabucino
4b3e1a15bc
sync
...
ekezetek sponsored by Enhanced Graphics Adapter (EGA)'s Linux support (null)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8998 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:24:46 +00:00
arpi
1886b41ebf
- restore old behaviour of -channels,-srate,-format
...
- disable audio if libaf init failed (to avoid sig11 in decoder)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8997 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 19:08:42 +00:00
arpi
b1956ff824
2-pass libaf initialization to get better filter chain.
...
-channels, -format, -srate function changed, they affect codec & preinit
outformat only, use -af resample=XXX,channels=YYY,format=ZZZ to override.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8996 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 17:34:02 +00:00
arpi
10a2ba079b
export fmt2str()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8995 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 17:31:58 +00:00
arpi
8fd2c262e4
added af_format_encode() to convert sample format from libaf to mplayer (OSS)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8994 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 17:31:22 +00:00
gabucino
97688e3505
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8993 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 16:49:43 +00:00
attila
ad666c747c
xinerama fix part 1 - count your paranthesis
...
xvidix should now work too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8992 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 15:05:06 +00:00
nicolas
74ecd509c8
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8991 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 14:57:44 +00:00
nicolas
7b7c4ce702
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8990 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 14:36:18 +00:00
attila
df3fd2baf3
xinerama fix part 1
...
xmga only for the moment, have to work on xvidix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8989 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 14:33:29 +00:00
bertrand
1991d31057
Support for MPEG-4 (AAC) audio RTSP/RTP
...
Patch by Ross Finlayson <finlayson@live.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8988 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 14:22:30 +00:00
nicolas
7afbfd749f
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8987 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 13:58:34 +00:00
nicolas
fac04586c0
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8986 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 13:44:52 +00:00
rfelker
8904f2d4ad
it *worked*, but probably wasn't what was intended, and could break if
...
TMPLOG changed to something different...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8985 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 05:41:41 +00:00
diego
9a3793ae18
Wording improvements.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8984 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 02:07:56 +00:00
diego
afde10248a
Removed some "!s, corrected some spelling, gave the system too slow message
...
a new (more readable) layout.
Parts taken from a patch by sr <seru@gmx.net>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8983 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 01:29:44 +00:00
pontscho
fbecc6e49d
not needed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8982 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 01:18:23 +00:00
pontscho
08ed2a4695
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8981 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 01:07:46 +00:00
arpi
a555841ab1
10l :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8980 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 01:06:05 +00:00
pontscho
54dfdf4927
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8979 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 00:43:01 +00:00
pontscho
190dceb619
10l found by Arpi (njamd)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8978 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 00:22:18 +00:00
arpi
69267143f9
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8977 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 23:50:53 +00:00
pontscho
80bba3693d
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8976 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 23:29:14 +00:00
pontscho
9987502463
hm ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8975 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 22:50:18 +00:00
pontscho
4ae9c5c307
- add playbar
...
- add vpotmeter
- fix gtk menu's pixel bug
- fix some critical (10l) bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8974 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 22:39:43 +00:00
rtognimp
d97e2769db
Remove duplicated code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8973 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 21:44:58 +00:00
nicolas
88b3945ba4
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8972 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 20:14:10 +00:00
nicolas
26a8f7442e
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8971 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 19:59:15 +00:00
anders
c9052b1092
Adding support for more logical libaf configuration
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8970 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-17 01:00:07 +00:00
arpi
f687663a75
telecine messages
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8969 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-16 23:40:42 +00:00
arpi
1eb1e00083
telecine detection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8968 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-16 23:40:31 +00:00