| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't just check for the existence of xmmintrin.h, also verify it will compile. | diego | 2006-05-14 | 1 | -1/+1 |
* | Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg. | diego | 2006-05-14 | 1 | -0/+39 |
* | Use egrep together with extended regular expressions for greater portability. | diego | 2006-05-14 | 1 | -1/+1 |
* | Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis. | diego | 2006-05-14 | 1 | -1/+1 |
* | add check for a working iconv program and point to workaround if not found | reimar | 2006-05-13 | 1 | -0/+18 |
* | Remove redundant line. | diego | 2006-05-13 | 1 | -1/+0 |
* | Linkers, assisted by a compiler, can optimize out the string that is being | diego | 2006-05-13 | 1 | -2/+1 |
* | mediaLib is now disabled by default, add a comment about HP-UX SCSI headers. | diego | 2006-05-12 | 1 | -1/+2 |
* | mlib != mediaLib | diego | 2006-05-12 | 1 | -2/+2 |
* | --enable-mlib should behave like all other commandline parameters. | diego | 2006-05-12 | 1 | -1/+1 |
* | enable mediaLib check execution and honnor user choise to enable mediaLib eve... | iive | 2006-05-12 | 1 | -3/+1 |
* | Add missing --enable-toolame and --enable-twolame parameters. | diego | 2006-05-12 | 1 | -0/+2 |
* | output typo fixes | diego | 2006-05-12 | 1 | -6/+6 |
* | Disable mediaLib by default due to brokenness. | diego | 2006-05-12 | 1 | -1/+3 |
* | Fall back on the codecs subdirectory of the current directory for Real | diego | 2006-05-11 | 1 | -0/+4 |
* | Remove unnecessary commented out OPTFLAGS line. | diego | 2006-05-11 | 1 | -1/+0 |
* | Feed AltiVec compiler options into CFLAGS explicitly. | diego | 2006-05-10 | 1 | -1/+4 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 | 1 | -18/+0 |
* | Adapt to latest FFmpeg AMR build changes. | diego | 2006-05-07 | 1 | -0/+8 |
* | Fix up some checks to properly use _res_comment. | diego | 2006-05-07 | 1 | -30/+58 |
* | Remove stray variable. | diego | 2006-05-07 | 1 | -1/+1 |
* | x264 linking now requires explicit x11 libraries inclusion. | iive | 2006-05-04 | 1 | -4/+11 |
* | check for XviD compiled with pthread support | iive | 2006-05-04 | 1 | -2/+11 |
* | Add a check for sysi86() on Solaris systems, solving a build failure on Solaris | diego | 2006-04-30 | 1 | -0/+20 |
* | use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before they | reimar | 2006-04-27 | 1 | -30/+43 |
* | Document how configure works and how to write basic checks. | diego | 2006-04-27 | 1 | -11/+38 |
* | Fix amr_nb-fixed compilation: Don't depend on amr_nb. | diego | 2006-04-27 | 1 | -2/+0 |
* | Make EDL compilation unconditional | uau | 2006-04-27 | 1 | -17/+0 |
* | 10l: Test the variable, don't set it... | diego | 2006-04-26 | 1 | -1/+1 |
* | Simplify x86 CPU flag/extension check. | diego | 2006-04-25 | 1 | -29/+18 |
* | make _res_comment usage consistent | rathann | 2006-04-24 | 1 | -7/+7 |
* | - fix configure output for XvMC and DGA tests | rathann | 2006-04-24 | 1 | -3/+4 |
* | cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowext | diego | 2006-04-23 | 1 | -27/+27 |
* | Remove second, redundant x86_exts_check. | diego | 2006-04-23 | 1 | -2/+0 |
* | Add support for shared libavutil. | diego | 2006-04-22 | 1 | -0/+27 |
* | sync to x264 r503 (dct_decimate) | lorenm | 2006-04-22 | 1 | -1/+1 |
* | Add --disable-libavutil option to --help output. | diego | 2006-04-22 | 1 | -0/+1 |
* | Add command line options to enable/disable libavutil. | diego | 2006-04-22 | 1 | -0/+2 |
* | Make static libavutil detection semantics explicit. | diego | 2006-04-22 | 1 | -4/+7 |
* | 10l: Add missing fallback case for internal FAAD compiler blacklist. | diego | 2006-04-22 | 1 | -0/+3 |
* | Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxext | diego | 2006-04-22 | 1 | -1/+1 |
* | Set all processor flags individually, not implied. | diego | 2006-04-22 | 1 | -2/+2 |
* | Disable RTC on PowerPC. | diego | 2006-04-22 | 1 | -0/+1 |
* | 10l: Fix internal FAAD check for non-x86. | diego | 2006-04-22 | 1 | -3/+2 |
* | Blacklist certain gcc versions instead of running an expensive compilation | diego | 2006-04-22 | 1 | -15/+10 |
* | Remove some libmpdvdkit vs libmpdvdkit2 cruft. | diego | 2006-04-18 | 1 | -8/+3 |
* | recognize future pentium-m processors, e.g. there is intel core with model 14 | iive | |