log

age author description
2008-04-26 diego Add alltools target and variable to build non-linking tools.
2008-04-26 diego Only add vidix to parts when VIDIX is enabled.
2008-04-26 diego Take Objective C files into account when generating dependencies.
2008-04-26 diego Add rule for generating dependency files from Objective C files.
2008-04-25 diego Revert accidentally committed changes.
2008-04-25 diego Only add loader to parts if WIN32DLL is enabled.
2008-04-25 diego Ignore test program.
2008-04-25 diego Only compile decode_i586.c on x86_32.
2008-04-25 diego Remove useless comments with compilation commands.
2008-04-25 diego Fix test program linking.
2008-04-25 diego Add return statement, fixes the warning:
2008-04-25 diego Remove redundant declaration, fixes the warning:
2008-04-25 diego Add return statement, fixes the warning:
2008-04-25 diego Remove unused variable.
2008-04-25 diego Add missing #include, fixes the warning:
2008-04-25 diego Take name of getch file to link against from config.mak.
2008-04-25 diego Merge dvdread/Makefile into top-level Makefile.
2008-04-25 diego DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.
2008-04-24 diego Merge libfaad2/Makefile into top-level Makefile.
2008-04-24 diego Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.
2008-04-24 diego Merge libdvdcss/Makefile into top-level Makefile.
2008-04-24 diego Merge libmpdemux/Makefile into top-level Makefile.
2008-04-24 diego Explicitly include dependency information in top-level Makefile.
2008-04-24 diego dependency generation infrastructure for C++ files
2008-04-24 diego Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.
2008-04-24 diego Make sure necessary header files are created before recursing.
2008-04-24 diego #include base64.h with full path.
2008-04-24 diego Move libfaad2 fixed-point CFLAGS setting to configure.
2008-04-24 diego Expand conditional addition of elements to variables with a form that permits
2008-04-24 diego Merge stream/Makefile into top-level Makefile.
2008-04-24 diego Merge libmpcodecs/Makefile into top-level Makefile.
2008-04-24 diego cosmetics: alphabetical order
2008-04-23 corey consistently print fps with three digits of precision
2008-04-23 corey use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
2008-04-23 diego There is no need to remove .a files from subdirectories, they are only
2008-04-23 diego Merge libvo/Makefile into top-level Makefile.
2008-04-23 diego EXTRAXX_INC flags should now be added to .depend compilation,
2008-04-23 diego Merge libao2/Makefile into top-level Makefile.
2008-04-23 diego Remove useless 0 flag from s printf conversion specifier, fixes the warning:
2008-04-23 reimar Take audio delay into account when seeking in avisynth demuxer.
2008-04-23 reimar Calculate fps as double-precision to make switching to double-precision fps values easier.
2008-04-22 diego Merge tremor/Makefile into top-level Makefile.
2008-04-22 diego Move Tremor low accuracy CFLAGS handling to configure.
2008-04-22 diego Only add loader to PARTS on x86.
2008-04-22 diego .depend has to get all the CFLAGS that the files it contains dependency
2008-04-22 diego Create standard recursive rules from a template.
2008-04-22 diego Use directory name as library name template.
2008-04-22 nicodvb added support for dvdread-config (from our svn), called as fallback when dvdread isn't detected
2008-04-22 diego Simplify phony target declaration.
2008-04-22 diego Add an unconditional phony recurse rule and make the binaries depend on it.
2008-04-22 attila revert commits 26437-26439 the right way[tm]
2008-04-22 diego Only add available CPU extensions to config.mak.
2008-04-22 diego Move phony target declaration to the bottom of the file; add distclean target.
2008-04-22 diego Add BFI video support through FFmpeg.
2008-04-22 diego Add standard GPL header to individual files.
2008-04-22 diego Use standard GPL header.
2008-04-22 diego Remove redundant definitions that are already present on the command line.
2008-04-22 diego Merge TOOLS/Makefile into the top-level Makefile.
2008-04-21 rtogni Fix potential segfault in debug printf in expSetFilePointer
2008-04-21 Gabrov synced with r26484
2008-04-21 gpoirier sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
2008-04-21 gpoirier sync w/r26067, patch by mehmet köse % voltrem A gmail P com %
2008-04-21 gpoirier sync w/r26460
2008-04-21 diego Remove pointless '0' flag from fprintf call, fixes the warning:
2008-04-20 diego Add $(EXESUF) to netstream rule.
2008-04-20 diego Only build modify_reg on x86.
2008-04-20 diego Simplify list of files to remove on make clean.
2008-04-20 diego fastmemcpybench is a phony target. Do not try to remove a file by that name.
2008-04-20 rtogni Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
2008-04-20 rtogni Add status to mimic and kmvc codecs
2008-04-20 corey add better information about inverse-telecining with vf_filmdint
2008-04-20 rtogni Add support for msn siren audio coced via binary dll sirenacm.dll
2008-04-20 rtogni Canopus HQ tries to load the auxiliary dlls with lowercase filename
2008-04-19 compn add canopus codecs, patch by Gianluigi Tiesi
2008-04-19 rtogni Revert r26412: policy violation
2008-04-19 rtogni Revert r26411: policy violation
2008-04-19 attila revert commits 26437-26439
2008-04-19 diego Add dependency information to recursive rules. While more eager than strictly
2008-04-19 diego Add missing recursive rule for libmpcodecs/libmpencoders.a.
2008-04-19 diego cosmetics: Sort recursive rules alphabetically.
2008-04-18 diego per-file dependencies (for the non-recursive parts)
2008-04-18 diego Adjust dependency generation prerequisites to new structure.
2008-04-18 diego Always generate dependency information. This also allows dropping the
2008-04-18 ptt synced with r26460
2008-04-18 ptt restore options alphabetical order
2008-04-18 diego Mark phony targets as such.
2008-04-18 diego Simplify phony target declaration.
2008-04-18 diego 10l: Rename remaining instances of $i to $lang.
2008-04-17 diego cosmetics: __asm__ __volatile__ --> asm volatile
2008-04-16 reimar Prefer libavformat musepack demuxer over internal one (which does not even support v8).
2008-04-15 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
2008-04-15 corey typo: crahes --> crashes
2008-04-15 corey Refer to where encoding quality is described.
2008-04-15 corey As of r19025, the "above link" refers to an article, not a guide.
2008-04-14 albeu Fix the indentation after the noconfig patch.
2008-04-14 albeu 10L, forgot to commit the documentation for the -noconfig options.
2008-04-14 albeu Add options to disable some or all config files.
2008-04-14 albeu Add support for system wide config file in mencoder.
2008-04-13 uau demux_asf: Fix operator precedence in packet length check
2008-04-13 diego Add libpostproc to list of pseudo-dependencies.
2008-04-13 diego Declare all clean targets phony in mpcommon.mak.
2008-04-13 diego The TAGS and tags targets are not phony.
2008-04-13 diego Add gui subdirectories to DIRS instead of manually cleaning them.
2008-04-13 diego Replace shell for loop by proper make foreach construct.
2008-04-13 albeu Replace the trivial command line preparser with a more robust version
2008-04-13 attila cosmetics: fix indentation
2008-04-13 attila move the #ifdef HAVE_XINERAMA to enclose the whole function
2008-04-13 attila Always calculate the xinerama screen mplayer is on.
2008-04-13 diego Fix DEPEND_CMD, there was one level of variable indirection too much.
2008-04-13 diego Sync with latest FFmpeg changes.
2008-04-13 diego Add Makefile variable for DVB OSD menu, saves one ifeq.
2008-04-13 nicodvb in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
2008-04-13 diego Replace "all rights reserved" statement with standard GPL license header.
2008-04-13 diego Restore compilation of osdep/mplayer-rc.o.
2008-04-13 zuxy Set dll_type and rv_handle for drvc.dll
2008-04-13 diego Relicense test/example files as LGPL with Michael's permission.
2008-04-13 zuxy Add Chinese comment
2008-04-13 diego Restore grayscale decoding support with FFmpeg.
2008-04-12 diego Fix MPDEPEND_CMD to work with more than one subdirectory level.
2008-04-12 diego Backport SSE2-optimized IDCT routines from upstream libmpeg2.
2008-04-12 diego wording improvements suggested by the Wanderer
2008-04-12 nicodvb removed useless parameter :type from -dvbin (the frontend type is reported by the card)
2008-04-12 nicodvb removed defunct options :vid and :aid from -dvbin (they were useless from the start)
2008-04-12 zuxy Oops...should be "drv43260.dll" instead of "drv34260.dll"
2008-04-12 zuxy Cosmetic fix for r26419
2008-04-12 zuxy Dlls can be relocated when loading so rely on filename instead of absolute
2008-04-12 zuxy Indentation fix for r26417
2008-04-12 zuxy Don't print "Could not patch" messages when we haven't actually tried to patch.
2008-04-12 zuxy Check for drvc.dll entries for mingw32
2008-04-12 diego Ignore dependency files.
2008-04-12 diego Make include paths consistent; do not use ../ in them.
2008-04-12 uau demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
2008-04-12 uau demux_mkv.c: Mark some static tables const
2008-04-12 uau Reformat demuxer.c
2008-04-12 uau Remove global demuxer_type
2008-04-12 uau subreader.c: remove unused code
2008-04-12 reimar Remove another two useless special-case from flac metadata reading function
2008-04-12 reimar Simplify: use AV_RB24
2008-04-12 reimar Remove useless checks
2008-04-12 reimar Simplify (currently disabled) get_flac_metadata
2008-04-12 diego Update include paths to account for build system changes.
2008-04-12 diego typo fixes
2008-04-12 zuxy Enable runtime control for colorful and/or module name output
2008-04-11 uau Remove unused function demux_read_data_pack
2008-04-11 uau Makefile: Fix compilation on systems with dvb support
2008-04-11 diego Remove unused make variable.
2008-04-11 diego Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.
2008-04-11 diego Add gui/ prefix to some #include paths so that compilation from the
2008-04-11 diego Add GUI_GTK make variable.
2008-04-11 diego typo in filename
2008-04-11 diego Remove duplicate #include.
2008-04-11 diego Update comment to account for renamed header file.
2008-04-11 diego Split cfg-common.h into two separate header files. It was being included twice
2008-04-11 diego Ahem, libmenu objects should only be compiled when OSD menu is enabled.
2008-04-11 diego vf_pp7 does not depend on libavcodec.
2008-04-11 diego vf_screenshot depends on libavcodec.
2008-04-11 diego Remove unused TARGET_WIN32 setting.
2008-04-11 diego Remove Win32 linker option for netstream. Other winsock using code does not
2008-04-11 diego Add a config.mak variable to control compilation of the Win32 GUI.
2008-04-11 diego Remove unused definition.
2008-04-10 rtogni Support for vorbis.acm decoder (used for some implementations of vorbis
2008-04-10 ptt if it's 'for lang in...' it's better off to use $$lang as a variable next ;)
2008-04-10 diego Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.
2008-04-09 rtogni 1000l fix linking after r26378
2008-04-09 compn document ignore option
2008-04-09 diego 10l: libass compilation should be conditional.
2008-04-09 diego Rename ASS make variable to LIBASS.
2008-04-09 diego Remove useless #include.
2008-04-09 diego Merge libaf/Makefile into Makefile, one less instance of recursive make.
2008-04-09 diego Remove some useless quotes from #error preprocessor directives.
2008-04-09 diego Use quotes instead of angular brackets for local includes.
2008-04-09 diego Handle af_ladspa conditional compilation in the usual way.
2008-04-09 diego Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.
2008-04-09 diego Do not build subrip with debugging symbols.
2008-04-09 diego cosmetics: Group dependency declarations together.
2008-04-09 diego Remove redundant compilation commands that shadow builtin rules.
2008-04-09 diego List libraries to link to in dependency list.
2008-04-09 diego cosmetics: Add CFLAGS to compilation commands everywhere.
2008-04-09 diego Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
2008-04-09 diego Update for latest changes to linking dependencies.
2008-04-09 diego Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
2008-04-09 diego Restore osdep/mmap-os2.c compilation, which was accidentally removed.
2008-04-09 diego cosmetics: Align columns.
2008-04-09 diego Fix nonsensical license header, mpeg2dec is not GNU Make.
2008-04-09 albeu Split the lavf taglists out of the lavf muxer to allow using libmpmux
2008-04-09 albeu Split the aac header parsing out of aac demuxer to allow using libmpmux
2008-04-09 albeu Remove the need for code using stream to export an mp_input_check_interrupt()
2008-04-09 albeu Make stream independent of libmpdemux, the asf demuxer and streaming
2008-04-08 diego Merge libass/Makefile into Makefile, one less recursive make directory.
2008-04-08 diego cosmetics: Rename some shell variables to give them more descriptive names.
2008-04-08 diego cosmetics: Merge shell commands into one line.
2008-04-08 diego Do not suppress command output.