aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix compilation for win32 dll codec support for intel osxGravatar nplourde2006-11-27
* Remove unnecessary header indirection.Gravatar diego2006-11-27
* Use standard SRCS2 name for MEncoder sources.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* 10l: Muxers were not being compiled even when MEncoder was enabled.Gravatar diego2006-11-27
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-27
* libmpdemux has no subdirectories.Gravatar diego2006-11-27
* sync w/ 21298Gravatar gpoirier2006-11-26
* "D" interactive key also works with yadif nowGravatar gpoirier2006-11-26
* Merge duplicate entries.Gravatar diego2006-11-26
* Remove unnecessary variable indirection.Gravatar diego2006-11-26
* Remove obsolete "no_more_font_messages" hack.Gravatar eugeni2006-11-26
* rename all *_nom (nominator) to the correct *_num (numerator)Gravatar ivo2006-11-26
* Move fonts-related code to a separate file.Gravatar eugeni2006-11-26
* cosmetics: alphabetical orderGravatar diego2006-11-26
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-26
* 100l typosGravatar diego2006-11-26
* Remove useless variable indirection.Gravatar diego2006-11-26
* cosmetics: Move around some entries for better readability.Gravatar diego2006-11-26
* Do not use many different variables for SRCS.Gravatar diego2006-11-26
* Reorder entries for better readability.Gravatar diego2006-11-26
* Remove unused include variable.Gravatar diego2006-11-26
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sinceGravatar reimar2006-11-26
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).Gravatar eugeni2006-11-26
* Move ass_font_t to header.Gravatar eugeni2006-11-26
* Rename:Gravatar eugeni2006-11-26
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXGravatar uau2006-11-26
* Move #include <QuickTime/ImageCodec.h> before internal headersGravatar uau2006-11-26
* Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,Gravatar reimar2006-11-26
* Rename config.h --> debug.h and include config.h explicitly.Gravatar diego2006-11-26
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...Gravatar uau2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.Gravatar uau2006-11-26
* Add explicit dependency information for libosd.a, this fixes MEncoder-onlyGravatar diego2006-11-26
* Remove config.h, there are multiple files under that name, inviting bugs andGravatar diego2006-11-26
* sync w/ r21255 (improved deadzone desc.)Gravatar gpoirier2006-11-26
* -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.cGravatar reimar2006-11-26
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.Gravatar reimar2006-11-26
* Adjust icon path since windres is now called from osdep subdirGravatar reimar2006-11-26
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.Gravatar reimar2006-11-26
* le2me_32 is no longer a macro on PPC, and in general does not have toGravatar reimar2006-11-26
* Revert r21251 (moving loader/config.h contents to main config.h).Gravatar uau2006-11-26
* Remove useless fd parameter for mmap_anonGravatar reimar2006-11-26
* Simplify, remove useless indirection.Gravatar diego2006-11-26
* Fix loader code: closed .dll file handles when it should notGravatar reimar2006-11-26
* r21186: Remove "OSD only" tags; those options always exist.Gravatar voroshil2006-11-26
* open /dev/zero left over from mmap_anon patchGravatar reimar2006-11-26
* Useless use of strstr, strchr is good enough.Gravatar reimar2006-11-26
* Check the log level before processing the messageGravatar henry2006-11-26
* match exactly card number N specified, rather than the N-th actually usableGravatar nicodvb2006-11-26