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
2011-02-22Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15configure: fix non-standard regex used with exprMans Rullgard
2011-02-15configure: report full gcc version stringMans Rullgard
2011-02-15configure: add cleanws() functionMans Rullgard
2011-02-13configure: remove early check_deps $ARCH_EXT_LISTMans Rullgard
2011-02-09Fix HOSTLIBS on HaikuFrançois Revol
2011-02-09configure: check yasm/nasm for working pextrd opcodeAnssi Hannula
2011-01-31Enable native build on QNX/x86Mans Rullgard
2011-01-26armcc: filter out non-gcc options from ASFLAGSMans Rullgard
2011-01-26configure: add filter_out() functionMans Rullgard
2011-01-26configure: move network tests before results are neededDaniel Verkamp
2011-01-26Add CFLAGS needed by PathScale compilerMans Rullgard
2011-01-26Disable symbol versioning on some BSDsMans Rullgard
2011-01-23Fix libavformat version extraction in configureMans Rullgard
2011-01-23configure: better test for mktempMans Rullgard
2011-01-23configure: simplify exit trapsMans Rullgard
2011-01-23Fix out of source tree builds of libmpcodecs.Michael Niedermayer
2011-01-21Make demuxers auto-select parsers they needMans Rullgard
2011-01-21Make PNG test depend on PNG codecMans Rullgard
2011-01-21configure: fix mktemp test and fallback functionMans Rullgard
2011-01-21Add GPL dependancy for libmpcodecsMichael Niedermayer
2011-01-18ARM: improve VFP ABI checkMans Rullgard
2011-01-18armcc: suppress warning about hardfp compatibilityMans Rullgard
2011-01-18armcc: suppress 'assignment in condition' warningMans Rullgard
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2011-01-18configure: make $TMPE executableMans Rullgard
2011-01-18Use -Bsymbolic for shared libs only, not executablesMans Rullgard
2011-01-18Change SVN to Git in configureLou Logan
2011-01-05Win32 support for av_file_map()Daniel Verkamp
2011-01-04Remove unnecessary dependency of ffprobe and ffserver on libswscale.Stefano Sabatini
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-03libavfilter does not depend on libswscale, only the scale filter does.Carl Eugen Hoyos
2011-01-02"Fix" compilation with --disable-swscale.Carl Eugen Hoyos
2010-12-28Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje
2010-12-16configure: Avoid warnings if av_always_inline is disabledMartin Storsjö
2010-12-14configure: Allow disabling symbol versioning via --disable-symverMartin Storsjö
2010-12-07Add a FLAC parser.Michael Chinen
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
2010-12-01Add missing dependencies for frei0r_src in configure.Stefano Sabatini
2010-11-04Silence icc warning about unsupported option -Wno-parenthesesCarl Eugen Hoyos
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-10-26Bump required x264 version to X264_BUILD 99Jason Garrett-Glaser
2010-10-21rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö
2010-10-19Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö
2010-10-13Add a SAP demuxerMartin Storsjö