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-17mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov
2014-01-17mp3enc: add an option for disabling the Xing frame.Anton Khirnov
2013-08-21movenc: add faststart option for web streamingClément Bœsch
Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-04-11img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
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-09oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles
This uses page duration instead of byte size to determine when to buffer the page. Also, it tries to avoid continued pages by buffering the current page if there are already packets in the page and adding the next packet would require it to be continued on a new page. This can improve seeking performance. The default page duration is 1 second, which is much saner than filling all page segments by default.
2012-12-08img2: document the options availableLuca Barbato
2012-12-08hls: improve options descriptionLuca Barbato
2012-12-08hls: add start_number optionLuca Barbato
2012-11-13hlsenc: stand alone hls segmenterLuca Barbato
Simplifies usage but has higher latency.
2012-03-20movenc: Add a min_frag_duration optionMartin Storsjö
The other fragmentation options (frag_duration, frag_size and frag_keyframe) are combined with OR, cutting fragments at the first of the conditions being fulfilled. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-02-29Add a minor bump, changelog/APIchanges entry and some documentation for APIC ↵Anton Khirnov
support.
2012-02-28segment: implement wrap aroundLuca Barbato
Provide a way to wrap around the segment index so pseudostreaming live through a web server and html5 browser is simpler. Also ensure that 0 (disable) is a valid value across the options providing wrap around.
2012-01-30doc: Document mov/mp4 fragmentation optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-19segment: introduce segmented chain muxerLuca Barbato
It behaves similarly to image2 muxer
2011-12-09doc: update documentation to use avconvLuca Barbato
2011-07-09doc: replace @pxref by @ref where appropriateDiego Biurrun
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
Create a stereo_mode metadata tag to specify the stereo 3d video layout using the StereoMode tag in a matroska/webm video track.
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
2011-02-08Apply misc fixes to the image2 muxer documentation.Stefano Sabatini
The fixes were pointed out by Diego. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-08Add documentation for the framecrc muxer.Stefano Sabatini
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-08Add documentation for the crc muxer.Stefano Sabatini
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-08Document null muxer.Stefano Sabatini
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-31Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski
Around 01/28/11 18:56, Ronald S. Bultje scribbled: > That patch is now merged, can you submit the update to muxers.texi? > Then we'll apply the whole thing. See attached. I hope the documentation is enough. -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ From c236024b8254f5c2c45934c30fff390cb0e55a5e Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski <gf@unixsol.org> Date: Tue, 25 Jan 2011 13:09:17 +0200 Subject: [PATCH] mpegts: Replace defines in with AVOptions This patch adds support for setting transport_stream_id, original_network_id, service_id, pmt_start_pid and start_pid in mpegts muxer. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-01-31Add documentation for the image2 muxer.Stefano Sabatini
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-01-28Add muxers.texi file.Stefano Sabatini
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>