log

age author description
2007-03-25 voroshil r22800: Get rid of useless conditional, using svgalib_helper now requires modifying
2007-03-24 iive Fix double close() in ve_vfw.c
2007-03-24 diego Linking hotfix, libavutil needs to come after libavcodec/libavformat.
2007-03-24 diego Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
2007-03-24 diego cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
2007-03-24 diego Unconditionally add all subdirectories to PARTS. This way make clean always
2007-03-24 diego Move the addition of basic include flags to configure.
2007-03-24 diego libavutil/ is not optional, compile it unconditionally.
2007-03-24 diego Error out if the libavutil subdirectory is unavailable.
2007-03-24 diego Fix make depend: Declare extra dependencies before the rule.
2007-03-24 diego Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
2007-03-24 diego Remove multistage recursion for the vidix subdirectory and recurse from the
2007-03-24 diego Remove generated test program on clean, not just on distclean.
2007-03-24 diego Merge INCLUDES into CFLAGS and remove now redundant commands and rules.
2007-03-24 diego Ignore test program.
2007-03-24 diego cosmetics: Shorten long lines, remove trailing whitespace.
2007-03-24 diego Move test program removal on distclean to mpcommon.mak.
2007-03-24 rtogni Use AV_WB* instead of swap+memcpy+swap
2007-03-24 diego Get rid of useless conditional, using svgalib_helper now requires modifying
2007-03-24 diego Remove unnecessary explicit dependency.
2007-03-24 diego Build shared lib on all platforms.
2007-03-24 diego Remove OpenBSD linking hack. If this is (still) necessary, it needs to be
2007-03-24 diego Remove files maintained by Reimar that he no longer sees a use for.
2007-03-24 diego cosmetics: Shorten overly long lines.
2007-03-24 diego Update copyright year.
2007-03-24 nicodvb at open() discard front margin/empty sectors (fixes demuxing by libavformat); patch by Zuxy meng
2007-03-24 attila the mirror howto isnt preliminary anymore
2007-03-24 voroshil r22622: Wording improvement as suggested by Michael.
2007-03-24 voroshil r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
2007-03-24 voroshil r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
2007-03-24 voroshil r22772: Radio driver loading rework.
2007-03-23 diego cosmetics: Merge #ifdefs for better readability.
2007-03-23 compn add mf://bmp wish, remove deinterlace filter during playback
2007-03-23 aurel call vbeGetControllerInfo() only once
2007-03-22 gpoirier sync with r22779
2007-03-22 ptt lexical fixes
2007-03-22 ptt syntax/lexical fixes
2007-03-22 ptt sync'd up to r21452
2007-03-22 ptt sync'd up to r22772
2007-03-22 kraymer roff fix: escape dash for options
2007-03-22 cehoyos r22776: 'D' also turns off and on kerndeint
2007-03-22 cehoyos Fix filepos calculation
2007-03-22 cehoyos 'D' also turns off and on kerndeint
2007-03-22 cehoyos allows to de- and reactivate kerndeint on the fly
2007-03-22 cehoyos Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)
2007-03-22 michael reasonable cutoff frequency default
2007-03-21 voroshil Radio driver loading rework.
2007-03-21 cehoyos Fix comment about defining HAVE_POSIX_SELECT
2007-03-21 diego Conditionally compile vf_bmovl.c instead of enclosing all of the file
2007-03-21 diego Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
2007-03-20 rtogni Declare eof only when stream 0 gets eof
2007-03-20 rtogni Fix for realrtsp urls with more than 2 streams:
2007-03-20 diego Remove unnecessary unistd.h include.
2007-03-20 diego Remove MinGW hack, it's no longer needed.
2007-03-20 diego Rename open to af_open so as not to conflict with a previous header definition.
2007-03-20 diego Add missing $(EXESUF).
2007-03-20 ptt tab typo fixed
2007-03-20 diego Add vfw2menc to the Makefile.
2007-03-20 ptt sync'd up to r22483
2007-03-20 diego Add explicit SDL include path. This should allow compilation even when
2007-03-20 diego Add return 0 to fix the following warning:
2007-03-20 diego Include stdlib.h and string.h to fix the following warnings:
2007-03-20 diego Add #include <string.h> to fix the following warning:
2007-03-20 diego Move gltest and bmovl-test into the main TOOLS directory, subdirectories
2007-03-19 diego --enable-win32 was renamed to --enable-win32dll.
2007-03-19 compn ok so cljr , vcr1 and msmpegv1 dont actually work... removed
2007-03-19 compn aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
2007-03-19 compn gsm requires libgsm so remove it
2007-03-19 compn add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
2007-03-19 compn split sonic into sonic/sonicls and wma into wmav1/wmav2
2007-03-19 compn add png and gif encoders, how to use them with mencoder is another question
2007-03-19 reimar Explain workaround for -vo gl:scaled-osd -ass image corruption.
2007-03-19 voroshil Add missing bogus norm warning for v4l2
2007-03-19 voroshil Make sure bogus parameter will not be ignored by user.
2007-03-19 diego Simplify Makefile.
2007-03-19 diego Conditionally compile af_export instead of having #ifdef around the file.
2007-03-19 diego Move -I. to the front of CFLAGS, works around problems with headers from
2007-03-19 diego Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
2007-03-19 diego Remove commented-out Cygwin CFLAGS settings.
2007-03-19 diego Move setting Cygwin specific CFLAGS to configure.
2007-03-19 michael video filters i maintain ...
2007-03-18 diego The -Wdeclaration-after-statement test needs a C program.
2007-03-18 diego Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
2007-03-18 diego Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
2007-03-18 cehoyos Added myself, as suggested by Diego
2007-03-18 nicodvb check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
2007-03-18 diego Merge CFLAGS lines.
2007-03-18 diego Move setting CXXFLAGS to configure.
2007-03-18 rtogni Support multiple tags in a single line and tags on the same line as the
2007-03-18 diego Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
2007-03-18 nicodvb shared libavcodec is not at all broken/obsolete, but simply discouraged
2007-03-18 diego Group (system-specific) CFLAGS settings together.
2007-03-18 diego Move Cygwin specific #define setting to system OS-specific settings section.
2007-03-18 diego Move setting of TARGET_WIN32 together with other Win32 settings.
2007-03-18 diego Rename win32 variable to the more sensible name win32dll.
2007-03-18 diego Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
2007-03-18 gpoirier sync with r22637
2007-03-18 rtogni Support application/smil as mimetype for smil-over-realrtsp
2007-03-18 compn add ffbmp decoder, cant figure out fourcc bit so use format for avi...
2007-03-18 diego Move fast cmov detection code from the PPC section into the x86 section
2007-03-18 compn add new audio and video codecs to libavcodec list
2007-03-18 diego support for setting and detecting FAST_CMOV
2007-03-18 compn add some updates
2007-03-18 uau Fix configure -march detection for athlon-xp
2007-03-18 diego Remove empty directory.
2007-03-18 michael fix full range (jpeg yuv) chroma
2007-03-18 attila cosmetics, fix indentation
2007-03-18 attila allow horizontal resolutions >1024 in case we have a G550
2007-03-18 attila sync mga_vid.h to the one in the mga_vid repo.
2007-03-17 diego Move files from radeon/ subdirectory here.
2007-03-17 compn add fourcc for dxa files, approved by diego
2007-03-17 diego Remove radeonfb, the version in the Linux kernel is much better.
2007-03-17 compn add ffdxa , works on samples/game-formats/dxa/epic.dxa
2007-03-17 diego Do not disable cache on MinGW, just disable shmem compilation.
2007-03-17 diego 'make install' now takes care of most manual installation steps for *_vid.o.
2007-03-17 diego Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
2007-03-17 diego wording/spelling/grammar/updates/cosmetics
2007-03-17 diego Merge Makefile from radeon/ subdirectory into this one.
2007-03-17 diego Create device nodes upon install.
2007-03-17 compn update release number
2007-03-17 diego Introduce OBJS variable for the list of objects to build.
2007-03-17 compn add ffdca decoder
2007-03-17 diego Remove support for 2.5.x kernels.
2007-03-17 diego Add a link to Attila's mga_vid port to Linux 2.6.x.
2007-03-17 diego Remove useless compilation commands that are provided by builtin rules.
2007-03-17 diego Merge test rules using general pattern.
2007-03-17 diego Install tdfx_vid.o as well.
2007-03-17 diego Remove now unnecessary MGA_VID_OBJ variable indirection.
2007-03-17 diego Remove pointless variable indirection.
2007-03-17 diego Remove remnants of Linux 2.6 support, the mga_vid.c part was made to
2007-03-17 diego Remove pointless variable indirection for -I options.
2007-03-17 diego Remove unnecessary -I option from CFLAGS.
2007-03-17 diego tdfx_vid compilation has been simplified.
2007-03-17 voroshil New slave command: tv_step_freq <offset in MHz>
2007-03-17 diego cosmetics: Remove superfluous comment.
2007-03-17 diego Remove superfluous .o creation rule, it's the same as the builtin one.
2007-03-17 diego Remove unused variables INCLUDES and MOD_PATH_PREFIX.
2007-03-17 diego Remove unused variable AFLAGS.
2007-03-17 diego Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.
2007-03-17 diego Some more details for the mga_vid section taken from drivers/README.
2007-03-17 diego wording/spelling/cosmetics
2007-03-17 diego Rename tdfx_vid_tst to tdfx_vid_test.
2007-03-17 diego Merge README.linux.2.6 into general README.
2007-03-17 diego Merge Rage128 README into general README.
2007-03-17 voroshil 10l: omitted '-e' in my r22630 commit.
2007-03-17 diego Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.
2007-03-17 diego Merge CFLAGS and INCLUDES where appropriate.
2007-03-17 diego Make strange clean/distclean rules behave in a more standard fashion.
2007-03-17 diego Get rid of ugly conditionals.
2007-03-17 diego Get rid of stupid recursion within a single directory.
2007-03-17 diego Remove unnecessary include options from compilation command.
2007-03-17 diego Simplify compilation commands.
2007-03-17 diego Remove rule for non-existing file.
2007-03-17 diego Simplify compilation command.
2007-03-17 diego Mark phony targets as such.
2007-03-17 diego whitespace cosmetics
2007-03-17 diego Mark phony targets as such.
2007-03-17 diego Split dependency and rule declaration, avoids duplicate command.
2007-03-17 diego Simplify compilation commands.
2007-03-17 diego Bring somewhat closer to linking, still won't work, though.
2007-03-17 diego Simplify link command.
2007-03-17 diego Bring netstream somewhat closer to linking, still won't work.
2007-03-17 diego Remove unnecessary -I option from CFLAGS.
2007-03-17 diego Mark phony targets as such.
2007-03-17 diego Merge INCLUDE and CFLAGS, fixes Cola from last commit.
2007-03-17 diego Remove unused variable.
2007-03-17 diego Fix compilation, bswap.h is now mpbswap.h.
2007-03-17 diego Remove redundant rule for creating .o files from .c files, it's builtin.
2007-03-17 diego Remove obsolete .SUFFIXES variable.
2007-03-17 diego Remove nonsensical unused rules.
2007-03-16 diego Use quotes instead of angular brackets for non-system includes.
2007-03-16 diego Bring vivodump closer to linking; remains broken.
2007-03-16 diego Fix linking: libswscale depends on libavutil, verbose was multiply defined...
2007-03-16 diego Fix compilation due to reorganized header files.
2007-03-16 diego whitespace cosmetics
2007-03-16 diego Remove duplicate largefile CFLAGS that are set from configure.
2007-03-16 diego Turn on largefile support for libdvdcss as well.
2007-03-16 diego Remove CFLAGS that are already set by configure.
2007-03-16 diego Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
2007-03-16 kraymer r22492: documented -reuse-socket
2007-03-16 diego Remove unnecessary -I option from CFLAGS.
2007-03-16 voroshil Allow to specify frequencies in channels option.
2007-03-16 voroshil Mark myself as new TV maintainer as suggested by Jindrich Makovicka
2007-03-16 compn add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
2007-03-16 uau Matroska seeking fixes
2007-03-16 gpoirier sync with r22503
2007-03-16 compn add mute bind which has been default for a while, any other missing defaults?
2007-03-16 compn some updates from memory and mplayer irc users
2007-03-16 voroshil libavcodec's DXA decoder is dependent on zlib
2007-03-16 diego Remove useless -I./skin from CFLAGS.
2007-03-16 diego Don't look for header files in ../../ anymore. Compilation was broken unless
2007-03-15 diego Remove unnecessary -I./wm option from CFLAGS.
2007-03-15 diego Remove useless -I../loader option from CFLAGS.
2007-03-15 diego Use explicit path for headers from the dshow/ subdirectory.
2007-03-15 diego Use explicit path for headers from the loader/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Wording improvement as suggested by Michael.
2007-03-15 diego Add live555 include flags to CXXFLAGS only.
2007-03-15 diego Add a FIXME note about new sentences on new lines.
2007-03-15 diego Add explicit location for headers from the libmpdemux/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.
2007-03-15 diego Simplify setting special CFLAGS for decode_i586.o.
2007-03-15 diego Remove unnecessary Darwin entry from CFLAGS.
2007-03-15 diego Simplify conditional expression.
2007-03-15 diego Remove Darwin AltiVec CFLAGS settings, configure handles this.
2007-03-15 michael update password-gpg rule from ffmpeg
2007-03-15 michael update >5 line reindention rule to what is in ffmpeg
2007-03-15 michael update spliting rule to what i just added to ffmpeg
2007-03-15 michael cosmetic (move warning point after the existing policy points instead of the middle)
2007-03-15 diego Remove addition of AltiVec flags to CFLAGS, configure takes care of this.
2007-03-15 diego Remove unnecessary include from CFLAGS.
2007-03-15 diego Use explicit header location, don't use CFLAGS for simple subdirectories.
2007-03-15 reimar Check for eof in loop searching for data chunk.
2007-03-15 diego Reuse common parts of all Makefiles.
2007-03-15 diego Use versioned names explicitly instead of employed backwards-named variables.
2007-03-15 diego Simplify conditional expression.
2007-03-15 diego Remove Cygwin case from conditional, it's overridden by the Win32 case.
2007-03-15 diego Revert previous broken commit.
2007-03-15 diego Remove Cygwin case from conditional, it's overridden by the Win32 case.
2007-03-15 diego Rename LIBS variable to more standard name EXTRALIBS.
2007-03-15 diego Fix test program linkage.
2007-03-15 diego Include loader/ prefix in #include path everywhere.