log

age author description
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
Tue, 08 Apr 2008 18:03:14 +0000 diego Move decision about which getch2 and timer file to compile to configure.
Tue, 08 Apr 2008 17:31:25 +0000 diego Move decision about whether or not to compile osdep/mmap_os2.c to configure.
Tue, 08 Apr 2008 17:06:25 +0000 diego Merge simplifications from FFmpeg r12764.