Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2013-12-22Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b'Michael Niedermayer
* commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b': Add a libwebp encoder Conflicts: Changelog doc/encoders.texi doc/general.texi libavcodec/version.h libavformat/img2enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-22Add a libwebp encoderJustin Ruggles
2013-11-22doc/encoders/libfdk_aac: state that VBR support is experimentalStefano Sabatini
2013-11-22doc/encoders/libfdk_aac: fix a few typosStefano Sabatini
2013-11-22doc/encoders/libfdk_aac: use @ref to reference libfaacStefano Sabatini
2013-11-18avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol
20 ms is used by libopus encoder. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-11-10doc/encoders: fix libfdk-aac "Examples" subsectionTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-11-02avcodec/libmp3lame: add ABR supportTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-01doc/encoders: add libfaac encoder documentationStefano Sabatini
2013-11-01doc/encoders: document the libfdk-aac wrapperStefano Sabatini
Partially based on the https://trac.ffmpeg.org/wiki/AACEncodingGuide guide.
2013-11-01doc/encoders: extend/clarify libtheora encoder documentationStefano Sabatini
2013-10-27doc/encoders: replace @xref with @ref commandStefano Sabatini
@xref is ignored by texi2pod.
2013-10-27doc/encoders: add libshine docTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-24doc/encoders: add libvorbis docTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-10doc/encoder/aac: Remove -cutoff trickTimothy Gu
Fix Ticket #2686 comment 155. Trick obsoleted since 72dabdfc58064fcb249f26fc7afca2221f18a832. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-15doc/encoders: improve libvo-aacenc docTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-09-15doc/encoders: add doc for AAC encoderTimothy Gu
Thanks-to: Kostya Shishkov <kostya.shishkov@gmail.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-08-30doc/encoders: reformat and add some clarification in libtwolame docTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-08-30doc/encoders: reformat libmp3lame docTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-08-06Merge commit 'bc54c2ae3ca6abd225dc331eafc12108513158de'Michael Niedermayer
* commit 'bc54c2ae3ca6abd225dc331eafc12108513158de': libx264: add shortcut for the bluray compatibility option Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-05libx264: add shortcut for the bluray compatibility optionLuca Barbato
As for intra-refresh it is just a commodity.
2013-07-31libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-31libxvid: add working lumimasking and variance AQTimothy Gu
The old implementation is unusable due to change in the Xvid API. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-30doc/encoders: add libxvid docTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>