summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-021-21/+1
* demux_ty: disable -subcc functionality (demux_ty_osd)Uoti Urpala2011-03-241-1/+0
* build: change version number generationUoti Urpala2011-02-191-3/+6
* tremor: drop internal tremor libraryUoti Urpala2011-02-011-18/+0
* libmpeg2: drop libmpeg2 supportUoti Urpala2011-02-011-21/+0
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-3/+0
* vo_dxr2, ao_dxr2: drop dxr2 supportUoti Urpala2011-01-311-1/+0
* vidix: drop VIDIX supportUoti Urpala2011-01-311-79/+4
* libfaad2:/ Remove forked internal libfaad2 copydiego2011-01-311-41/+0
* Merge branch 'sub'Uoti Urpala2011-01-261-14/+18
|\
| * sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-14/+14
| * subtitles: style support for common SubRip tags and MicroDVDUoti Urpala2011-01-181-0/+1
| * subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-0/+3
* | configure: remove MEncoder-related options and testsClément Bœsch2011-01-251-2/+2
|/
* vd_ffmpeg: set thread count to number of cores on machine by defaultUoti Urpala2010-12-201-0/+1
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-061-0/+3
* Makefile: enable .DELETE_ON_ERROR special targetUoti Urpala2010-11-041-0/+6
* Makefile: remove generated locale files in clean targetUoti Urpala2010-11-041-0/+2
* vf_stereo3d: Add stereo3d filterreimar2010-11-021-0/+1
* vo_gl: Move the read_pnm function into a separate filecigaes2010-11-021-1/+2
* Makefile: don't list dependencies for codec-cfg.ddiego2010-11-021-1/+1
* Makefile: Remove __USE_UNIX98 from libdvd* CFLAGSdiego2010-11-021-3/+3
* Makefile: Do not compile libfaad2 with -D_GNU_SOURCEdiego2010-11-021-1/+1
* Makefile: Drop separate compilation rules for dhahelperwin filesdiego2010-11-021-6/+0
* Makefile: Merge dhahelperwinclean and dhahelperclean targetsdiego2010-11-021-5/+3
* Makefile: Remove remnants of explicit dependency file generationdiego2010-11-021-3/+2
* Makefile: Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typodiego2010-11-021-1/+1
* Makefile: read dependency files for assembler files toodiego2010-11-021-1/+1
* Makefile: Rename DEPS variable to DEP_FILESdiego2010-11-021-2/+2
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-021-2/+1
* Makefile: remove obsolete DIRS list entriesUoti Urpala2010-11-021-7/+0
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-17/+16
* Remove MEncoderUoti Urpala2010-11-021-52/+5
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackUoti Urpala2010-11-021-7/+2
* Makefile: remote obsolete dep/depend targets, mark "locales" phonyUoti Urpala2010-11-021-4/+2
* Makefile: Move header compilation rules to the bottom of the rules listdiego2010-11-021-5/+5
* Makefile: remove distclean hack for dependency filesdiego2010-11-021-3/+0
* configure: Rename "network" variable and option to "networking"diego2010-11-021-1/+1
* subs: Add support for PGS subtitle decoding via libavcodecreimar2010-11-021-0/+1
* libgsm: Remove libgsm wrapperreimar2010-11-021-2/+0
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-021-0/+1
* Windows support: add a manifest filereimar2010-11-021-0/+2
* configure: Separate dependency flags from general CFLAGSdiego2010-11-021-4/+4
* ad_mpg123: add MP3 decoding through libmpg123diego2010-11-021-0/+1
* Factorize MPlayer/MEncoder version string handling.diego2010-11-021-1/+1
* Makefile: Move and comment the .SUFFIXES rulediego2010-11-021-2/+4
* build: Rename configure.log file to config.logdiego2010-11-021-1/+1
* Makefile: Add path.o to the dependency list of the loader test programsdiego2010-11-021-1/+1
* Makefile: Add a command to the binary build rule.diego2010-11-021-0/+1
* Makefile: Add missing '$' to EXESUF variable in binary build rule.diego2010-11-021-1/+1
* vf_rgb2bgr: remove the filtersiretart2010-11-021-2/+1
* Merge svn changes up to r31176Uoti Urpala2010-05-301-2/+2
|\
| * remove vf_yuy2, functionality is replaced by -vf format=yuv2siretart2010-05-141-1/+0
* | Merge svn changes up to r31169Uoti Urpala2010-05-301-15/+1
|\|
| * Remove internal liba52 copy.diego2010-05-091-15/+1
* | bstr.[ch]: add new files for struct bstr related functionalityUoti Urpala2010-05-201-0/+1
* | af_lavcac3enc: make the filter work without FFmpeg internalsUoti Urpala2010-05-141-3/+3
* | Merge svn changes up to r31097Uoti Urpala2010-04-261-1/+2
|\|
| * Add sdl_common file and use it to share the input handling between -vo glreimar2010-04-251-1/+2
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-8/+8
|\|
| * Generate dependency information as a sideeffect of compilation.diego2010-04-061-9/+0
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-4/+7
|\|
| * cosmetics: Break some overly long lines.diego2010-03-261-3/+6
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-201-1/+0
| * Split codec path related code into a separate file to fix Windows build.reimar2010-03-181-0/+1
* | build: create and install .mo translation filesUoti Urpala2010-04-011-2/+22
* | Makefile: fix %.S rule (broke loader build on x86)Uoti Urpala2010-03-101-1/+1
* | Delete things related to old translation systemUoti Urpala2010-03-101-8/+4
* | Merge svn changes up to r30876Uoti Urpala2010-03-101-0/+2
|\|
| * Implement DirectShow filter graph.sesse2010-03-081-0/+1
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-051-0/+1
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-0/+4
|\|
| * Disable old-style implicit rules to fix MinGW/Cygwin compilationreimar2010-02-231-0/+10
| * FFmpeg: Add tomi to architecture list.diego2010-02-201-0/+1
| * Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].diego2010-02-141-1/+1
* | Makefile: remove outdated vf_halfpack entryUoti Urpala2010-03-091-1/+1
* | Merge svn changes up to r30550Uoti Urpala2010-03-091-4/+7
|\|
| * osdep/mplayer.rc.o depends on version.h.diego2010-02-131-1/+1
| * Fix linking of loader test programs when loader is disabled.diego2010-02-121-3/+6
* | Merge svn changes up to r30529Uoti Urpala2010-03-091-4/+8
|\|
| * Fix linking of mp3lib test programs when internal mp3lib is disabled.diego2010-02-081-2/+4
| * Fix linking of liba52 test program when internal liba52 is disabled.diego2010-02-081-2/+4
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-0/+1
|\|
| * Add OS/2 KAI audio driver supportkomh2010-02-011-0/+1
* | build: remove separate mp_msg-mencoder.cUoti Urpala2010-03-091-3/+2
* | Makefile: vf_halfpack no longer needs libswscale internalsUoti Urpala2010-02-261-2/+2
* | Merge branch 'matroska'Uoti Urpala2010-01-281-1/+3
|\ \
| * | matroska: add new parsing codeUoti Urpala2010-01-271-1/+3
* | | Merge svn changes up to r30301Uoti Urpala2010-01-251-2/+2
|\ \ \ | |/ / |/| / | |/
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-111-2/+2
| * Update internal libass copy to commit 8db4a5greg2010-01-081-0/+3
* | Merge svn changes up to r30216Uoti Urpala2010-01-081-3/+4
|\|
| * Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.diego2010-01-041-1/+1
| * Remove previous failed attempt at disabling that auto-generation of some C code.diego2010-01-041-1/+1
| * Drop -Iloader from CPPFLAGS for the loader subdirectory.diego2010-01-041-1/+1
| * Add loader/wine/ to DIRS; its headers should be part of checkheaders.diego2010-01-041-0/+1
* | Merge svn changes up to r30187Uoti Urpala2010-01-081-1/+1
|\|
| * 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.reimar2010-01-031-1/+1
| * Change vo_png to use FFmpeg's png encoder instead of libpng.reimar2010-01-031-1/+1
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-0/+1
|\|
| * Finally add matrixview vo.reimar2010-01-031-0/+1
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-1/+1
|\|
| * Extract functions to generate yuv->rgb matrices and lookup tables into areimar2009-12-311-1/+1
* | Merge svn changes up to r30104Uoti Urpala2009-12-301-3/+3
|\|
| * Do not auto-generate the C code to handle PCI vendor and device names.diego2009-12-201-1/+1
| * Do not autogenerate vidix/pci_names.h.diego2009-12-201-1/+1
| * Run vidix/pci_db2c.awk directly instead of passing it to awk.diego2009-12-201-1/+1
| * Experimental support for external libass.reimar2009-12-191-3/+4
* | Merge svn changes up to r30065Uoti Urpala2009-12-291-0/+1
|\|
| * Add x11_common as dependency for OpenGL with X11 backend.reimar2009-12-191-0/+1
* | Merge svn changes up to r30055Uoti Urpala2009-12-181-1/+4
|\|
| * DShow TV input needs part of the our DirectShow code, so add the properreimar2009-12-091-1/+4
* | build: Generate version numbers for gitUoti Urpala2009-11-231-4/+0
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-1/+3
|\|
| * Add preliminary support for streaming via FFmpeg's URProtocol functions.reimar2009-11-171-1/+3
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-14/+6
|\|
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-1/+1
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-1/+1
| * Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.diego2009-10-191-7/+4
| * Merge rules for building mencoder and mplayer.diego2009-10-181-3/+4
| * Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.diego2009-10-181-8/+2
* | av_log callback handling overhaulUoti Urpala2009-10-311-0/+1
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-2/+2
|\|
| * Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerreimar2009-08-281-1/+1
| * Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.reimar2009-08-281-1/+1
* | vf_uspp: Mark as depending on avcodec API only, not internalsUoti Urpala2009-07-261-1/+1
* | build: Readd support for code depending on FFmpeg internalsUoti Urpala2009-07-261-1/+12
* | build: Remove code for internal FFmpeg buildUoti Urpala2009-07-261-45/+1
* | Remove internal libass treeUoti Urpala2009-07-261-9/+1
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-4/+4
* | Merge svn changes up to r29417Uoti Urpala2009-07-121-0/+1
|\|
| * new debanding filterlorenm2009-07-071-0/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-59/+1
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-8/+8
|\|
| * Rename LIBVORBIS Makefile variable to VORBIS.diego2009-06-141-2/+2
| * cosmetics: alphabetically sort SRCS_MPLAYERdiego2009-05-211-4/+4
| * Add missing path to find invocation for tags/TAGS creation.diego2009-05-151-2/+2
| * Simplify find invocation in tags/TAGS generation command:diego2009-05-151-2/+2
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-5/+6
|\|
| * Make sure that -I flags for internal library copies come before other CFLAGSdiego2009-05-121-5/