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-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
2012-05-21Remove libnut wrapperDiego Biurrun
2012-05-21fate: change name of FATE samples location environment variableDiego Biurrun
2012-05-12lavfi: add lavr-based audio resampling filter.Anton Khirnov
2012-05-10configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags.Sean McGovern
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-09sctp: Initial tcp-alike sctp support with streamsLuca Barbato
2012-05-06lavfi: always enable the scale filter and depend on sws.Anton Khirnov
2012-05-04configure: add POWER[5-7] supportSean McGovern
2012-05-02configure: remove malloc_aligned.Ronald S. Bultje
2012-04-26configure: add libavresample to rpathSean McGovern
2012-04-26build: icc: silence some warningsMans Rullgard
2012-04-25Add libavresampleJustin Ruggles
2012-04-23Remove libdirac decoder.Diego Biurrun
2012-04-19configure: detect PGI compiler and set suitable flagsMans Rullgard
2012-04-13configure: escape colons in values written to config.fateMans Rullgard
2012-04-06avconv: drop support for building without libavfilter.Anton Khirnov
2012-04-05configure: add dl to frei0r extralibs.Anton Khirnov
2012-03-29configure: Check for a different SDL functionMartin Storsjö
2012-03-27build: fix RALF decoder standalone compilation, which depends on Golomb codeDiego Biurrun
2012-03-27configure: Drop stray duplicate entry for --disable-fft from help output.Diego Biurrun
2012-03-26build: drop some unnecessary dependencies from the H.264 parserDiego Biurrun
2012-03-26libavutil: Remove broken and pointless lzo test program.Diego Biurrun
2012-03-25x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun
2012-03-23configure: die if x11grab dependencies are unavailableJosh Allmann
2012-03-21configure: Restructure help output.Diego Biurrun
2012-03-21configure: Internal-only components should not be command-line selectable.Diego Biurrun
2012-03-19ZeroCodec DecoderDerek Buitenhuis