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-05-30Use -lX11 -lXext when linking Xv output device.Carl Eugen Hoyos
Reviewed-by: Stefano Sabatini
2013-05-30lavd: add xv output deviceStefano Sabatini
Based on the work of Jeff Moguillansky <Jeff.Moguillansky@am.sony.com>. See thread: Subject: [FFmpeg-devel] x11 output device for libavdevice Date: Wed, 10 Apr 2013 23:10:47 +0000
2013-05-29Merge commit '9f30fb5a773d59298d8d45c741b3fd971d84c97b'Michael Niedermayer
* commit '9f30fb5a773d59298d8d45c741b3fd971d84c97b': configure: Don't pass -mthumb or -march= to MSVC mpeg12: skip frames consistently Conflicts: libavcodec/mpeg12dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-29Merge commit '78f75b6fa421dd39a715588e9487579f1ce5bada'Michael Niedermayer
* commit '78f75b6fa421dd39a715588e9487579f1ce5bada': wavpack: extract sample rate from the bitstream configure: support gcc-4.8 instrumentation Conflicts: libavcodec/wavpack.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-29Merge commit 'ba13606ca6adbc74b4db4a72b0769397d6408791'Michael Niedermayer
* commit 'ba13606ca6adbc74b4db4a72b0769397d6408791': fate: Add a --target-samples path parameter Conflicts: configure tests/fate/audio.mak tests/fate/cover-art.mak tests/fate/demux.mak tests/fate/ea.mak tests/fate/filter-video.mak tests/fate/h264.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/pcm.mak tests/fate/prores.mak tests/fate/qt.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/vpx.mak tests/fate/vqf.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-29configure: Don't pass -mthumb or -march= to MSVCMartin Storsjö
The modern MSVC for ARM always builds for thumb, and it can't be disabled. Also just use the default arch instead of trying to map the -march parameter to MSVC's -arch parameter (which only takes the values ARMv7VE and VFPv4). Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-28configure: support gcc-4.8 instrumentationLuca Barbato
Since version 4.8 gcc sports asan and tsan integration that can be leveraged when hunting bugs. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-05-28fate: Add a --target-samples path parameterMartin Storsjö
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-28configure: Fix jack auto-detection, broken since 3fc8500Carl Eugen Hoyos
2013-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: smacker: add a clarification notice about audio decoding configure: make jack depend on pthreads Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-27configure: make jack depend on pthreadsAnton Khirnov
2013-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: msvc/icl: Intel Compiler support on Windows Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-25Merge commit '9495cd170b5786c3518419e873d94eb5e7ada11a'Michael Niedermayer
* commit '9495cd170b5786c3518419e873d94eb5e7ada11a': configure: Fix check_exec_crash for ICL support Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-25msvc/icl: Intel Compiler support on WindowsAlex Smith
Initial support for the ICL compiler on windows. Requires a new c99wrap with ICL support (1.0.2+). Currently not much different speed wise compared to msvc. In the future with a few changes it can be made to support the inline asm. This would be the primary reason for using it. Passed all fate tests, versions tested: 13.1.1.171 (2013 Update 3) x86 and x64 12.1.5.344 (2011 Update 11) x86 and x64 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-05-25configure: Fix check_exec_crash for ICL supportLaurent
Change the check_exec_crash test to use a function pointer instead of simply calling the function. The EBP availability test will crash when compiled with ICL likely due to compiler optimization shenanigans. Originally the check_exec_crash code was moved out of main to fix a problem with gcc's treatment of non-leaf main on x86_32. Libav already moved the code out of main but the addition of the function pointer will prevent any inlining which fixes the remaining problem. A function pointer is used since it is compiler agnostic (as opposed to say __attribute__ ((noinline)) which would only work with gcc compatible compilers). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-05-24Fix compilation with --disable-everything --enable-filter=dctdnoizCarl Eugen Hoyos
2013-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: Enable the strtod workaround when building for bionic Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-21configure: Enable the strtod workaround when building for bionicMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-20Merge commit '0b6899f154347cdd0aa66c5ec16ed9c65871766f'Michael Niedermayer
* commit '0b6899f154347cdd0aa66c5ec16ed9c65871766f': configure: msvc: Set the target windows version to XP if no target is set Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-20lavd: add v4l2 outdev.Clément Bœsch
2013-05-19configure: add more allocation functions to valgrind-massifMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-19configure: msvc: Set the target windows version to XP if no target is setMartin Storsjö
MSVC 2010 (or more precisely, Windows SDK 7.0 which comes with MSVC 2010) sets _WIN32_WINNT to the constant for Windows 7 if nothing is set. This could lead to the libav configure script detecting and using functions only present in Windows 7 or newer, which in most cases isn't desired. If the caller explicitly wants this, the caller can add the _WIN32_WINNT define via --extra-cflags, setting the desired version. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-19configure: use the user specified valgrind excutable for massifMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-19configure: fix valgrind-massif to actually workMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-19Merge commit '8e673efc6f5b7a095557664660305148f2788d30'Michael Niedermayer
* commit '8e673efc6f5b7a095557664660305148f2788d30': prores: update FATE test to account for alpha plane present in the test sample configure: Add basic valgrind-massif support Conflicts: tests/fate/prores.mak tests/ref/fate/prores-alpha Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-19FTP protocol supportLukasz Marek
Implementation of ftp protocol. Fixes #1672 Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-18configure: Add basic valgrind-massif supportLuca Barbato
With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.
2013-05-17Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9'Michael Niedermayer
* commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9': Apple Intermediate Codec decoder movenc: Don't add base_data_offset in tfhd for PIFF files Conflicts: Changelog libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/codec_desc.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-17Apple Intermediate Codec decoderKostya Shishkov
2013-05-17configure: Autodetect VA-APICarl Eugen Hoyos
This fixes a regression (reproducible since 1.2) and restores the behaviour of 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 1.0 and 1.1.
2013-05-16lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: Use linker hardening flags on mingw vc1: Make INIT_LUT() self contained vc1: Simplify code by using INIT_LUT() vc1: Move INIT_LUT() further up to allow using it in more places vc1dec: Remove some now unused variables vc1dec: Do not allow field_mode to change after the first header vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma() vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma() vc1dec: Factorize picture pointer selection code vc1dec: Factorize srcU/V offseting vc1dec: Fix tff == 0 handling in init_block_index() vc1dec: Update destination pointers in context for fields Conflicts: libavcodec/vc1.c libavcodec/vc1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-15configure: Use linker hardening flags on mingwAlex Smith
This makes it consistent with the msvc builds which automatically set the DEP and ASLR flags by default. There really is no good reason why they shouldn't be set. The fact that binutils does not set them on by default boggles the mind. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-15lavfi: add dctdnoiz filter.Clément Bœsch
2013-05-14lavfi: add zmq filtersStefano Sabatini
2013-05-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: Disable PIC for cygwin just as for win32/mingw Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13configure: Disable PIC for cygwin just as for win32/mingwMartin Storsjö
If this is explicitly disabled for win32/mingw, it should also be disabled for cygwin, for consistency and for the same reasons as for win32/mingw. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: x86: Only enable cpunop on i686 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer
* commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199': configure: Rename cmov processor capability to i686 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd'Michael Niedermayer
* commit 'e08c946c6860a78b0c479551d5f6735361160cbd': configure: Explicitly disable PIC when targeting win32/mingw Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13Merge commit 'b1803c79dcd6d0a345fa1cbe18dd8e2149717121'Michael Niedermayer
* commit 'b1803c79dcd6d0a345fa1cbe18dd8e2149717121': configure: Use enable_weak when enabling pic Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-12configure: x86: Only enable cpunop on i686Diego Biurrun
The assembler may insert nopl instructions for cpunop, which are not (universally) supported on i586 CPUs.
2013-05-12configure: Rename cmov processor capability to i686Diego Biurrun
The goal is to make the capapility slightly more general and have it cover the availability of the nopl instruction in addition to cmov.
2013-05-12configure: Explicitly disable PIC when targeting win32/mingwMartin Storsjö
These platforms do not have any notion of PIC. On some compilers, enabling pic produces a number of warnings. This avoids trying to produce PIC loads in the ARM assembly - there are no relocation types in PE/COFF that correspond to BFD_RELOC_32_PCREL (R_ARM_REL32 in ELF). As a side-effect, this avoids enabling PIC on mingw64, getting rid of the warnings about PIC not having any effect on that platform. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-12configure: Use enable_weak when enabling picMartin Storsjö
This allows it to be overridden, either by the user on the command line, or by other sections of the configure script. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-10Fix configure --help output for some autodetected features.Carl Eugen Hoyos
2013-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: msvc: Move linker pragma from config.h to libavutil/internal.h Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-08configure: use shorter variable name for "libavdevice_pc_deps"Michael Niedermayer
This is in line with the new name for the libavfilter variable. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-08Merge commit '9779f93066ee5ea6fba6b76f001d358cc2857891'Michael Niedermayer
* commit '9779f93066ee5ea6fba6b76f001d358cc2857891': configure: add dependencies to lavfi .pc file Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-08Merge commit 'bce70f8170592599a4f2f5f02606c1246e88df57'Michael Niedermayer
* commit 'bce70f8170592599a4f2f5f02606c1246e88df57': configure: make avconv select (a)trim filters Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>