bircoph
e3455c5b20
Remove af_mp.h and add its content to af.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29089 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 20:01:43 +00:00
bircoph
42a792bbc7
Remove af_msg special-casing API in libaf.
...
Replace it by standard mp_msg message system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29088 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 19:57:56 +00:00
reimar
0a1f688c6e
Document the ass_render_event event_images parameter.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29087 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 19:24:08 +00:00
reimar
bbf6e2d0a9
Initialize all structs to 0 before using them.
...
This is consistent with the remaining code (which uses e.g. calloc) and makes
it easier to extend the structs in the future.
As a side effect it fixes several valgrind errors in hashmap_hash/hashmap_key_compare
caused by padding in the structures, but it is not a correct fix for that issue.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29086 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 19:21:34 +00:00
reimar
c9120b9892
Check for ddk/ntddcdrm.h header before enabling VCD on mingw.
...
Fixes a compilation issue on mingw-w64 which does not have that header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29085 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 18:53:26 +00:00
reimar
f5d01796a8
100l, revert r29082, I missed that the vts comparison should be case-insensitive.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29084 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 16:09:56 +00:00
reimar
8d376de96f
Reindent
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29083 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 15:54:08 +00:00
reimar
df1af70475
Simplify extracting title number from ifo name
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29082 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-28 15:53:32 +00:00
ramiro
0fb8cdfd14
Move bfin specific code to its subdir.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29079 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 22:56:56 +00:00
reimar
8198495234
Simplify detection of .ifo extension.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29078 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 21:26:26 +00:00
reimar
255bca1ecd
Use x86_reg instead of long in several video filters to fix compilation on MinGW64.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29077 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 20:34:55 +00:00
reimar
98c7abd005
Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it
...
incompletely.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29076 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 20:33:13 +00:00
reimar
a3015a1795
Get rid of gettimeofday reimplementation for MinGW, all remotely recent
...
versions of MinGW already provide it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29075 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 19:34:50 +00:00
diego
4bd56941cb
spelling fixes, add release name
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29072 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 19:09:33 +00:00
reimar
eee30602c5
Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER
...
since former works on both 32 and 64 bit MinGW
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29071 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 18:55:21 +00:00
diego
74a357b733
misc updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29070 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 18:51:32 +00:00
reimar
7fcdc66fd1
Sync cpuid detection code with libavcodec: assume it is always available on x86_64
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29069 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 18:48:47 +00:00
reimar
0e70761fd9
Rename local TMP variable to TMPRES to avoid a clash with the
...
variable holding the path used for temporary files - this is used
by mingw-w64 and this change avoids crashes with it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29068 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 17:14:58 +00:00
diego
88240c7465
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
...
of other test programs and more descriptive of what the program does.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29067 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-26 14:20:15 +00:00
compn
09d4f18010
change close to closesocket, unifies close streaming code
...
patch by Francesco Cosoleto , cosoleto gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29066 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-26 13:35:12 +00:00
diego
a88366d475
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
...
files, all generated libraries and headers and example programs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29065 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-26 12:41:43 +00:00
reimar
127480e660
Add support for mmsh:// as alias for mmshttp://
...
Patch by Francesco Cosoleto [cosoleto gmail com]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29064 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-26 11:00:04 +00:00
ramiro
ab921d2cb6
Move yuv2rgb code to subdirs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29063 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-26 01:30:10 +00:00
compn
2a1c8c471e
enable vp6 codec to read/write .fpf (passlogfile)
...
fixes 2pass vp6 encoding on linux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29062 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 23:59:48 +00:00
cehoyos
38116c1f73
Simplify vdpau deinterlacing code and fix timing for deint=2.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29061 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 23:32:27 +00:00
diego
e1a3779c4e
typo fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29060 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 21:43:33 +00:00
diego
e7a6f7e4a4
Update date in manual page.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29059 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 21:37:57 +00:00
diego
cfda7714e9
Rename 'default-binds' input option to 'default-bindings'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29058 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 21:31:56 +00:00
diego
8a629b04c5
cosmetics: Drop leading underscore from extra_ variables.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29057 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 19:48:05 +00:00
diego
46a7d5679b
swscale-example is an API example, not a test program.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29056 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 18:08:52 +00:00
cehoyos
42aaafe4db
1l: There is no more delay since r29051.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29055 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 17:38:52 +00:00
cehoyos
537ae1c99e
Clarify vdpau deinterlacers.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29054 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-25 07:52:41 +00:00
cehoyos
a0f0db79f4
New VDPAU deinterlacing code needs one reference surface less for software decoding.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29053 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 21:49:08 +00:00
cehoyos
c266ad4de4
New vdpau deinterlacing code needs one reference surface less.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29052 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 21:47:56 +00:00
cehoyos
7ab8e44842
Stephen Warren reported that VDPAU deinterlacing did not work correctly.
...
New static function push_deint_surface() by Reimar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29051 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 21:45:39 +00:00
compn
db76c92ae5
sqcp plays with ffqclp in ffmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29050 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 19:48:51 +00:00
diego
2c5574088d
Update help output with previous --extra-ldflags change.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29049 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 09:32:35 +00:00
sdrik
05698d8a5c
Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29048 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 07:11:35 +00:00
sdrik
311a555a59
Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29047 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 07:10:19 +00:00
sdrik
e7d0a352fc
Simpler and more elegant fix to the x86_32/OSX+PIC build failure
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29046 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 07:09:19 +00:00
diego
1b2ad68721
Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
...
LDFLAGS. Also rename the corresponding variable for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29045 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-24 00:22:51 +00:00
diego
d13c228316
typo fix: Remove stray '-' from --extra-cflags option evaluation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29044 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-23 23:41:24 +00:00
diego
552a5d9ac1
Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
...
CFLAGS. Also rename the corresponding variables for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29043 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-23 23:37:51 +00:00
diego
a5b7fe4b7c
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29042 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-23 22:53:42 +00:00
diego
1888de07f7
Do not use full CFLAGS to build codec-cfg, they are unnecessary.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29041 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-23 22:42:53 +00:00
cehoyos
9e8112128e
Change function call order in config().
...
This stops creating a window even if hardware decoding is certainly
going to fail.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29040 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-22 23:58:40 +00:00
diego
f0f8ff29b4
Rename 'tests' target to 'testprogs'. It is too easily confused with the
...
'test' target and a directory named tests exists.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29039 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-22 23:15:54 +00:00
diego
f5accb8d0e
Remove unnecessary CLEANFILES declaration. Test programs do not require it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29038 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-22 23:09:20 +00:00
reimar
45535aa89d
Add forgotten "static" to new data_length variable in ao_pcm
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29037 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-22 14:28:13 +00:00
reimar
0d44f19d27
Whitespace-only cosmetics: use consistent indentation in ao_pcm.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29036 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-22 14:27:10 +00:00