| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Zoran video controller check after the libavcodec one. | iive | 2008-01-23 | 1 | -25/+26 |
* | The GUI requires font support. | diego | 2008-01-14 | 1 | -0/+2 |
* | Set CONFIG_SWSCALER in order to avoid imgresample | uau | 2008-01-09 | 1 | -0/+2 |
* | Add HAVE_SOCKLEN_T to config.h for FFmpeg | uau | 2008-01-03 | 1 | -0/+2 |
* | Use _ISOC99_SOURCE instead of _GNU_SOURCE. | diego | 2008-01-02 | 1 | -1/+1 |
* | include dvdnav.h from its installation directory rather than appending | nicodvb | 2008-01-01 | 1 | -1/+1 |
* | Add detection of *lrint* and round* functions to configure. | eugeni | 2007-12-28 | 1 | -9/+16 |
* | Make windres binary name configurable, useful for cross-compiling. | diego | 2007-12-28 | 1 | -0/+6 |
* | Simplify int_fastXY_t test in configure. | reimar | 2007-12-22 | 1 | -4/+1 |
* | Add support for XScreenSaverSuspend | reimar | 2007-12-22 | 1 | -0/+25 |
* | Remove internal unrarlib copy, the new unrarexec code is a strict superset. | diego | 2007-12-20 | 1 | -15/+0 |
* | Support cddb on darwin. | ulion | 2007-12-16 | 1 | -1/+1 |
* | Always enable largefile support by default | uau | 2007-12-14 | 1 | -2/+2 |
* | Support using unrar executable to access rar-compressed vobsub files. | ulion | 2007-12-14 | 1 | -0/+20 |
* | support for xtensa CPU architecture | diego | 2007-12-11 | 1 | -1/+12 |
* | Do not set SYS_AMIGAOS4, it is unused. | diego | 2007-12-11 | 1 | -1/+1 |
* | SYS_AMIGAOS4 --> __AMIGAOS4__ | diego | 2007-12-11 | 1 | -1/+1 |
* | slight consistency change for default DVD device selection | diego | 2007-12-11 | 1 | -1/+1 |
* | Remove redundant condition from list of CD/DVD-ROM devices. | diego | 2007-12-11 | 1 | -3/+0 |
* | Do not set -DSYS_DARWIN, it is unused. | diego | 2007-12-11 | 1 | -1/+1 |
* | Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__. | diego | 2007-12-11 | 1 | -1/+1 |
* | Allow usage of icc 10.1 | cehoyos | 2007-12-08 | 1 | -1/+1 |
* | add new configure option to disable VIDIX PCI device name database (saves a 3... | ben | 2007-12-04 | 1 | -0/+11 |
* | live555 and libnemesi support coexists | lu_zero | 2007-12-04 | 1 | -2/+2 |
* | Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore. | cehoyos | 2007-11-24 | 1 | -2/+2 |
* | Fix half-baked last commit. | diego | 2007-11-22 | 1 | -3/+4 |
* | Remove ! operator hack, we require a POSIX-compatible-shell. | diego | 2007-11-22 | 1 | -31/+18 |
* | Invert the logic to check the cmp return value cmp to avoid using the ! opera... | diego | 2007-11-22 | 1 | -1/+1 |
* | main() --> main(void) | diego | 2007-11-21 | 1 | -14/+14 |
* | reindentation | nicodvb | 2007-11-14 | 1 | -1/+1 |
* | removed unneeded checks on the version of dvdnav (the acceptance of | nicodvb | 2007-11-14 | 1 | -6/+0 |
* | libogg muxer no longer exists in FFmpeg. | diego | 2007-11-14 | 1 | -1/+0 |
* | OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg. | diego | 2007-11-11 | 1 | -1/+1 |
* | add support for newer libdca | rathann | 2007-11-06 | 1 | -2/+4 |
* | Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791. | diego | 2007-11-01 | 1 | -0/+1 |
* | Detect IPv6 support on Windows | zuxy | 2007-10-30 | 1 | -1/+5 |
* | Update to use newer libnemesi, should fix desync, fps guessing may fail now | lu_zero | 2007-10-29 | 1 | -1/+1 |
* | Certain VIDIX drivers only work on x86, disable for other arches. | diego | 2007-10-20 | 1 | -2/+2 |
* | Disable libavcodec libvorbis encoder | uau | 2007-10-20 | 1 | -1/+1 |
* | Set CONFIG_LIBVORBIS correctly | reimar | 2007-10-20 | 1 | -0/+1 |
* | Replace Polyp- by PulseAudio output. | reimar | 2007-10-18 | 1 | -22/+20 |
* | Sync with latest FFmpeg changes. | diego | 2007-10-18 | 1 | -1/+1 |
* | DirectShow based tv:// driver for win32 | voroshil | 2007-10-13 | 1 | -2/+35 |
* | Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL. | diego | 2007-10-10 | 1 | -2/+2 |
* | cosmetics: Fix inconsistent indentation in directfb test. | diego | 2007-10-08 | 1 | -7/+7 |
* | Simplify directfb/dfbmga test. | diego | 2007-10-08 | 1 | -10/+10 |
* | cosmetics: Fix indentation after previous commit. | diego | 2007-10-08 | 1 | -3/+3 |
* | Remove useless code, the same check is performed a few lines above. | diego | 2007-10-08 | 1 | -4/+0 |
* | Remove the check for specific gcc versions, because: | diego | 2007-10-08 | 1 | -1/+1 |
* | The combination _vis=yes and proc=v9 makes no sense and will not even compile. | reimar | 2007-10-03 | 1 | -1/+1 |
* | Do not uselessly set _x264 to the value it already has | reimar | 2007-10-03 | 1 | -2/+0 |
* | Detect support of and add necessary CFLAGS to avoid crashes when loading | diego | 2007-10-01 | 1 | -0/+20 |
* | Remove useless quotes. | diego | 2007-10-01 | 1 | -1/+1 |
* | revert changes r23805, r23819 and r23866 to restore the mga_vid check | attila | 2007-09-30 | 1 | -4/+4 |
* | Require atleast libnemesi 0.6.2 (range api and h263 support | lu_zero | 2007-09-30 | 1 | -1/+1 |
* | Gentoo patches for Xext | lu_zero | 2007-09-29 | 1 | -2/+2 |
* | Give temporary executable file the system-specific executable extension. | diego | 2007-09-29 | 1 | -1/+1 |
* | Move declaration of temporary file variables to after the system-specific | diego | 2007-09-29 | 1 | -14/+17 |
* | Fix Theora check without pkgconfig, -ltheora will not link on its own, | diego | 2007-09-29 | 1 | -2/+2 |
* | Nuke some more outdated and confusing comments. | diego | 2007-09-29 | 1 | -9/+0 |
* | Remove redundant comment. | diego | 2007-09-29 | 1 | -1/+0 |
* | Remove useless comment. | diego | 2007-09-29 | 1 | -1/+0 |
* | cosmetics: Move the command to remove configure.log out of a block of variable | diego | 2007-09-29 | 1 | -1/+1 |
* | fixing uau's GNUisms... 100l | rfelker | 2007-09-27 | 1 | -1/+1 |
* | Fix compilation after FFmpegs r10594. | cehoyos | 2007-09-26 | 1 | -1/+1 |
* | BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to ... | reimar | 2007-09-26 | 1 | -2/+2 |
* | Fix building without network. | iive | 2007-09-22 | 1 | -2/+4 |
* | libnemesi support, yet another rtsp/rtp library... | lu_zero | 2007-09-19 | 1 | -2/+30 |
* | Mention that libavc png decoder depends on zlib | reimar | 2007-09-18 | 1 | -1/+1 |
* | Merge three sed invocations into one. | diego | 2007-09-16 | 1 | -3/+1 |
* | Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man | diego | 2007-09-16 | 1 | -2/+2 |
* | prevent some vidix drivers to get compiled on powerpc, they are not intended ... | ben | 2007-09-15 | 1 | -0/+5 |
* | restored vidix build on powerpc | ben | 2007-09-15 | 1 | -2/+1 |
* | pthreads support is required for teletext | voroshil | 2007-09-14 | 1 | -1/+1 |
* | Fix ESD check: use an ESD function to actually check linking and do | reimar | 2007-09-14 | 1 | -2/+2 |
* | Do not replace _ by - if x86_64 is given in --target. | reimar | 2007-09-12 | 1 | -1/+4 |
* | Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link. | diego | 2007-09-09 | 1 | -12/+12 |
* | Fix fast_cmov detection broken by r24371 | zuxy | 2007-09-08 | 1 | -5/+4 |
* | Use -march=native (avail. since gcc 4.2) when possible | zuxy | 2007-09-08 | 1 | -0/+2 |
* | Fix typo in r24360 | cehoyos | 2007-09-07 | 1 | -1/+1 |
* | Fix compilation after FFmpeg AUDIO_(DE)MUXER split | uau | 2007-09-07 | 1 | -2/+2 |
* | Fix compilation after FFmpeg r10426. | cehoyos | 2007-09-07 | 1 | -2/+2 |
* | Fix AltiVec autodetection: The autodetection was overriding configure | diego | 2007-09-06 | 1 | -4/+5 |
* | Fix compilation after FFmpeg r10411. | cehoyos | 2007-09-05 | 1 | -1/+1 |
* | Make DGA 1 and DGA 2 separately selectable. | diego | 2007-08-31 | 1 | -25/+31 |
* | Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg. | diego | 2007-08-27 | 1 | -2/+6 |
* | Better handling of Alpha MVI CPU extensions (untested). | diego | 2007-08-27 | 1 | -10/+11 |
* | Remove unused _def_altivec | reimar | 2007-08-26 | 1 | -8/+0 |
* | Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE... | reimar | 2007-08-26 | 1 | -5/+3 |
* | CONFIG_DARWIN was removed from FFmpeg. | diego | 2007-08-22 | 1 | -1/+1 |
* | Finally fix --enable-debug compilation | reimar | 2007-08-22 | 1 | -0/+2 |
* | Add libdvdcss-specific CFLAGS in the correct place. | diego | 2007-08-18 | 1 | -1/+2 |
* | adding help for --ar --ranlib | mhoffman | 2007-08-16 | 1 | -0/+2 |
* | Move setting of res_comment for internal dvdread to a more sensible place. | diego | 2007-08-16 | 1 | -1/+1 |
* | allow setting of ranlib from the commandline of configure | mhoffman | 2007-08-16 | 1 | -0/+3 |
* | allow setting of ar from the commandline of configure | mhoffman | 2007-08-16 | 1 | -0/+5 |
* | Sync libdvdread with version 0.9.5 (functional changes). | diego | 2007-08-15 | 1 | -0/+3 |
* | cosmetics: Reorder lines for consistency. | diego | 2007-08-15 | 1 | -1/+1 |
* | Rename TMPO to TMPEXE, it is an executable, not an object file. | diego | 2007-08-14 | 1 | -15/+15 |
* | Apple Remote support | diego | 2007-08-14 | 1 | -0/+46 |
* | Remove additional warnings when using icc - similar to -Wno-pointer-sign. | cehoyos | 2007-08-13 | 1 | -1/+1 |
* | Remove unused definition. | diego | 2007-08-12 | 1 | -5/+0 |
* | Move some more compiler flags to configure. | diego | 2007-08-09 | 1 | -1/+10 |
* | Remove unused definition. | diego | 2007-08-08 | 1 | -3/+0 |
* | Move some #defines into configure/config.h. | diego | 2007-08-08 | 1 | -0/+12 |
* | Move HAVE_INTTYPES_H definition to a more sensible place in config.h. | diego | 2007-08-07 | 1 | -6/+6 |
* | Improve error message. | diego | 2007-08-07 | 1 | -1/+1 |
* | Give the cpuinfo binary the right suffix $_exesuf | reimar | 2007-08-03 | 1 | -2/+2 |
* | add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu) | reimar | 2007-08-03 | 1 | -0/+32 |
* | Define ENABLE_GRAY for FFmpeg | uau | 2007-08-01 | 1 | -0/+3 |
* | 10l for committing untested changes, a test call was missing. | diego | 2007-08-01 | 1 | -1/+1 |
* | (cosmetics) Make TV detection code two spaces indented | voroshil | 2007-08-01 | 1 | -48/+48 |
* | Enable teletext for V4Lv1. | voroshil | 2007-08-01 | 1 | -4/+5 |
* | Make teletext depend on freetype. Fixes compilation failer (in sub.c). | iive | 2007-07-30 | 1 | -1/+1 |
* | 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test | reimar | 2007-07-30 | 1 | -1/+1 |
* | Extend OpenGL configure test to also check for glx/wgl and proper linking. | reimar | 2007-07-30 | 1 | -1/+17 |
* | Change V4L2 MPEG decoder check so it can actually fail | reimar | 2007-07-30 | 1 | -4/+6 |
* | v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as... | ben | 2007-07-29 | 1 | -0/+38 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+26 |
* | Disable building of vo_mga on all linux platforms despite not having Matrox c... | iive | 2007-07-26 | 1 | -2/+2 |
* | add Hitachi SuperH (SH3) support | gpoirier | 2007-07-26 | 1 | -2/+20 |
* | Fix configure regexp for enabling FFmpeg features | uau | 2007-07-25 | 1 | -1/+1 |
* | avoid ff_config_enable doing partial matches. | reimar | 2007-07-25 | 1 | -1/+1 |
* | Make the assembler accept VIS instrucitions on ultraSPARC. | diego | 2007-07-22 | 1 | -1/+1 |
* | DTS decoding via libdca | rtogni | 2007-07-22 | 1 | -0/+25 |
* | Remove unused definition. | diego | 2007-07-21 | 1 | -2/+0 |
* | Use --static flag for pkg-config if --enable-static was used. | reimar | 2007-07-20 | 1 | -0/+3 |
* | !00l, last commit mixed up "normal" ggi and ggiwmh tests. | reimar | 2007-07-20 | 1 | -2/+2 |
* | Change ggi and SDL tests so that linking problems with --enable-static are more | reimar | 2007-07-20 | 1 | -2/+5 |
* | Remove vo_syncfb, which was unused for 5 years. | diego | 2007-07-20 | 1 | -13/+0 |
* | Rename mga_vid test to make it more descriptive. | diego | 2007-07-18 | 1 | -1/+1 |
* | Restore vo_mga check, it is Linux-only. | diego | 2007-07-18 | 1 | -1/+5 |
* | Remove pointless printing of include and linker paths. | diego | 2007-07-17 | 1 | -15/+0 |
* | Do not test for the existence of device files during configuration, | diego | 2007-07-17 | 1 | -6/+2 |
* | Modify X11 headers check so as not to add /usr/include, the default system | diego | 2007-07-17 | 1 | -11/+13 |
* | Remove /usr/include from the list of places to check for headers, | diego | 2007-07-17 | 1 | -1/+1 |
* | Remove commented-out dynamic linking check. | diego | 2007-07-17 | 1 | -15/+0 |
* | Remove unused scandir() check and fallback implementation. | diego | 2007-07-17 | 1 | -20/+0 |
* | Remove unused ftello() check and fallback implementation. | diego | 2007-07-17 | 1 | -28/+0 |
* | Remove unused fseeko() check and fallback implementation. | diego | 2007-07-17 | 1 | -25/+0 |
* | Use native Windows thread API when pthreads isn't available. | zuxy | 2007-07-16 | 1 | -0/+17 |
* | Let us not pretend to be checking for devfs when we are not. | diego | 2007-07-14 | 1 | -5/+0 |
* | Mark mp3lib, liba52 and libmpeg2 tests as internal. | diego | 2007-07-14 | 1 | -3/+3 |
* | Group all vo driver checks together. | diego | 2007-07-14 | 1 | -139/+144 |
* | Move QuickTime codecs check together with the other codecs checks. | diego | 2007-07-14 | 1 | -14/+14 |
* | Simplify termios test. | diego | 2007-07-13 | 1 | -24/+11 |
* | typo, wrong variable name in check | diego | 2007-07-13 | 1 | -1/+1 |
* | Rename nut option and variables to libnut, FFmpeg also contains NUT support. | diego | 2007-07-13 | 1 | -14/+14 |
* | Remove useless variable indirection. | diego | 2007-07-13 | 1 | -3/+1 |
* | Remove redundant variable setting. | diego | 2007-07-13 | 1 | -1/+0 |
* | Add check for mkstemp | rtogni | 2007-07-11 | 1 | -0/+18 |
* | Remove unused test for round(). | diego | 2007-07-11 | 1 | -16/+0 |
* | Remove unused stddef.h check. | diego | 2007-07-11 | 1 | -16/+0 |
* | Simplify soundcard.h check. | diego | 2007-07-11 | 1 | -39/+18 |
* | Remove unused variable. | diego | 2007-07-11 | 1 | -1/+0 |
* | Revert r23758: It broke -vf uspp and -vf mcdeint. | cehoyos | 2007-07-11 | 1 | -4/+3 |
* | Fix compilation with -disable-mencoder | cehoyos | 2007-07-10 | 1 | -3/+4 |
* | Add ENABLE_THREADS and ENABLE_SMALL defines | reimar | 2007-07-06 | 1 | -0/+6 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -46/+0 |
* | Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails. | diego | 2007-07-04 | 1 | -0/+1 |
* | Write configure parameters to configure.log. | diego | 2007-07-04 | 1 | -0/+3 |
* | Sync FFmpeg changes: | diego | 2007-07-03 | 1 | -5/+5 |
* | Add equivalent of -Wno-pointer-sign for icc | cehoyos | 2007-07-02 | 1 | -1/+1 |
* | Get rid of duplicate processor feature variables. | diego | 2007-06-27 | 1 | -11/+0 |
* | Remove check for localtime_r, the function is not used within MPlayer. | diego | 2007-06-27 | 1 | -16/+0 |
* | Hint at --disable-* options as a workaround for outdated binutils. | reimar | 2007-06-25 | 1 | -1/+1 |
* | define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit). | reimar | 2007-06-24 | 1 | -0/+5 |
* | unbreak armv6 previously broken by me... | lu_zero | 2007-06-22 | 1 | -1/+1 |
|