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
2012-07-30configure: Add missing descriptions to help outputDiego Biurrun
2012-07-28configure: Move parts that should not be user-selectable to CONFIG_EXTRADiego Biurrun
2012-07-28build: support non-standard replacements for -c flagMans Rullgard
2012-07-28build: support non-standard replacements for -E flagMans Rullgard
2012-07-28x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun
2012-07-28build: Rename YASMDEP variable to DEPYASM for consistencyDiego Biurrun
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27build: do full flag handling for all compiler-type toolsMans Rullgard
2012-07-27build: Rename aandct component to more descriptive aandcttablesDiego Biurrun
2012-07-24configure: Add a dependency on https for rtmptsMartin Storsjö
2012-07-23RTMPTE protocol supportSamuel Pitoiset
2012-07-23RTMPE protocol supportSamuel Pitoiset
2012-07-23configure: respect CC_O setting in check_ccMans Rullgard
2012-07-22configure: cosmetics: Group test dependencies togetherDiego Biurrun
2012-07-22configure: add more passthrough flags in tms470 filterMans Rullgard
2012-07-22configure: move flag filtering functions out of if/else blocksMans Rullgard
2012-07-21configure: Remove redundant RTMPT/RTMPTS dependenciesSamuel Pitoiset
2012-07-21configure: add filtering of host cflags/ldflagsMans Rullgard
2012-07-21configure: initialise all flag filters at the same placeMans Rullgard
2012-07-21configure: add filtering of linker flagsMans Rullgard
2012-07-21configure: name some variables more consistentlyMans Rullgard
2012-07-21configure: remove filter_cppflagsMans Rullgard
2012-07-21configure: set icc_version where it is neededMans Rullgard
2012-07-19Print full compiler identification, not only version numberMans Rullgard
2012-07-18build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard
2012-07-18configure: clarify external library section of help outputDiego Biurrun
2012-07-18configure: mark libfdk-aac as nonfreeDiego Biurrun
2012-07-18configure: cosmetics: drop some unnecessary backslashesDiego Biurrun
2012-07-17libopenjpeg: introduce encoding supportMichael Bradshaw
2012-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17RTMPS protocol supportSamuel Pitoiset
2012-07-17rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset
2012-07-16configure: Move the getaddrinfo function check into the network blockMartin Storsjö
2012-07-16configure: Remove an unused 'have' itemMartin Storsjö
2012-07-15configure: Check for CommandLineToArgvWRonald S. Bultje
2012-07-15configure: Check for getaddrinfo in ws2tcpip.h, tooRonald S. Bultje
2012-07-12configure: Drop redundant mxf_d10 test dependency declarationDiego Biurrun
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
2012-07-11dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje
2012-07-11configure: Check for the math function rintRonald S. Bultje
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-07-09configure: Change the rdtsc check to a linker checkDiego Biurrun
2012-07-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-06configure: add functions for testing code fragmentsMans Rullgard
2012-07-04configure: simplify get_version()Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-07-03configure: do not disable av_always_inline with --enable-smallMans Rullgard