summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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-48/+41
* Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.diego2008-04-242-2/+2
* Merge libdvdcss/Makefile into top-level Makefile.diego2008-04-242-17/+10
* Merge libmpdemux/Makefile into top-level Makefile.diego2008-04-242-89/+73
* Explicitly include dependency information in top-level Makefile.diego2008-04-241-0/+2
* dependency generation infrastructure for C++ filesdiego2008-04-243-1/+5
* Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.diego2008-04-241-2/+5
* Make sure necessary header files are created before recursing.diego2008-04-241-1/+1
* #include base64.h with full path.diego2008-04-241-1/+1
* Move libfaad2 fixed-point CFLAGS setting to configure.diego2008-04-242-6/+6
* Expand conditional addition of elements to variables with a form that permitsdiego2008-04-243-10/+7
* Merge stream/Makefile into top-level Makefile.diego2008-04-242-75/+68
* Merge libmpcodecs/Makefile into top-level Makefile.diego2008-04-242-165/+163
* cosmetics: alphabetical orderdiego2008-04-241-2/+1
* consistently print fps with three digits of precisioncorey2008-04-2316-24/+24
* use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macrocorey2008-04-231-1/+1
* There is no need to remove .a files from subdirectories, they are onlydiego2008-04-231-1/+1
* Merge libvo/Makefile into top-level Makefile.diego2008-04-233-34/+19
* EXTRAXX_INC flags should now be added to .depend compilation,diego2008-04-231-1/+1
* Merge libao2/Makefile into top-level Makefile.diego2008-04-232-13/+6
* Remove useless 0 flag from s printf conversion specifier, fixes the warning:diego2008-04-231-1/+1
* Take audio delay into account when seeking in avisynth demuxer.reimar2008-04-231-0/+2
* Calculate fps as double-precision to make switching to double-precision fps v...reimar2008-04-231-1/+1
* Merge tremor/Makefile into top-level Makefile.diego2008-04-222-22/+16
* Move Tremor low accuracy CFLAGS handling to configure.diego2008-04-222-2/+1
* Only add loader to PARTS on x86.diego2008-04-221-1/+4
* .depend has to get all the CFLAGS that the files it contains dependencydiego2008-04-221-1/+1
* Create standard recursive rules from a template.diego2008-04-221-55/+5
* Use directory name as library name template.diego2008-04-226-15/+15
* added support for dvdread-config (from our svn), called as fallback when dvdr...nicodvb2008-04-221-0/+17
* Simplify phony target declaration.diego2008-04-221-1/+1
* Add an unconditional phony recurse rule and make the binaries depend on it.diego2008-04-221-24/+27
* revert commits 26437-26439 the right way[tm]attila2008-04-220-0/+0
* Only add available CPU extensions to config.mak.diego2008-04-221-11/+1
* Move phony target declaration to the bottom of the file; add distclean target.diego2008-04-221-1/+2
* Add BFI video support through FFmpeg.diego2008-04-223-0/+10
* Add standard GPL header to individual files.diego2008-04-2251-21/+910
* Use standard GPL header.diego2008-04-2212-36/+36
* Remove redundant definitions that are already present on the command line.diego2008-04-221-2/+0
* Merge TOOLS/Makefile into the top-level Makefile.diego2008-04-222-77/+70
* Fix potential segfault in debug printf in expSetFilePointerrtogni2008-04-211-1/+1
* synced with r26484Gabrov2008-04-212-20/+63
* sync w/r26460, patch by JRaSH %jrash06 A 163 P com%gpoirier2008-04-211-17/+54
* sync w/r26067, patch by mehmet köse % voltrem A gmail P com %gpoirier2008-04-211-67/+407
* sync w/r26460gpoirier2008-04-211-8/+46
* Remove pointless '0' flag from fprintf call, fixes the warning:diego2008-04-218-8/+8
* Add $(EXESUF) to netstream rule.diego2008-04-201-2/+2
* Only build modify_reg on x86.diego2008-04-201-1/+4
* Simplify list of files to remove on make clean.diego2008-04-201-1/+1
* fastmemcpybench is a phony target. Do not try to remove a file by that name.diego2008-04-201-1/+1
* Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLLrtogni2008-04-202-0/+30
* Add status to mimic and kmvc codecsrtogni2008-04-201-0/+2
* add better information about inverse-telecining with vf_filmdintcorey2008-04-201-12/+17
* Add support for msn siren audio coced via binary dll sirenacm.dllrtogni2008-04-202-0/+37
* Canopus HQ tries to load the auxiliary dlls with lowercase filenamertogni2008-04-201-1/+1
* add canopus codecs, patch by Gianluigi Tiesicompn2008-04-191-0/+18
* Revert r26412: policy violationrtogni2008-04-191-8/+7
* Revert r26411: policy violationrtogni2008-04-191-963/+812
* revert commits 26437-26439attila2008-04-191-11/+14
* Add dependency information to recursive rules. While more eager than strictlydiego2008-04-191-22/+22
* Add missing recursive rule for libmpcodecs/libmpencoders.a.diego2008-04-191-0/+3
* cosmetics: Sort recursive rules alphabetically.diego2008-04-191-27/+27
* per-file dependencies (for the non-recursive parts)diego2008-04-182-5/+14
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
* Always generate dependency information. This also allows dropping thediego2008-04-182-52/+4
* synced with r26460ptt2008-04-181-2/+40
* restore options alphabetical orderptt2008-04-181-8/+8
* Mark phony targets as such.diego2008-04-181-0/+2
* Simplify phony target declaration.diego2008-04-181-1/+1
* 10l: Rename remaining instances of $i to $lang.diego2008-04-181-2/+2
* cosmetics: __asm__ __volatile__ --> asm volatilediego2008-04-171-12/+12
* Prefer libavformat musepack demuxer over internal one (which does not even su...reimar2008-04-161-0/+2
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.albeu2008-04-152-2/+4
* typo: crahes --> crashescorey2008-04-151-1/+1
* Refer to where encoding quality is described.corey2008-04-151-1/+3
* As of r19025, the "above link" refers to an article, not a guide.corey2008-04-151-1/+1
* Fix the indentation after the noconfig patch.albeu2008-04-141-7/+7
* 10L, forgot to commit the documentation for the -noconfig options.albeu2008-04-141-0/+22
* Add options to disable some or all config files.albeu2008-04-147-4/+42
* Add support for system wide config file in mencoder.albeu2008-04-141-0/+3
* demux_asf: Fix operator precedence in packet length checkuau2008-04-131-1/+1
* Add libpostproc to list of pseudo-dependencies.diego2008-04-131-0/+1
* Declare all clean targets phony in mpcommon.mak.diego2008-04-132-2/+2
* The TAGS and tags targets are not phony.diego2008-04-131-1/+1
* Add gui subdirectories to DIRS instead of manually cleaning them.diego2008-04-131-4/+7
* Replace shell for loop by proper make foreach construct.diego2008-04-131-1/+1
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-137-13/+67
*