Wed, 09 Jan 2008 01:17:52 +0000 |
uau |
Set CONFIG_SWSCALER in order to avoid imgresample
|
Thu, 03 Jan 2008 01:44:58 +0000 |
uau |
Add HAVE_SOCKLEN_T to config.h for FFmpeg
|
Wed, 02 Jan 2008 18:32:55 +0000 |
diego |
Use _ISOC99_SOURCE instead of _GNU_SOURCE.
|
Tue, 01 Jan 2008 17:34:57 +0000 |
nicodvb |
include dvdnav.h from its installation directory rather than appending
|
Fri, 28 Dec 2007 17:23:57 +0000 |
eugeni |
Add detection of *lrint* and round* functions to configure.
|
Fri, 28 Dec 2007 10:33:22 +0000 |
diego |
Make windres binary name configurable, useful for cross-compiling.
|
Sat, 22 Dec 2007 15:44:57 +0000 |
reimar |
Simplify int_fastXY_t test in configure.
|
Sat, 22 Dec 2007 11:09:43 +0000 |
reimar |
Add support for XScreenSaverSuspend
|
Thu, 20 Dec 2007 10:10:26 +0000 |
diego |
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
|
Sun, 16 Dec 2007 11:31:52 +0000 |
ulion |
Support cddb on darwin.
|
Fri, 14 Dec 2007 22:02:48 +0000 |
uau |
Always enable largefile support by default
|
Fri, 14 Dec 2007 08:16:39 +0000 |
ulion |
Support using unrar executable to access rar-compressed vobsub files.
|
Tue, 11 Dec 2007 22:37:36 +0000 |
diego |
support for xtensa CPU architecture
|
Tue, 11 Dec 2007 20:40:34 +0000 |
diego |
Do not set SYS_AMIGAOS4, it is unused.
|
Tue, 11 Dec 2007 20:39:18 +0000 |
diego |
SYS_AMIGAOS4 --> __AMIGAOS4__
|
Tue, 11 Dec 2007 20:36:33 +0000 |
diego |
slight consistency change for default DVD device selection
|
Tue, 11 Dec 2007 20:33:56 +0000 |
diego |
Remove redundant condition from list of CD/DVD-ROM devices.
|
Tue, 11 Dec 2007 20:32:50 +0000 |
diego |
Do not set -DSYS_DARWIN, it is unused.
|
Tue, 11 Dec 2007 20:32:21 +0000 |
diego |
Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
|
Sat, 08 Dec 2007 12:55:10 +0000 |
cehoyos |
Allow usage of icc 10.1
|
Tue, 04 Dec 2007 18:10:20 +0000 |
ben |
add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
|
Tue, 04 Dec 2007 15:13:50 +0000 |
lu_zero |
live555 and libnemesi support coexists
|
Sat, 24 Nov 2007 13:14:40 +0000 |
cehoyos |
Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.
|
Thu, 22 Nov 2007 23:08:35 +0000 |
diego |
Fix half-baked last commit.
|
Thu, 22 Nov 2007 17:11:38 +0000 |
diego |
Remove ! operator hack, we require a POSIX-compatible-shell.
|
Thu, 22 Nov 2007 16:46:48 +0000 |
diego |
Invert the logic to check the cmp return value cmp to avoid using the ! operator.
|
Wed, 21 Nov 2007 09:17:04 +0000 |
diego |
main() --> main(void)
|
Wed, 14 Nov 2007 22:21:04 +0000 |
nicodvb |
reindentation
|
Wed, 14 Nov 2007 22:20:19 +0000 |
nicodvb |
removed unneeded checks on the version of dvdnav (the acceptance of
|
Wed, 14 Nov 2007 09:25:54 +0000 |
diego |
libogg muxer no longer exists in FFmpeg.
|
Sun, 11 Nov 2007 09:47:56 +0000 |
diego |
OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.
|
Tue, 06 Nov 2007 23:44:53 +0000 |
rathann |
add support for newer libdca
|
Thu, 01 Nov 2007 23:33:51 +0000 |
diego |
Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.
|
Tue, 30 Oct 2007 02:44:17 +0000 |
zuxy |
Detect IPv6 support on Windows
|
Mon, 29 Oct 2007 18:31:47 +0000 |
lu_zero |
Update to use newer libnemesi, should fix desync, fps guessing may fail now
|
Sat, 20 Oct 2007 22:19:38 +0000 |
diego |
Certain VIDIX drivers only work on x86, disable for other arches.
|
Sat, 20 Oct 2007 16:03:12 +0000 |
uau |
Disable libavcodec libvorbis encoder
|
Sat, 20 Oct 2007 14:52:12 +0000 |
reimar |
Set CONFIG_LIBVORBIS correctly
|
Thu, 18 Oct 2007 13:34:26 +0000 |
reimar |
Replace Polyp- by PulseAudio output.
|
Thu, 18 Oct 2007 10:09:39 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Sat, 13 Oct 2007 17:14:39 +0000 |
voroshil |
DirectShow based tv:// driver for win32
|
Wed, 10 Oct 2007 08:45:54 +0000 |
diego |
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
|
Mon, 08 Oct 2007 11:43:56 +0000 |
diego |
cosmetics: Fix inconsistent indentation in directfb test.
|
Mon, 08 Oct 2007 11:42:47 +0000 |
diego |
Simplify directfb/dfbmga test.
|
Mon, 08 Oct 2007 11:31:28 +0000 |
diego |
cosmetics: Fix indentation after previous commit.
|
Mon, 08 Oct 2007 11:29:45 +0000 |
diego |
Remove useless code, the same check is performed a few lines above.
|
Mon, 08 Oct 2007 08:40:47 +0000 |
diego |
Remove the check for specific gcc versions, because:
|
Wed, 03 Oct 2007 17:06:27 +0000 |
reimar |
The combination _vis=yes and proc=v9 makes no sense and will not even compile.
|
Wed, 03 Oct 2007 14:13:11 +0000 |
reimar |
Do not uselessly set _x264 to the value it already has
|
Mon, 01 Oct 2007 22:46:33 +0000 |
diego |
Detect support of and add necessary CFLAGS to avoid crashes when loading
|
Mon, 01 Oct 2007 13:08:49 +0000 |
diego |
Remove useless quotes.
|
Sun, 30 Sep 2007 12:07:00 +0000 |
attila |
revert changes r23805, r23819 and r23866 to restore the mga_vid check
|
Sun, 30 Sep 2007 11:11:54 +0000 |
lu_zero |
Require atleast libnemesi 0.6.2 (range api and h263 support
|
Sat, 29 Sep 2007 22:49:25 +0000 |
lu_zero |
Gentoo patches for Xext
|
Sat, 29 Sep 2007 22:28:24 +0000 |
diego |
Give temporary executable file the system-specific executable extension.
|
Sat, 29 Sep 2007 22:26:35 +0000 |
diego |
Move declaration of temporary file variables to after the system-specific
|
Sat, 29 Sep 2007 22:19:54 +0000 |
diego |
Fix Theora check without pkgconfig, -ltheora will not link on its own,
|
Sat, 29 Sep 2007 22:16:07 +0000 |
diego |
Nuke some more outdated and confusing comments.
|
Sat, 29 Sep 2007 22:12:30 +0000 |
diego |
Remove redundant comment.
|
Sat, 29 Sep 2007 22:09:31 +0000 |
diego |
Remove useless comment.
|