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
2017-09-09Add SUP/PGS subtitle muxerPetri Hintukainen
Fixes ticket #2208
2017-08-30Add FITS EncoderParas Chadha
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
2017-08-30Add FITS DecoderParas Chadha
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
2017-08-24lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.Carl Eugen Hoyos
Compatible with the binary encoder attached to ticket #6596 (right-aligned) and a sample from a SEG Mp3-Player (left-aligned).
2017-07-19avformat: add SMPTE 337M demuxerfoo86
2017-07-19avcodec: add Dolby E decoderfoo86
2017-05-29lavc: remove libschroedinger encoding and decoding wrappersRostislav Pehlivanov
The library has stopped being developed and Debian has removed it from its repositories citing security issues. The native Dirac decoder supports everything the library has and basic encoding support is still provided via the native vc2 (Dirac Pro, intra only version of Dirac) encoder. Hence, there's no reason to still support linking to the library and potentially leading users into security issues.
2017-04-18avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-18avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-05doc/general: fix project name after 2b1a6b1aeClément Bœsch
2017-04-03Merge commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d'Clément Bœsch
* commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d': doc: Add libxavs section Merged-by: Clément Bœsch <u@pkh.me>
2017-04-01Merge commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f'Clément Bœsch
* commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f': doc: Add note about recent regression in AviSynth+ Merged-by: Clément Bœsch <u@pkh.me>
2017-03-12avcodec: add XPM decoder and demuxerParas Chadha
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
2017-03-02avcodec: add ClearVideo decoderKostya Shishkov
Only I-frames are decoded for now. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-02-23avcodec: add ScreenPressor decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-02-12doc/general: mention Newtek SpeedHQ decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-02-12avcodec: add FM Screen Capture Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-25avformat: add Sample Dump eXchange demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-22avformat: add MIDI Sample Dump Standard demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-07avcodec: add QDMC decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-12-23avcodec: add Apple Pixlet decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-12-22doc/general: mention recently added PCM codecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-12-14libavcodec : add decoder for Photoshop PSD image filesMartin Vignali
Decode the Image Data Section (which contains merged pictures). Support RGB/A and Grayscale/A in 8bits and 16 bits per channel. Support uncompress and rle decompression in Image Data Section. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-21doc: Add libxavs sectionDiego Biurrun
2016-11-17doc: Add note about recent regression in AviSynth+Stephen Hutchinson
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-11-13avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca
Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts streams Signed-off-by: Vlad Tarca <vtarca@mobibase.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-01lavc: remove libfaac wrapperJosh de Kock
There is really no need for two aac wrappers, we already have libfdk-aac which is better. Not to mention that faac doesn't even support HEv1, or HEv2. It's also under a license which is unusable for distribution, so it would only be useful to people who will compile their own ffmpeg, only use it themselves (which at that point should just use fdk-aac). Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-09-18doc/general.texi: mention MLP/TrueHD encoding supportJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-29High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P
Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2016-08-04avformat: add a TTA MuxerJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-07-27Add an OpenH264 decoder wrapperMartin Storsjö
This is cherrypicked from libav, from commits 82b7525173f20702a8cbc26ebedbf4b69b8fecec and d0b1e6049b06eeeeca146ece4d2f199c5dba1565. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-07-14Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'Clément Bœsch
* commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b': Add TrueMotion 2.0 Real Time decoder Merged-by: Clément Bœsch <u@pkh.me>
2016-07-14Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'Clément Bœsch
* commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6': Add MagicYUV decoder Changes observed from Libav: - many cosmetics (function renames/move, spacing, line breaks) - MagicYUVContext.slices_size is now unsigned - use of pixdesc (include fixed in FFmpeg) - mention of "Lossless" in the long name dropped (also removed from general.texi in FFmpeg) - addition of the FF_CODEC_CAP_INIT_THREADSAFE caps - use of qsort() instead of AV_QSORT() (NOT MERGED) - use of AVCodecContext.{width,height} instead of AVCodecContext.coded_{width,height} (NOT MERGED) See also 77f9c4b7aa9eb793b3019025e177245896821816 Merged-by: Clément Bœsch <u@pkh.me>
2016-06-28Add an OpenH264 decoder wrapperMartin Storsjö
While it is less featureful (and slower) than the built-in H264 decoder, one could potentially want to use it to take advantage of the cisco patent license offer. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-06-20Add TrueMotion 2.0 Real Time decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-06-20Add MagicYUV decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-31avocdec: add MagicYUV decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-15doc/general: update supported DCA extensionsJames Almer
2016-05-15doc/general: mention DST decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-15doc/general: mention WSD demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-01-30avcodec: Add forgotten minor bump, add Changelog and add Cineform to ↵Kieran Kunhya
general.texi
2016-01-30avcodec: Remove libvo-aacenc support.Kieran Kunhya
The internal encoder is superior to libvo-aacenc. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2016-01-30avcodec: Remove libaacplusTimothy Gu
TODO: bump minor It's inferior in quality to fdk-aac and has an arguably more problematic license. As early as 2012, a HydrogenAudio user reported: > It has however one huge advantage: much better quality at low bitrates than > faac and libaacplus. (https://hydrogenaud.io/index.php?PHPSESSID=ckiq394pdglka0kj2fin6ij8t7&topic=95989.msg804633#msg804633) I myself have made a few spectrograms for a comparison of the two encoders as well. The FDK output is consistently better than the libaacplus one, in all bitrates I tested. libaacplus license is 3GPP + LGPLv2. 3GPP copyright notice is completely proprietory, as follows: > No part may be reproduced except as authorized by written permission. > > The copyright and the foregoing restriction extend to reproduction in > all media. > > © 2008, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TTA, TTC). > > All rights reserved. (The latest 26410-d00 zip from 3GPP has the same notice, but the copyright year is changed to 2015) The copyright part of the FDK AAC license (section 2) is a copyleft license that permits redistribution under certain conditions (and therefore the LGPL + libfdk-aac combination is not prohibited by configure): > Redistribution and use in source and binary forms, with or without > modification, are permitted without payment of copyright license fees > provided that you satisfy the following conditions: > > You must retain the complete text of this software license in > redistributions of the FDK AAC Codec or your modifications thereto in > source code form. > > You must retain the complete text of this software license in the > documentation and/or other materials provided with redistributions of > the FDK AAC Codec or your modifications thereto in binary form. > > You must make available free of charge copies of the complete source > code of the FDK AAC Codec and your modifications thereto to recipients > of copies in binary form. > > The name of Fraunhofer may not be used to endorse or promote products > derived from this library without prior written permission. > > You may not charge copyright license fees for anyone to use, copy or > distribute the FDK AAC Codec software or your modifications thereto. > > Your modified versions of the FDK AAC Codec must carry prominent > notices stating that you changed the software and the date of any > change. For modified versions of the FDK AAC Codec, the term > "Fraunhofer FDK AAC Codec Library for Android" must be replaced by the > term "Third-Party Modified Version of the Fraunhofer FDK AAC Codec > Library for Android."
2016-01-29configure: remove libzvbi GPL dependencyMarton Balint
The COPYING.LIB file in the zvbi source tree as well as libzvbi.h references the GNU Library General Public License version 2 since version 0.2.28. Signed-off-by: Marton Balint <cus@passwd.hu>
2015-12-12doc/general: add missing @tab for ADPCM VIMAPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-07Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'Hendrik Leppkes
* commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244': lavc: G.723.1 encoder Split existing FFmpeg G.723.1 encoder into a new file. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-11-30lavc: G.723.1 encoderMohamed Naufal
Additional improvements by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-11-19avformat: add VPK demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-11-18avformat: add IVR demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>