summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r26624Uoti Urpala2008-05-0123-113/+154
|\
| * Only warn if both font family and it's full name are different from requested.eugeni2008-05-011-3/+6
| * Allow inexact font family matching.eugeni2008-05-011-0/+20
| * Remove tools on distclean, not on clean.diego2008-04-301-2/+2
| * Add testclean target and make distclean depend upon it.diego2008-04-301-2/+5
| * Introduce TEST_OBJS variable for objects to link all test files againstdiego2008-04-301-10/+9
| * Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-302-4/+3
| * whitespace cosmeticsdiego2008-04-301-22/+21
| * Add new tests target to build all test programs and remove them on distclean.diego2008-04-301-2/+8
| * Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.diego2008-04-301-1/+1
| * Add compilation rule for libvo/aspecttest and (hackishly) fix linking.diego2008-04-302-0/+4
| * Remove libass dependency on global font_fontconfig variable.eugeni2008-04-305-9/+26
| * Add $(EXESUF) to test rules.diego2008-04-301-6/+6
| * Remove loader/wine/avifmt.h #include, the AVI types declared there conflictdiego2008-04-301-1/+0
| * Add missing string.h #include to fix a bunch of implicit declaration warnings.diego2008-04-301-0/+1
| * Remove unused fast_memcpy() function and link against the object thatdiego2008-04-302-7/+2
| * cosmetics: Move some variable declarations to better places.diego2008-04-301-16/+13
| * Disable unused function.diego2008-04-301-0/+2
| * Mark all functions that are only used within the file as static.diego2008-04-308-18/+18
| * The recurse target does not depend on help_mp.h.diego2008-04-301-1/+1
| * Make the default target depend on the recurse target again so that thediego2008-04-301-3/+1
| * Explicitly declare which dependency files need generated headers.diego2008-04-301-1/+4
| * Use consistent include paths, we always build from the top level now.diego2008-04-301-2/+2
| * Remove unnecessary version.h #includes.diego2008-04-305-7/+0
| * Rebuild version.h only when the working directory was updated.diego2008-04-301-2/+5
| * Sync codec short name changes from FFmpeg.diego2008-04-301-4/+4
* | input.c: Use talloc for all memory allocationsUoti Urpala2008-05-011-14/+10
* | Move input options to option structUoti Urpala2008-04-306-41/+62
* | options: Make dynamic dup hack work with new optionsUoti Urpala2008-04-301-4/+7
* | m_config.c: Cosmetics: fix nested block lacking indentationUoti Urpala2008-04-301-16/+17
* | input: Use talloc for struct mp_cmd and things under itUoti Urpala2008-04-301-28/+12
* | input: Move command filedescriptor list to context structUoti Urpala2008-04-303-30/+35
* | input: Move cmd_queue to context structUoti Urpala2008-04-3016-46/+57
* | input.c: Change a static variable to localUoti Urpala2008-04-301-14/+16
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-306-39/+53
* | input.c: Move variable from static to localUoti Urpala2008-04-301-2/+1
* | input.c: Move key down state to context structUoti Urpala2008-04-301-33/+36
* | input.c: Use talloc for command bind allocationsUoti Urpala2008-04-301-31/+11
* | input.[ch]: Move some type definitions from .h to .cUoti Urpala2008-04-302-10/+10
* | input.c: Remove mp_input_ prefixes from static function namesUoti Urpala2008-04-301-60/+58
* | input.c: Make two functions staticUoti Urpala2008-04-301-3/+3
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsUoti Urpala2008-04-303-14/+12
* | input: Move command bind variables to context structUoti Urpala2008-04-304-62/+73
* | Create a context for input.c stateUoti Urpala2008-04-306-59/+80
* | mencoder.c: Remove unused functionUoti Urpala2008-04-301-5/+0
* | input.c: Remove _st prefix from struct namesUoti Urpala2008-04-301-4/+4
* | Merge svn changes up to r26599Uoti Urpala2008-04-305-66/+73
|\|
| * Move CFLAGS setting to configure.diego2008-04-292-2/+1
| * change cvs > svncompn2008-04-291-2/+2
| * add info lines to ffmimic, ffkmvc. fixes codec-status table.compn2008-04-291-0/+2
| * Link tools against mp_msg-mencoder.o instead of mp_msg.o.diego2008-04-291-1/+1
| * Merge mpcommon.mak into Makefile.diego2008-04-292-30/+28
| * cosmetics: Move version.h/help_mp.h generation rules to a better place.diego2008-04-291-22/+22
| * 10l: Add missing \ for line continuation.diego2008-04-291-1/+1
| * Do not rebuild version.h at every Makefile change.diego2008-04-291-2/+2
| * Convert clean/distclean into non-recursive targets.diego2008-04-291-3/+14
| * Remove generated headers and generated helper binaries only on distclean.diego2008-04-291-4/+5
| * Remove unnecessary dependency declaration.diego2008-04-291-2/+0
| * Merge nearly identical SRCS_COMMON lines.diego2008-04-291-3/+1
* | Move allocation/free of x11 struct to x11_common.cUoti Urpala2008-04-293-4/+7
* | Mark option -key-fifo-size globalUoti Urpala2008-04-291-1/+1
* | Move key_fifo_size & doubleclick_time to options structUoti Urpala2008-04-296-13/+16
* | Add a context for mp_fifoUoti Urpala2008-04-2915-160/+192
* | mp_fifo.c, osdep/: Include corresponding .h in .c filesUoti Urpala2008-04-296-0/+9
* | vo_macosx: Include header instead of "extern ..."Uoti Urpala2008-04-291-2/+1
* | vo_macosx.m: Fix compilation after recent changesUoti Urpala2008-04-291-2/+1
* | input.c: Use union instead of void *Uoti Urpala2008-04-291-6/+9
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-2910-63/+29
* | input.c: Revert code uglifications done for gcc 2.95Uoti Urpala2008-04-291-9/+5
* | input.c: Remove unnecessary #include "osdep/getch2.h"Uoti Urpala2008-04-291-1/+0
* | Makefile: Fix RECURSIVE_RULE with nested subdirectoriesUoti Urpala2008-04-291-1/+1
* | Merge svn changes up to r26587Uoti Urpala2008-04-2923-207/+88
|\|
| * Get rid of now obsolete library rules and variables.diego2008-04-282-17/+3
| * cosmetics: Reorder commands in (dist)clean targets.diego2008-04-281-3/+3
| * Remove '-' prefix from 'rm -f' commands for consistency.diego2008-04-281-2/+2
| * Mark phony checkheaders target as such.diego2008-04-281-1/+1
| * Merge now redundant clean and distclean rules into the top-level Makefile.diego2008-04-282-9/+4
| * Force to uint64_t first to avoid direct conversion from double to unsigned int.ulion2008-04-281-4/+2
| * Remove code for .depend generation, inclusion and related hacks.diego2008-04-282-13/+1
| * .depend should no longer be ignored.diego2008-04-280-0/+0
| * Run 'make depend', not 'make .depend' in FFmpeg subdirectories.diego2008-04-281-1/+1
| * Remove unnecessary CFLAGS hack.diego2008-04-281-2/+0
| * Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.diego2008-04-281-1/+1
| * Use consistent #include paths without "../".diego2008-04-289-11/+11
| * Use full path for libavutil #includes.diego2008-04-281-1/+1
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-284-4/+4
| * Merge loader/Makefile into top-level Makefile.diego2008-04-282-54/+41
| * Restore line mistakenly commented out in the last commit.diego2008-04-281-1/+1
| * Make sure all autogenerated .h and .c files exist in the vidix subdirectorydiego2008-04-281-2/+5
| * Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwardsdiego2008-04-282-4/+2
| * Add missing ldt_keeper.h #include; this fixes a bunch of implicit declarationdiego2008-04-282-0/+2
| * Merge TEST_OBJS and TEST_LDFLAGS.diego2008-04-281-4/+3
| * Add -g to CFLAGS, not to LDFLAGS.diego2008-04-281-1/+2
| * Merge test program compilation rules using patterns.diego2008-04-281-4/+1
| * Add CFLAGS to test program compilation commands.diego2008-04-281-2/+2
| * Add missing ../osdep/mmap_anon.o to TEST_OBJS.diego2008-04-281-1/+1
| * Remove unnecessary linker flags.diego2008-04-281-1/+1
| * Add missing #include, fixes the warning:diego2008-04-281-0/+1
| * Adjust printf length modifier, fixes the warning:diego2008-04-281-1/+1
| * Comment out variables only used in commented-out code, fixes the warnings:diego2008-04-281-2/+2
| * Link against individual objects, the osdep library is not generated anymore.diego2008-04-281-1/+1
| * Remove obsolete and non-working test program.diego2008-04-283-74/+0
| * Make OBJS depend on the recurse target instead of just the all target.diego2008-04-281-1/+3
| * Remove .S files from list of files to generate dependencies for.diego2008-04-281-1/+1
* | font_load_ft.c: Make tables constUoti Urpala2008-04-281-2/+2
* | osdep: Remove cruftUoti Urpala2008-04-282-21/+0
* | timers: Remove GetRelativeTime()Uoti Urpala2008-04-286-51/+24
* | osdep: Change timer_name to a saner typeUoti Urpala2008-04-284-4/+4
* | m_option.h: #include <stddef.h> for offsetofUoti Urpala2008-04-281-0/+1
* | loader/qtx/qtxsdk/components.h: Disable large unused inline functionsUoti Urpala2008-04-281-0/+2
* | demux_mkv.c: Compiler warning fixesUoti Urpala2008-04-281-31/+12
* | Make MPlayer build with a complete FFmpeg checkout in ffmpeg/Uoti Urpala2008-04-285-26/+32
* | Merge svn changes up to r26555Uoti Urpala2008-04-2812-136/+109
|\|
| * Merge mp3lib/Makefile into top-level Makefile.diego2008-04-273-22/+17
| * Merge liba52/Makefile into top-level Makefile.diego2008-04-272-19/+13
| * Remove unnecessary compilation command that shadows GNU Make builtin command.diego2008-04-271-1/+0
| * Remove unnecessary -lm linker flag from test program compilation command.diego2008-04-271-1/+1
| * Merge libmpeg2/Makefile into top-level Makefile.diego2008-04-262-23/+20
| * clean and distclean rules do the same thing.diego2008-04-261-3/+1
| * clean and distclean rules do the same thing.diego2008-04-261-3/+1
| * Merge vidix/Makefile into top-level Makefile.diego2008-04-263-58/+37
| * Merge clean and distclean rules.diego2008-04-261-3/+1
| * Mark alltools target as phony.diego2008-04-261-1/+1
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-263-2/+6
| * Add alltools target and variable to build non-linking tools.diego2008-04-261-2/+8
| * Only add vidix to parts when VIDIX is enabled.diego2008-04-261-1/+3
| * Take Objective C files into account when generating dependencies.diego2008-04-261-1/+1
| * Add rule for generating dependency files from Objective C files.diego2008-04-261-0/+3
* | Add .gitignore filesUoti Urpala2008-04-272-0/+21
* | vd.c: Make extern decoder declarations constUoti Urpala2008-04-261-23/+23
* | Make audio decoder description structs constUoti Urpala2008-04-2629-56/+56
* | vf_divtc.c: Make pointlessly static variable a normal localUoti Urpala2008-04-261-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-2616-34/+34
* | Move initialized_flags to mpctxUoti Urpala2008-04-262-28/+27
* | Move global filename to mpctxUoti Urpala2008-04-265-45/+43
* | Disable automatic playlist parsing properlyUoti Urpala2008-04-261-0/+6
* | Silence "discards qualifiers" warnings when compiling mplayer.cUoti Urpala2008-04-264-19/+19
* | Move global mconfig to mpctxUoti Urpala2008-04-2617-68/+89
* | options: Fix multiple -v by simplifying CONF_TYPE_FUNCUoti Urpala2008-04-261-5/+0
* | options: Remove "reset" functionality from CONF_TYPE_FUNC[_PARAM]Uoti Urpala2008-04-261-3/+0
* | Merge svn changes up to r26540Uoti Urpala2008-04-2630-468/+421
|\|
| * Revert accidentally committed changes.diego2008-04-251-1/+1
| * Only add loader to parts if WIN32DLL is enabled.diego2008-04-252-2/+2
| * Ignore test program.diego2008-04-250-0/+0
| * Only compile decode_i586.c on x86_32.diego2008-04-251-1/+1
| * Remove useless comments with compilation commands.diego2008-04-252-5/+0
| * Fix test program linking.diego2008-04-251-1/+1
| * Add return statement, fixes the warning:diego2008-04-251-1/+1
| * Remove redundant declaration, fixes the warning:diego2008-04-251-1/+0
| * Add return statement, fixes the warning:diego2008-04-251-1/+1
| * Remove unused variable.diego2008-04-251-1/+0
| * Add missing #include, fixes the warning:diego2008-04-251-0/+1
| * Take name of getch file to link against from config.mak.diego2008-04-251-1/+1
| * Merge dvdread/Makefile into top-level Makefile.diego2008-04-252-25/+18
| * DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.diego2008-04-251-1/+1
| * Merge libfaad2/Makefile into top-level Makefile.diego2008-04-242