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
2011-04-26documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23Refer to ff* tools by their lowercase names.Diego Biurrun
2011-04-10Redefine sameqLou Logan
I think the documentation of sameq is causing confusion and misuse of this option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
of the service type in the audio bitstream.
2011-03-20doc: add details to the documentation for ffmpeg -mapMike Scheutzow
Patch by Mike Sheutzow with some additions and changes by Stefano. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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>
2011-02-03ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov
It's consistent with the -metadata option and easier to write. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-29doc: modify style for texi2html 1.78+Janne Grunau
The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title.
2011-01-28Add muxers.texi file.Stefano Sabatini
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-22streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow
fixes issue2465. The problem is that the ffmpeg (the app) -streamid option did not work with -newaudio/-newvideo/-newsubtitle. The cause was a conflict between the feature where streamid values were reset to default for each output filename, and the implementation of -new*, which requires that the -new* option be specified after the target filename. My patch changes the ffmpeg behavior so that user-specified streamid values apply to all the following output files on the command line (rather than just the next output filename.) Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-16In ffmpeg.texi, prefer @itemize lists over text formatted "*" lists.Stefano Sabatini
Originally committed as revision 26387 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-16Reformat documentation for -vsync @var{parameter}.Stefano Sabatini
Make use of "@table @option" for showing the valid values for the option. Originally committed as revision 26385 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-15Add docs and Changelog entry for the -copytb option added in r26340.Stefano Sabatini
Originally committed as revision 26362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-09Match the documentation of -ar with the actual behaviour.Carl Eugen Hoyos
Originally committed as revision 26290 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-09Add demuxers.texi file.Stefano Sabatini
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-27Metadata muxerAnton Khirnov
Dumps all metadata to a text file for easy manual editing. Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-14Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini
Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk