Sat, 09 Sep 2006 19:35:55 +0000 |
nicodvb |
detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
|
Wed, 06 Sep 2006 16:31:32 +0000 |
gpoirier |
Add support for POWER5 as found on IBM eServer OpenPower 720
|
Sat, 02 Sep 2006 15:48:21 +0000 |
diego |
-lm needs to come before -laudio to avoid link errors in the NAS check.
|
Thu, 31 Aug 2006 19:00:09 +0000 |
diego |
Check for requirements at configure-time, not at run-time.
|
Thu, 31 Aug 2006 18:35:32 +0000 |
diego |
cosmetics: Fix ugly one-space indentation in radio check.
|
Wed, 30 Aug 2006 22:28:48 +0000 |
nicodvb |
split in 2 'horribly long line'
|
Wed, 30 Aug 2006 22:25:26 +0000 |
nicodvb |
make sure opt.h is present when detecting libavformat
|
Tue, 29 Aug 2006 21:09:58 +0000 |
nicodvb |
accept dvdnav version >= 0.2.0; the previous code failed because the check test 020 -ge 0110 failed
|
Mon, 28 Aug 2006 17:05:18 +0000 |
reimar |
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
|
Sun, 27 Aug 2006 21:51:09 +0000 |
diego |
Reenable some encoders even for MPlayer-only compilation, some filters need it.
|
Sun, 27 Aug 2006 21:05:42 +0000 |
diego |
Only add include flags if cc_check succeeded.
|
Sat, 26 Aug 2006 22:13:07 +0000 |
diego |
Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.
|
Sat, 26 Aug 2006 20:55:53 +0000 |
diego |
Remove superfluous --with-termcaplib option.
|
Sat, 26 Aug 2006 20:53:37 +0000 |
diego |
Add --extra-libs option to pass linker flags.
|
Sat, 26 Aug 2006 17:10:26 +0000 |
diego |
Remove --with-madlibdir option, it never worked anyway.
|
Fri, 25 Aug 2006 14:28:39 +0000 |
diego |
Disentangle toolame CFLAGS and LDFLAGS handling.
|
Fri, 25 Aug 2006 13:32:22 +0000 |
diego |
Disentangle libdv and vorbis linker flags.
|
Thu, 24 Aug 2006 22:39:26 +0000 |
diego |
Fix .align is a power of two check.
|
Tue, 22 Aug 2006 08:12:20 +0000 |
gpoirier |
fix trailing space problem, which was preventing fontconfig to get compiled
|
Mon, 21 Aug 2006 23:19:11 +0000 |
diego |
support for disabling/enabling bitmap font support from configure
|
Mon, 21 Aug 2006 20:21:03 +0000 |
diego |
Remove unused variable.
|
Mon, 21 Aug 2006 16:24:45 +0000 |
diego |
cosmetics: Fix indentation after last commit.
|
Mon, 21 Aug 2006 16:24:16 +0000 |
diego |
Properly disable tests that depend on X.
|
Mon, 21 Aug 2006 09:34:12 +0000 |
diego |
Remove superfluous variable settings.
|
Mon, 21 Aug 2006 00:42:34 +0000 |
diego |
cosmetics: indentation fix after last commit
|
Mon, 21 Aug 2006 00:42:07 +0000 |
diego |
Remove duplicate check for $_faad_external = auto.
|
Mon, 21 Aug 2006 00:39:48 +0000 |
diego |
Only run the check for external FAAD if internal FAAD is not used.
|
Sun, 20 Aug 2006 11:03:19 +0000 |
nicodvb |
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
|
Sun, 20 Aug 2006 10:01:18 +0000 |
diego |
The X11 header check looks in $_extra_inc that contains directories in the
|
Sat, 19 Aug 2006 19:10:27 +0000 |
iive |
Fix xv and xinerama force on --enable-*
|
Fri, 18 Aug 2006 16:04:16 +0000 |
diego |
Some more consistency for the conditions under which tests are run.
|
Fri, 18 Aug 2006 14:44:09 +0000 |
diego |
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
|
Fri, 18 Aug 2006 13:58:03 +0000 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
Fri, 18 Aug 2006 01:15:46 +0000 |
nplourde |
fix missing symbol when compiling with live support on mac osx
|
Thu, 17 Aug 2006 23:41:51 +0000 |
diego |
10l: Also rename configure option for gcc check.
|
Thu, 17 Aug 2006 23:40:11 +0000 |
diego |
Rename gcc_checking variable to gcc_check.
|
Thu, 17 Aug 2006 15:11:10 +0000 |
reimar |
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
|
Mon, 14 Aug 2006 21:48:20 +0000 |
nicodvb |
support for dvdnav is now auto-detected; removed support for dvdnav-dir
|
Mon, 14 Aug 2006 14:43:38 +0000 |
diego |
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
|
Mon, 14 Aug 2006 12:32:36 +0000 |
diego |
Add a switch for disabling high precision mpeg audio decoding in libavcodec.
|
Sun, 13 Aug 2006 10:19:35 +0000 |
reimar |
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
|
Sat, 12 Aug 2006 23:58:26 +0000 |
diego |
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.
|
Sat, 12 Aug 2006 18:21:51 +0000 |
diego |
Print "no" if all of the Vorbis tests failed.
|
Tue, 08 Aug 2006 11:55:23 +0000 |
reimar |
-logg must come before -lvorbisidec since both declare the same symbols.
|
Tue, 08 Aug 2006 09:29:15 +0000 |
diego |
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.
|
Tue, 08 Aug 2006 09:11:41 +0000 |
diego |
spelling/clarification for --help output
|
Mon, 07 Aug 2006 20:58:39 +0000 |
diego |
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
|
Mon, 07 Aug 2006 08:57:43 +0000 |
diego |
cosmetics: Rename some variables for consistency.
|
Sun, 06 Aug 2006 14:30:38 +0000 |
diego |
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last
|
Sat, 05 Aug 2006 10:02:09 +0000 |
diego |
Simplify Tremor low accuracy test, label external Tremor as such.
|
Sat, 05 Aug 2006 00:20:58 +0000 |
diego |
10l, line from a local modification committed by accident.
|
Fri, 04 Aug 2006 23:57:04 +0000 |
diego |
Unify include path handling in the build system, part III:
|
Fri, 04 Aug 2006 23:42:17 +0000 |
diego |
Fix libcdio test after r19200, the detected include dir was not stored.
|
Fri, 04 Aug 2006 13:23:14 +0000 |
diego |
Merge DirectFB header check into DirectFB check.
|
Fri, 04 Aug 2006 13:10:41 +0000 |
diego |
Remove silly check for $_inc_directfb, it is not set beforehand.
|
Fri, 04 Aug 2006 13:06:52 +0000 |
diego |
Remove one more redundant test invocation.
|
Fri, 04 Aug 2006 13:03:39 +0000 |
diego |
Simplify DirectFB header check.
|
Thu, 03 Aug 2006 23:50:16 +0000 |
diego |
cosmetics: Fix DVB test indentation.
|
Thu, 03 Aug 2006 23:43:15 +0000 |
diego |
cosmetics: Fix indentation after last commit.
|
Thu, 03 Aug 2006 23:41:35 +0000 |
diego |
Run DVB (HEAD) test only when the corresponding variable is set to auto.
|
Thu, 03 Aug 2006 17:07:31 +0000 |
diego |
Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.
|
Tue, 01 Aug 2006 15:10:02 +0000 |
diego |
$inc_extra vs $_inc_extra typo, closes bug #543.
|
Tue, 01 Aug 2006 07:34:32 +0000 |
diego |
Simplify LIVE555 test and make it more consistent with the other tests.
|
Fri, 28 Jul 2006 21:36:03 +0000 |
ben |
added audio output for ivtv cards
|
Thu, 27 Jul 2006 21:06:13 +0000 |
diego |
Remove $ from a variable in a comment to avoid irritating expansion.
|
Thu, 27 Jul 2006 17:45:59 +0000 |
diego |
Remove superfluous $_inc_extra parameter from cc_check call.
|
Thu, 27 Jul 2006 17:43:21 +0000 |
diego |
Unify include path handling in the build system, part II.
|
Thu, 27 Jul 2006 17:39:02 +0000 |
diego |
Remove inconsistency from libcdio test.
|
Thu, 27 Jul 2006 10:52:40 +0000 |
diego |
Remove silly test/include path cleanup.
|
Thu, 27 Jul 2006 10:33:47 +0000 |
diego |
Remove unused variable.
|
Thu, 27 Jul 2006 10:30:39 +0000 |
diego |
Rename _inc_soundcard to _include_soundcard, _inc variables are used
|
Thu, 27 Jul 2006 10:08:17 +0000 |
diego |
Unify include paths in the build system, part I.
|
Thu, 27 Jul 2006 09:34:32 +0000 |
diego |
Introduce general V4L variable/define.
|
Thu, 27 Jul 2006 09:30:39 +0000 |
diego |
Rename *v4l variable to *v4l1.
|
Wed, 19 Jul 2006 22:02:09 +0000 |
ben |
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder
|
Tue, 18 Jul 2006 01:28:56 +0000 |
lorenm |
sync to x264 r537 (api change)
|
Fri, 14 Jul 2006 17:14:16 +0000 |
diego |
Remove support for obsolete and non-free divx4/odivx libraries.
|
Thu, 13 Jul 2006 13:28:56 +0000 |
gpoirier |
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support
|
Thu, 13 Jul 2006 03:05:08 +0000 |
diego |
Streamline GUI build.
|
Wed, 12 Jul 2006 17:28:14 +0000 |
diego |
Use only one global config.mak file.
|
Wed, 12 Jul 2006 16:59:54 +0000 |
diego |
Sync with latest FFmpeg build system changes:
|
Wed, 12 Jul 2006 15:42:47 +0000 |
ivo |
remove check. libavutil is now mandatory
|
Wed, 12 Jul 2006 15:20:34 +0000 |
diego |
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
|
Wed, 12 Jul 2006 14:19:08 +0000 |
diego |
Make libavutil mandatory.
|
Wed, 12 Jul 2006 13:03:40 +0000 |
diego |
Remove remnants of old libmp1e support.
|
Wed, 12 Jul 2006 11:43:50 +0000 |
diego |
libavformat interdependencies have been fixed so disable all muxers
|
Tue, 11 Jul 2006 22:36:04 +0000 |
diego |
Fix compilation with MEncoder disabled: Some libavformat demuxers have
|
Tue, 11 Jul 2006 21:53:58 +0000 |
diego |
Fix 10l regexp mistake that disabled all decoders/encoders.
|
Tue, 11 Jul 2006 19:36:13 +0000 |
diego |
xvmclib vs xvmclibdir typo
|
Tue, 11 Jul 2006 14:47:07 +0000 |
diego |
Split _libavcodecs variable into _libavdecoders and _libavencoders.
|
Tue, 11 Jul 2006 14:45:34 +0000 |
diego |
Disable FFmpeg muxers when not compiling MEncoder.
|
Tue, 11 Jul 2006 09:59:38 +0000 |
diego |
Sync with FFmpeg: (de)muxers are now individually selectable.
|
Tue, 11 Jul 2006 09:36:14 +0000 |
diego |
Add FFmpeg parsers to config.h as well.
|
Tue, 11 Jul 2006 09:23:20 +0000 |
diego |
Mention that individual codec and parser en-/disabling is FFmpeg-specific.
|
Mon, 10 Jul 2006 21:32:19 +0000 |
ben |
added new pvr:// input for ivtv based cards
|
Sun, 09 Jul 2006 17:00:23 +0000 |
diego |
10l, xvmclib(dir) does not specify a directory name.
|
Sun, 09 Jul 2006 16:38:02 +0000 |
diego |
Consistent option and variable naming for x11libdir and xvmclibdir.
|
Sun, 09 Jul 2006 16:37:18 +0000 |
diego |
_x11_paths should just be a list of paths without -L.
|
Sun, 09 Jul 2006 15:38:44 +0000 |
diego |
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.
|
Sun, 09 Jul 2006 15:38:05 +0000 |
diego |
Sync with latest FFmpeg build system changes, now parsers can be
|
Sun, 09 Jul 2006 14:06:13 +0000 |
uau |
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current
|
Sat, 08 Jul 2006 17:09:35 +0000 |
diego |
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.
|
Sat, 08 Jul 2006 13:47:43 +0000 |
diego |
small cosmetics
|
Fri, 07 Jul 2006 18:26:51 +0000 |
eugeni |
Initial libass release (without mencoder support).
|
Fri, 07 Jul 2006 17:04:04 +0000 |
diego |
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
|
Thu, 06 Jul 2006 13:09:45 +0000 |
diego |
Move conditional compilation into the build system.
|
Thu, 06 Jul 2006 01:51:31 +0000 |
vayne |
Initial win32 gui release.
|
Wed, 05 Jul 2006 20:26:39 +0000 |
nicodvb |
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
|
Mon, 03 Jul 2006 23:47:31 +0000 |
diego |
Remove silly variable indirection.
|
Sun, 02 Jul 2006 20:21:27 +0000 |
ivo |
disable vo_md5sum if there is no libavutil
|
Sun, 02 Jul 2006 19:50:52 +0000 |
ivo |
cosmetics: move md5sum check down so it can depend on libavutil later
|
Fri, 30 Jun 2006 12:41:05 +0000 |
diego |
Move conditional FreeType support compilation to the build system.
|
Thu, 22 Jun 2006 09:27:00 +0000 |
diego |
Remove forgotten --disable-setlocale option from --help output.
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Wed, 21 Jun 2006 09:45:17 +0000 |
diego |
Remove separation between Win32 DLL and DirectShow support in the build system.
|
Mon, 19 Jun 2006 09:16:42 +0000 |
diego |
Change integer to string comparison in hw.optional.altivec test since
|
Sun, 18 Jun 2006 11:21:23 +0000 |
diego |
Conditionally run some CPU-architecture and OS-specific tests.
|
Sun, 18 Jun 2006 11:15:20 +0000 |
diego |
Rename --with-dts*dir options to --with-libdts*dir for consistency and
|
Sun, 18 Jun 2006 09:02:38 +0000 |
rathann |
Consistency fix.
|
Sat, 17 Jun 2006 17:18:46 +0000 |
diego |
Rename --with-libdvnav --> --with-dvdnavdir for consistency.
|