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
2016-09-19doc/encoders: minor aac encoder formatting improvementsMoritz Barsnick
Also corrected a line's level. Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
2016-07-17cosmetics: fix some misspelled wordsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-07-03libopusenc: Add channel mapping family argumentMichael Graczyk
The default value of -1 indicates that ffmpeg should determine the channel mapping automatically, which was the behavior before this commit. Unless the -mapping_family argument is provided, behavior is unchanged. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-02-12doc/encoders: fix typos in the vc2 encoder documentationRostislav Pehlivanov
Thanks to RiCON for pointing these out. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-02-12doc/encoders: add documentation for the VC-2 encoderRostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-02-07libvpxenc: Allow setting tune parameterTimothy Gu
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-09doc/encoders: fix typo in AAC encoder documentationRostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-01-02doc/encoders: Fix application nameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-12-16doc/encoders/libopenh264: update documentation after recent changesStefano Sabatini
2015-12-06doc/encoders.texi: fix typo and clarify mpeg2_aac_lowRostislav Pehlivanov
Thanks to Brad Smith for finding the typo. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2015-12-05doc/encoders.texi: use words intead of numbers to describe option statesRostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2015-12-05doc/encoders.texi: remove forgotten mention of "experimental" from libvo-aacencRostislav Pehlivanov
Previous documentation commit overlooked that particular mention. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2015-12-05doc/encoders.texi: update documentation for the native AAC encoderRostislav Pehlivanov
Since the next commit removes the experimental flag from the encoder it's better to update the documentation which has been around in its current form for as long as the encoder itself. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2015-11-29Merge commit '8a9de5c52401aa1e87bdb147524831c640d1ec53'Hendrik Leppkes
* commit '8a9de5c52401aa1e87bdb147524831c640d1ec53': doc/encoders: document the QSV option mappings Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-11-20doc/encoders: document the QSV option mappingsAnton Khirnov
2015-10-29doc/encoders: fix "the their" typoLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2015-10-23kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen
Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-10-09doc: fix spelling errorsAndreas Cadhalpun
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-10-07doc/encoders: Fix libkvazaar documentationArttu Ylä-Outinen
The -threads option is ignored with libkvazaar since it does not have any of the AV_CODEC_CAP_{FRAME,SLICE,AUTO}_THREADS capabilities. This commit removes the incorrect documentation as well as the no-op of setting the number of threads in libkvazaar encoder. Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
2015-10-04libx264: copy A53 closed captions from sourceDeHackEd
Assumes 'GA94' format (ATSC standard) Signed-off-by: DHE <git@dehacked.net> Tested-by: Anshul <anshul.ffmpeg@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-09-08doc/encoders: add libopenh264 entryStefano Sabatini
2015-08-30avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
This option is extremely codec specific and only a few codecs employ it. Move it to codec private options instead: mpegenc family supports only 3 values, xavs and x264 use 5, and xvid has a different metric entirely. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-07-14avcodec: add libkvazaar HECV encoderArttu Ylä-Outinen
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-06-30doc: Add jpeg2000 encoder documentation.Carl Eugen Hoyos
2015-06-21libvpxenc: support setting colorspace for vp9James Zern
the vp9 bitstream supports 8 values: unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved and sRGB. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Zern <jzern@google.com>
2015-06-15encoders.texi: update libvpx documentationJames Zern
modeled after the libx264 section. Reviewed-by: Lou Logan <lou@lrcd.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: James Zern <jzern@google.com>
2015-05-20doc/encoders: add flacMichael Niedermayer
Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-08doc: fix typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2014-10-15doc/encoders: add basic libx265 documentationLou Logan
Fixes ticket #3944. Signed-off-by: Lou Logan <lou@lrcd.com>
2014-10-01avcodec/libx264: add avcintra-classMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-28Adds support for setting aq_mode in libvpx encoderDeb Mukherjee
Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
2014-07-21doc: fix two spelling errorsAndreas Cadhalpun
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-12doc/encoders: Document "dvdsub workaround for some players"Oliver Fromme
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-14mpeg12enc: add seq_disp_ext option for deciding when to write a ↵Marton Balint
sequence_display_extension Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-03fix various typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc: Completely document the x264 options Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-09doc: Completely document the x264 optionsLuca Barbato
And fix an option mismatch.
2014-04-09doc: Use a 3 columns multitableLuca Barbato
Make the html output much nicer.
2014-04-07libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-04-07libxvid: add working lumimasking and variance AQTimothy Gu
The old implementation is unusable due to changes in the Xvid API. Further fixes by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-03-27Fix spelling errors in texi files: more informations --> more information ↵Andreas Cadhalpun
allows to --> allows one to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-07Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun
allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-06libfdk-aacenc: disable hard version requirementsTimothy Gu
Enable compilation on machines with an old libfdk-aac. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc: document correct option to list encoders Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-30doc: document correct option to list encodersJohn Stebbins
2014-01-19doc/encoders: add libx264rgb doc and supported pixfmts for libx264(rgb)Timothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-12-29doc/encoders: add wavpackenc docTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-12-29doc/encoders: reformat libwavpack documentationTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com>