Mercurial > mplayer.hg
graph
-
Remove unused benchmarking scripts.Sat, 31 Mar 2007 14:15:20 +0000, by diego
-
Remove obsolete bitmap font tools.Sat, 31 Mar 2007 14:14:28 +0000, by diego
-
Remove obsolete/unnecessary/trivial scripts and programs.Sat, 31 Mar 2007 14:10:44 +0000, by diego
-
Build libdha statically like all the other libraries.Sat, 31 Mar 2007 13:37:29 +0000, by diego
-
Remove empty section.Sat, 31 Mar 2007 13:35:42 +0000, by diego
-
Gui: Show correct time after seeking in audio-only files.Sat, 31 Mar 2007 11:01:28 +0000, by cehoyos
-
synced with r22772Sat, 31 Mar 2007 08:13:21 +0000, by Gabrov
-
synced with r22800 (missing from previous commit)Sat, 31 Mar 2007 08:04:33 +0000, by Gabrov
-
synced with r22849Sat, 31 Mar 2007 08:00:28 +0000, by Gabrov
-
synced with r22845Sat, 31 Mar 2007 07:16:41 +0000, by Gabrov
-
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpegFri, 30 Mar 2007 22:57:04 +0000, by uau
-
Handle proper compilation on Mac OS X.Fri, 30 Mar 2007 22:09:13 +0000, by diego
-
sync w/ r21155Fri, 30 Mar 2007 18:26:32 +0000, by gpoirier
-
Clarify -xineramascreen -2 behaviourFri, 30 Mar 2007 17:10:35 +0000, by reimar
-
cosmetics: Remove all trailing whitespace.Thu, 29 Mar 2007 18:08:25 +0000, by diego
-
some sync by Fernando Tarn, lists.im gmail comThu, 29 Mar 2007 17:55:38 +0000, by diego
-
Missing svn add from r22841.Thu, 29 Mar 2007 17:21:17 +0000, by rathann
-
Code cleanup: don't include a .c file in mplayer.c and fix a fewThu, 29 Mar 2007 17:16:11 +0000, by rathann
-
Remove stray variable that was causing tests to fail randomly.Thu, 29 Mar 2007 09:27:36 +0000, by diego
-
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.Thu, 29 Mar 2007 09:26:21 +0000, by diego
-
replaced ! with not as adviced by ReimarWed, 28 Mar 2007 20:24:15 +0000, by nicodvb
-
mention vidix in Solaris/x86Wed, 28 Mar 2007 19:16:38 +0000, by nicodvb
-
don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff made me twist the log)Wed, 28 Mar 2007 19:14:53 +0000, by nicodvb
-
in solaris the I/O device to mmap() is /dev/xsvc, not /dev/memWed, 28 Mar 2007 18:45:02 +0000, by nicodvb
-
Spanish man page updates by Fernando TarnTue, 27 Mar 2007 18:13:52 +0000, by kraymer
-
document edgedetect.fp, emboss.fpTue, 27 Mar 2007 08:06:20 +0000, by gpoirier
-
Revert r22819Mon, 26 Mar 2007 22:03:43 +0000, by cehoyos
-
prevent building xvmc with the old api.Mon, 26 Mar 2007 15:53:23 +0000, by iive
-
sync to lavcodecs versionMon, 26 Mar 2007 15:23:15 +0000, by iive
-
r22637: Allow to specify frequencies in channels option.Mon, 26 Mar 2007 12:14:30 +0000, by kraymer
-
Spanish man page updates by Fernando TarnMon, 26 Mar 2007 11:51:15 +0000, by kraymer
-
Handle X-QT extradata in a slightly more correct wayMon, 26 Mar 2007 09:35:03 +0000, by cehoyos
-
Gui: Allow progress bar to move when playing mov or mp4 filesMon, 26 Mar 2007 09:26:02 +0000, by cehoyos
-
Merge realcodecs/ documentation into the README.Sun, 25 Mar 2007 22:36:26 +0000, by diego
-
Use the top-level TOOLS Makefile to build the Real codecs wrappers.Sun, 25 Mar 2007 22:36:08 +0000, by diego
-
Fixes:Sun, 25 Mar 2007 19:25:11 +0000, by rathann
-
Add description of realcodecs subdirSun, 25 Mar 2007 19:07:50 +0000, by rtogni
-
Check buffer size in header dump functionsSun, 25 Mar 2007 19:00:39 +0000, by rtogni
-
Fall back on plain awk during the awk test. It should be safe to assumeSun, 25 Mar 2007 17:38:50 +0000, by diego
-
Fix compilation of libvo/vo_xvmc.cSun, 25 Mar 2007 14:50:02 +0000, by cehoyos
-
r22800: Get rid of useless conditional, using svgalib_helper now requires modifyingSun, 25 Mar 2007 04:26:07 +0000, by voroshil
-
Fix double close() in ve_vfw.cSat, 24 Mar 2007 22:01:20 +0000, by iive
-
Linking hotfix, libavutil needs to come after libavcodec/libavformat.Sat, 24 Mar 2007 20:29:43 +0000, by diego
-
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.Sat, 24 Mar 2007 20:16:34 +0000, by diego
-
cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.Sat, 24 Mar 2007 19:59:36 +0000, by diego
-
Unconditionally add all subdirectories to PARTS. This way make clean alwaysSat, 24 Mar 2007 19:56:00 +0000, by diego
-
Move the addition of basic include flags to configure.Sat, 24 Mar 2007 19:44:15 +0000, by diego
-
libavutil/ is not optional, compile it unconditionally.Sat, 24 Mar 2007 19:40:32 +0000, by diego
-
Error out if the libavutil subdirectory is unavailable.Sat, 24 Mar 2007 19:29:55 +0000, by diego
-
Fix make depend: Declare extra dependencies before the rule.Sat, 24 Mar 2007 17:58:46 +0000, by diego
-
Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.Sat, 24 Mar 2007 16:27:25 +0000, by diego
-
Remove multistage recursion for the vidix subdirectory and recurse from theSat, 24 Mar 2007 16:06:22 +0000, by diego
-
Remove generated test program on clean, not just on distclean.Sat, 24 Mar 2007 15:26:13 +0000, by diego
-
Merge INCLUDES into CFLAGS and remove now redundant commands and rules.Sat, 24 Mar 2007 15:25:07 +0000, by diego
-
Ignore test program.Sat, 24 Mar 2007 15:15:28 +0000, by diego
-
cosmetics: Shorten long lines, remove trailing whitespace.Sat, 24 Mar 2007 15:14:20 +0000, by diego
-
Move test program removal on distclean to mpcommon.mak.Sat, 24 Mar 2007 15:03:57 +0000, by diego
-
Use AV_WB* instead of swap+memcpy+swapSat, 24 Mar 2007 14:40:16 +0000, by rtogni
-
Get rid of useless conditional, using svgalib_helper now requires modifyingSat, 24 Mar 2007 14:39:39 +0000, by diego
-
Remove unnecessary explicit dependency.Sat, 24 Mar 2007 14:22:45 +0000, by diego
-
Build shared lib on all platforms.Sat, 24 Mar 2007 14:20:24 +0000, by diego
-
Remove OpenBSD linking hack. If this is (still) necessary, it needs to beSat, 24 Mar 2007 13:25:51 +0000, by diego
-
Remove files maintained by Reimar that he no longer sees a use for.Sat, 24 Mar 2007 13:17:39 +0000, by diego
-
cosmetics: Shorten overly long lines.Sat, 24 Mar 2007 13:12:55 +0000, by diego
-
Update copyright year.Sat, 24 Mar 2007 13:03:18 +0000, by diego
-
at open() discard front margin/empty sectors (fixes demuxing by libavformat); patch by Zuxy mengSat, 24 Mar 2007 10:37:05 +0000, by nicodvb
-
the mirror howto isnt preliminary anymoreSat, 24 Mar 2007 09:46:12 +0000, by attila
-
r22622: Wording improvement as suggested by Michael.Sat, 24 Mar 2007 03:38:28 +0000, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.Sat, 24 Mar 2007 03:28:32 +0000, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.Sat, 24 Mar 2007 03:08:19 +0000, by voroshil
-
r22772: Radio driver loading rework.Sat, 24 Mar 2007 02:22:00 +0000, by voroshil
-
cosmetics: Merge #ifdefs for better readability.Fri, 23 Mar 2007 13:31:08 +0000, by diego
-
add mf://bmp wish, remove deinterlace filter during playbackFri, 23 Mar 2007 01:48:54 +0000, by compn
-
call vbeGetControllerInfo() only onceFri, 23 Mar 2007 00:31:29 +0000, by aurel
-
sync with r22779Thu, 22 Mar 2007 21:17:54 +0000, by gpoirier
-
lexical fixesThu, 22 Mar 2007 16:27:01 +0000, by ptt
-
syntax/lexical fixesThu, 22 Mar 2007 15:29:30 +0000, by ptt
-
sync'd up to r21452Thu, 22 Mar 2007 14:54:54 +0000, by ptt
-
sync'd up to r22772Thu, 22 Mar 2007 11:27:44 +0000, by ptt
-
roff fix: escape dash for optionsThu, 22 Mar 2007 10:52:56 +0000, by kraymer
-
r22776: 'D' also turns off and on kerndeintThu, 22 Mar 2007 10:38:25 +0000, by cehoyos
-
Fix filepos calculationThu, 22 Mar 2007 10:14:32 +0000, by cehoyos
-
'D' also turns off and on kerndeintThu, 22 Mar 2007 10:10:37 +0000, by cehoyos
-
allows to de- and reactivate kerndeint on the flyThu, 22 Mar 2007 10:06:34 +0000, by cehoyos
-
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)Thu, 22 Mar 2007 10:01:20 +0000, by cehoyos
-
reasonable cutoff frequency defaultThu, 22 Mar 2007 01:50:04 +0000, by michael
-
Radio driver loading rework.Wed, 21 Mar 2007 18:39:57 +0000, by voroshil
-
Fix comment about defining HAVE_POSIX_SELECTWed, 21 Mar 2007 08:44:45 +0000, by cehoyos
-
Conditionally compile vf_bmovl.c instead of enclosing all of the fileWed, 21 Mar 2007 08:29:46 +0000, by diego
-
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineWed, 21 Mar 2007 08:24:20 +0000, by diego
-
Declare eof only when stream 0 gets eofTue, 20 Mar 2007 22:32:38 +0000, by rtogni
-
Fix for realrtsp urls with more than 2 streams:Tue, 20 Mar 2007 22:30:51 +0000, by rtogni
-
Remove unnecessary unistd.h include.Tue, 20 Mar 2007 09:53:31 +0000, by diego
-
Remove MinGW hack, it's no longer needed.Tue, 20 Mar 2007 09:46:26 +0000, by diego
-
Rename open to af_open so as not to conflict with a previous header definition.Tue, 20 Mar 2007 09:46:00 +0000, by diego
-
Add missing $(EXESUF).Tue, 20 Mar 2007 01:35:53 +0000, by diego
-
tab typo fixedTue, 20 Mar 2007 01:32:02 +0000, by ptt
-
Add vfw2menc to the Makefile.Tue, 20 Mar 2007 01:30:48 +0000, by diego
-
sync'd up to r22483Tue, 20 Mar 2007 01:29:03 +0000, by ptt
-
Add explicit SDL include path. This should allow compilation even whenTue, 20 Mar 2007 01:20:57 +0000, by diego
-
Add return 0 to fix the following warning:Tue, 20 Mar 2007 01:15:28 +0000, by diego
-
Include stdlib.h and string.h to fix the following warnings:Tue, 20 Mar 2007 01:11:55 +0000, by diego
-
Add #include <string.h> to fix the following warning:Tue, 20 Mar 2007 01:08:58 +0000, by diego
-
Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesTue, 20 Mar 2007 01:06:51 +0000, by diego
-
--enable-win32 was renamed to --enable-win32dll.Mon, 19 Mar 2007 22:09:53 +0000, by diego
-
ok so cljr , vcr1 and msmpegv1 dont actually work... removedMon, 19 Mar 2007 20:25:26 +0000, by compn
-
aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!Mon, 19 Mar 2007 20:11:05 +0000, by compn
-
gsm requires libgsm so remove itMon, 19 Mar 2007 20:07:48 +0000, by compn
-
add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)Mon, 19 Mar 2007 20:01:02 +0000, by compn
-
split sonic into sonic/sonicls and wma into wmav1/wmav2Mon, 19 Mar 2007 19:21:09 +0000, by compn
-
add png and gif encoders, how to use them with mencoder is another questionMon, 19 Mar 2007 18:57:37 +0000, by compn
-
Explain workaround for -vo gl:scaled-osd -ass image corruption.Mon, 19 Mar 2007 18:27:35 +0000, by reimar