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-01-01ffplay: add documentation for "s" keyWerner Robitza
With various edits suggested by Stefano Sabatini and Clément Bœsch.
2013-10-26ffplay: update and extend documentation for channel and stream switchingMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2013-09-10doc: Rename avtools-common-opts to fftools-common optsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-25doc: remove all-components.texi, include its content verbatimStefano Sabatini
Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.
2013-04-05doc: enable compilation of -all tool pagesStefano Sabatini
In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
2013-04-01doc: Consistently use 'filtergraph'Derek Buitenhuis
We used to use 'filtergraph' or 'filter graph' randomly. 'filtergraph' was chosen due to having 57 occurrences in the documentation, whereas 'filter graph' had only 19. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-03-17ffplay: add -af optionMarton Balint
Based on a patch by Stefano Sabatini <stefasab@gmail.com>: http://ffmpeg.org/pipermail/ffmpeg-devel/2013-February/138452.html Signed-off-by: Marton Balint <cus@passwd.hu>
2013-03-10doc/ffplay,ffmpeg: mention the corresponding negated option for -statsStefano Sabatini
This helps lazy users who didn't read the part about boolean options, in case they grep for "-nostats". -stdin and -stats are the only booleans option enabled by default. This is a partial fix for Trac ticket #2332, a complete overhaul of boolean options documentation is probably overkill.
2013-02-15doc: fix reference to ffmpeg-bitstream-filters.html pageStefano Sabatini
2013-01-13ffplay: extend documentation for the -vf optionStefano Sabatini
In particular, make it consistent with the ffmpeg docs.
2012-12-21doc: remove inclusion of libav* documentation in toolsStefano Sabatini
This shrinks the tool manuals to a manageable size. Relevant manuals are referenced in the "See Also" chapter. Overall documentation inclusion should still be possible through the use of a conditional variable set during configuration time, if someone feels the need for a huge-wall-of-text-fashioned manual.
2012-12-19doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini
Add more references, and generate alternative variants for HTML and POD output. In particular, this allows to render a "See Also" chapter in the HTML output.
2012-12-19doc: rework synopsis section for ff* toolsStefano Sabatini
Fix syntax, remove pointless introductory sentence, improve overall consistency.
2012-12-19doc: use a common authors.texi file blurbStefano Sabatini
Factorize.
2012-12-16ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini
Fail with a meaningfull error message in case of bogus input. Also the new options are more consistent with the rest of the tool options, since it does not support generic stream specifiers.
2012-05-22doc: add syntax.texi fileStefano Sabatini
2011-12-15ffplay: add 10 minute seek support to ffplayPanagiotis H.M. Issaris
Signed-off-by: Marton Balint <cus@passwd.hu>
2011-09-28ffplay.texi: document -codecMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: (31 commits) audioconvert: add explanatory comments to channel_names array audioconvert: K&R whitespace cosmetics avconv: use correct index when selecting metadata to write to. avconv: fix inverted variable doc/avconv: document option types (input/output/per-stream/...) doc/avtools-common-opts: write a section about stream specifiers. doc/avconv: remove two pointless paragraphs. doc/avconv: document that global options should be specified first. doc/avconv: remove entries for nonexistent options doc/avconv: remove documentation for removed 'timestamp' option doc: cosmetics, rename fftools-common-opts to avtools-.... avconv: move streamid_map to options context. avconv: extend -vf syntax avconv: move top_field_first to options context. avconv: move inter/intra matrix to options context. avconv: remove -psnr option. avconv: remove me_threshold option. avconv: move video_rc_override_string to options context. avconv: move frame pixel format to the options context. avconv: move frame aspect ratio to the options context. ... Conflicts: avconv.c cmdutils_common_opts.h doc/avconv.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-08-01Unbreak ffplay -s and ffplay -pix_fmt.Carl Eugen Hoyos
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: ffmpeg: fix some indentation ffmpeg: fix operation with --disable-avfilter simple_idct: remove disabled code motion_est: remove disabled code vc1: remove disabled code fate: separate lavf-mxf_d10 test from lavf-mxf cabac: Move code only used in the cabac test program to cabac.c. ffplay: warn that -pix_fmt is no longer working, suggest alternative ffplay: warn that -s is no longer working, suggest alternative lavf: rename enc variable in utils.c:has_codec_parameters() lavf: use designated initialisers for all (de)muxers. wav: remove a use of deprecated AV_METADATA_ macro rmdec: remove useless ap parameter from rm_read_header_old() dct-test: remove write-only variable des: fix #if conditional around P_shuffle Use LOCAL_ALIGNED in ff_check_alignment() Conflicts: ffmpeg.c libavformat/avidec.c libavformat/matroskaenc.c libavformat/mp3enc.c libavformat/oggenc.c libavformat/utils.c tests/ref/lavf/mxf Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-07-17ffplay: warn that -pix_fmt is no longer working, suggest alternativeStefano Sabatini
Also remove now unused variable. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-07-17ffplay: warn that -s is no longer working, suggest alternativeStefano Sabatini
Also remove now unused variables. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-08ffplay: remove -debug optionStefano Sabatini
The options -loglevel LEVEL -debug FLAGS can be used for achieving the same objectives, with a finer level of control.
2011-06-08ffplay: remove -vismv optionStefano Sabatini
Use -vismv 1 instead. Simplify.
2011-06-05ffplay.texi: document -i FILE optionStefano Sabatini
2011-05-20doc: add decoders.texi fileStefano Sabatini
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
* qatar/master: Handle unicode file names on windows rtp: Rename the open/close functions to alloc/free Lowercase all ff* program names. Refer to ff* tools by their lowercase names. NOT Pulled Replace more FFmpeg instances by Libav or ffmpeg. Replace `` by $() syntax in shell scripts. patcheck: Allow overiding grep program(s) through environment variables. NOT Pulled Remove stray libavcore and _g binary references. vorbis: Rename decoder/encoder files to follow general file naming scheme. aacenc: Fix whitespace after last commit. cook: Fix small typo in av_log_ask_for_sample message. aacenc: Finish 3GPP psymodel analysis for non mid/side cases. Remove RDFT dependency from AAC decoder. Add some debug log messages to AAC extradata Fix mov debug (u)int64_t format strings. bswap: use native types for av_bwap16(). doc: FLV muxing is supported. applehttp: Handle AES-128 encrypted streams Add a protocol handler for AES CBC decryption with PKCS7 padding doc: Mention that DragonFly BSD requires __BSD_VISIBLE set Conflicts: ffplay.c ffprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-13ffplay: implement -showmode optionStefano Sabatini
The new option allows to select the starting show mode.
2011-03-17Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer
This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
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-09Add demuxers.texi file.Stefano Sabatini
Originally committed as revision 26282 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