reimar
647514eb73
More VCD cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23871 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-27 08:49:14 +00:00
reimar
d10cfcf015
100l, return is missing a value
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23870 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 23:19:36 +00:00
reimar
51235ecd97
Cosmetics to reduce diff between Free- and netBSD vcd stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23869 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 23:15:54 +00:00
reimar
8db1b6a63c
10l, fix vcd netbsd compilation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23868 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 23:13:30 +00:00
reimar
2134bb4673
TOCADDR macro as first step to common *BSD vcd reading code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23867 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 22:51:23 +00:00
iive
c36203ad76
Disable building of vo_mga on all linux platforms despite not having Matrox card.
...
This could be reverted when there is proper check for Matrox card and mga_vid module presence.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23866 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 09:54:57 +00:00
ptt
d756793dbd
synced with r23856
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23865 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 08:43:33 +00:00
gpoirier
ef434d51e0
Intel Mac is fully supported these days
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23864 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 08:22:57 +00:00
gpoirier
4880bc3ee4
add Hitachi SuperH (SH3) support
...
patch by Alex Ferguson %b_linuz A yahoo P com%
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23863 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 08:21:42 +00:00
uau
1dd4ef01b9
Fix configure regexp for enabling FFmpeg features
...
All features were disabled because of a regexp that used "[^ ]" to
match start of a word. '^' is not a metacharacter meaning beginning
of line inside [], instead it inverts the matching condition of the
other characters in the list.
Changed to use "\<" and "\>" for start/end of word instead. I don't know
how standard those are, at least they're better than the previous
version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23862 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 19:02:29 +00:00
reimar
7cd6c01aca
Simplify: use FFMAX
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23861 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 17:31:34 +00:00
reimar
d02f928bc3
Remove some useless "extern" before function prototypes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23860 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 17:29:29 +00:00
reimar
6eeb1bb6af
avoid ff_config_enable doing partial matches.
...
This fixes iwmmxt incorrectly enabling mmx as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23859 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 17:21:03 +00:00
reimar
641d9d1156
subdata must be set to NULL when the corresponding data was freed.
...
"mp_input_queue_cmd(mp_input_parse_cmd("sub_select"));" will do this
somewhen as well, but that might already be too late.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23858 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 17:13:02 +00:00
reimar
06292ecdbf
Do not set vo_sub to NULL on changing subtitles, update_subtitles
...
will do this when called with reset == 1.
Fixes subtitles getting stuck when switching via 'j'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23857 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 17:11:22 +00:00
diego
8211c24579
small wording improvement
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23856 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 15:19:53 +00:00
rtogni
4b2b42adfa
Fix for bugzilla #835
...
1) set audio language preferences (on command line or in ~/.mplayer/config).
(say, alang = Japanese[jpn],ja,jp,jpn,English[eng],en,eng,ko,ru,rus)
2) play a transport stream whose audio streams are not labeled
-> no audio
Patch by Sergey Svishchev >>> svs - ropnet ru <<< on bugzilla
Blessed by nicodvb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23855 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-24 21:04:08 +00:00
kraymer
cdbbd50565
more Spanish man page updates by Fernando Tarín (lists.im gmail com)
...
(synced down to video output drivers section)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23854 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-24 20:44:54 +00:00
kraymer
85d36ecfc2
r23416: Drop the metadata stuff and replace it with generic property string expansion.
...
r23588: The audio balance feature implemented with af_pan.
r23745: Add the sub_scale property and command.
r23747: Add a loop command and property.
version bump to r23834
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23853 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-24 18:48:46 +00:00
reimar
7efc679b79
af channels example for ffdca to ALSA reordering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23852 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-24 18:42:47 +00:00
rtogni
d900e7dc5d
Compilation fix workaround for dca.h conflict (it exists in libavcodec
...
and newest versions of libdca)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23851 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 22:24:12 +00:00
ptt
6dbc71473f
another correction
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23850 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 17:22:28 +00:00
ptt
8d1b9fd6e4
a bunch of corrections, suggested by Nico Sabbi, tnx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23849 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 16:57:23 +00:00
ptt
41255d1cab
synced with r21537
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23848 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 16:16:24 +00:00
ptt
cd595a5993
now it's synced, to r23342
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23847 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 14:55:34 +00:00
ptt
e894ab8bdf
my fault doesn't compile html docs...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23846 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 12:44:34 +00:00
ptt
bed817bf9c
synced with r23342
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23845 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-23 12:37:16 +00:00
diego
08ea214ec1
Make the assembler accept VIS instrucitions on ultraSPARC.
...
patch by Balatoni Denes, dbalatoni interware hu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23844 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 21:15:17 +00:00
attila
d1f19fc77b
document "default" behaviour if CopyFromParent is passed as colormap
...
to vo_x11_create_vo_window()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23843 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 18:31:17 +00:00
attila
13f9b12dde
10l
...
pass colormap instead of wrong "InputOutput" to vo_x11_create_vo_window()
fixes xmga brokenness from r23675
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23842 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 18:27:26 +00:00
rtogni
a57509942b
DTS decoding via libdca
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23841 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 16:24:25 +00:00
voroshil
89f490cffd
Update sync tag
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23840 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 14:45:23 +00:00
diego
dfae8b6646
Remove unused definition.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23839 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-21 18:33:28 +00:00
ptt
95f0b9145c
(finally) synced with r23272
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23838 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-21 11:12:52 +00:00
reimar
30233b48dd
Use --static flag for pkg-config if --enable-static was used.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23837 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 21:57:59 +00:00
reimar
70207b6394
!00l, last commit mixed up "normal" ggi and ggiwmh tests.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23836 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 21:29:44 +00:00
reimar
bd58ee07b3
Change ggi and SDL tests so that linking problems with --enable-static are more
...
likely to be detected.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23835 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 21:27:17 +00:00
diego
8b51dfe0e2
Remove vo_syncfb, which was unused for 5 years.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 18:17:58 +00:00
mhoffman
c524f310b0
integrating blackfin optimized yuyvtoyv12 converter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23833 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 00:11:38 +00:00
mhoffman
f0fdd488ef
removing reference to bfin_sram.h its not used anylonger
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23832 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 00:10:55 +00:00
mhoffman
5e530992c3
adding blackfin optimized yuyvtoyv12 converter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23831 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 00:09:45 +00:00
gpoirier
d71117c8f8
sync w/r23747, patch by JRaSH % jrash06 A 163 P com %
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23830 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 19:28:11 +00:00
reimar
7be3e8694b
Somewhat hackish fix for A-V desync with ao_oss and frame stepping:
...
send 0-samples according to the amount of data lost during pause.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23829 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 19:15:59 +00:00
reimar
daa6cb6cab
Get rid of a few more useless malloc casts
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23828 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 17:15:56 +00:00
reimar
d7f314b0a9
Make sure all demuxer subtitles can be selected with 'j', even
...
if this leaves "holes" (allows to select subtitles that do not exist).
Fixes subtitle switching with http://samples.mplayerhq.hu/sub/NeroMP4/unsupported-embedded-subs-2.mp4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23827 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 17:14:49 +00:00
reimar
e607c7289f
Remove some more useless *alloc casts
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23826 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 13:52:39 +00:00
benoit
7de92dc41c
UltraSPARC VIS yuv2rgb
...
patch by Denes Balatoni: [dbalatoni interware hu]
original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try
date: 07/17/2007 08:35 PM
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23825 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 07:24:43 +00:00
zuxy
b91d7cbd8d
Explanation for CPUID flag 'ibs'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23824 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 06:39:38 +00:00
nicodvb
72fedc8425
fixed bug introduced with the addition of get_ext_stream_properties()
...
that should close bug #843 , too.
Patch by John Donaghy. Explanation:
The issue is that get_ext_stream_properties shouldnt be returning
false when no extended stream properties are found for the stream in
question because that is not an error condition ... extended stream
properties are optional. The only time this function should return
false is when the buffer overrun checks fail.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23823 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-18 22:16:08 +00:00
Gabrov
4fe092aa40
synced with r23747 with corrections
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23822 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-18 20:06:17 +00:00