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-07-17cosmetics: fix some misspelled wordsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-01-26lavc/libzvbi-teletextdec: add support for setting background opacityMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2015-08-04avcodec/dvbsubdec: Allow selecting the substream, or all substreamsMichael Niedermayer
Fixes Ticket 2161 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-27doc/decoders: Add entry for dvbsub and document compute_clutMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-23lavc/hevc: rudimentary support for skip_loop_filter.Nicolas George
+~9% speed on Core i5 on test sample. All frames are treated as ref frames, skipping only applies at level "all". The following mail contains information on how to improve that: http://ffmpeg.org/pipermail/ffmpeg-devel/2015-July/176116.html
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
Also fix typo found by Lou Logan: Sacrifying -> Sacrificing Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-05-17lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos
Based on an analysis by trac user lvqcl. Fixes ticket #4421, reported by Chase Walker.
2014-11-22doc/decoders.texi: typo in description for option ifo_paletteTOYAMA Shin-ichi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15avcodec/dvdsubdec: New option for obtaining global palette from .IFO file ↵Shin-ichi Toyama
(experimental) Suggested-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-23doc/decoders: adding documentation for lavc/dvdsubdec.c option ↵Nicholas Robbins
"forced_subs_only" Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-28doc/decoders: mention native Opus decoderLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2014-03-27Fix texinfo error due to wrong @subsubsectionAndreas Cadhalpun
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-30Merge commit 'a17ab0e46a9fec7c31cc1be363828184c6ecebf7'Michael Niedermayer
* commit 'a17ab0e46a9fec7c31cc1be363828184c6ecebf7': doc: add decoders.texi Conflicts: doc/decoders.texi doc/ffmpeg.texi doc/ffplay.texi See: 5e45f03420945dfeaf66729f5d022e5c15ff5723 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-30doc: add decoders.texiJohn Stebbins
Only documents ac3 decoder options at this point.
2013-09-02lavc: add teletext decoder using libzvbiMarton Balint
Based on a patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-December/136677.html The original patch was rebased by Tudor SUCIU <tudor.suciu@gmail.com>. Lots of additional features and fixes are made by me. Fixes ticket #2086. Changes since last version: - change default page to all pages Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-28doc/decoders: document libopus decoderTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-06-21doc/decoders,decoders: add various missing final dotsStefano Sabatini
Enhance consistency.
2013-06-21doc/decoders: Add libopencore-amrwb decoder docTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-06-21doc/decoders: Document libopencore-amrnb decoderTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21doc/decoders: Document libilbc decoderTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20doc/decoders: Document libgsm decoderTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18doc/decoders: Document libceltTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-06doc/decoders: fix typo in "@Options"Stefano Sabatini
2012-12-05lavc/dvdsubdec: accept palette from options.Nicolas George
On DVDs, the palette is part of the IFO file and therefore not available when reading from a dumped VOB file.
2011-12-15lavc: add ffwavesynth pseudo-codec.Nicolas George
2011-11-29docs: Spelling fixes to 9 texi files from /docroot
credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-20decoders.texi: fix typos in rawvideo sectionStefano Sabatini
2011-05-20decoders.texi: add documentation for rawvideo decoder and optionsStefano Sabatini
2011-05-20doc: add decoders.texi fileStefano Sabatini