aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Remove unused OPTFLAGS variable from config.mak.Gravatar diego2010-03-25
* Remove unused MACOSX_BUNDLE config.mak entry.Gravatar diego2010-03-25
* Move some FFmpeg-specific entries to the FFmpeg section of config.mak.Gravatar diego2010-03-25
* Introduce mak_enable function to set variables in config.mak.Gravatar diego2010-03-17
* Rename SGI_MIPS architecture to plain MIPS.Gravatar diego2010-03-17
* Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.Gravatar diego2010-03-17
* Lowercase arch and subarch values.Gravatar diego2010-03-17
* cosmetics: Drop leading underscore from cpuexts variables.Gravatar diego2010-03-17
* Make ff_config_enable work with lowercase values.Gravatar diego2010-03-17
* Split subarch handling off from generic arch handling.Gravatar diego2010-03-17
* Fix compilation after FFmpeg r22569 at least for some architectures.Gravatar cehoyos2010-03-17
* cosmetics: Drop leading underscores from arch variables.Gravatar diego2010-03-17
* Fix compilation after FFmpeg r22565.Gravatar cehoyos2010-03-16
* Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.Gravatar diego2010-03-15
* variable renaming cosmetics: _have_yasm --> have_yasmGravatar diego2010-03-14
* Remove unused MMX_FFT Makefile variable.Gravatar diego2010-03-14
* cosmetics: Simplify _codecsdir setting for MinGW and OS/2.Gravatar diego2010-03-14
* Add -Wstrict-prototypes to CFLAGS.Gravatar diego2010-03-14
* Use menu instead of GUI as example for an internal feature turned on by a flag.Gravatar diego2010-03-14
* Fix compilation after FFmpeg r22522.Gravatar cehoyos2010-03-14
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* Fix help text for --disable-win32dll.Gravatar cehoyos2010-03-09
* Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadGravatar komh2010-03-04
* Add a VCD support for OS/2Gravatar komh2010-03-03
* Drop support for old-style DVB code.Gravatar diego2010-03-02
* Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-networkGravatar rectalogic2010-03-02
* Add CONFIG_LSP to config.h for libavcodec compilation.Gravatar diego2010-03-02
* Add -Wmissing-prototypes to CFLAGS if available.Gravatar diego2010-02-23
* FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.Gravatar diego2010-02-20
* FFmpeg: Add tomi to architecture list.Gravatar diego2010-02-20
* Add av_alias define as a hack to fix compilation of intreadwrite.h withoutGravatar reimar2010-02-18
* Check that fontconfig version is at least 2.4.2, which is required for theGravatar reimar2010-02-14
* 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.Gravatar diego2010-02-13
* Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.Gravatar diego2010-02-13
* Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.Gravatar diego2010-02-13
* Fix shared library libavutil check: test for av_clip instead of av_gcd.Gravatar diego2010-02-13
* Add win32 loader support for OS/2Gravatar komh2010-02-12
* Move one more FFmpeg-related definition to the FFmpeg section of config.h.Gravatar diego2010-02-11
* Move some FFmpeg-related definitions to the FFmpeg section of config.h.Gravatar diego2010-02-11
* Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.Gravatar diego2010-02-11
* Enable RTSP and SDP demuxers if network support is enabled, they can now be u...Gravatar reimar2010-02-04
* Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegGravatar komh2010-02-03
* Revert r30324 which broken the struct addrinfo check by making it always pass.Gravatar reimar2010-02-02
* Add OS/2 KAI audio driver supportGravatar komh2010-02-01
* Disable FFmpeg's network protocols if --disable-network was specified.Gravatar reimar2010-01-31
* Fix compilation for new Bink audio decoder.Gravatar cehoyos2010-01-31
* Add some more definitions for FFmpeg to config.h:Gravatar diego2010-01-30
* Disable all hwaccel glue code from FFmpeg.Gravatar diego2010-01-21
* x264 version 0.83 is required.Gravatar cehoyos2010-01-21
* Fix compilation after FFmpeg r21353.Gravatar cehoyos2010-01-21