| Commit message (Expand) | Author | Age | Files | Lines |
* | Add statistics audio filter that prints information about the audio stream. | diego | 2009-02-21 | 1 | -0/+1 |
* | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 | 1 | -0/+1 |
* | Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl... | reimar | 2009-02-14 | 1 | -0/+1 |
* | Ignore errors from all rm commands in clean targets. | diego | 2009-02-12 | 1 | -12/+12 |
* | On clean/distclean, remove binaries with all types of executable suffixes. | diego | 2009-02-12 | 1 | -17/+17 |
* | Use addprefix and addsuffix functions to generate TOOLS variable. | diego | 2009-02-12 | 1 | -10/+1 |
* | Add priority support for OS/2 and factorize the Windows priority support. | diego | 2009-02-10 | 1 | -0/+1 |
* | Conditionally compile aclib.c instead of placing #ifdef around its content. | diego | 2009-02-08 | 1 | -1/+1 |
* | cosmetics: Remove stray tab. | diego | 2009-02-04 | 1 | -1/+1 |
* | We use libdvdcss 1.2.10, not 1.2.9. | diego | 2009-02-04 | 1 | -1/+1 |
* | Remove -c option from install commands. It is ignored by GNU install and | diego | 2009-02-01 | 1 | -2/+2 |
* | Slightly simplify VIDIX_PCI_FILES command. | diego | 2009-01-31 | 1 | -2/+2 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -10/+10 |
* | version.h depends on version.sh. | diego | 2009-01-26 | 1 | -2/+2 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 | 1 | -1/+1 |
* | Factorize print_version(). | diego | 2009-01-25 | 1 | -1/+1 |
* | Support an "internal" dvdnav version to make it easier to compile with, | reimar | 2009-01-10 | 1 | -0/+14 |
* | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 | 1 | -11/+11 |
* | libavcodec/i386/ was renamed to libavcodec/x86/. | diego | 2008-12-22 | 1 | -1/+1 |
* | another round of armv4l --> arm changes | diego | 2008-12-17 | 1 | -1/+1 |
* | libavcodec/armv4l/ was renamed to libavcodec/arm/. | diego | 2008-12-17 | 1 | -1/+1 |
* | Treat video output objects the same as everything else in the build system, | diego | 2008-12-03 | 1 | -6/+44 |
* | cosmetics: Rename ZORAN Makefile variable to ZR for consistency. | diego | 2008-12-03 | 1 | -1/+1 |
* | Treat audio output objects the same as everything else in the build system, | diego | 2008-12-03 | 1 | -2/+19 |
* | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 1 | -0/+1 |
* | Add yasm support to the build system. | bircoph | 2008-11-16 | 1 | -2/+2 |
* | Create LIBDIR for binary codecs upon make install. | diego | 2008-10-16 | 1 | -1/+1 |
* | 10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well. | diego | 2008-10-01 | 1 | -2/+1 |
* | Add shared libswscale support. | rathann | 2008-09-16 | 1 | -1/+1 |
* | External liba52 support, part 2 of 2. | rathann | 2008-09-15 | 1 | -2/+2 |
* | Use standard -I flags to compile codec-cfg. | diego | 2008-09-15 | 1 | -1/+1 |
* | Rename internal libdvdread fork from dvdread to libdvdread | rathann | 2008-08-30 | 1 | -11/+11 |
* | Remove SKIP_DEPS trick. The same effect can be achieved without it. | diego | 2008-08-18 | 1 | -4/+1 |
* | FFmpeg no longer has fastmemcpy support, so no longer trigger recursing | diego | 2008-08-14 | 1 | -1/+1 |
* | Add VIDIX driver for SuperH Mobile VEU hardware block. | ben | 2008-08-11 | 1 | -0/+1 |
* | Skip dependency generation if we just run distclean or if skipping | diego | 2008-08-09 | 1 | -0/+6 |
* | Add separate variables for CFLAGS that are specific to internal libraries | diego | 2008-08-07 | 1 | -2/+4 |
* | cosmetics: Rename some CFLAGS-related variables. | diego | 2008-08-07 | 1 | -4/+4 |
* | 10l: Remove stray backslash at end of line. | diego | 2008-08-07 | 1 | -1/+1 |
* | Merge two redundantly declared lines into one. | diego | 2008-08-07 | 1 | -2/+1 |
* | cosmetics: Sort things into alphabetical order in various places. | diego | 2008-08-07 | 1 | -88/+88 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
* | Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER. | diego | 2008-08-07 | 1 | -1/+1 |
* | Revert mistakenly committed temporary local change. | diego | 2008-08-03 | 1 | -1/+1 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -1/+1 |
* | Change a bunch of video-output-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -4/+4 |
* | Use conditional compilation instead of an #ifdef around the whole file. | diego | 2008-07-30 | 1 | -2/+2 |
* | Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and | diego | 2008-07-28 | 1 | -2/+2 |
* | Revert to previous dependency checking behavior. | diego | 2008-07-26 | 1 | -1/+0 |
* | Remove "en" from list of all man page languages when generating man page | diego | 2008-07-19 | 1 | -2/+2 |
* | Rewrite translation handling in the build system. | diego | 2008-07-17 | 1 | -3/+3 |
* | Evaluate man page installation rule for all available languages, | diego | 2008-07-17 | 1 | -4/+4 |
* | Dependency files should be refreshed when object files are rebuilt. | diego | 2008-07-12 | 1 | -0/+1 |
* | Introduce DRIVER_OBJS variable for list of all driver targets. | diego | 2008-07-06 | 1 | -4/+5 |
* | Simplify codecs.conf.h generation rule. | diego | 2008-07-06 | 1 | -1/+1 |
* | Merge version.h dependency declarations. | diego | 2008-07-06 | 1 | -3/+1 |
* | Remove redundant dependencies for .rc files. | diego | 2008-07-06 | 1 | -2/+2 |
* | Add a generic rule for .rc files and use it. | diego | 2008-07-06 | 1 | -2/+3 |
* | cosmetics: Merge three lines into two. | diego | 2008-07-06 | 1 | -3/+2 |
* | Also remove dhahelper and dhahelperwin on distclean. | diego | 2008-07-06 | 1 | -1/+1 |
* | Rename ALLPARTSLIBS variable to FFMPEGLIBS. | diego | 2008-07-05 | 1 | -2/+2 |
* | Group some variable declarations together in sensible places. | diego | 2008-07-05 | 1 | -4/+6 |
* | Declare FFmpeg dependencies in a more elegant way using the PARTS variable. | diego | 2008-07-05 | 1 | -2/+2 |
* | Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere. | diego | 2008-07-04 | 1 | -1/+1 |
* | Simplify tool generation rules with a pattern rule. | diego | 2008-07-04 | 1 | -9/+8 |
* | Only build loader tests on x86. | diego | 2008-07-04 | 1 | -1/+4 |
* | Fix liba52/test linking, it needs -lm. | diego | 2008-07-04 | 1 | -1/+1 |
* | Put common dependencies of mp3lib/test + mp3lib/test2 on a common line. | diego | 2008-07-04 | 1 | -2/+3 |
* | Declare common netstream + vivodump dependencies in the common place. | diego | 2008-07-04 | 1 | -3/+3 |
* | Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each | diego | 2008-07-01 | 1 | -7/+1 |
* | Touch FFmpeg libraries after recursing into their subdirectories. | diego | 2008-06-24 | 1 | -0/+1 |
* | Do not unconditionally recurse into FFmpeg subdirectories. Instead, just | diego | 2008-06-24 | 1 | -2/+8 |
* | renamed vidixlib.c to vidix.c | ben | 2008-06-20 | 1 | -1/+1 |
* | allow conditionnal compilation of yuv4mpeg video out. | ben | 2008-06-20 | 1 | -1/+0 |
* | Add copyright and license statement. | diego | 2008-06-17 | 1 | -5/+20 |
* | Add command to create dhahelper device to install-dhahelper target. | diego | 2008-06-08 | 1 | -0/+1 |
* | Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can | diego | 2008-06-08 | 1 | -1/+1 |
* | Add dhahelper CFLAGS where appropriate if enabled. | diego | 2008-06-08 | 1 | -1/+1 |
* | Fix silly typo in CFLAG_SVGALIB_HELPER variable name. | diego | 2008-06-08 | 1 | -1/+1 |
* | Restore support for compiling with svgalib_helper. | diego | 2008-06-07 | 1 | -0/+2 |
* | No need to set LC_ALL=C for individual shell commands, | diego | 2008-06-07 | 1 | -1/+1 |
* | The VIDIX PCI files should be regenerated when the awk script | diego | 2008-06-07 | 1 | -1/+1 |
* | Remove unnecessary -o option from windres invocation. | diego | 2008-06-06 | 1 | -1/+1 |
* | Fix the linking of TOOLS/netstream and TOOLS/vivodump. | diego | 2008-06-06 | 1 | -14/+9 |
* | Add install-dhahelperwin target to simplify dhahelper installation on Windows. | diego | 2008-05-30 | 1 | -0/+3 |
* | Merge vidix/dhahelperwin/Makefile into top-level Makefile. | diego | 2008-05-30 | 1 | -1/+31 |
* | Merge vidix/dhahelper/Makefile into top-level Makefile. | diego | 2008-05-30 | 1 | -0/+13 |
* | The install-drivers target should depend on the drivers target. | diego | 2008-05-29 | 1 | -1/+1 |
* | Merge drivers/Makefile into top-level Makefile. | diego | 2008-05-28 | 1 | -2/+36 |
* | Move messages header file creation to a separate shell script. | diego | 2008-05-27 | 1 | -11/+1 |
* | Revert declaration .NOTPARALLEL. Unfortunately this special target does not | diego | 2008-05-27 | 1 | -3/+0 |
* | Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created | diego | 2008-05-27 | 1 | -0/+3 |
* | cosmetics: Move toolsclean target to a better place. | diego | 2008-05-27 | 1 | -3/+3 |
* | Update comment heading. | diego | 2008-05-27 | 1 | -1/+1 |
* | cosmetics: Consistently place '-o $@' in compiler command line. | diego | 2008-05-27 | 1 | -2/+2 |
* | Simplify codec-cfg-test command with $^. | diego | 2008-05-27 | 1 | -1/+1 |
* | Fix codecs2html linking. | diego | 2008-05-27 | 1 | -1/+1 |
* | Merge doxygen_clean rule into distclean. | diego | 2008-05-27 | 1 | -4/+2 |
* | codecs2html and codec-cfg-test are removed by toolsclean. Do not remove | diego | 2008-05-27 | 1 | -2/+1 |
* | Add codecs2html to TESTS variable. | diego | 2008-05-27 | 1 | -1/+1 |
* | Fix dependency declaration for codecs2html. | diego | 2008-05-27 | 1 | -2/+2 |
* | cosmetics: Move some rules to better places. | diego | 2008-05-27 | 1 | -13/+13 |
* | Add missing -I. to fix codecs2html compilation. | diego | 2008-05-27 | 1 | -1/+1 |
* | Add codec-cfg-test to list of TESTS. | diego | 2008-05-27 | 1 | -1/+2 |
* | Correct dependency declaration for codec-cfg-test. | diego | 2008-05-27 | 1 | -2/+2 |
* | There is no need to ignore the return value of an 'rm -rf' command. | diego | 2008-05-27 | 1 | -1/+1 |
* | Fix codec-cfg-test linking. | diego | 2008-05-27 | 1 | -3/+3 |
* | Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o. | diego | 2008-05-27 | 1 | -3/+3 |
* | Get rid of "define RECURSIVE_RULE" since a lot of make version have problems | reimar | 2008-05-23 | 1 | -5/+3 |
* | If character set conversion for help_mp.h is required, do it on the whole | diego | 2008-05-19 | 1 | -5/+4 |
* | The multiple inclusion guard in help_mp.h has to cover the whole file, | diego | 2008-05-19 | 1 | -1/+1 |
* | Simplify help_mp.h generation commands by using $@. | diego | 2008-05-18 | 1 | -9/+9 |
* | Do not hide that we are running a helper script. | diego | 2008-05-18 | 1 | -1/+1 |
* | Move the logic that decides if untranslated messages need to be added to | diego | 2008-05-18 | 1 | -3/+0 |
* | Replace hack to disable iconv conversion of messages with something more sane. | diego | 2008-05-18 | 1 | -1/+1 |
* | Remove unused strip target. | diego | 2008-05-18 | 1 | -3/+1 |
* | Merge directory installation commands. | diego | 2008-05-18 | 1 | -5/+2 |
* | one less level of indirection for install and program targets | diego | 2008-05-18 | 1 | -5/+3 |
* | install-mplayer and install-mencoder targets should depend on install-dirs. | diego | 2008-05-18 | 1 | -2/+2 |
* | Do not install DATADIR always, the GUI installation target takes care of this. | diego | 2008-05-18 | 1 | -1/+0 |
* | Install the required man page directories in the man page targets. | diego | 2008-05-18 | 1 | -2/+2 |
* | Replace hackish shell loops for man page installation with make constructs. | diego | 2008-05-18 | 1 | -17/+21 |
* | Create directories for the translated man pages in the install-dirs target. | diego | 2008-05-18 | 1 | -1/+1 |
* | Introduce make variable common to the GTK and Windows GUI and use it | diego | 2008-05-18 | 1 | -4/+3 |
* | install-mencoder-man depends on install-mplayer-man. | diego | 2008-05-18 | 1 | -2/+2 |
* | Replace shell for loop with proper foreach make construct in uninstall target. | diego | 2008-05-18 | 1 | -4/+1 |
* | Always uninstall English man pages instead of never. | diego | 2008-05-18 | 1 | -2/+1 |
* | Remove (hopefully obsolete) codecs.conf workaround. | diego | 2008-05-18 | 1 | -1/+0 |
* | Introduce a pattern rule for install-mplayer and install-mencoder targets. | diego | 2008-05-18 | 1 | -4/+1 |
* | Separate install-mencoder and install-mencoder-man targets. | diego | 2008-05-18 | 1 | -1/+3 |
* | The install-gui target depends on the install-mplayer target. | diego | 2008-05-18 | 1 | -1/+1 |
* | Simplify installation rules with $<. | diego | 2008-05-18 | 1 | -2/+2 |
* | Do not remove gmplayer.1, it is never installed. | diego | 2008-05-18 | 1 | -2/+1 |
* | Sort alphabetically | ben | 2008-05-18 | 1 | -1/+1 |
* | There is no need to ignore errors from 'rm -f' commands. | diego | 2008-05-18 | 1 | -5/+5 |
* | Remove skin download instructions, they have no place in the Makefile. | diego | 2008-05-18 | 1 | -2/+0 |
* | Add support for AppleIR Remote as an input under Linux systems. | ben | 2008-05-18 | 1 | -0/+1 |
* | Fix typo in install-gui target dependency. | diego | 2008-05-13 | 1 | -1/+1 |
* | Remove unused file, it has never been compiled. | diego | 2008-05-11 | 1 | -1/+0 |
* | AVOptions support. | michael | 2008-05-10 | 1 | -1/+2 |
* | Add . to windres include path (otherwise version.h is not found). | reimar | 2008-05-10 | 1 | -1/+1 |
* | Add some comment headings to divide the Makefile into logical chapters. | diego | 2008-05-09 | 1 | -0/+17 |
* | cosmetics: Move some stuff around for more logical grouping. | diego | 2008-05-09 | 1 | -71/+71 |
* | FFmpeg parts no longer require extra -I CFLAGS. | diego | 2008-05-09 | 1 | -2/+0 |
* | Remove useless output. | diego | 2008-05-08 | 1 | -1/+0 |
* | Make the checkheaders target work non-recursively. | diego | 2008-05-03 | 1 | -1/+1 |
* | Only compile and use libmpeg2 AltiVec code when AltiVec is available. The | diego | 2008-05-03 | 1 | -1/+1 |
* | realrtsp depends on librtsp/rtsp.c | reimar | 2008-05-01 | 1 | -0/+1 |
* | Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse | diego | 2008-05-01 | 1 | -5/+2 |
* | Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available. | diego | 2008-05-01 | 1 | -1/+1 |
* | Remove tools on distclean, not on clean. | diego | 2008-04-30 | 1 | -2/+2 |
* | Add testclean target and make distclean depend upon it. | diego | 2008-04-30 | 1 | -2/+5 |
* | Introduce TEST_OBJS variable for objects to link all test files against | diego | 2008-04-30 | 1 | -10/+9 |
* | Set libdvdcss CFLAGS for dvdread from configure. | diego | 2008-04-30 | 1 | -4/+1 |
* | whitespace cosmetics | diego | 2008-04-30 | 1 | -22/+21 |
* | Add new tests target to build all test programs and remove them on distclean. | diego | 2008-04-30 | 1 | -2/+8 |
* | Link loader test files against mp_msg-mencoder.o instead of mp_msg.o. | diego | 2008-04-30 | 1 | -1/+1 |
* | Add compilation rule for libvo/aspecttest and (hackishly) fix linking. | diego | 2008-04-30 | 1 | -0/+2 |
* | Add $(EXESUF) to test rules. | diego | 2008-04-30 | 1 | -6/+6 |
* | Remove unused fast_memcpy() function and link against the object that | diego | 2008-04-30 | 1 | -1/+2 |
* | cosmetics: Move some variable declarations to better places. | diego | 2008-04-30 | 1 | -16/+13 |
* | The recurse target does not depend on help_mp.h. | diego | 2008-04-30 | 1 | -1/+1 |
* | Make the default target depend on the recurse target again so that the | diego | 2008-04-30 | 1 | -3/+1 |
* | Explicitly declare which dependency files need generated headers. | diego | 2008-04-30 | 1 | -1/+4 |
* | Rebuild version.h only when the working directory was updated. | diego | 2008-04-30 | 1 | -2/+5 |
* | Move CFLAGS setting to configure. | diego | 2008-04-29 |