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
2014-02-12Add libx265 encoderDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-02-11x86: add missing XOP checks and macrosJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-09lavd: add decklink output deviceRamiro Polla
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: Mirillis FIC video decoder Conflicts: Changelog configure libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-08Merge commit '6398d8fd813490fc3900baf8c788f803d8e17b73'Michael Niedermayer
* commit '6398d8fd813490fc3900baf8c788f803d8e17b73': configure: clang: add -Qunused-arguments to as|ld_flags as well Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-08Mirillis FIC video decoderKostya Shishkov
Does not contain cursor rendering yet. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-02-08configure: clang: add -Qunused-arguments to as|ld_flags as wellJanne Grunau
2014-02-07configure: Remove dcbzl check for e500v1 and e500v2 architecturesPeter Krefting
The DCBZL instruction is not available for the e500v1 and e500v2 architectures, but may still be recognized by the toolchain, so we need to remove the test for it explicitly for these architectures. References: PowerPC™ e500 Core Family Reference Manual (Freescale) Found-by: Ståle Kristoffersen <staalebk@ifi.uio.no> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-06libfdk-aacenc: disable hard version requirementsTimothy Gu
Enable compilation on machines with an old libfdk-aac. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-05configure: use real libfdk-aac version instead of API version in help textTimothy Gu
Also use real name with a '-' instead of '_'. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-02examples: add avio_reading.c exampleStefano Sabatini
2014-01-30Add rangecoder to the sonic dependencies in configure.Carl Eugen Hoyos
Fixes compilation with --disable-everything --enable-decoder=sonic and --disable-everything --enable-encoder=sonic.
2014-01-29Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos
This simplifies the following eac3-in-wav patch.
2014-01-27lavd: add opengl deviceLukasz Marek
It can render to OpenGL context provided by application or into SDL window Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2014-01-26configure: add missing dependency for the remuxing exampleStefano Sabatini
2014-01-26avcodec/libfdk_aacenc: enable 7.1 channel encodingJean First
7.1(wide) and 7.1(wide-side) channel layouts are supported in fdk_aac since october 2013 (commit fa3eba1644) Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: clang: explicitly state dep file and rule name in DEPFLAGS Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-26Merge commit 'fb87e69ff77f96536768dbae01d82db70c8b41f3'Michael Niedermayer
* commit 'fb87e69ff77f96536768dbae01d82db70c8b41f3': configure: add missing x86 dependency for i686 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-26configure: clang: explicitly state dep file and rule name in DEPFLAGSJanne Grunau
Fixes dependency file generation with gas-preprocessor.pl and clang. Flags copied from GCC and tested with Apple's clang from Xcode 5 and 5.1 and clang 3.2, 3.3, 3.4 on Linux.
2014-01-26configure: add missing x86 dependency for i686Janne Grunau
2014-01-22Merge commit '8267f9363532b23b3b8b4e27491ee2d412a8aec3'Michael Niedermayer
* commit '8267f9363532b23b3b8b4e27491ee2d412a8aec3': configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler detection Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-22configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler detectionDiego Biurrun
This prevents the default HOSTCFLAGS from getting clobbered by flags passed to configure on the command line.
2014-01-21Move add/diff_int16 to lossless_videodspMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-20Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
* cehoyos/master: Avoid a possible overflow when reading Nikon avi files. Add h263dsp dependency to mpeg1video and mpeg2video encoders. Fix compilation with --disable-hwaccel=mpeg1_xvmc,mpeg2_xvmc Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-20examples: add remuxing exampleStefano Sabatini
Show how to perform streamcopy from one container to another.
2014-01-20Add h263dsp dependency to mpeg1video and mpeg2video encoders.Carl Eugen Hoyos
Fixes compilation with: configure --disable-everything --enable-encoder=mpeg2video --disable-asm
2014-01-18swresample: Add arm&x86 clobber testsMartin Storsjö
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-16configure: add version check for pkg libraries, and use it for vidstabGeorg Martius
Also fix trac ticket #3296. Signed-off-by: Georg Martius <martius@mis.mpg.de> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-01-15Merge commit 'dc4d726bab59f349d366916ba01df16289e5c81f'Michael Niedermayer
* commit 'dc4d726bab59f349d366916ba01df16289e5c81f': build: Add separate hidden config option for the intrax8 code Conflicts: libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-15build: Add separate hidden config option for the intrax8 codeDiego Biurrun
This allows for slightly cleaner dependency specification.
2014-01-15Merge commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217'Michael Niedermayer
* commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217': aarch64: add cpuflags support for NEON and VFP Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
NEON and VFP are currently mandatory for all ARMv8 profiles. Both are handled as extensions as far as cpuflags are concerned. This is consistent with handling x86_64 which always has SSE2, but still handles it as an extension.
2014-01-15Merge commit '032d4da8af353e32ab5c86ee3a210f6065921a4a'Michael Niedermayer
* commit '032d4da8af353e32ab5c86ee3a210f6065921a4a': aarch64: configure: set arch dependent features Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-15aarch64: configure: set arch dependent featuresJanne Grunau
Stack is always 16 byte aligned and clz, 64bit operations and unaligned memory access are fast in aarch64 mode on ARMv8. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2014-01-14Change license of yadif from GPL to LGPLRobert Krüger
Signed-off-by: Robert Krüger <krueger@lesspain.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
All copyright holders have agreed to the relicensing.
2014-01-13Merge commit '99e20125232d40ea239a5b54d26bbfe526506114'Michael Niedermayer
* commit '99e20125232d40ea239a5b54d26bbfe526506114': x86/arm: Add clobber tests to libavresample Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-13x86/arm: Add clobber tests to libavresampleMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2014-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: arm: Add an option for making sure NEON registers aren't clobbered Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
This is pretty much based on the same test for XMM registers. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-01-09ATRAC3+ decoderMaxim Polijakowski
Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2014-01-07Merge commit '9409c9bdbfd829353473ee6cc3e91c726481c069'Michael Niedermayer
* commit '9409c9bdbfd829353473ee6cc3e91c726481c069': configure: Disable networking if winsock2.h is available but winsock functions aren't Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-06configure: Disable networking if winsock2.h is available but winsock ↵Martin Storsjö
functions aren't Previously, if neither of the checks for the closesocket function succeeded, we still kept winsock2.h and networking in general enabled. When targeting the WinRT API subset, the winsock2.h header is available (making the check for it succeed, giving the impression that winsock is available), but tests that actually try to use such a function will fail. In this case, disable the winsock2.h feature and networking in general, as if the winsock2.h header test would have failed in the first place. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-01-06configure: Update freetype check to follow upstreamLuca Barbato
The freetype tutorial suggests to use #include FT_FREETYPE_H. Bug-Id: 616
2014-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: Support preprocessor macros as header names Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-05configure: Support preprocessor macros as header namesDiego Biurrun
New versions of FreeType have moved the location of their API header(s) and hide the location behind a macro. Since the location changes between versions and no other way to know the location exists, this workaround becomes necessary. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-01-01configure: bump year number 2013 -> 2014Stefano Sabatini
Happy new year!
2013-12-30configure: check that pthreads is compatible with compiler.Reimar Döffinger
In particular the mutex initialization for example won't actually compile with e.g. gcc 2.95. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-12-29configure: remove git url checkLukasz Marek
This part of the script doesn't check if git command is available and produce error if not. It is 2 years since address changed and it is more reasonable to remove it than fix it. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-29ATRAC+ decoderMaxim Poliakovski
Cleanup by Diego Biurrun. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>