log Makefile @ 31681:7e7c541566ad

age author description
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.
2009-12-31 reimar Extract functions to generate yuv->rgb matrices and lookup tables into a
2009-12-20 diego Do not auto-generate the C code to handle PCI vendor and device names.
2009-12-20 diego Do not autogenerate vidix/pci_names.h.
2009-12-20 diego Run vidix/pci_db2c.awk directly instead of passing it to awk.
2009-12-19 reimar Experimental support for external libass.
2009-12-19 reimar Add x11_common as dependency for OpenGL with X11 backend.
2009-12-09 reimar DShow TV input needs part of the our DirectShow code, so add the proper
2009-11-17 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.
2009-11-07 cehoyos Remove CONFIG_TV_TELETEXT.
2009-10-29 cehoyos Move teletext specific code from stream into libmpcodecs.
2009-10-19 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
2009-10-18 diego Merge rules for building mencoder and mplayer.
2009-10-18 diego Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
2009-08-28 reimar Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer