summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
| * libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.diego2009-05-121-1/+1
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-268/+279
|\|
| * Rename macosx video output driver to corevideo.diego2009-05-041-1/+1
| * Rename macosx audio output driver to coreaudio.diego2009-05-041-1/+1
| * Move non-conditional SRCS lists below the conditional parts. This allowsdiego2009-04-201-222/+223
| * whitespace cosmeticsdiego2009-04-201-0/+3
| * Use temporary variables to add objects that depend on more than onediego2009-04-201-24/+29
| * Only add existing files to the FFMPEGFILES variable.diego2009-04-201-1/+1
| * Use ADDSUFFIXES function to simplify version.h dependency declaration.diego2009-04-201-1/+1
| * Introduce ADDSUFFIXES function and use it to simplify thediego2009-04-201-2/+3
| * cosmetics: Move ADD_ALL_* functions to a more sensible place.diego2009-04-201-3/+3
| * whitespace cosmeticsdiego2009-04-191-5/+5
| * cosmetics: Rename PARTS variable to FFMPEGPARTS.diego2009-04-191-4/+4
| * Introduce ADD_ALL_DIRS function to factorize clean and distclean target commandsdiego2009-04-191-2/+3
| * Convert another forgotten ADD_ALL_EXESUFS call.diego2009-04-191-1/+1
| * Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.diego2009-04-191-4/+4
| * Remove duplicate entry from DIRS.diego2009-04-191-1/+0
| * Add files in all library subdirectories to FFMPEGFILES variable, notdiego2009-04-191-1/+1
* | Merge svn changes up to r29154Uoti Urpala2009-04-091-1/+3
|\|
| * Specify precise dependencies for generated header file codecs.conf.h.diego2009-04-081-1/+2
| * Reduce compilation time after version.h was updated.cehoyos2009-04-081-1/+2
* | Merge svn changes up to r29150Uoti Urpala2009-04-081-0/+10
|\|
| * Add rules to install gmplayer manual pages.diego2009-04-061-0/+10
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-0/+1
|\ \
| * | Initial ordered chapters supportUoti Urpala2009-04-021-0/+1
* | | Merge svn changes up to r29134Uoti Urpala2009-04-021-0/+12
|\ \ \ | |/ / |/| / | |/
| * Add libbs2b audio filter itself.bircoph2009-04-021-0/+1
| * Add recently added FFmpeg subdirs to DIRS variable.diego2009-04-021-0/+11
| * Do not use full CFLAGS to build codec-cfg, they are unnecessary.diego2009-03-231-1/+1
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-19/+5
|\|
| * KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netdiego2009-03-141-0/+1
| * Only compile fastmemcpybench on x86.diego2009-03-141-2/+2
| * Fix and restructure fastmemcpybench. It is now one binary that runs alldiego2009-03-101-19/+3
| * Remove native nuv demuxer, it only needs more code to achieve the same thingreimar2009-03-091-1/+0
| * Make fastmemcpybench almost working - only thing missing is a way toreimar2009-03-091-2/+2
| * Fix fastmemcpybench tools build:diego2009-03-091-11/+15
| * Add test for C memcpy()michael2009-03-081-0/+1
| * rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordinglyreimar2009-03-081-2/+1
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodereimar2009-03-081-2/+0
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-20/+20
|\|
| * Only add -Ilibdvdnav to the CFLAGS of the files that require it.diego2009-03-051-0/+1
| * Simplify CFLAGS generation for individual targets.diego2009-03-051-9/+9
| * Simplify some vidix dhahelper build commands with automatic make variables.diego2009-03-051-5/+4
| * DART audio output driver for OS/2 by KO Myung-Hun, komh chollian netdiego2009-03-011-0/+1
| * Fix 10l typo in ADD_ALL_EXESUFS function name.diego2009-03-011-1/+1
| * codec-cfg does not depend on codecs.conf.h, it is used to generate it.diego2009-03-011-1/+1
| * Make all object files depend on generated header files.diego2009-03-011-4/+2
| * Add explicit dependencies on generated header files for the object files alongdiego2009-03-011-1/+2
| * Fix dependencies on generated header files for the codec* binaries.diego2009-03-011-3/+3
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-0/+1
|\|
| * Add statistics audio filter that prints information about the audio stream.diego2009-02-211-0/+1
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-0/+1
|\|
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-0/+1
* | Merge svn changes up to r28610Uoti Urpala2009-02-161-0/+1
|\|
| * Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl...reimar2009-02-141-0/+1
* | Merge svn changes up to r28549Uoti Urpala2009-02-131-34/+25
|\|
| * Ignore errors from all rm commands in clean targets.diego2009-02-121-12/+12
| * On clean/distclean, remove binaries with all types of executable suffixes.diego2009-02-121-17/+17
| * Use addprefix and addsuffix functions to generate TOOLS variable.diego2009-02-121-10/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-3/+4
|\|
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-101-0/+1
| * Conditionally compile aclib.c instead of placing #ifdef around its content.diego2009-02-081-1/+1
| * cosmetics: Remove stray tab.diego2009-02-041-1/+1
| * We use libdvdcss 1.2.10, not 1.2.9.diego2009-02-041-1/+1
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-4/+4
|\|
| * Remove -c option from install commands. It is ignored by GNU install anddiego2009-02-011-2/+2
| * Slightly simplify VIDIX_PCI_FILES command.diego2009-01-311-2/+2
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-12/+12
|\|
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-10/+10
| * version.h depends on version.sh.diego2009-01-261-2/+2
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-2/+2
|\|
| * HAVE_3DNOWEX --> HAVE_3DNOWEXTdiego2009-01-251-1/+1
| * Factorize print_version().diego2009-01-251-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-11/+25
|\|
| * Support an "internal" dvdnav version to make it easier to compile with,reimar2009-01-101-0/+14
| * Switch internal dvdread to libdvdread SVN external.reimar2009-01-081-11/+11
* | Merge svn changes up to r28204Uoti Urpala2008-12-271-1/+1
|\|
| * libavcodec/i386/ was renamed to libavcodec/x86/.diego2008-12-221-1/+1
* | Makefile: Fix live555 compilationUoti Urpala2008-12-221-1/+1
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-2/+2
|\|
| * another round of armv4l --> arm changesdiego2008-12-171-1/+1
| * libavcodec/armv4l/ was renamed to libavcodec/arm/.diego2008-12-171-1/+1
* | Makefile: prevent default build rules being used on FFmpeg filesUoti Urpala2008-12-061-1/+5
* | Makefile: Rebuild FFmpeg libraries when .asm and .o files changeUoti Urpala2008-12-061-1/+1
* | Makefile, common.mak: Create .d files when creating corresponding .oUoti Urpala2008-12-061-11/+8
* | Makefile: Don't use "install -d" on existing directoriesUoti Urpala2008-12-061-3/+5
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-5/+60
|\