aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * Merge liba52/Makefile into top-level Makefile.Gravatar diego2008-04-27
| * Remove unnecessary compilation command that shadows GNU Make builtin command.Gravatar diego2008-04-27
| * Remove unnecessary -lm linker flag from test program compilation command.Gravatar diego2008-04-27
* | Add .gitignore filesGravatar Uoti Urpala2008-04-27
| * Merge libmpeg2/Makefile into top-level Makefile.Gravatar diego2008-04-26
| * clean and distclean rules do the same thing.Gravatar diego2008-04-26
| * clean and distclean rules do the same thing.Gravatar diego2008-04-26
* | vd.c: Make extern decoder declarations constGravatar Uoti Urpala2008-04-26
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
* | vf_divtc.c: Make pointlessly static variable a normal localGravatar Uoti Urpala2008-04-26
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
| * Merge vidix/Makefile into top-level Makefile.Gravatar diego2008-04-26
* | Move initialized_flags to mpctxGravatar Uoti Urpala2008-04-26
* | Move global filename to mpctxGravatar Uoti Urpala2008-04-26
| * Merge clean and distclean rules.Gravatar diego2008-04-26
* | Disable automatic playlist parsing properlyGravatar Uoti Urpala2008-04-26
| * Mark alltools target as phony.Gravatar diego2008-04-26
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.Gravatar diego2008-04-26
| * Add alltools target and variable to build non-linking tools.Gravatar diego2008-04-26
| * Only add vidix to parts when VIDIX is enabled.Gravatar diego2008-04-26
| * Take Objective C files into account when generating dependencies.Gravatar diego2008-04-26
| * Add rule for generating dependency files from Objective C files.Gravatar diego2008-04-26
* | Silence "discards qualifiers" warnings when compiling mplayer.cGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | options: Fix multiple -v by simplifying CONF_TYPE_FUNCGravatar Uoti Urpala2008-04-26
* | options: Remove "reset" functionality from CONF_TYPE_FUNC[_PARAM]Gravatar Uoti Urpala2008-04-26
* | Merge svn changes up to r26540Gravatar Uoti Urpala2008-04-26
|\|
* | Convert m_config.c to use tallocGravatar Uoti Urpala2008-04-26
* | Move vf_settings to options structGravatar Uoti Urpala2008-04-26
* | options.h: Field order cosmeticsGravatar Uoti Urpala2008-04-26
* | Move vo_gamma_* to options structGravatar Uoti Urpala2008-04-26
| * Revert accidentally committed changes.Gravatar diego2008-04-25
| * Only add loader to parts if WIN32DLL is enabled.Gravatar diego2008-04-25
| * Ignore test program.Gravatar diego2008-04-25
| * Only compile decode_i586.c on x86_32.Gravatar diego2008-04-25
| * Remove useless comments with compilation commands.Gravatar diego2008-04-25
| * Fix test program linking.Gravatar diego2008-04-25
| * Add return statement, fixes the warning:Gravatar diego2008-04-25
| * Remove redundant declaration, fixes the warning:Gravatar diego2008-04-25
| * Add return statement, fixes the warning:Gravatar diego2008-04-25
| * Remove unused variable.Gravatar diego2008-04-25
| * Add missing #include, fixes the warning:Gravatar diego2008-04-25
| * Take name of getch file to link against from config.mak.Gravatar diego2008-04-25
| * Merge dvdread/Makefile into top-level Makefile.Gravatar diego2008-04-25
* | command.c: cosmetic changes ("type * ptr" -> "type *ptr")Gravatar Uoti Urpala2008-04-25
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* | Move vd_use_slices to options structGravatar Uoti Urpala2008-04-25
* | Remove global vo_flagsGravatar Uoti Urpala2008-04-25
* | vd.c: Cosmetic changes + remove malloc.hGravatar Uoti Urpala2008-04-25
* | Reformat vd.cGravatar Uoti Urpala2008-04-25