aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* FFmpeg: Add tomi to architecture list.Gravatar diego2010-02-20
* Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].Gravatar diego2010-02-14
* osdep/mplayer.rc.o depends on version.h.Gravatar diego2010-02-13
* Fix linking of loader test programs when loader is disabled.Gravatar diego2010-02-12
* Fix linking of mp3lib test programs when internal mp3lib is disabled.Gravatar diego2010-02-08
* Fix linking of liba52 test program when internal liba52 is disabled.Gravatar diego2010-02-08
* Add OS/2 KAI audio driver supportGravatar komh2010-02-01
* Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,Gravatar reimar2010-01-11
* Update internal libass copy to commit 8db4a5Gravatar greg2010-01-08
* Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.Gravatar diego2010-01-04
* Remove previous failed attempt at disabling that auto-generation of some C code.Gravatar diego2010-01-04
* Drop -Iloader from CPPFLAGS for the loader subdirectory.Gravatar diego2010-01-04
* Add loader/wine/ to DIRS; its headers should be part of checkheaders.Gravatar diego2010-01-04
* 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.Gravatar reimar2010-01-03
* Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
* Finally add matrixview vo.Gravatar reimar2010-01-03
* Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
* Do not auto-generate the C code to handle PCI vendor and device names.Gravatar diego2009-12-20
* Do not autogenerate vidix/pci_names.h.Gravatar diego2009-12-20
* Run vidix/pci_db2c.awk directly instead of passing it to awk.Gravatar diego2009-12-20
* Experimental support for external libass.Gravatar reimar2009-12-19
* Add x11_common as dependency for OpenGL with X11 backend.Gravatar reimar2009-12-19
* DShow TV input needs part of the our DirectShow code, so add the properGravatar reimar2009-12-09
* Add preliminary support for streaming via FFmpeg's URProtocol functions.Gravatar reimar2009-11-17
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.Gravatar diego2009-10-19
* Merge rules for building mencoder and mplayer.Gravatar diego2009-10-18
* Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.Gravatar diego2009-10-18
* Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerGravatar reimar2009-08-28
* Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.Gravatar reimar2009-08-28
* new debanding filterGravatar lorenm2009-07-07
* Rename LIBVORBIS Makefile variable to VORBIS.Gravatar diego2009-06-14
* cosmetics: alphabetically sort SRCS_MPLAYERGravatar diego2009-05-21
* Add missing path to find invocation for tags/TAGS creation.Gravatar diego2009-05-15
* Simplify find invocation in tags/TAGS generation command:Gravatar diego2009-05-15
* Make sure that -I flags for internal library copies come before other CFLAGSGravatar diego2009-05-12
* libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.Gravatar diego2009-05-12
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
* Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04
* Move non-conditional SRCS lists below the conditional parts. This allowsGravatar diego2009-04-20
* whitespace cosmeticsGravatar diego2009-04-20
* Use temporary variables to add objects that depend on more than oneGravatar diego2009-04-20
* Only add existing files to the FFMPEGFILES variable.Gravatar diego2009-04-20
* Use ADDSUFFIXES function to simplify version.h dependency declaration.Gravatar diego2009-04-20
* Introduce ADDSUFFIXES function and use it to simplify theGravatar diego2009-04-20
* cosmetics: Move ADD_ALL_* functions to a more sensible place.Gravatar diego2009-04-20
* whitespace cosmeticsGravatar diego2009-04-19
* cosmetics: Rename PARTS variable to FFMPEGPARTS.Gravatar diego2009-04-19
* Introduce ADD_ALL_DIRS function to factorize clean and distclean target commandsGravatar diego2009-04-19