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
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>
2013-07-27doc/codecs: fix dangling reference to codec-options chapterStefano Sabatini
2013-07-24doc/encoders: partially rewrite and reformat libx264 docsTimothy Gu
Format is based on the thread: "[PATCH] doc/encoders: Add libopus encoder doc" (06-28-2013) http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/165368/ Also merge the two option sections (Mapping and Private options). Patch partially edited by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-07-06doc/encoders: add libopus encoder docTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-07-01doc/encoders: apply various fixes to libmp3lame documentationStefano Sabatini
2013-06-28doc/encoders: alphabetically list the encodersTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-06-21doc/decoders,decoders: add various missing final dotsStefano Sabatini
Enhance consistency.
2013-06-19doc/encoders: Add libopencore-amrnb docTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-13doc/encoders: Add libvo-amrwbenc docTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavc: add a libwavpack encoder wrapper Conflicts: Changelog doc/encoders.texi libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-10lavc: add a libwavpack encoder wrapperAnton Khirnov