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
2010-06-25configure: use warn function for unrecognised --cc and --arch settingsMåns Rullgård
2010-06-25configure: warn about missing yasmMåns Rullgård
2010-06-25configure: add 'warn' functionMåns Rullgård
2010-06-24Fix dependencies for the ra_144 encoderFrancesco Lavra
2010-06-23Enable pthreads automatically unless w32threads is requestedMåns Rullgård
2010-06-23Remove OS/2 threads supportMåns Rullgård
2010-06-23Add barcelona to the list of cmov/fast_cmov compatible CPUs.Diego Pettenò
2010-06-23Remove beosthreads supportMåns Rullgård
2010-06-20configure: preserve cross-prefix for strip on darwinRamiro Polla
2010-06-20Remove libfaad wrapperMåns Rullgård
2010-06-19MPEG-2 DXVA2 implementationLaurent Aimar
2010-06-16Name the default configure log filename as "config.log" rather thanStefano Sabatini
2010-06-15configure: fix symver detection with icc 10Måns Rullgård
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård
2010-06-11RealAudio 14.4k encoder.Francesco Lavra
2010-06-10Remove broken BeOS audio interface.Diego Biurrun
2010-06-10Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.François Revol
2010-06-10Apparently nowadays things should be installed in /boot/common on Haiku.Diego Biurrun
2010-06-10Remove unneeded -nostart SHFLAG for Haiku.Diego Biurrun
2010-06-10Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun
2010-06-06librtmp may link to different ssl implementationsLuca Barbato
2010-06-05libvpx now has an (L)GPL-compatible license.Diego Biurrun
2010-06-04VP8 encoding via libvpx.James Zern
2010-06-03Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser
2010-06-02Use .p2align in ASMALIGN() macroMåns Rullgård
2010-06-02Do not check_lib for -lva if vaapi is disabled, having -lva in extralibsReimar Döffinger
2010-05-30automatically enable buffer_filter when compiling ffmpegPeter Ross
2010-05-29Require --enable-nonfree flag for libvpx.Diego Biurrun
2010-05-25mmst_protocol depends on networkMåns Rullgård
2010-05-25Look for libvpx headers in the vpx subdirectory in configure, tooMartin Storsjö
2010-05-25VP8 decoding via libvpx.James Zern
2010-05-14Change inter-protocol dependencies from _deps to _selectMartin Storsjö
2010-05-11Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau
2010-05-08Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
2010-05-07configure: update suncc SPARC CPU name mappingMichael Kostylev
2010-05-07SPARC: disable VIS for Niagara CPUMichael Kostylev
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-05-03configure: allow compiler-specific flags for --disable-optimizationsMåns Rullgård
2010-05-02Allow to set archiver tool ar.Carl Eugen Hoyos
2010-04-27Set ARCH=c with --disable-asm, fix buildMåns Rullgård
2010-04-23Make WMAVoice decoder depend on DCT/RDFTRonald S. Bultje
2010-04-23Workaround for missing llrintf()Måns Rullgård
2010-04-19Revert "Fix libx264 configure check to use pkg-config if available."Måns Rullgård
2010-04-19Fix libx264 configure check to use pkg-config if available.Jason Garrett-Glaser
2010-04-19configure: simplify $COMPONENT_LIST handlingMåns Rullgård
2010-04-19configure: simplify vaapi dependenciesMåns Rullgård
2010-04-19configure: simplify vdpau dependenciesMåns Rullgård
2010-03-30configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu