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
path: root/doc
AgeCommit message (Collapse)Author
2012-12-19doc: use a common authors.texi file blurbStefano Sabatini
Factorize.
2012-12-19doc/texi2pod: rework man inclusion logicStefano Sabatini
Ignore @c man begin ... @c man end comments, rely on @chapter for marking the beginning of the various manual top level sections. This allows us to write markup which is not dependent on the specific texi2pod.pl implementation. This change causes a few rendering issues, which will be fixed in further patches.
2012-12-19doc/filters: reformat and rework gradfun.Clément Bœsch
Note that examples are changed.
2012-12-19lavfi/gradfun: support named options.Clément Bœsch
This breaks usage for out-of-range values.
2012-12-19lavfi/gradfun: reduce up limit for threshold.Clément Bœsch
This will prevent an overflow in the SSSE3 and MMX filter_line code: delta is expressed as an u16 being shifted by 2 to the left. If it overflows, having a strength not above 64 will make sure that m is set to 0 (making the m*m*delta >> 14 expression void). A value above 64 should not make any sense unless gradfun is used as a blur filter.
2012-12-18avfilter: add apad filterMichael Niedermayer
This filter pads an audio stream with silence It can together with -shortest be used to extend audio streams to the same length as video. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-18Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch
2012-12-18doc/ffmpeg-bitstream-filters: fix typo in titleStefano Sabatini
2012-12-18doc/indevs: update syntax for the color filter in the lavfi device examplesStefano Sabatini
2012-12-18doc/texi2pod: correctly handle @url commands in the form @url{URL,...}Stefano Sabatini
Ignore the other arguments, which have not to be processed by the POD renderer.
2012-12-18doc/Makefile: add docclean ruleStefano Sabatini
This allows to clean the doc directory from the parent project dir. The command: make -C doc clean does not work as long as the paths specified in doc/Makefile are relative to the parent dir. Also it is consitent with "testclean" and "distclean" targets.
2012-12-18doc/texi2pod: add support to @ifhtml and @ifnothtml directivesStefano Sabatini
With these commands it is possible to add HTML and non-HTML snippets, which will be useful for the "See Also" manual chapters.
2012-12-18doc: remove references to external documentsStefano Sabatini
Fix a few warnings generated when creating the manuals. Our current doc generation toolchain does not allow to reference external documents.
2012-12-17Silicon Graphics Movie (.mv) demuxerPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17SGI RLE 8-bit decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17doc/examples/resampling_audio.c: fix pathMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-16doc/filters: fix "Dolby Pro Logic II" option nameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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-12-16doc/filters: remove @example use for showing syntaxStefano Sabatini
I forgot to merge with the previous commit.
2012-12-15doc/filters: extend syntax description for transpose, and add examplesStefano Sabatini
2012-12-15doc/filters: add basic crop examplesStefano Sabatini
Use it to show difference between shorthand and named parameters.
2012-12-15doc/filters: itemize crop examplesStefano Sabatini
2012-12-15lavfi/crop: add support to option parsingStefano Sabatini
Also fix documentation accordingly.
2012-12-15doc/APIchanges: fill empty git commit hashes and datesStefano Sabatini
2012-12-15ffprobe: show pkt_size in frameStefano Sabatini
Fix trac ticket #2027.
2012-12-15lavc: add pkt_size field to AVFrameStefano Sabatini
2012-12-14Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e'Michael Niedermayer
* commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e': doc: improve documentation for the asyncts filter first_pts option asyncts: fix the asyncts behavior when using the first_pts option Conflicts: libavfilter/af_asyncts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-14docs: -asyncts has been replaced by aresample not asyncts in ffmpegMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-14lavf/segment: add segment_start_number optionStefano Sabatini
Consistent with the image2 muxer.
2012-12-13doc: improve documentation for the asyncts filter first_pts optionJustin Ruggles
Note the time base for the option. Add an additional example description.
2012-12-13lavfi/select: add support to optionsStefano Sabatini
Add options introspection, and improve error feedback.
2012-12-13doc/filters: itemize select/aselect examplesStefano Sabatini
Improve rendering.
2012-12-13lavfi: mv vf_select.c -> f_select.cStefano Sabatini
The file now contains also an audio select implementation. Also move the aselect/select documentation from video filters to the multimedia filters section.
2012-12-13lavfi: add aselect audio variant of selectStefano Sabatini
2012-12-12Fix frame-rate documentation.Carl Eugen Hoyos
2012-12-12doc/ffmpeg: fix/extend documentation for -copytsStefano Sabatini
2012-12-12doc/filters: fix grammar mistake in setfield documentationStefano Sabatini
Spotted-by: Tim Nicholson <nichot20@yahoo.com>
2012-12-11doc/filters: extend fps documentation.Clément Bœsch
2012-12-11filters.texi: document more aresample optionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-11lavfi: remove mp=denoise3d filter.Clément Bœsch
hqdn3d was meant to be a more efficient denoise3d filter, is supported natively, and is faster on my computer thanks to the ASM optimisations.
2012-12-11doc: fix a -map syntax in one command line example.Clément Bœsch
2012-12-11lavf/segment: add reset_timestamps optionStefano Sabatini
The new options reset the timestamps at each new segment, so that the generated segments will have timestamps starting close to 0. It is meant to address trac ticket #1425.
2012-12-09lavf: TED Talks JSON captions demuxer.Nicolas George
2012-12-09Improve x264opts description.Carl Eugen Hoyos
2012-12-09Merge commit '18e6f087c4a50bede8449ee164778945480be50c'Michael Niedermayer
* commit '18e6f087c4a50bede8449ee164778945480be50c': img2: document the options available hls: improve options description hls: use a meaningful long name hls: add start_number option h264: check for invalid zeros_left before writing Conflicts: doc/demuxers.texi doc/muxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-08lavfi/setfield: add support to named options and introspectionStefano Sabatini
2012-12-08img2: document the options availableLuca Barbato
2012-12-08hls: improve options descriptionLuca Barbato
2012-12-08hls: add start_number optionLuca Barbato