reimar
7712ce86d8
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30255 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 18:29:28 +00:00
zuxy
ed8a43de8f
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
...
swaps R and B inputs for the existing yuv420->bgr24 routine.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30254 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 17:20:49 +00:00
zuxy
9e5a65dcbe
Remove unused PREFETCHW macro
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30253 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 14:44:20 +00:00
reimar
43d4fedf59
Add several make variables to make --enable-hardcoded-tables actually compile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30252 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 14:17:23 +00:00
reimar
13b9a20821
Add support for --enable-hardcoded-tables like FFmpeg has.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30251 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 13:39:26 +00:00
cehoyos
a91c19964d
Fix MP1 with demuxer lavf in MPEG (PS) files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30250 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 11:33:06 +00:00
reimar
74423218b7
Fix fbdev2 to work with Intel framebuffer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30249 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 11:32:18 +00:00
reimar
52e2d23da6
Fix vo_fbdev to also work with Intel framebuffer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30248 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-09 11:26:39 +00:00
compn
0a411a89e9
add binary cineform hd vfw decoder to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30247 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 21:50:32 +00:00
reimar
c894574236
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
...
cause libswscale to assume the incorrect slice order and complain about
slices starting in the middle.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30246 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 19:31:33 +00:00
reimar
17da96da5b
vf crop: do not generate 0-size slices, they are pointless and also confuse
...
libswscale to assume the wrong slice order.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30245 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 19:21:14 +00:00
greg
83da389dce
libass needs at least freetype 2.2.1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30244 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:56:39 +00:00
compn
bb31a48a51
mark ffqclp as working in codecs.conf, works on all my samples
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30243 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:44:34 +00:00
greg
9aea06cf7d
Update internal libass copy to commit 8db4a5
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30242 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:35:44 +00:00
cehoyos
f51c039c5f
Cosmetics: Fix indentation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30241 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:19:10 +00:00
cehoyos
05fb845e5f
QCELP is part of libavcodec.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30240 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:18:43 +00:00
greg
699e0c888b
Fix libass API checks
...
libass API changed in 0.9.7, not 0.9.8.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30239 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 18:07:12 +00:00
compn
fd91249013
update wishlist
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30238 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 15:36:38 +00:00
jrash
b67497a5b0
sync with en/mplayer.1 r30197
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30237 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-08 11:25:18 +00:00
stefano
3f1a03feb1
Implement sws_isSupportedInput() and sws_isSupportedOutput().
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30236 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-07 19:07:47 +00:00
zuxy
0d3adaac4b
Happy new year!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30235 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-07 11:12:58 +00:00
zuxy
0c7fcdd42e
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
...
incompatible pointer type.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30234 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-07 07:13:18 +00:00
zuxy
554231067d
Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30233 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-07 04:59:50 +00:00
reimar
78267a4d21
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30232 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-06 16:12:58 +00:00
reimar
abb06b3f11
Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30231 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-06 16:11:29 +00:00
compn
c94c8d3081
add MVLZ and MVDV binary decoders to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30230 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-06 03:44:24 +00:00
compn
3dfee062b1
map zjpeg to ffmjpeg in codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30229 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 20:12:06 +00:00
compn
4148612579
add blox binary codec to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30228 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 20:04:44 +00:00
compn
4d213f46a8
add three ADV1 binary codecs to codecs.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30227 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 19:12:25 +00:00
diego
f80ece49a8
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
...
patch by Francesco Lavra, francescolavra interfree it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30226 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 10:54:41 +00:00
diego
46206e2b28
vo_png now depends on libavcodec, not libpng.
...
patch by Emanuele Giaquinta, emanuele.giaquinta gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30225 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 10:52:12 +00:00
reimar
cec22660c7
Change license terms for matrixview to GPLv2 "or later", all known
...
authors have agreed to it, and current upstream (matrixgl.sourceforge.net)
was already relicensed as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30224 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-05 05:43:33 +00:00
diego
c202adb9f4
Remove pointless variable declaration from DirectFB check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30223 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 22:32:28 +00:00
diego
e4ce50305b
Add missing stdlib.h #include to fribidi check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30222 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 22:30:41 +00:00
diego
22298a8e57
Remove pointless printf call in libmp3lame test.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30221 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 22:29:55 +00:00
diego
ff44ac1a3c
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30220 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 22:28:44 +00:00
diego
09b8d9402f
Pass a proper va_list type to vsscanf() test in configure.
...
This fixes the check on SuperH with CodeSourcery compilers.
patch by Bill Traynor, wmat naoi ca
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30219 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 21:57:13 +00:00
reimar
5e1b88a019
At startup and while seeking avoid to introduce pointless sleeps and possibly
...
desync due to codec delay.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30218 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 21:38:45 +00:00
reimar
e57a8e1040
Also reset time_frame and next_frame_time on reset, it makes no sense to
...
process the sleep before playing the frame seeked to and can be annoying
when the user tries to escape a series of "stuck" frames with a huge duration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30217 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 21:27:08 +00:00
diego
a7a1f395c6
Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
...
The shell looks for awk in /usr/bin, the path from the shebang line. However,
there exist systems with awk in /bin, namely archlinux.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30216 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 21:22:33 +00:00
diego
01ced9c82c
cosmetics: Break multiple statements on one line apart.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30215 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 21:10:15 +00:00
diego
bf258cb675
Remove previous failed attempt at disabling that auto-generation of some C code.
...
This reverts the previous buggy commit, r30094.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30214 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 20:53:57 +00:00
diego
dec1227f1c
Add required header #includes to satisfy 'make checkheaders'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30213 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 20:36:27 +00:00
diego
a4ce4a23b7
Drop -Iloader from CPPFLAGS for the loader subdirectory.
...
Instead use full relative paths in #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30212 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 20:32:23 +00:00
diego
cdcbe65d47
Add loader/wine/ to DIRS; its headers should be part of checkheaders.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30211 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 19:56:28 +00:00
diego
7e2c59fc13
Add missing config.h #include.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30210 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 19:49:42 +00:00
diego
64ff3434c0
Refactor real --> float #define to a typedef in a common header.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30209 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 19:36:18 +00:00
diego
620ab70745
Add missing header #includes to fix 'make checkheaders'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30208 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 19:04:33 +00:00
diego
00ad5d3fed
Add a few missing header #includes and #defines.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30207 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 18:58:35 +00:00
diego
ebe9682831
Remove unused variable; fixes the warning:
...
libvo/csputils.c:67: warning: unused variable 'yuv_tv_level_adjust'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30206 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-04 15:14:21 +00:00