Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-01configure: return result of test from check_asmMåns Rullgård
2009-09-30Use a "b" constraint instead of ebx clobber to detect if EBX is available.Reimar Döffinger
2009-09-30Fix typo in comment.Reimar Döffinger
2009-09-23configure: fix tms470 flag mapping for soft-floatMåns Rullgård
2009-09-23ARM: improve armcc detectionMåns Rullgård
2009-09-23Add support for new x264 API.Jason Garrett-Glaser
2009-09-23Set compiler version string for supported non-gcc compilersMåns Rullgård
2009-09-22Improve compiler information code to print to the console on program startup.Diego Biurrun
2009-09-22The W64 demuxer depends on the WAV demuxer.Diego Biurrun
2009-09-21Deinterleave the generation of config.h and config.mak.Diego Biurrun
2009-09-21configure: remove some unnecessary backslashesMåns Rullgård
2009-09-16Make pkgconfig_generate() fill Libs with the required linking flagsStefano Sabatini
2009-09-10configure: add -g to ASFLAGS when debug is enabledMåns Rullgård
2009-09-10Fix typo in configure error message.Reimar Döffinger
2009-09-03configure: fix check for x264Måns Rullgård
2009-08-23configure: fix filter() function when matching multiple patternsMåns Rullgård
2009-08-23Add PIC flags early so tests they affect give correct resultsMåns Rullgård
2009-08-23configure: simplify directory creation for out of tree buildsMåns Rullgård
2009-08-20configure: add --enable-pic flagMåns Rullgård
2009-08-17configure: add AVR32 names for --cpu flagMåns Rullgård
2009-08-15Use pkg-config to generate the linker flags for libdirac.Diego Biurrun
2009-08-10Fix dependency generation with ccache/gccMåns Rullgård
2009-08-10configure: fix gcc detection for v2.95Måns Rullgård
2009-08-10Fix the EBX available configure check on Darwin/i386.Alexander Strange
2009-08-08Generate dependencies while compiling if supported by compilerMåns Rullgård
2009-08-08Generate dependencies when object files are builtMåns Rullgård
2009-08-06configure: allow comma-separated list in --enable/disable-thing=nameMåns Rullgård
2009-08-06configure: allow wildcards in --enable/disable-thing=nameMåns Rullgård
2009-08-06configure: support --cpu=host to tune for the host systemMåns Rullgård
2009-08-06Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-06Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-06Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-05Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-05Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun
2009-08-05Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun
2009-08-05Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun
2009-08-02Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun
2009-07-31RTMP needs tcp_protocolMåns Rullgård
2009-07-31Make av_always_inline a no-op when --disable-optimizations is supplied toJeff Downs
2009-07-31Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun
2009-07-31Undefine av_always_inline before setting it to an empty value.Jeff Downs
2009-07-28Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård
2009-07-28Enable PIC unconditionally on OpenBSDMåns Rullgård
2009-07-28configure: always write PIC flags to config.makMåns Rullgård
2009-07-28configure: enable PIC in per-arch section instead of separatelyMåns Rullgård
2009-07-28Fix typo in MinGWCE support in configure.Martin Storsjö
2009-07-27MinGWCE support in configure; networking is disabled for now.Martin Storsjö
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-25fix various compilation dependenciesAurelien Jacobs
2009-07-24Check for the isatty function.Martin Storsjö