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-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
2012-06-30network: Check for struct pollfdMartin Storsjö
2012-06-29file: Only include unistd.h if it existsRonald S. Bultje
2012-06-27udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö
2012-06-27dxva2: include dxva.h if foundRonald S. Bultje
2012-06-27libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö
2012-06-26libm: provide fallback definition for cbrtf() using powf()Mans Rullgard
2012-06-26configure: Check for sys/time.hRonald S. Bultje
2012-06-22lavu: add av_usleep() functionMans Rullgard
2012-06-22configure: check for unistd.hMans Rullgard
2012-06-21fix hardcoded tables compililation caused by missing math constantsJanne Grunau
2012-06-20av_gettime: support Win32 without gettimeofday()Mans Rullgard
2012-06-19mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-18configure: Sort the library listings in the help text alphabeticallyMartin Storsjö
2012-06-17RTMPT protocol supportSamuel Pitoiset
2012-06-13configure: add all filters hardcoded into avconv to avconv_depsAnton Khirnov
2012-06-13lavfi: allow building without swscale.Anton Khirnov
2012-06-13jack: update to new latency range API as the old one has been deprecatedSean McGovern
2012-06-10iac: add missing dependencyKostya Shishkov
2012-06-03mpegtsenc: Support LATM packetization for AACJindrich Makovicka
2012-06-03mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka
2012-05-29avconv: extend -r to work on any input stream.Anton Khirnov
2012-05-29fate: convert codec-regression.sh to makefile rulesMans Rullgard