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-02-23Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-22Revert "Suppress icc warnings about unknown attributes"Måns Rullgård
2010-02-22Suppress armcc warnings about unknown attributesMåns Rullgård
2010-02-21Add FFprobe tool.Stefano Sabatini
2010-02-18Suppress icc warnings about unknown attributesMåns Rullgård
2010-02-18configure: allow setting strip tool with --stripMåns Rullgård
2010-02-17PPC and x86 support aligning variables on stackMåns Rullgård
2010-02-17Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård
2010-02-12Add "tomi" architectureMåns Rullgård
2010-02-12configure: require --arch and --target-os when cross-compilingMåns Rullgård
2010-02-12ffplay depends on rdftMåns Rullgård
2010-02-12configure: add missing mdct depsMåns Rullgård
2010-02-12configure: make mdct and rdft select fft and update other depsMåns Rullgård
2010-02-11Stricter check for math.h functionsMåns Rullgård
2010-02-11configure: fix cosmetic typo in check_mathfuncMåns Rullgård
2010-02-10Special check for math.h functionsMåns Rullgård
2010-02-10Check for setrlimit()Måns Rullgård
2010-02-10configure: allow 'none' as target OSMåns Rullgård
2010-02-06libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.Reinhard Tartler
2010-01-31Bink Audio decoderPeter Ross
2010-01-31Add CONFIG_SRAM to allow use of on-chip SRAM on some systemsMåns Rullgård
2010-01-30Disable Altivec for processors older than G4.Carl Eugen Hoyos
2010-01-30PPC: allow --cpu=E500[v2]Ancoron Luciferis
2010-01-30configure: match PPC CPU types case insensitivelyMåns Rullgård
2010-01-30Set target_path to $(CURDIR)Måns Rullgård
2010-01-29Revert commits 21227, 21441, and 21442. None of this is necessary now that weRamiro Polla
2010-01-29Set target_path to $(PWD) by defaultMåns Rullgård
2010-01-29Check for may_alias gcc attribute supportMåns Rullgård
2010-01-28Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård
2010-01-28configure: consolidate compiler-specific optimisation settingsMåns Rullgård
2010-01-27Emit CONFIG_AVUTIL for completenessMåns Rullgård
2010-01-27Allow disabling of lavc, lavf, lavd, and lswsMåns Rullgård
2010-01-25configure: fix --cpu=noconaMåns Rullgård
2010-01-25Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel.Ramiro Polla
2010-01-25Check for getaddrinfo in the winsock headers.Martin Storsjö
2010-01-25Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32".Martin Storsjö
2010-01-24VC-1/WMV3 DXVA2 implementationLaurent Aimar
2010-01-23Replace every usage of -lvfw32 with what is particularly necessary forkemuri
2010-01-23Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" inRamiro Polla
2010-01-23Indent.Ramiro Polla
2010-01-22Suppress TMS470 warnings about alignment directivesMåns Rullgård
2010-01-22configure: fix --cpu=hostMåns Rullgård
2010-01-21Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö
2010-01-20Translate -mfpu=vfpv3 for TMS470Måns Rullgård
2010-01-20Ignore annoying armcc warningsMåns Rullgård
2010-01-20H264 DXVA2 implementationLaurent Aimar
2010-01-20Add a check for struct sockaddr->sa_len, which is an indication of whetherRonald S. Bultje
2010-01-20configure: display --list-* output in three columnsMåns Rullgård
2010-01-20configure: use nm -P on SolarisMåns Rullgård