summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-176-0/+27
* cosmetics: Remove superfluous comment.diego2007-03-171-4/+0
* Remove superfluous .o creation rule, it's the same as the builtin one.diego2007-03-171-2/+0
* Remove unused variables INCLUDES and MOD_PATH_PREFIX.diego2007-03-171-3/+1
* Remove unused variable AFLAGS.diego2007-03-171-1/+0
* Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.diego2007-03-171-2/+2
* Some more details for the mga_vid section taken from drivers/README.diego2007-03-171-5/+14
* wording/spelling/cosmeticsdiego2007-03-171-13/+14
* Rename tdfx_vid_tst to tdfx_vid_test.diego2007-03-172-3/+3
* Merge README.linux.2.6 into general README.diego2007-03-172-6/+5
* Merge Rage128 README into general README.diego2007-03-172-4/+3
* 10l: omitted '-e' in my r22630 commit.voroshil2007-03-171-1/+1
* Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.diego2007-03-171-2/+2
* Merge CFLAGS and INCLUDES where appropriate.diego2007-03-171-4/+4
* Make strange clean/distclean rules behave in a more standard fashion.diego2007-03-171-4/+2
* Get rid of ugly conditionals.diego2007-03-171-13/+5
* Get rid of stupid recursion within a single directory.diego2007-03-171-3/+2
* Remove unnecessary include options from compilation command.diego2007-03-171-2/+2
* Simplify compilation commands.diego2007-03-171-2/+2
* Remove rule for non-existing file.diego2007-03-171-3/+0
* Simplify compilation command.diego2007-03-171-3/+3
* Mark phony targets as such.diego2007-03-171-0/+1
* whitespace cosmeticsdiego2007-03-171-1/+1
* Mark phony targets as such.diego2007-03-171-0/+2
* Split dependency and rule declaration, avoids duplicate command.diego2007-03-171-1/+1
* Simplify compilation commands.diego2007-03-171-3/+3
* Bring somewhat closer to linking, still won't work, though.diego2007-03-171-3/+1
* Simplify link command.diego2007-03-171-3/+2
* Bring netstream somewhat closer to linking, still won't work.diego2007-03-171-3/+5
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
* Mark phony targets as such.diego2007-03-171-2/+2
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.diego2007-03-171-2/+1
* Remove unused variable.diego2007-03-171-1/+1
* Fix compilation, bswap.h is now mpbswap.h.diego2007-03-171-1/+2
* Remove redundant rule for creating .o files from .c files, it's builtin.diego2007-03-171-4/+0
* Remove obsolete .SUFFIXES variable.diego2007-03-171-2/+0
* Remove nonsensical unused rules.diego2007-03-171-8/+0
* Use quotes instead of angular brackets for non-system includes.diego2007-03-161-5/+5
* Bring vivodump closer to linking; remains broken.diego2007-03-161-2/+4
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-162-3/+2
* Fix compilation due to reorganized header files.diego2007-03-161-0/+2
* whitespace cosmeticsdiego2007-03-161-3/+2
* Remove duplicate largefile CFLAGS that are set from configure.diego2007-03-161-1/+1
* Turn on largefile support for libdvdcss as well.diego2007-03-161-1/+2
* Remove CFLAGS that are already set by configure.diego2007-03-161-2/+1
* Put special CFLAGS for low accuracy tremor in the Makefile, similar to thediego2007-03-162-3/+2
* r22492: documented -reuse-socketkraymer2007-03-161-1/+10
* Remove unnecessary -I option from CFLAGS.diego2007-03-161-2/+0
* Allow to specify frequencies in channels option.voroshil2007-03-162-0/+11
* Mark myself as new TV maintainer as suggested by Jindrich Makovickavoroshil2007-03-161-1/+1
* add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avicompn2007-03-161-0/+1
* Matroska seeking fixesuau2007-03-161-12/+22
* sync with r22503gpoirier2007-03-161-3/+9
* add mute bind which has been default for a while, any other missing defaults?compn2007-03-161-0/+1
* some updates from memory and mplayer irc userscompn2007-03-161-1/+18
* libavcodec's DXA decoder is dependent on zlibvoroshil2007-03-161-1/+1
* Remove useless -I./skin from CFLAGS.diego2007-03-161-1/+0
* Don't look for header files in ../../ anymore. Compilation was broken unlessdiego2007-03-169-50/+50
* Remove unnecessary -I./wm option from CFLAGS.diego2007-03-151-1/+1
* Remove useless -I../loader option from CFLAGS.diego2007-03-151-1/+1
* Use explicit path for headers from the dshow/ subdirectory.diego2007-03-153-5/+5
* Use explicit path for headers from the loader/ directory.diego2007-03-153-5/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-1555-56/+56
* Wording improvement as suggested by Michael.diego2007-03-151-1/+1
* Add live555 include flags to CXXFLAGS only.diego2007-03-152-2/+3
* Add a FIXME note about new sentences on new lines.diego2007-03-151-0/+1
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-1524-64/+62
* Add explicit location for headers from the stream/ directory.diego2007-03-1515-22/+22
* Add explicit location for headers from the stream/ directory.diego2007-03-159-9/+8
* Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.diego2007-03-151-1/+16
* Simplify setting special CFLAGS for decode_i586.o.diego2007-03-151-2/+1
* Remove unnecessary Darwin entry from CFLAGS.diego2007-03-151-4/+0
* Simplify conditional expression.diego2007-03-151-3/+1
* Remove Darwin AltiVec CFLAGS settings, configure handles this.diego2007-03-151-3/+0
* update password-gpg rule from ffmpegmichael2007-03-151-1/+1
* update >5 line reindention rule to what is in ffmpegmichael2007-03-151-2/+3
* update spliting rule to what i just added to ffmpegmichael2007-03-151-7/+7
* cosmetic (move warning point after the existing policy points instead of the ...michael2007-03-151-4/+5
* Remove addition of AltiVec flags to CFLAGS, configure takes care of this.diego2007-03-151-2/+0
* Remove unnecessary include from CFLAGS.diego2007-03-151-2/+0
* Use explicit header location, don't use CFLAGS for simple subdirectories.diego2007-03-153-4/+3
* Check for eof in loop searching for data chunk.reimar2007-03-151-1/+1
* Reuse common parts of all Makefiles.diego2007-03-151-11/+8
* Use versioned names explicitly instead of employed backwards-named variables.diego2007-03-151-8/+5
* Simplify conditional expression.diego2007-03-151-2/+1
* Remove Cygwin case from conditional, it's overridden by the Win32 case.diego2007-03-151-4/+0
* Revert previous broken commit.diego2007-03-151-9/+9
* Remove Cygwin case from conditional, it's overridden by the Win32 case.diego2007-03-151-9/+9
* Rename LIBS variable to more standard name EXTRALIBS.diego2007-03-151-2/+2
* Fix test program linkage.diego2007-03-151-1/+1
* Include loader/ prefix in #include path everywhere.diego2007-03-1512-20/+19
* SHORTNAME is not a target so it should not be used as prerequisite.diego2007-03-151-1/+1
* Merge two clean commands.diego2007-03-151-2/+1
* whitespace cosmeticsdiego2007-03-151-7/+6
* Use standard variable names for SRCS and OBJS.diego2007-03-151-4/+4
* Install targets should not remove files.diego2007-03-151-1/+0
* Add pci_names.c as prerequisite of the all target instead of the .o files.diego2007-03-141-4/+1
* Use the install program detected by configure.diego2007-03-141-1/+1
* Remove useless .SUFFIXES variable.diego2007-03-141-2/+0
* Remove unused SONAME_FLAGS variable.diego2007-03-141-2/+0
* Remove commented out superfluous lines.diego2007-03-141-5/+0
* Simplify rules using make shorthands.diego2007-03-141-7/+7
* whitespace cosmeticsdiego2007-03-141-3/+1
* Simplify handling of extra library flags.diego2007-03-141-9/+1
* Remove superfluous rule and variables, X_LIB does not exist any longer.diego2007-03-141-6/+0
* Remove superfluous variable indirection.diego2007-03-141-4/+2
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-12/+6
* Rename all target to libs.diego2007-03-141-2/+2
* Separate prerequisites and rules to avoid redundant rules.diego2007-03-141-12/+3
* whitespace cosmeticsdiego2007-03-141-5/+4
* Generate dependency information.diego2007-03-141-1/+1
* Remove superfluous rule and variable.diego2007-03-141-6/+0
* Properly mark all phony targets as such.diego2007-03-141-2/+2
* Rename VIDIX_CFLAGS to CFLAGS.diego2007-03-141-4/+4
* Remove unused variable.diego2007-03-141-2/+0
* dont start newline with a space and readd subdirectorycompn2007-03-141-8/+8
* major man page updatekraymer2007-03-141-229/+895
* Use 'libs' instead of 'all' target.diego2007-03-141-1/+1
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-15/+5
* Don't remove 'test' on distclean, there is no such file.diego2007-03-141-1/+1
* cosmetics: Rename variables for consistency with other Makefiles.diego2007-03-141-6/+6
* consistency cosmeticsdiego2007-03-141-2/+2
* Simplify library generation rule.diego2007-03-141-2/+2
* Merge all and do_drivers rules.diego2007-03-141-3/+1
* Remove superfluous/obsolete rules and variables.diego2007-03-141-7/+0
* dep/depend should be a double colon target as well.diego2007-03-131-1/+1
* cosmetics: Move some parts around to make more sense overall.diego2007-03-131-19/+19
* Fix live555 compilation when stream cache is disabled.diego2007-03-131-0/+2
* cosmetics: Move depend target in preparation for upcoming changes.diego2007-03-131-4/+4
* Simplify test program compilation.diego2007-03-131-2/+2
* Fix test program compilation.diego2007-03-131-2/+2
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.diego2007-03-132-4/+4
* Simplify CFLAGS handling.diego2007-03-132-6/+2
* Remove unnecessary -I option.diego2007-03-131-2/+0
* Remove unnecessary -I option.diego2007-03-131-2/+0
* fix wrong typo fix, as noted by Diegogpoirier2007-03-131-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-1319-363/+352
* fix some trivial typosgpoirier2007-03-131-3/+3
* fix up some longer than 80 char lines , and use suggestion from Diego.compn2007-03-131-5/+10
* Give more descriptive names to the source and library variables and splitdiego2007-03-1320-182/+177
* Remove useless #define.diego2007-03-131-1/+1
* Give the library generation target a more sensible name.diego2007-03-131-2/+2
* Add common sources to .depend target.diego2007-03-131-1/+1
* Handle common parts at the objects instead of at the sources level.diego2007-03-131-4/+3
* codecs.conf.h needs to be made before .depend.diego2007-03-121-1/+1
* Mark phony targets as such.diego2007-03-121-0/+2
* dirclean target was removed, don't mark as phony.diego2007-03-121-1/+1
* Remove code duplication in smil parserrtogni2007-03-121-24/+2
* cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...nicodvb2007-03-121-4/+4
* Support smil embedded into xml, fixes bugzilla #768rtogni2007-03-121-0/+2
* mp_msg.c is never built with -DCODECS2HTML.diego2007-03-121-1/+1
* Remove -DCODECS2HTML from .depend creation.diego2007-03-121-1/+1
* r22521: Clarify -reuse-socket description.voroshil2007-03-121-4/+3
* r22408: add -tv driver=help entry, also add dshow tv drivervoroshil2007-03-121-2/+15
* r22413: add xvfwopts compdata and vfw2menc documentation and change to better...voroshil2007-03-123-11/+60
* r22331: Remove some #if 0 codevoroshil2007-03-121-2/+3
* Clarify that commits should not be split arbitrarily by file/directory.diego2007-03-121-1/+2
* spelling/punctuationdiego2007-03-121-11/+11
* fix forgotten \ivo2007-03-121-1/+1
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-0/+130
* Source files should not contain non-ASCII characters.diego2007-03-124-5/+5
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-1/+25
* add vcd support to mingw, patch by zuxy mengcompn2007-03-121-1/+1
* minor clarificationdiego2007-03-121-1/+1
* Clarify -reuse-socket description.diego2007-03-121-2/+2
* typodiego2007-03-121-1/+1
* Fix comment about test application compilation.diego2007-03-121-1/+2
* Add codec-cfg-test, remove now obsolete entries.diego2007-03-110-0/+0
* Add codec-cfg-test target.diego2007-03-111-1/+5
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-112-5/+10
* Reindent messy functions before working on themuau2007-03-111-68/+71
* Make sure docbook 4.x gets preferred over 3.x.diego2007-03-111-0/+2
* mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODERdiego2007-03-111-1/+1
* wording/spelling for lscale=2 suboptiondiego2007-03-111-2/+2
* 'make clean' should remove generated binaries.diego2007-03-111-3/+3
* Merge clean and dirclean targets.diego2007-03-111-4/+2
* forgotten lscale=2 part for gl_common.hreimar2007-03-111-0/+2
* Document lscale=2reimar2007-03-111-0/+3
* Add a new GPU-based scaling method to vo glreimar2007-03-112-0/+33
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-115-17/+23
* fixed dvd chapter and title switchingvayne2007-03-103-14/+28
* removed redundant assignments, these get handled in evDropFilevayne2007-03-101-2/+0
*