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-03-21Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19configure: use dlltools instead of lib.exeLuca Barbato
2011-03-19configure: check for SDL_Linked_Version instead of SDL_InitLuca Barbato
2011-03-19Remove Sonic experimental audio codecMans Rullgard
2011-03-18configure: use -r option for pr when listing enabled config options.Konstantin Pavlov
2011-03-17darwin: use -read_only_relocs flag only on 32-bit x86Sean McGovern
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-16partially rename FFmpeg to LibavJanne Grunau
2011-03-12Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard
2011-03-11configure: use pkg-config helpersMans Rullgard
2011-03-11configure: improve pkg-config supportMans Rullgard
2011-03-11configure: allow checking multiple functions in check_func_headers()Mans Rullgard
2011-02-28Use --sysroot flag for clangMans Rullgard
2011-02-26configure: document FATE_SAMPLES env var in --help textReimar Döffinger
2011-02-26fate: get samples location from env var if not explicitly setMans Rullgard
2011-02-25OS/2: lxlite should use stdoutDave Yeo
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-14configure: fix non-standard regex used with exprMans Rullgard
2011-02-13configure: report full gcc version stringMans Rullgard
2011-02-13configure: add cleanws() functionMans Rullgard
2011-02-11configure: remove early check_deps $ARCH_EXT_LISTMans Rullgard
2011-02-09Fix HOSTLIBS on HaikuFrançois Revol
2011-02-06configure: check yasm/nasm for working pextrd opcodeAnssi Hannula
2011-01-30Enable native build on QNX/x86Mans Rullgard
2011-01-25armcc: filter out non-gcc options from ASFLAGSMans Rullgard
2011-01-25configure: add filter_out() functionMans Rullgard
2011-01-25configure: move network tests before results are neededDaniel Verkamp
2011-01-24Add CFLAGS needed by PathScale compilerMans Rullgard
2011-01-24Disable symbol versioning on some BSDsMans Rullgard
2011-01-22Fix libavformat version extraction in configureMans Rullgard
2011-01-21configure: better test for mktempMans Rullgard
2011-01-21configure: simplify exit trapsMans Rullgard
2011-01-21Make demuxers auto-select parsers they needMans Rullgard
2011-01-20Make PNG test depend on PNG codecMans Rullgard
2011-01-19configure: fix mktemp test and fallback functionMans Rullgard
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