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 (Collapse)Author
2013-02-24configure: List external libs used using print_enabled()Mans Rullgard
This cuts some lines from the script as well as the output and simplifies maintenance. Signed-off-by: Mans Rullgard <mans@mansr.com>
2013-02-24configure: Move list of external libs to a separate variableMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2013-02-24configure: Move x11grab option to a more suitable place in the help outputDiego Biurrun
2013-02-24configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun
2013-02-24configure: Refactor dxva2api.h dependency declarationsDiego Biurrun
2013-02-23build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun
2013-02-23configure: Simplify VDPAU header checkDiego Biurrun
2013-02-23configure: Simplify VDA header and extralibs checkDiego Biurrun
2013-02-23configure: Do not redundantly list enabled hwaccel libsMans Rullgard
The enabled hwaccels are listed later anyway. Signed-off-by: Mans Rullgard <mans@mansr.com>
2013-02-23configure: Add print_3_columns helper function and use where appropriateDiego Biurrun
2013-02-18build: make audio_frame_queue a stand-alone componentLuca Barbato
Encoders requiring it have the dependency expressed in the configure.
2013-02-14configure: Move MinGW CPPFLAGS setting to libc section, where it belongsDiego Biurrun
2013-02-11openbsd: Add minor number to shared library install nameDiego Biurrun
This is what the OpenBSD porter's manual describes as correct, cf. http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
2013-02-11build: Make library minor version visible in the MakefileDiego Biurrun
This allows employing that number in library install commands.
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05configure: Group all hwaccels together in a separate variableDiego Biurrun
2013-01-31configure: Add a comment indicating why uclibc is checked before glibcDiego Biurrun
2013-01-31configure: Move newlib libc check before mingw libc checkDiego Biurrun
On Cygwin systems MinGW headers can be present if the corresponding packages have been installed. Since the MinGW libc is checked for first, this results in newlib getting misdetected as MinGW libc.
2013-01-24build: Make the H.264 parser select h264qpelDiego Biurrun
It is required for building the shared H.264 code.
2013-01-24openbsd: configure: Stop enabling PIC by defaultDiego Biurrun
Previously PIC was enabled as a magic workaround for binaries that built fine, but failed to function at all. This problem no longer exists, possibly since the introduction of symbol versioning.
2013-01-21libgsm: detect libgsm header pathBrad Smith
Libgsm header can reside either in the base include dir or in the gsm subdir. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-18configure: Run SHFLAGS through ldflags_filter()Sean McGovern
These flags are as linker-specific as other LDFLAGS and thus need to be translated to the correct linker syntax. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-18libcdio: support recent cdio-paranoiaLuca Barbato
Upstream decided to split the paranoia interface and move the headers accordingly.
2013-01-16configure: Make the new srtp protocol depend on the rtp protocolMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-15configure: Make warnings from -Wreturn-type fatal errorsDiego Biurrun
These warnings have no false positives and point to serious bugs.
2013-01-14suncc: Replace more GCC flags by their equivalents in suncc_flags()Sean McGovern
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-14libvpx: make vp8 and vp9 selectableLuca Barbato
Support older libvpx versions.
2013-01-13vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-13vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-13vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-13vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-11configure: enable pic for shared libs on AArch64Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-06Drop Snow codecDiego Biurrun
Snow is a toy codec with no real-world use and horrible code.
2012-12-31configure: suppress -fPIC in msvc buildsHendrik Leppkes
MSVC doesn't understand the option, and emits a warning on every call to cl.exe. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-28build: Add rtpenc_chain extra config optionDiego Biurrun
Also fixes linking in various configs with only individual parts enabled because the RTP muxer chaining code depends on the general RTP code, which is now accounted for.
2012-12-28configure: Add --disable-all command line optionDiego Biurrun
This option disables all programs, libraries and other parts of Libav that get built as part of the compilation process.
2012-12-23configure: cosmetics: Separate hwaccel dependencies from decoders/encodersDiego Biurrun
Also move mpegvideo_select statement to the correct position.
2012-12-21configure: Make avconv depend on null, anull and resample filtersDiego Biurrun
Building avconv without that functionality makes little sense.
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-12-18configure: formatting cosmeticsDiego Biurrun
2012-12-10configure: fix automatic processing of _extralibs in check_depsMans Rullgard
This fixes the automatic use of $foo_extralibs when feature foo is enabled indirectly through a _select or _suggest. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-09configure: Have protocols select network code instead of depending on itDiego Biurrun
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-12-07arm: detect cpu features at runtime on LinuxMans Rullgard
This allows compiling optimised functions for features not enabled in the core build and selecting these at runtime if the system has the necessary support. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
This is consistent with usual ARM nomenclature as well as with the VFPV3 and NEON symbols which both lack the ARM prefix. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-07configure: arm: make _inline arch ext symbols depend on inline_asmMans Rullgard
This makes --disable-inline-asm work as expected. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-07configure: arm: check inline and external asm support for extensionsMans Rullgard
This tests instruction set support in both inline and external asm. If both fail, the base config option is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-07configure: add check_insn functionMans Rullgard
The check_insn function tests an instruction in both inline asm and standalone assembly, and sets _external/_inline config properties accordingly. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-07configure: clean up check_inline_asm and check_as functionsMans Rullgard
The check_inline_asm function should check the actual C compiler, not the one used for assembly files. Usually these are the same, but they might be different, typically when using a compiler other than gcc. The check_as should, as its name suggests, test the type of input the AS command is used with, i.e. a standalond assembly (.S) file. Finally, check for gnu assembler using the modified check_as as this reflects actual usage. Signed-off-by: Mans Rullgard <mans@mansr.com>