| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Linux test from DirectFB check, it runs on some BSD systems at least. | diego | 2006-10-15 | 1 | -3/+1 |
* | Remove test for framebuffer device from DirectFB check. | diego | 2006-10-15 | 1 | -1/+1 |
* | Create proper define for DFBMGA. | diego | 2006-10-14 | 1 | -0/+3 |
* | Remove intrinsics check, they are no longer used in FFmpeg. | diego | 2006-10-14 | 1 | -37/+0 |
* | Check for maeomo-specific libraries (Nokia 770). | diego | 2006-10-12 | 1 | -0/+30 |
* | Make the socklib check search gethostbyname/socket in libc. | diego | 2006-10-11 | 1 | -1/+1 |
* | Streamline socklib check. | diego | 2006-10-11 | 1 | -7/+4 |
* | Run TOOLS/cpuinfo on x86_64 as well as x86. | diego | 2006-10-11 | 1 | -1/+1 |
* | Change == to = in test comparisons for better portability. | diego | 2006-10-10 | 1 | -3/+3 |
* | List dfbmga and directfb in _novomodules. | syrjala | 2006-10-08 | 1 | -1/+5 |
* | Fix DirectFB version check. The old code simply concatenated the | syrjala | 2006-10-08 | 1 | -6/+14 |
* | Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is | rathann | 2006-10-08 | 1 | -2/+3 |
* | Support for detection of extended instructions on ARM. | diego | 2006-10-08 | 1 | -0/+49 |
* | Cosmetics: consistent order for en-/disabled codecs list | reimar | 2006-10-07 | 1 | -2/+2 |
* | Remove special warning printed when VIDIX is disabled | uau | 2006-10-07 | 1 | -8/+0 |
* | Sync with latest BUILD_ROOT changes in FFmpeg. | diego | 2006-10-07 | 1 | -0/+1 |
* | add gcc-4.x to the list of compilers displayed | gpoirier | 2006-10-06 | 1 | -2/+2 |
* | Remove the x264 option parser, and pass the options on to libx264 as a string... | lorenm | 2006-10-05 | 1 | -1/+1 |
* | removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin... | ben | 2006-09-27 | 1 | -5/+4 |
* | vo_caca: use the pre-1.x compatibility layer so recent | corey | 2006-09-26 | 1 | -0/+3 |
* | Replace preprocessor hacks to work around compilers not supporting named | diego | 2006-09-18 | 1 | -0/+15 |
* | configure should fall back on -mcpu=pentium4 if -mcpu=prescott | diego | 2006-09-18 | 1 | -0/+3 |
* | Add --disable-dvdnav to help output. | diego | 2006-09-18 | 1 | -0/+1 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -0/+32 |
* | The recent renaming of the gcc-checking switches to gcc-check was incomplete. | diego | 2006-09-16 | 1 | -4/+4 |
* | removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kane... | nicodvb | 2006-09-16 | 1 | -1/+1 |
* | Fix Irix build with gcc < 3.x, closes Bugzilla #572. | diego | 2006-09-14 | 1 | -0/+4 |
* | Move conditional compilation to the build system. | diego | 2006-09-12 | 1 | -0/+2 |
* | detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ... | nicodvb | 2006-09-09 | 1 | -32/+38 |
* | Add support for POWER5 as found on IBM eServer OpenPower 720 | gpoirier | 2006-09-06 | 1 | -1/+1 |
* | -lm needs to come before -laudio to avoid link errors in the NAS check. | diego | 2006-09-02 | 1 | -1/+1 |
* | Check for requirements at configure-time, not at run-time. | diego | 2006-08-31 | 1 | -0/+3 |
* | cosmetics: Fix ugly one-space indentation in radio check. | diego | 2006-08-31 | 1 | -10/+10 |
* | split in 2 'horribly long line' | nicodvb | 2006-08-30 | 1 | -1/+2 |
* | make sure opt.h is present when detecting libavformat | nicodvb | 2006-08-30 | 1 | -0/+1 |
* | accept dvdnav version >= 0.2.0; the previous code failed because the check te... | nicodvb | 2006-08-29 | 1 | -1/+2 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 1 | -0/+91 |
* | Reenable some encoders even for MPlayer-only compilation, some filters need it. | diego | 2006-08-27 | 1 | -3/+3 |
* | Only add include flags if cc_check succeeded. | diego | 2006-08-27 | 1 | -17/+16 |
* | Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir. | diego | 2006-08-26 | 1 | -21/+12 |
* | Remove superfluous --with-termcaplib option. | diego | 2006-08-26 | 1 | -7/+1 |
* | Add --extra-libs option to pass linker flags. | diego | 2006-08-26 | 1 | -1/+7 |
* | Remove --with-madlibdir option, it never worked anyway. | diego | 2006-08-26 | 1 | -5/+1 |
* | Disentangle toolame CFLAGS and LDFLAGS handling. | diego | 2006-08-25 | 1 | -12/+6 |
* | Disentangle libdv and vorbis linker flags. | diego | 2006-08-25 | 1 | -1/+2 |
* | Fix .align is a power of two check. | diego | 2006-08-24 | 1 | -1/+1 |
* | fix trailing space problem, which was preventing fontconfig to get compiled | gpoirier | 2006-08-22 | 1 | -1/+1 |
* | support for disabling/enabling bitmap font support from configure | diego | 2006-08-21 | 1 | -0/+17 |
* | Remove unused variable. | diego | 2006-08-21 | 1 | -2/+0 |
* | cosmetics: Fix indentation after last commit. | diego | 2006-08-21 | 1 | -2/+2 |
* | Properly disable tests that depend on X. | diego | 2006-08-21 | 1 | -9/+6 |
* | Remove superfluous variable settings. | diego | 2006-08-21 | 1 | -2/+0 |
* | cosmetics: indentation fix after last commit | diego | 2006-08-21 | 1 | -3/+3 |
* | Remove duplicate check for $_faad_external = auto. | diego | 2006-08-21 | 1 | -3/+0 |
* | Only run the check for external FAAD if internal FAAD is not used. | diego | 2006-08-21 | 1 | -1/+1 |
* | disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl- | nicodvb | 2006-08-20 | 1 | -0/+3 |
* | The X11 header check looks in $_extra_inc that contains directories in the | diego | 2006-08-20 | 1 | -1/+1 |
* | Fix xv and xinerama force on --enable-* | iive | 2006-08-19 | 1 | -4/+4 |
* | Some more consistency for the conditions under which tests are run. | diego | 2006-08-18 | 1 | -11/+11 |
* | Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h" | diego | 2006-08-18 | 1 | -1/+2 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 1 | -1/+1 |
* | fix missing symbol when compiling with live support on mac osx | nplourde | 2006-08-18 | 1 | -1/+1 |
* | 10l: Also rename configure option for gcc check. | diego | 2006-08-17 | 1 | -2/+2 |
* | Rename gcc_checking variable to gcc_check. | diego | 2006-08-17 | 1 | -3/+4 |
* | Add -Wdeclaration-after-statement to CFLAGS if available to ensure people | reimar | 2006-08-17 | 1 | -0/+4 |
* | support for dvdnav is now auto-detected; removed support for dvdnav-dir | nicodvb | 2006-08-14 | 1 | -33/+12 |
* | stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp | diego | 2006-08-14 | 1 | -6/+6 |
* | Add a switch for disabling high precision mpeg audio decoding in libavcodec. | diego | 2006-08-14 | 1 | -2/+10 |
* | Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might | reimar | 2006-08-13 | 1 | -2/+2 |
* | Port ASMALIGN preprocessor macro for .align handling from FFmpeg. | diego | 2006-08-12 | 1 | -0/+21 |
* | Print "no" if all of the Vorbis tests failed. | diego | 2006-08-12 | 1 | -0/+1 |
* | -logg must come before -lvorbisidec since both declare the same symbols. | reimar | 2006-08-08 | 1 | -2/+2 |
* | Reorganize libvorbis/Tremor detection, external Tremor should be detected now. | diego | 2006-08-08 | 1 | -36/+39 |
* | spelling/clarification for --help output | diego | 2006-08-08 | 1 | -4/+4 |
* | cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency. | diego | 2006-08-07 | 1 | -1/+1 |
* | cosmetics: Rename some variables for consistency. | diego | 2006-08-07 | 1 | -3/+3 |
* | Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last | diego | 2006-08-06 | 1 | -3/+4 |
* | Simplify Tremor low accuracy test, label external Tremor as such. | diego | 2006-08-05 | 1 | -6/+2 |
* | 10l, line from a local modification committed by accident. | diego | 2006-08-05 | 1 | -1/+0 |
* | Unify include path handling in the build system, part III: | diego | 2006-08-04 | 1 | -80/+38 |
* | Fix libcdio test after r19200, the detected include dir was not stored. | diego | 2006-08-04 | 1 | -1/+2 |
* | Merge DirectFB header check into DirectFB check. | diego | 2006-08-04 | 1 | -16/+7 |
* | Remove silly check for $_inc_directfb, it is not set beforehand. | diego | 2006-08-04 | 1 | -5/+0 |
* | Remove one more redundant test invocation. | diego | 2006-08-04 | 1 | -1/+1 |
* | Simplify DirectFB header check. | diego | 2006-08-04 | 1 | -7/+2 |
* | cosmetics: Fix DVB test indentation. | diego | 2006-08-03 | 1 | -12/+12 |
* | cosmetics: Fix indentation after last commit. | diego | 2006-08-03 | 1 | -23/+23 |
* | Run DVB (HEAD) test only when the corresponding variable is set to auto. | diego | 2006-08-03 | 1 | -4/+4 |
* | Clean up memalign test and don't apply MEMALIGN_HACK to Darwin. | diego | 2006-08-03 | 1 | -4/+4 |
* | $inc_extra vs $_inc_extra typo, closes bug #543. | diego | 2006-08-01 | 1 | -1/+1 |
* | Simplify LIVE555 test and make it more consistent with the other tests. | diego | 2006-08-01 | 1 | -26/+11 |
* | added audio output for ivtv cards | ben | 2006-07-28 | 1 | -0/+3 |
* | Remove $ from a variable in a comment to avoid irritating expansion. | diego | 2006-07-27 | 1 | -1/+1 |
* | Remove superfluous $_inc_extra parameter from cc_check call. | diego | 2006-07-27 | 1 | -1/+1 |
* | Unify include path handling in the build system, part II. | diego | 2006-07-27 | 1 | -44/+26 |
* | Remove inconsistency from libcdio test. | diego | 2006-07-27 | 1 | -2/+1 |
* | Remove silly test/include path cleanup. | diego | 2006-07-27 | 1 | -3/+0 |
* | Remove unused variable. | diego | 2006-07-27 | 1 | -1/+0 |
* | Rename _inc_soundcard to _include_soundcard, _inc variables are used | diego | 2006-07-27 | 1 | -4/+4 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -20/+4 |
* | Introduce general V4L variable/define. | diego | 2006-07-27 | 1 | -0/+8 |
* | Rename *v4l variable to *v4l1. | diego | 2006-07-27 | 1 | -15/+15 |
* | new vo driver for ivtv cards tv-out through internal h/w mpeg decoder | ben | 2006-07-19 | 1 | -0/+29 |
* | sync to x264 r537 (api change) | lorenm | 2006-07-18 | 1 | -1/+1 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -129/+4 |
* | Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support | gpoirier | 2006-07-13 | 1 | -1/+1 |
* | Streamline GUI build. | diego | 2006-07-13 | 1 | -22/+19 |
* | Use only one global config.mak file. | diego | 2006-07-12 | 1 | -43/+13 |
* | Sync with latest FFmpeg build system changes: | diego | 2006-07-12 | 1 | -13/+13 |
* | remove check. libavutil is now mandatory | ivo | 2006-07-12 | 1 | -1/+0 |
* | Work around DTS_INC and MLIB_INC now being gone from FFmpeg. | diego | 2006-07-12 | 1 | -3/+2 |
* | Make libavutil mandatory. | diego | 2006-07-12 | 1 | -0/+4 |
* | Remove remnants of old libmp1e support. | diego | 2006-07-12 | 1 | -30/+0 |
* | libavformat interdependencies have been fixed so disable all muxers | diego | 2006-07-12 | 1 | -3/+1 |
* | Fix compilation with MEncoder disabled: Some libavformat demuxers have | diego | 2006-07-11 | 1 | -1/+3 |
* | Fix 10l regexp mistake that disabled all decoders/encoders. | diego | 2006-07-11 | 1 | -2/+2 |
* | xvmclib vs xvmclibdir typo | diego | 2006-07-11 | 1 | -2/+2 |
* | Split _libavcodecs variable into _libavdecoders and _libavencoders. | diego | 2006-07-11 | 1 | -9/+16 |
* | Disable FFmpeg muxers when not compiling MEncoder. | diego | 2006-07-11 | 1 | -0/+1 |
* | Sync with FFmpeg: (de)muxers are now individually selectable. | diego | 2006-07-11 | 1 | -0/+14 |
* | Add FFmpeg parsers to config.h as well. | diego | 2006-07-11 | 1 | -0/+1 |
* | Mention that individual codec and parser en-/disabling is FFmpeg-specific. | diego | 2006-07-11 | 1 | -4/+4 |
* | added new pvr:// input for ivtv based cards | ben | 2006-07-10 | 1 | -0/+33 |
* | 10l, xvmclib(dir) does not specify a directory name. | diego | 2006-07-09 | 1 | -5/+5 |
* | Consistent option and variable naming for x11libdir and xvmclibdir. | diego | 2006-07-09 | 1 | -11/+11 |
* | _x11_paths should just be a list of paths without -L. | diego | 2006-07-09 | 1 | -1/+1 |
* | Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled. | diego | 2006-07-09 | 1 | -0/+2 |
* | Sync with latest FFmpeg build system changes, now parsers can be | diego | 2006-07-09 | 1 | -1/+7 |
* | Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current | uau | 2006-07-09 | 1 | -1/+1 |
* | Do not compile FFmpeg muxers and encoders unless MEncoder is enabled. | diego | 2006-07-08 | 1 | -3/+6 |
* | small cosmetics | diego | 2006-07-08 | 1 | -1/+3 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -0/+37 |
* | The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in | diego | 2006-07-07 | 1 | -2/+2 |
* | Move conditional compilation into the build system. | diego | 2006-07-06 | 1 | -0/+23 |
* | Initial win32 gui release. | vayne | 2006-07-06 | 1 | -0/+8 |
* | #define USE_LIBAVUTIL and USE_LIBAVUTIL_SO | nicodvb | 2006-07-05 | 1 | -0/+11 |
* | Remove silly variable indirection. | diego | 2006-07-03 | 1 | -9/+3 |
* | disable vo_md5sum if there is no libavutil | ivo | 2006-07-02 | 1 | -0/+1 |
* | cosmetics: move md5sum check down so it can depend on libavutil later | ivo | 2006-07-02 | 1 | -13/+11 |
* | Move conditional FreeType support compilation to the build system. | diego | 2006-06-30 | 1 | -0/+1 |
* | Remove forgotten --disable-setlocale option from --help output. | diego | 2006-06-22 | 1 | -1/+0 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 1 | -5/+12 |
* | Remove separation between Win32 DLL and DirectShow support in the build system. | diego | 2006-06-21 | 1 | -64/+3 |
* | Change integer to string comparison in hw.optional.altivec test since | diego | 2006-06-19 | 1 | -1/+1 |
* | Conditionally run some CPU-architecture and OS-specific tests. | diego | 2006-06-18 | 1 | -8/+34 |
* | Rename --with-dts*dir options to --with-libdts*dir for consistency and | diego | 2006-06-18 | 1 | -4/+4 |
* | Consistency fix. | rathann | 2006-06-18 | 1 | -2/+2 |
* | Rename --with-libdvnav --> --with-dvdnavdir for consistency. | diego | 2006-06-17 | 1 | -1/+1 |
* | Disentangle _win32 and _dshow, the test for _dshow is disabled anyway. | diego | 2006-06-17 | 1 | -2/+2 |
* | Simplify and streamline FAAD detection. | diego | 2006-06-17 | 1 | -22/+20 |
* | consistency fix: --with-foo switches shall not enable options. | diego | 2006-06-17 | 1 | -5/+0 |
* | cosmetics: Rename some variables and command line parameters. | diego | 2006-06-16 | 1 | -74/+74 |
* | Use a function for help output. | diego | 2006-06-16 | 1 | -7/+10 |
* | option handling consistency fixes | diego | 2006-06-16 | 1 | -1/+2 |
* | readability cosmetics | diego | 2006-06-16 | 1 | -6/+6 |
* | restored support for dvdnav only in the stream layer; all other functionaliti... | nicodvb | 2006-06-14 | 1 | -56/+57 |
* | add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;) | gpoirier | 2006-06-12 | 1 | -0/+4 |
* | Do not require iconv program with --charset=noconv | reimar | 2006-06-10 | 1 | -6/+7 |
* | Don't claim that amr_nb is disabled when the fixed point version is enabled. | diego | 2006-06-09 | 1 | -1/+1 |
* | Generalize runtime linker support. | diego | 2006-06-09 | 1 | -7/+13 |
* | move misplaced echores. Output may still not be as intended though | reimar | 2006-06-07 | 1 | -1/+1 |
* | UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) sol... | rathann | 2006-06-06 | 1 | -1/+2 |
* | libpostproc is not a subdirectory of libavcodec anymore. | diego | 2006-06-02 | 1 | -3/+3 |
* | On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z... | poirierg | 2006-05-31 | 1 | -1/+1 |
* | Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev. | gpoirier | 2006-05-17 | 1 | -0/+16 |
* | |