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-11-15lavc: VP9 decoderRonald S. Bultje
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
Before, it just returned width/height. Correct is width/height*sar. That way it is consistent with DAR as in probe output and setdar. Signed-off-by: Rudolf Polzer <divverent@xonotic.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
Example: -vf setsar=sar="sar*9/10" Signed-off-by: Rudolf Polzer <divverent@xonotic.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-02Add an HDS live fragmenting muxerMartin Storsjö
HDS fragments basically are FLV fragments wrapped in an ISO media mdat atom. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-10-31avplay: drop -vismv option which does not do anything anymoreAnton Khirnov
2013-10-31mpegts: Support HEVC demuxingMickaël Raulet
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31matroskadec: Support HEVC demuxingYusuke Nakamura
2013-10-31mov: Support HEVC demuxingYusuke Nakamura
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31Add raw HEVC demuxerDirk Farin
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31Add HEVC decoderGuillaume Martres
Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet <mraulet@insa-rennes.fr> Seppo Tomperi <seppo.tomperi@vtt.fi> Gildas Cocherel <gildas.cocherel@laposte.net> Khaled Jerbi <khaled_jerbi@yahoo.fr> Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr> Vittorio Giovara <vittorio.giovara@gmail.com> Jan Ekström <jeebjp@gmail.com> Anton Khirnov <anton@khirnov.net> Martin Storsjö <martin@martin.st> Luca Barbato <lu_zero@gentoo.org> Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> Reimar Döffinger <Reimar.Doeffinger@gmx.de> Diego Biurrun <diego@biurrun.de> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-10-23movenc: Add an F4V muxerClément Bœsch
F4V is Adobe's mp4/iso media variant, with the most significant addition/change being supporting other flash codecs than just aac/h264. Signed-off-by: Martin Storsjö <martin@martin.st>
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-12oggdec: add support for Opus in Ogg demuxingNicolas George
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-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-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-08-08Voxware MetaSound decoderKostya Shishkov
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-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-25miscellaneous typo fixesDiego Biurrun
2013-06-10lavc: add a libwavpack encoder wrapperAnton Khirnov
2013-06-03Go2Webinar decoderKostya Shishkov
2013-05-28lavf: add a raw WavPack muxer.Anton Khirnov
2013-05-28vc1dec: Remove interlaced warningMichael Niedermayer
Also add a note about the feature in the changelog. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
Mostly based on libavcodec's
2013-05-18Escape 130 (RPL) decoderEli Friedman
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2013-05-17Apple Intermediate Codec decoderKostya Shishkov
2013-05-07avconv: remove -deinterlaceAnton Khirnov
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-04-30avconv: make output -ss insert trim/atrim filters.Anton Khirnov
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
2013-04-30avconv: make -t insert trim/atrim filters.Anton Khirnov
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30lavfi: add an asetpts filterAnton Khirnov
2013-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-04-11lavfi: new interlace filterVittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-04-09lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov
2013-03-28avconv: add options for reading filtergraphs from a file.Anton Khirnov
2013-03-08avconv: do not silently ignore unused codec AVOptions.Anton Khirnov
Print an error and abort when the option is of the wrong type (decoding for output file or vice versa), since this could never be correct for any input or output configuration. Print a warning and continue when the option is of the correct type, just unused, so same commandlines can be reused for different kinds of input or output files.
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-02-09asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic
Yes, these files do exist Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö
This only takes care of decrypting incoming packets; the outgoing RTCP packets are not encrypted. This is enough for some use cases, and signalling crypto keys for use with outgoing RTCP packets doesn't fit as simply into the API. If the SDP demuxer is hooked up with custom IO, the return packets can be encrypted e.g. via the SRTP protocol. If the SRTP keys aren't available within the SDP, the decryption can be handled externally as well (when using custom IO). Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-05finalize changelog for version 9Reinhard Tartler
2013-01-03forgotten changelogs for 9_beta2Reinhard Tartler