summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't include freetype headers in other headers.eugeni2006-11-272-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21339 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation broken in previous commit.eugeni2006-11-272-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21338 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-273-19/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21337 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: reindent.eugeni2006-11-271-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.eugeni2006-11-271-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21335 b3059339-0415-0410-9bf9-f77b7e298cf2
* help messages:kraymer2006-11-272-3/+27
| | | | | | | | | | | | | | | | r21306: fix compilation for win32 dll codec support for intel osx r21328: localization of parser-m*cmd.c messages r21332: insert line break for overly long line (second line indented) man page: 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 r21298: "D" interactive key also works with yadif now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-275-26/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21333 b3059339-0415-0410-9bf9-f77b7e298cf2
* insert line break for overly long line (second line indented)kraymer2006-11-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21332 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrapper.S should be compiled on non-Darwin, non-Windows systems.diego2006-11-271-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initialize font size with 0.eugeni2006-11-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused unk_exp1 loader asm codereimar2006-11-272-29/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21329 b3059339-0415-0410-9bf9-f77b7e298cf2
* localization of parser-m*cmd.c messagesptt2006-11-273-9/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore libmpmux.a.diego2006-11-270-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split muxers into a separate library that only MEncoder is linked against.diego2006-11-272-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21326 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg-style dependency declarationdiego2006-11-277-147/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.diego2006-11-271-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move common code to mpcommon.mak.diego2006-11-274-21/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21323 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg changes for (de)muxer registration.diego2006-11-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21322 b3059339-0415-0410-9bf9-f77b7e298cf2
* test1 --> testdiego2006-11-270-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21321 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Merge SRCS together, alphabetical order, whitespace.diego2006-11-271-32/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21320 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops someone forgot obj-c source filenplourde2006-11-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21319 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics:indentationdiego2006-11-271-37/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Untangle dependencies that are handled by configure.diego2006-11-271-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused LIBAV_INC variable.diego2006-11-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous dependency declaration on real header files.diego2006-11-271-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21315 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplify test targetdiego2006-11-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.diego2006-11-271-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify test program generation.diego2006-11-271-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).diego2006-11-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21311 b3059339-0415-0410-9bf9-f77b7e298cf2
* There are no .s files in mp3lib/, remove the corresponding suffix rule.diego2006-11-271-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21310 b3059339-0415-0410-9bf9-f77b7e298cf2
* libac3 was removed ages ago, remove the related test target.diego2006-11-271-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21309 b3059339-0415-0410-9bf9-f77b7e298cf2
* .s files don't exist anymore.diego2006-11-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21168torinthiel2006-11-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21307 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation for win32 dll codec support for intel osxnplourde2006-11-277-16/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary header indirection.diego2006-11-272-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard SRCS2 name for MEncoder sources.diego2006-11-271-15/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21304 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-273-21/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21303 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Muxers were not being compiled even when MEncoder was enabled.diego2006-11-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21302 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg-style conditional dependency declarationdiego2006-11-271-16/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21301 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdemux has no subdirectories.diego2006-11-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21300 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ 21298gpoirier2006-11-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21299 b3059339-0415-0410-9bf9-f77b7e298cf2
* "D" interactive key also works with yadif nowgpoirier2006-11-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge duplicate entries.diego2006-11-261-22/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary variable indirection.diego2006-11-261-13/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-264-16/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21295 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename all *_nom (nominator) to the correct *_num (numerator)ivo2006-11-261-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move fonts-related code to a separate file.eugeni2006-11-266-69/+197
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21293 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: alphabetical orderdiego2006-11-261-128/+122
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21292 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg-style conditional dependency declarationdiego2006-11-262-188/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21291 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l typosdiego2006-11-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless variable indirection.diego2006-11-261-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21289 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move around some entries for better readability.diego2006-11-261-24/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21288 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use many different variables for SRCS.diego2006-11-261-57/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorder entries for better readability.diego2006-11-261-40/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21286 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused include variable.diego2006-11-261-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sincereimar2006-11-261-2/+2
| | | | | | | 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
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).eugeni2006-11-263-38/+33
| | | | | | | Use it to access the font face. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21283 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ass_font_t to header.eugeni2006-11-262-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename:eugeni2006-11-263-33/+33
| | | | | | | | | 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
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21280 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
| | | | | | | 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
* Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,reimar2006-11-261-9/+9
| | | | | | | | 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
* Rename config.h --> debug.h and include config.h explicitly.diego2006-11-267-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-2620-513/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
| | | | | | | 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
* Add explicit dependency information for libosd.a, this fixes MEncoder-onlydiego2006-11-261-1/+5
| | | | | | | build. Noticed by Torinthiel. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove config.h, there are multiple files under that name, inviting bugs anddiego2006-11-261-16/+0
| | | | | | | | 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
* sync w/ r21255 (improved deadzone desc.)gpoirier2006-11-261-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21271 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.creimar2006-11-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.reimar2006-11-261-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adjust icon path since windres is now called from osdep subdirreimar2006-11-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21267 b3059339-0415-0410-9bf9-f77b7e298cf2
* le2me_32 is no longer a macro on PPC, and in general does not have toreimar2006-11-261-16/+7
| | | | | | | | 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
* Revert r21251 (moving loader/config.h contents to main config.h).uau2006-11-262-10/+9
| | | | | | | | 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
* Remove useless fd parameter for mmap_anonreimar2006-11-265-21/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21264 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify, remove useless indirection.diego2006-11-261-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21263 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix loader code: closed .dll file handles when it should notreimar2006-11-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21262 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21186: Remove "OSD only" tags; those options always exist.voroshil2006-11-261-9/+19
| | | | | | | | | | 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
* open /dev/zero left over from mmap_anon patchreimar2006-11-261-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21260 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check the log level before processing the messagehenry2006-11-261-7/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21258 b3059339-0415-0410-9bf9-f77b7e298cf2
* match exactly card number N specified, rather than the N-th actually usablenicodvb2006-11-261-3/+12
|