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
2013-10-19lavd/pulse_audio_dec: apply cosmetic changesLukasz Marek
In particular, fix punctuation in docs and make option help messages grammatically consistent. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini
The new type is compatible with AV_OPT_TYPE_INT64, but allows to specify channel layouts using the format accepted by av_get_channel_layout().
2013-10-17doc/utils: fix docs buildMichael Niedermayer
Not sure this is the correct solution but that can be investigated too once the docs build again Tested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-16doc/filters: reference ffmpeg-utils manual for color and sizes optionsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-16doc/utils: reformat doc for color syntax and add list of supported colorsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-16doc/utils: rewrite doc for time duration syntaxTimothy Gu
Extend description and clarify syntax. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-15doc: make x11grab examples consistent with option namesLou Logan
Change -r to -framerate, but either will work. Change -s to -video_size, but either will work. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-13doc/developer: Merge license related policy itemsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Add missing mpeg2 aac profilesTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Add ignorecropTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Remove no longer existing optionsTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Cosmetics in the flags2 descriptionTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: document skip_alphaMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/filters/scale: do not explicitly state the default swscale flags valueStefano Sabatini
This is done is order to avoid the need of synching scale with libswscale docs in case the libswscale default changes.
2013-10-10doc/codecs: Document field_orderMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-10doc/encoder/aac: Remove -cutoff trickTimothy Gu
Fix Ticket #2686 comment 155. Trick obsoleted since 72dabdfc58064fcb249f26fc7afca2221f18a832. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-09doc/filters: remove extra spacing in vid.stab section.Clément Bœsch
2013-10-09doc/default.css + doc/t2h.init: New stylesTimothy Gu
The main motive of this commit is to make the offline copy of the HTML doc as pretty as the online (ffmpeg.org) one. This also introduced new styles for <h2> to <h4>. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-08lavd: pulse audio encoderLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-07doc/indevs: make pulse dev formatting consistent with other devicesLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-07lavu/parseutils: add more resolutionsNiv Sardi
See http://en.wikipedia.org/wiki/Graphics_display_resolution Signed-off-by: Niv Sardi <xaiki@evilgiggle.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-06avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer
See: [FFmpeg-devel] [PATCH] swscale/options: switch default to bicubic Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-06swscale/options: switch default to bicubicMichael Niedermayer
Suggested-by: Ronald S. Bultje Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03avcodec: add av_codec_get_max_lowres()Michael Niedermayer
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03avfilter/vf_histogram: add mirrored waveform modeMarton Balint
Added parameter to mirror the waveform (high values are shown on top in column mode) Signed-off-by: Marton Balint <cus@passwd.hu>
2013-10-03Merge remote-tracking branch 'rbultje/master'Michael Niedermayer
* rbultje/master: Full-pixel MC functions. VP9 MC (ssse3) optimizations. Native VP9 decoder. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03ffprobe: print stream channel_layout when availableStefano Sabatini
Fix trac ticket #3006.
2013-10-03Native VP9 decoder.Ronald S. Bultje
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>
2013-10-03avformat: add support to force specific AVCodecsMichael Niedermayer
previously only codec_ids could be forced, which did not allow forcing a specific implementation like libopenjpeg vs jpeg2000. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-02avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-30doc: move sws_dither option description to scaler.texiStefano Sabatini
That's the more proper place where the scaler options should be documented.
2013-09-30doc/filters/scale: mention and link scaler optionsStefano Sabatini
2013-09-30doc/filters/scale: fix MAN rendering of @ref argumentsStefano Sabatini
2013-09-30doc: try to add a link from the vf_scale sws_flags to the scaler docsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-30doc/t2h.init: remove resource-type and distribution meta elementsTimothy Gu
The W3C validator complains about these. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-09-30doc/faq: add @command{} in the tool debug entry.Clément Bœsch
2013-09-30doc/faq: remove indent in examples.Clément Bœsch
CSS should take care of this.
2013-09-30doc/faq: remove Delphi/Pascal entry.Clément Bœsch
Link is dead.
2013-09-30doc/faq: rework r_frame_rate entry.Clément Bœsch
2013-09-29doc/demuxers: fix image2 examplesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavfi: allow user-provided execute() callbacks Conflicts: libavfilter/avfilter.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-09-27avfilter/vidstabtransform: update optzoom range values for recent vid.stab ↵Georg Martius
update. Signed-off-by: Georg Martius <martius@mis.mpg.de>
2013-09-27avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-27Merge commit '705b748e8d8612385c96428ae36ed0d42a170d93'Michael Niedermayer
* commit '705b748e8d8612385c96428ae36ed0d42a170d93': tls: Add support for listen mode Conflicts: doc/protocols.texi libavformat/tls.c libavformat/version.h See: 4f4eb380f0f96dbb7cdd2b812fa92b8b47a0f27c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-27Merge commit '8b09d917e7dc7d7f2ace31419f802d4ff518236c'Michael Niedermayer
* commit '8b09d917e7dc7d7f2ace31419f802d4ff518236c': tls: Add options for verifying the peer certificate Conflicts: doc/protocols.texi libavformat/tls.c libavformat/version.h See: b2460858f64b2070d84dd861d4bbd16acfb9b0e9 See: 973a758f52a4e5fe63bd88806a4b2db034a032de Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
Used by LXF. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-09-27tls: Add support for listen modeMartin Storsjö
Also add options for specifying a certificate and key, which can be used both when operating as client and as server. Partially based on a patch by Peter Ross. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
A file containing the trusted CA certificates needs to be supplied via the ca_file AVOption, unless the TLS library has got a system default file/database set up. This doesn't check the hostname of the peer certificate with openssl, which requires a non-trivial piece of code for manually matching the desired hostname to the string provided by the certificate, not provided as a library function. That is, with openssl, this only validates that the received certificate is signed with the right CA, but not that it is the actual server we think we're talking to. Verification is still disabled by default since we can't count on a proper CA database existing at all times. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-24doc/filters: fix an option name in the unsharp docsAnton Khirnov