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
2014-01-30doc: document correct option to list encodersJohn Stebbins
2013-12-22Add a libwebp encoderJustin Ruggles
2013-08-05libx264: add shortcut for the bluray compatibility optionLuca Barbato
As for intra-refresh it is just a commodity.
2013-06-10lavc: add a libwavpack encoder wrapperAnton Khirnov
2013-05-30proresenc: alpha coding supportKostya Shishkov
2013-04-11doc: document the prores encoder optionsAnton Khirnov
Adapted from the author's blag. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-02-18doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar
Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
2013-01-25doc: document libx264 options and mappingsLuca Barbato
2011-10-12fix ac3 encoder documentationJustin Ruggles
some of the mode values were reversed
2011-05-26doc: create separate section for audio encodersStefano Sabatini
Having a separate section for audio encoders simplifies navigation and is slightly more consistent with the rest of the manual. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
Channel coupling is an optional AC-3 feature that increases quality by combining high frequency information from multiple channels into a single channel. The per-channel high frequency information is sent with less accuracy in both the frequency and time domains. This allows more bits to be used for lower frequencies while preserving enough information to reconstruct the high frequencies.
2011-05-01ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
2011-02-17documentation: add encoders chapterJames Zern
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>