log Makefile @ 32163:51622e94f85a

age author description
2010-09-13 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
2010-09-08 reimar Add synchronization of multiple MPlayer instances over UDP.
2010-09-04 diego cosmetics: Move header compilation rules to the bottom of the rules list.
2010-08-23 cigaes EOSD/ASS code factorization
2010-08-17 diego Remove hack that skips including dependency files on distclean.
2010-08-17 diego Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
2010-08-06 greg Import libass 0.9.10
2010-08-03 reimar Add support for bd:// streams as a test for a part of the AACS algorithm.
2010-07-29 siretart remove libavutil/avconfig.h on distclean
2010-07-24 reimar Fix dependency generation for libav*
2010-07-21 reimar Do not compile subassconvert.c if libass is disabled, the functionality
2010-07-21 reimar Add support for libavcore.
2010-07-18 greg subtitles: convert SRT/MicroDVD markup into ASS markup
2010-07-17 diego Rename network build system variable and command line option to networking.
2010-07-10 reimar Add support for PGS subtitle decoding via libavcodec.
2010-07-10 reimar Remove copy of old and ugly libgsm code and wrapper.
2010-07-05 ben Support for unencrypted Blu-ray playback through libbluray.
2010-07-04 reimar Add a manifest file to disable file and registry
2010-07-01 diego Separate automatic dependency generation flags from general CFLAGS.
2010-06-30 diego MP3 decoding through libmpg123
2010-06-28 diego Factorize MPlayer/MEncoder version string handling.
2010-06-22 diego Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
2010-06-21 diego Shut up strict prototype warnings from the gui subdirectory.
2010-06-14 diego Rename configure.log file to the more standard name config.log.
2010-06-14 diego Add path.o to the dependency list of the loader test programs.
2010-06-14 diego Add a command to the binary build rule.
2010-06-14 diego typo: Add missing '$' to EXESUF variable in binary build rule.
2010-06-14 diego Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.
2010-06-13 reimar Remove mp_msg related GUI hacks.
2010-06-10 diego Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.
2010-06-09 diego Split internal and external libmpeg2 support in the build system.
2010-06-09 siretart remove libmpcodecs/vf_rgb2bgr.c
2010-05-30 diego Add codec-cfg.h to the dependency list of codec-cfg.
2010-05-14 siretart remove vf_yuy2, functionality is replaced by -vf format=yuv2
2010-05-09 diego Remove internal liba52 copy.
2010-04-25 reimar Add sdl_common file and use it to share the input handling between -vo gl
2010-04-06 diego Generate dependency information as a sideeffect of compilation.
2010-03-26 diego cosmetics: Break some overly long lines.
2010-03-20 diego Rename get_path.[ch] --> path.[ch].
2010-03-20 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
2010-03-18 reimar Split codec path related code into a separate file to fix Windows build.
2010-03-08 sesse Implement DirectShow filter graph.
2010-03-05 greg Enable ASS/SSA subtitle support in mencoder
2010-02-23 reimar Disable old-style implicit rules to fix MinGW/Cygwin compilation
2010-02-20 diego FFmpeg: Add tomi to architecture list.
2010-02-14 diego Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
2010-02-13 diego osdep/mplayer.rc.o depends on version.h.
2010-02-12 diego Fix linking of loader test programs when loader is disabled.
2010-02-08 diego Fix linking of mp3lib test programs when internal mp3lib is disabled.
2010-02-08 diego Fix linking of liba52 test program when internal liba52 is disabled.
2010-02-01 komh Add OS/2 KAI audio driver support
2010-01-11 reimar Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
2010-01-08 greg Update internal libass copy to commit 8db4a5
2010-01-04 diego Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
2010-01-04 diego Remove previous failed attempt at disabling that auto-generation of some C code.
2010-01-04 diego Drop -Iloader from CPPFLAGS for the loader subdirectory.
2010-01-04 diego Add loader/wine/ to DIRS; its headers should be part of checkheaders.
2010-01-03 reimar 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.
2010-01-03 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
2010-01-03 reimar Finally add matrixview vo.