summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.diego2007-03-241-1/+1
* at open() discard front margin/empty sectors (fixes demuxing by libavformat);...nicodvb2007-03-241-1/+13
* the mirror howto isnt preliminary anymoreattila2007-03-241-6/+2
* r22622: Wording improvement as suggested by Michael.voroshil2007-03-241-3/+8
* r22547: fix up some longer than 80 char lines , and use suggestion from Diego.voroshil2007-03-241-6/+54
* r22547: fix up some longer than 80 char lines , and use suggestion from Diego.voroshil2007-03-241-23/+35
* r22772: Radio driver loading rework.voroshil2007-03-241-2/+2
* cosmetics: Merge #ifdefs for better readability.diego2007-03-231-6/+2
* add mf://bmp wish, remove deinterlace filter during playbackcompn2007-03-231-2/+2
* call vbeGetControllerInfo() only onceaurel2007-03-231-2/+4
* sync with r22779gpoirier2007-03-221-2/+3
* lexical fixesptt2007-03-221-4/+3
* syntax/lexical fixesptt2007-03-221-11/+11
* sync'd up to r21452ptt2007-03-221-13/+37
* sync'd up to r22772ptt2007-03-221-2/+2
* roff fix: escape dash for optionskraymer2007-03-221-1/+1
* r22776: 'D' also turns off and on kerndeintcehoyos2007-03-225-5/+5
* Fix filepos calculationcehoyos2007-03-221-1/+1
* 'D' also turns off and on kerndeintcehoyos2007-03-221-1/+1
* allows to de- and reactivate kerndeint on the flycehoyos2007-03-221-2/+22
* Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)cehoyos2007-03-221-1/+1
* reasonable cutoff frequency defaultmichael2007-03-221-2/+3
* Radio driver loading rework.voroshil2007-03-212-134/+87
* Fix comment about defining HAVE_POSIX_SELECTcehoyos2007-03-211-1/+1
* Conditionally compile vf_bmovl.c instead of enclosing all of the filediego2007-03-213-5/+2
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-215-20/+17
* Declare eof only when stream 0 gets eofrtogni2007-03-201-1/+9
* Fix for realrtsp urls with more than 2 streams:rtogni2007-03-201-3/+5
* Remove unnecessary unistd.h include.diego2007-03-2017-17/+0
* Remove MinGW hack, it's no longer needed.diego2007-03-201-4/+0
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-2021-43/+43
* Add missing $(EXESUF).diego2007-03-201-3/+3
* tab typo fixedptt2007-03-201-1/+1
* Add vfw2menc to the Makefile.diego2007-03-201-2/+5
* sync'd up to r22483ptt2007-03-201-10/+12
* Add explicit SDL include path. This should allow compilation even whendiego2007-03-202-3/+3
* Add return 0 to fix the following warning:diego2007-03-201-0/+2
* Include stdlib.h and string.h to fix the following warnings:diego2007-03-201-0/+2
* Add #include <string.h> to fix the following warning:diego2007-03-201-0/+1
* Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesdiego2007-03-205-10/+7
* --enable-win32 was renamed to --enable-win32dll.diego2007-03-191-1/+1
* ok so cljr , vcr1 and msmpegv1 dont actually work... removedcompn2007-03-191-12/+0
* aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!compn2007-03-191-4/+0
* gsm requires libgsm so remove itcompn2007-03-191-4/+0
* add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)compn2007-03-191-0/+20
* split sonic into sonic/sonicls and wma into wmav1/wmav2compn2007-03-191-3/+11
* add png and gif encoders, how to use them with mencoder is another questioncompn2007-03-191-1/+9
* Explain workaround for -vo gl:scaled-osd -ass image corruption.reimar2007-03-191-1/+2
* Add missing bogus norm warning for v4l2voroshil2007-03-191-0/+3
* Make sure bogus parameter will not be ignored by user. voroshil2007-03-191-1/+1
* Simplify Makefile.diego2007-03-191-5/+3
* Conditionally compile af_export instead of having #ifdef around the file.diego2007-03-192-4/+1
* Move -I. to the front of CFLAGS, works around problems with headers fromdiego2007-03-191-1/+1
* Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.diego2007-03-191-2/+0
* Remove commented-out Cygwin CFLAGS settings.diego2007-03-191-2/+0
* Move setting Cygwin specific CFLAGS to configure.diego2007-03-192-5/+1
* video filters i maintain ...michael2007-03-191-0/+1
* The -Wdeclaration-after-statement test needs a C program.diego2007-03-181-0/+3
* Move -I. and -I.. to the front of CFLAGS so that headers in the root directorydiego2007-03-181-1/+1
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-186-14/+3
* Added myself, as suggested by Diegocehoyos2007-03-181-0/+3
* check that definition of prototype of sysi86(int, void*) doesn't conflict; fi...nicodvb2007-03-182-2/+8
* Merge CFLAGS lines.diego2007-03-181-2/+1
* Move setting CXXFLAGS to configure.diego2007-03-182-3/+4
* Support multiple tags in a single line and tags on the same line as the rtogni2007-03-181-8/+15
* Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.diego2007-03-181-1/+1
* shared libavcodec is not at all broken/obsolete, but simply discouragednicodvb2007-03-181-1/+1
* Group (system-specific) CFLAGS settings together.diego2007-03-181-40/+40
* Move Cygwin specific #define setting to system OS-specific settings section.diego2007-03-181-1/+4
* Move setting of TARGET_WIN32 together with other Win32 settings.diego2007-03-181-6/+3
* Rename win32 variable to the more sensible name win32dll.diego2007-03-181-15/+15
* Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's addeddiego2007-03-181-3/+0
* sync with r22637gpoirier2007-03-181-4/+17
* Support application/smil as mimetype for smil-over-realrtsprtogni2007-03-181-1/+2
* add ffbmp decoder, cant figure out fourcc bit so use format for avi...compn2007-03-181-0/+9
* Move fast cmov detection code from the PPC section into the x86 sectiondiego2007-03-181-11/+10
* add new audio and video codecs to libavcodec listcompn2007-03-181-0/+32
* support for setting and detecting FAST_CMOVdiego2007-03-181-0/+17
* add some updatescompn2007-03-181-2/+4
* Fix configure -march detection for athlon-xpuau2007-03-181-55/+55
* Remove empty directory.diego2007-03-180-0/+0
* fix full range (jpeg yuv) chromamichael2007-03-183-1/+16
* cosmetics, fix indentationattila2007-03-181-7/+7
* allow horizontal resolutions >1024 in case we have a G550attila2007-03-181-6/+29
* sync mga_vid.h to the one in the mga_vid repo.attila2007-03-181-2/+3
* Move files from radeon/ subdirectory here.diego2007-03-178-5/+4
* add fourcc for dxa files, approved by diegocompn2007-03-171-0/+1
* Remove radeonfb, the version in the Linux kernel is much better.diego2007-03-172-3178/+2
* add ffdxa , works on samples/game-formats/dxa/epic.dxa compn2007-03-171-0/+8
* Do not disable cache on MinGW, just disable shmem compilation.diego2007-03-172-3/+4
* 'make install' now takes care of most manual installation steps for *_vid.o.diego2007-03-171-19/+13
* Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.diego2007-03-171-4/+0
* wording/spelling/grammar/updates/cosmeticsdiego2007-03-171-41/+37
* Merge Makefile from radeon/ subdirectory into this one.diego2007-03-172-44/+10
* Create device nodes upon install.diego2007-03-171-0/+2
* update release numbercompn2007-03-171-1/+1
* Introduce OBJS variable for the list of objects to build.diego2007-03-171-2/+4
* add ffdca decodercompn2007-03-171-0/+7
* Remove support for 2.5.x kernels.diego2007-03-171-11/+0
* Add a link to Attila's mga_vid port to Linux 2.6.x.diego2007-03-171-0/+5
* Remove useless compilation commands that are provided by builtin rules.diego2007-03-171-3/+0
* Merge test rules using general pattern.diego2007-03-171-4/+1
* Install tdfx_vid.o as well.diego2007-03-171-1/+1
* Remove now unnecessary MGA_VID_OBJ variable indirection.diego2007-03-171-4/+3
* Remove pointless variable indirection.diego2007-03-171-2/+1
* Remove remnants of Linux 2.6 support, the mga_vid.c part was made todiego2007-03-171-10/+2
* Remove pointless variable indirection for -I options.diego2007-03-171-3/+2
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
* tdfx_vid compilation has been simplified.diego2007-03-171-1/+1
* 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/