diego
16c5080dd8
Do not use many different variables for SRCS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21287 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 22:02:52 +00:00
diego
45d5e76615
Reorder entries for better readability.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21286 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 21:55:40 +00:00
diego
5442528a6a
Remove unused include variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21285 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 21:30:17 +00:00
reimar
38e9890c05
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
...
it both is more correct and is available on gtk1 under the same name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21284 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 21:21:27 +00:00
eugeni
4d27dbd5c9
Make ass_new_font return ass_font_t struct (instead of just FT_Face).
...
Use it to access the font face.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21283 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 20:53:29 +00:00
eugeni
004c19b520
Move ass_font_t to header.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21282 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 20:38:06 +00:00
eugeni
85fb960769
Rename:
...
face_desc_t -> ass_font_desc_t
face_cache_item_t -> ass_font_t
*face* -> *font*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21281 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 20:34:54 +00:00
uau
55b5bb3a5e
Fix previous broken vd_qtvideo.c commit which failed on MACOSX
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21280 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 19:35:56 +00:00
uau
cb2cfdd31c
Move #include <QuickTime/ImageCodec.h> before internal headers
...
to avoid #define of always_inline which would break it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21279 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 19:19:00 +00:00
reimar
c11d7afb27
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
...
since dvdread does not use them. Also seems to allow building with
(external) dvdnav and internal dvdcss.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21278 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:37:51 +00:00
diego
eabe7092f7
Rename config.h --> debug.h and include config.h explicitly.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21277 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:33:41 +00:00
uau
3f7645a3b1
Shouldn't move "#ifdef MACOSX" before #include config.h of course...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21276 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:27:42 +00:00
diego
dc2be42703
Merge common parts of all Makefiles into one file included by all.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:12:36 +00:00
uau
7ecf9d9e29
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.
...
It was probably broken by #define always_inline in ffmpeg headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21274 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:06:11 +00:00
diego
08544e86ac
Add explicit dependency information for libosd.a, this fixes MEncoder-only
...
build. Noticed by Torinthiel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21273 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 16:31:47 +00:00
diego
087be5dfd1
Remove config.h, there are multiple files under that name, inviting bugs and
...
confusion. This file only contained two definitions, one commented out, the
other never activated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21272 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 15:42:38 +00:00
gpoirier
ba87e8169c
sync w/ r21255 (improved deadzone desc.)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21271 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 15:29:40 +00:00
reimar
4e7dedf315
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21270 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 14:13:39 +00:00
reimar
0ac20ca8ed
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21269 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:55:55 +00:00
reimar
3e1a24ac55
Adjust icon path since windres is now called from osdep subdir
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21268 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:54:23 +00:00
reimar
690fb7a8e1
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21267 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:26:21 +00:00
reimar
329ba64c0a
le2me_32 is no longer a macro on PPC, and in general does not have to
...
be, thus using it like a constant is incorrect.
Move wavhdr initialization to the code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21266 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:19:32 +00:00
uau
a5ddf3c531
Revert r21251 (moving loader/config.h contents to main config.h).
...
There are #ifdef TRACE tests in libav* and defining TRACE in toplevel
config.h breaks things.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21265 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:17:50 +00:00
reimar
7142e36d1f
Remove useless fd parameter for mmap_anon
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21264 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:09:46 +00:00
diego
c95db8d583
Simplify, remove useless indirection.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21263 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:04:14 +00:00
reimar
7d6341459a
Fix loader code: closed .dll file handles when it should not
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21262 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:02:02 +00:00
voroshil
5c404f12f4
r21186: Remove "OSD only" tags; those options always exist.
...
r21221: improve description of x264's deadzone* options
r21228: fix typos noticed by Diego
r21254: nits and picks by The Wanderer :)
r21255: typo in deadzone_inter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21261 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 13:01:09 +00:00
reimar
04459fd6a3
open /dev/zero left over from mmap_anon patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21260 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 12:55:09 +00:00
reimar
e85f73f7fb
Useless use of strstr, strchr is good enough.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21259 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 12:12:46 +00:00
henry
e56c8ee2d0
Check the log level before processing the message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21258 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 12:08:40 +00:00
nicodvb
30155960a4
match exactly card number N specified, rather than the N-th actually usable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21257 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 12:03:23 +00:00
reimar
0fe6e9fbd2
Set _win32codecsdir fallback also with --enable-win32
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21256 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 11:56:54 +00:00
lorenm
2417b2e570
typo in deadzone_inter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21255 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 01:25:50 +00:00
gpoirier
f6fe9826b6
nits and picks by The Wanderer :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21254 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 00:53:16 +00:00
reimar
a32cb8df50
Sanity-check number of lines in CC subtitle
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21253 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 22:18:40 +00:00
reimar
53ba4dd6eb
Cleanup for uselessly complicated closed-caption subtitle handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21252 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 22:06:00 +00:00
diego
33d70768f9
Move contents of loader/config.h to configure/config.h, there are
...
multiple files by that name, this can cause problems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21251 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 20:53:43 +00:00
uau
215b64156b
Add a sanity check to unsafe-looking code.
...
Does the memcpy to internal buffer here have any purpose besides
enabling more potential buffer overflows?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21250 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 20:01:24 +00:00
diego
5572645334
Remove config.h and move its content to af.h. There are multiple files under
...
the name config.h, inviting bugs and confusion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21249 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 19:57:31 +00:00
diego
8069102bca
Use the real name of the header file when guarding against double inclusion.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21248 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 19:41:52 +00:00
diego
975a1422fa
Remove nonexistent variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21247 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 19:19:36 +00:00
diego
c9eeb17112
Remove superfluous comment.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21246 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 19:15:23 +00:00
diego
917d57bc25
Don't compile libvo.a unless MPlayer is enabled.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21245 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:56:00 +00:00
diego
7cce9019a7
simplify
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21244 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:45:03 +00:00
diego
9b56c962e7
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
...
already exists, both get included at the same time in some files...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21243 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:37:37 +00:00
reimar
18d719d7f5
Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.
...
Applied at Diego's request.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21242 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:30:44 +00:00
diego
838f55e20b
Linking hotfix, loader depends on osdep.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21241 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:24:58 +00:00
reimar
2c847e0b06
Remove useless libvo/sub.h include.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21240 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:20:09 +00:00
reimar
3b0e10aee2
Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,
...
since ICC does not (properly) support __attribute__((used)), even though
the documentation claims otherwise.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21239 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 18:00:59 +00:00
diego
eee40df587
simplify
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21238 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 17:58:43 +00:00