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-10-24lavd: add fbdev output deviceLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). Conflicts: Changelog libavcodec/aacdec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
This does not include support for LD SBR, epTool, data resilience, nor the 960 transform family.
2013-10-21avfilter: replaygain scannerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-10-12oggdec: add support for Opus in Ogg demuxingNicolas George
2013-10-08lavd: pulse audio encoderLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-08Changelog: add max_error_rateMichael Niedermayer
Suggested-by: Paul B Mahol Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-07avcodec: add dpx parserPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-10-03Native VP9 decoder.Ronald S. Bultje
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>
2013-09-22avfilter: add ladspa wrapper filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-22Make decoding alpha optional for some codecs.Reimar Döffinger
For codecs where decoding of a whole plane can simply be skipped, we should offer applications to not decode alpha for better performance (ca. 30% less CPU usage and 40% reduced memory bandwidth). It also means applications do not need to implement support (even if it is rather simple) for YUVA formats in order to be able to play these files. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-09-22changelog: add fraps and libx264 changesCompn
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 'bb461370e34b1fa1637f34ce7d37b934ddb472d5'Michael Niedermayer
* commit 'bb461370e34b1fa1637f34ce7d37b934ddb472d5': asfenc: mux chapters in ASF files using an ASF "marker" section Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-19asfenc: mux chapters in ASF files using an ASF "marker" sectionVladimir Pantelic
ASF markers only have a start time, so we lose the chapter end times, but that is ASF for you Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-09-19Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'Michael Niedermayer
* commit '1914e6f010b3320025c7b692aaea51d9b9a992a8': aacdec: Add support for LD (Low Delay) AAC Conflicts: Changelog libavcodec/aacdec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-19Merge commit '5cdefc02079a5b899bdec09e15e2bb099cb01734'Michael Niedermayer
* commit '5cdefc02079a5b899bdec09e15e2bb099cb01734': aacdec: Add support for Error Resilience syntax. Conflicts: Changelog libavcodec/aacdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-19Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer
* commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff': Add a WebP decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h libavformat/img2.c The previously existing webp decoder is disabled as the new one supports lossless mode and alpha while the previous does not. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-19ffprobe: add -read_intervals optionStefano Sabatini
This is also useful to test seeking on an input file. This also addresses trac ticket #1437.
2013-09-18aacdec: Add support for LD (Low Delay) AACAlex Converse
2013-09-18aacdec: Add support for Error Resilience syntax.Alex Converse
This does not add support for any error resilience tools.
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-16avfilter: add adelay filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-15changelog: add ffv1 yuva and dts streamid changeCompn
2013-09-15Adding a line to Changelog about FFV1 version 1.3 now being stableDave Rice
FFV1 version 1.3 is non-experimental as of Aug 26, 2013. Adding that to the changelog. Signed-Off By: dericed <dave@dericed.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-13Adding a line to Changelog about Opus Matroska SupportVignesh Venkatasubramanian
Next release of ffmpeg will support embedding Opus in Matroska container. Adding that to the Changelog. Signed-Off By: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-06lavfi: Weston 3 Field Deinterlacing FilterPaul 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-03Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'Michael Niedermayer
* commit '7df9e693a34c84c698da60426c78140c950f95ed': cosmetics: Fix ATRAC codec name spelling Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
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-08-13avcodec/mjpegdec: Read EXIF metadata in JPEG input.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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-06Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7'Michael Niedermayer
* commit '488a0fa68973d48e264d54f1722f7afb18afbea7': avconv: support -t as an input option. Conflicts: Changelog ffmpeg.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-06Merge commit '811bd0784679dfcb4ed02043a37c92f9df10500e'Michael Niedermayer
* commit '811bd0784679dfcb4ed02043a37c92f9df10500e': avconv: make input -ss accurate when transcoding Conflicts: Changelog doc/ffmpeg.texi ffmpeg.h ffmpeg_filter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-05avconv: support -t as an input option.Anton Khirnov
It limits the duration of the data read from a given input.
2013-08-05avconv: make input -ss accurate when transcodingAnton Khirnov
Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded.
2013-08-03Merge commit '0d6fa3977b016f1b72b0b24b8834ff9222498548'Michael Niedermayer
* commit '0d6fa3977b016f1b72b0b24b8834ff9222498548': rtmp: Add seek support Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-02rtmp: Add seek supportGavriloaie Eugen-Andrei
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-31avconv: add -n option to immediately exit when output files already existVittorio Giovara
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-29lavfi: add compand filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-28ffprobe: add -show_programs optionFlorent Tribouilloy
The option is used to sort the streams by program. Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: miscellaneous typo fixes Conflicts: configure libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-14lavfi: port perspective filter from libmpcodecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-10lavfi: add aecho filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-10Changelog: add back the <next> placeholder for new changesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-10Changelog: replace next by 2.0n2.0Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>