log

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