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-09-24Merge commit 'd6d27f3e58e6980bce4a490e7d8cc0f6a84521fe'Michael Niedermayer
* commit 'd6d27f3e58e6980bce4a490e7d8cc0f6a84521fe': configure: Enable -Qansi-alias for icl 14+ Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-24configure: Enable -Qansi-alias for icl 14+Alex Smith
Qansi-alias worked on 12.x, then caused miscompilation on 13.x, but now works again passing all FATE tests for icl version 14. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-09-22avfilter: add ladspa wrapper filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-21lavf: add SFTP protocol via libsshLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-20Merge commit '09f2581dc5edb3642858d69d9a70b67e249167e9'Michael Niedermayer
* commit '09f2581dc5edb3642858d69d9a70b67e249167e9': msvc/icl: Use __declspec(deprecated) Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-20Merge commit 'e5d45e028cf4193b562075897e55091779e49f15'Michael Niedermayer
* commit 'e5d45e028cf4193b562075897e55091779e49f15': build: Support cparser Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-20msvc/icl: Use __declspec(deprecated)Alex Smith
Prior to this on msvc/icl there was no handling of deprecated functions and the deprecated warning was disabled. After enabling there are a number of warnings relating to the CRT and the use of the non-secure versions of several functions. Defining _CRT_SECURE_NO_WARNINGS silences these warnings. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-19build: Support cparserLuca Barbato
2013-09-18Add a WebP decoderJustin Ruggles
Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org> Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com>
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-17Merge commit '187105ff8a02bafc9c58d9d8363bb3f55a415635'Michael Niedermayer
* commit '187105ff8a02bafc9c58d9d8363bb3f55a415635': Fix references to deleted avcodec_encode_video() function Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-16Fix references to deleted avcodec_encode_video() functionVittorio Giovara
2013-09-12Merge commit 'e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984'Michael Niedermayer
* commit 'e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984': configure: Mention that icl does not build both static and shared libs Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-12configure: Mention that icl does not build both static and shared libsDiego Biurrun
2013-09-11configure: Fix wrong reference to user support mailing listDiego Biurrun
2013-09-04Merge commit '7f9e893f56db52078e0f46677ed337b2e25fa94d'Michael Niedermayer
* commit '7f9e893f56db52078e0f46677ed337b2e25fa94d': build: Report an error message when a pc file is not found Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-04build: Report an error message when a pc file is not foundLuca Barbato
Ease tracking path problems.
2013-09-03lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-03lavfi: port phase filter from libmpcodecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-02lavc: add teletext decoder using libzvbiMarton Balint
Based on a patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-December/136677.html The original patch was rebased by Tudor SUCIU <tudor.suciu@gmail.com>. Lots of additional features and fixes are made by me. Fixes ticket #2086. Changes since last version: - change default page to all pages Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-01Merge commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c'Michael Niedermayer
* commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c': configure: Add docdir configuration option Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-31configure: Add docdir configuration optionVittorio Giovara
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-08-29Merge commit '84146963d23d76b09af633e97413cd97d9b3021e'Michael Niedermayer
* commit '84146963d23d76b09af633e97413cd97d9b3021e': configure: x86: Fix handling of i686 and cpunop features Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-28configure: x86: Fix handling of i686 and cpunop featuresDiego Biurrun
The i686 feature really is a CPU feature and should be handled as such. The cpunop dependency on i686 should be expressed with a standard _deps declaration instead of a manual test.
2013-08-21configure: Add exif to CONFIG_EXTRA.Thilo Borgmann
Add exif as a common component in CONFIG_EXTRA in order to avoid many dependencies to 'exif.o tiff_common.o' in lavc/Makefile.
2013-08-21Merge commit '4f2b469da5e4ae221718ae479f6af627cfdebb91'Michael Niedermayer
* commit '4f2b469da5e4ae221718ae479f6af627cfdebb91': Add a libfdk-aac decoder Conflicts: configure libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-20Add a libfdk-aac decoderMartin Storsjö
This can be useful for decoding AAC object types that are not supported by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
2013-08-18Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer
This reverts commit bf36dc50ea448999c8f8c7a35f6139a7040f6275, reversing changes made to b7fc2693c70fe72936e4ce124c802ac23857c476. Conflicts: libavcodec/h264.c Keeping support for the old VDPAU API has been requested by our VDPAU maintainer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-16Merge commit 'c9031c7c1446a1a63eff7c0bf50d1ee559adf3fb'Michael Niedermayer
* commit 'c9031c7c1446a1a63eff7c0bf50d1ee559adf3fb': hlsenc: Add a proper dependency on the mpegts muxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-15hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö
The hls muxer itself doesn't have any direct (object file level) dependencies on mpegtsenc.o, and including that object file directly doesn't ensure that it is registered so that the muxer actually is accessible. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-08Merge commit '3e5898782dce60334ab294821ca00b19c648cf66'Michael Niedermayer
* commit '3e5898782dce60334ab294821ca00b19c648cf66': Voxware MetaSound decoder Conflicts: Changelog libavcodec/Makefile libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-07configure: Add -lstdc++ to the requirements for linking with libgme.Stephen Hutchinson
Needed for cross-compiling with MinGW-w64 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '6fb65973c9501d3fe94a5a9195c01cd20083066e'Michael Niedermayer
* commit '6fb65973c9501d3fe94a5a9195c01cd20083066e': configure: Properly split dv1394 indev dependencies Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7'Michael Niedermayer
* commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7': configure: Properly set zlib dependencies for all components Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit 'a7d45e06e9757f49ea4e105cbefc3462a7324e9a'Michael Niedermayer
* commit 'a7d45e06e9757f49ea4e105cbefc3462a7324e9a': configure: The W64 demuxer should select the WAV demuxer, not depend on it Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '406e6c0ba5393fa302080202fe77bd09187889a1'Michael Niedermayer
* commit '406e6c0ba5393fa302080202fe77bd09187889a1': configure: Properly split avserver component and system dependencies Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '255d9c570e117f0fcb8e51fa2c5996f3c4b2052b'Michael Niedermayer
* commit '255d9c570e117f0fcb8e51fa2c5996f3c4b2052b': riff: Move demuxing code to a separate file. Conflicts: configure libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472'Michael Niedermayer
* commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472': riff: Move muxing code to a separate file Conflicts: configure libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '605387582bd35920b83a26dabbe1c0601f425621'Michael Niedermayer
* commit '605387582bd35920b83a26dabbe1c0601f425621': lavf: Support unix sockets Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer
* commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8': vdpau: remove old-style decoders Conflicts: libavcodec/allcodecs.c libavcodec/h263dec.c libavcodec/h264.c libavcodec/mpeg12dec.c libavcodec/mpeg4videodec.c libavcodec/vc1dec.c libavcodec/vdpau.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06configure: Properly split dv1394 indev dependenciesDiego Biurrun
2013-08-06configure: Properly set zlib dependencies for all componentsDiego Biurrun
2013-08-06configure: The W64 demuxer should select the WAV demuxer, not depend on itDiego Biurrun
2013-08-06configure: Properly split avserver component and system dependenciesDiego Biurrun
2013-08-06riff: Move demuxing code to a separate file.Diego Biurrun
2013-08-06riff: Move muxing code to a separate fileDiego Biurrun
2013-08-05lavf: Support unix socketsLuca Barbato
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-03configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun
The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.