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: 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 VDA header and extralibs checkDiego Biurrun
2013-02-23configure: Simplify VDPAU header 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-22configure: Use libiconv on systems that lack built-in iconvJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-20h264: add videodsp dependency.Ronald S. Bultje
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-19configure: fix libavfilter pkgconfig descriptionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-18Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b'Michael Niedermayer
* commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b': build: make audio_frame_queue a stand-alone component Conflicts: configure libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-18build: make audio_frame_queue a stand-alone componentLuca Barbato
Encoders requiring it have the dependency expressed in the configure.
2013-02-17lavc: support subtitles character encoding conversion.Clément Bœsch
2013-02-16lavfi: port MP noise filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-15Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba'Michael Niedermayer
* commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba': avutil: Ensure that emms_c is always defined, even on non-x86 configure: Move MinGW CPPFLAGS setting to libc section, where it belongs avutil: Move emms code to x86-specific header Conflicts: configure libavutil/internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-14configure: Move MinGW CPPFLAGS setting to libc section, where it belongsDiego Biurrun
2013-02-12Merge commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4'Michael Niedermayer
* commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4': doc: developer: Fix wording in "naming conventions" section openbsd: Add minor number to shared library install name Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-12Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'Michael Niedermayer
* commit '304b806cb524fb040f8e09a241040f1af2cb820b': build: Make library minor version visible in the Makefile x86: mpeg4qpel: Make movsxifnidn do the right thing Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-11build: Make library minor version visible in the MakefileDiego Biurrun
This allows employing that number in library install commands.
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-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
* commit '79dad2a932534d1155079f937649e099f9e5cc27': dsputil: Separate h264chroma Conflicts: libavcodec/dsputil_template.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/vc1dsp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
* commit '620289a20e022b9c16c10d546ef86cc0bb77cc84': sh4: Fix silly type vs. variable name search and replace typo configure: Group all hwaccels together in a separate variable Add av_cold attributes to arch-specific init functions Conflicts: configure libavcodec/arm/mpegvideo_armv5te.c libavcodec/x86/mlpdsp.c libavcodec/x86/motion_est.c libavcodec/x86/mpegvideoenc.c libavcodec/x86/videodsp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05configure: Group all hwaccels together in a separate variableDiego Biurrun
2013-02-03build: Remove superfluous MAKE variable for the build suffixJames Almer
Use BUILDSUF instead. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-02build-sys: Fix pkgconfig files when ffmpeg is built with --build-suffixSteven Boswell II
Tested-on: Fedora Core 14, 16, and 17. Tested-on: Ubuntu by commiter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp configure: Add a comment indicating why uclibc is checked before glibc Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-31Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da'Michael Niedermayer
* commit '29f1fa74225e9fdbab6d590857edbecb51cf74da': configure: Move newlib libc check before mingw libc check avisynth: Change demuxer name to avoid conflicts with AVS Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-31configure: Add a comment indicating why uclibc is checked before glibcDiego Biurrun
2013-01-25Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339'Michael Niedermayer
* commit '2c10e2a2f62477efaef5b641974594f7df4ca339': build: Make the H.264 parser select h264qpel x86: h264qpel: add cpu flag checks for init function Conflicts: libavcodec/x86/h264_qpel.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-24build: Make the H.264 parser select h264qpelDiego Biurrun
It is required for building the shared H.264 code.
2013-01-24Merge commit '528878ee7b377e23a194d7c801571d97793047e0'Michael Niedermayer
* commit '528878ee7b377e23a194d7c801571d97793047e0': openbsd: configure: Stop enabling PIC by default Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-22libm: Add fallback definition for cbrt() using pow()James Almer
The function is known to be missing in at least one target (MSVC). Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: dsputilenc: x86: Convert pixel inline asm to yasm libgsm: detect libgsm header path Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-19configure: Fix Barcelona and Bulldozer compiler options with sunccJames Almer
Barcelona/amdfam10 does not support SSE4 instructions. Also, Bulldozer supports AVX instructions, so use them instead. Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-19Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer
* commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b': x86inc: Rename "program_name" to "private_prefix" configure: Run SHFLAGS through ldflags_filter() Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-18Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'Michael Niedermayer
* commit '80ac87c13dc8c6c063e26a464c5c542357c0583f': lavc: support ZenoXVID custom tag libcdio: support recent cdio-paranoia float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window theora: Skip zero-sized headers Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-18Fix opencv detection.Jonas Bechtel
This commit changes the ".so" argument placement in check_ld sub-program.
2013-01-18libcdio: support recent cdio-paranoiaLuca Barbato
Upstream decided to split the paranoia interface and move the headers accordingly.
2013-01-17Fix detection of struct v4l2_frmsize_discrete.Carl Eugen Hoyos
It was always detected successfully.
2013-01-16configure: suppress "enumerated type mixed with another type" for iccMichael Niedermayer
icc should not complain when 2 enum values are combined (for example when used as flags) Adding casts to suppress these would not help code quality Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-16Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'Michael Niedermayer
* commit '0eecafc948b74c247ebbc59f18f508db5d590d0b': configure: Make the new srtp protocol depend on the rtp protocol lavf: Add a fate test for the SRTP functions lavu: Add a fate test for the HMAC API Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-16configure: Make the new srtp protocol depend on the rtp protocolMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-15Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer
* commit 'd8c772de53d29afb1bada88afa859fce8489c668': nutdec: Always return a value from nut_read_timestamp() configure: Make warnings from -Wreturn-type fatal errors x86: ABS2: port to cpuflags vdpau: Remove av_unused attribute from function declaration h264: fix ff_generate_sliding_window_mmcos() prototype. Conflicts: configure libavformat/nutdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-15Merge commit '5e753ed502d3597077d8675ca1438e1bcade1459'Michael Niedermayer
* commit '5e753ed502d3597077d8675ca1438e1bcade1459': suncc: Replace more GCC flags by their equivalents in suncc_flags() libtheoraenc: fix granularity of video quality oggparsetheora: fix comment header parsing h264: don't clobber mmco opcode tables for non-first slice headers. Conflicts: libavcodec/h264_refs.c Merged-by: Michael Niedermayer <michaelni@gmx.at>