summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* lavfi/mp: drop mp=fspp filterStefano Sabatini2014-12-24
| | | | It has been ported to libavfilter.
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/faq: explain pkg-config basic setup.Nicolas George2014-12-23
|
* doc/filters: fix typos and spelling errorsLou Logan2014-12-16
| | | | | Prompted-by: Carl Oxwall <@oxwall> Signed-off-by: Lou Logan <lou@lrcd.com>
* lavfi: add colorlevels filterPaul B Mahol2014-12-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/ffplay: remove duplicate threads option, this is documented in codecs.*Michael Niedermayer2014-12-15
| | | | | | Fixes Ticket3610 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add FFREPORT exampleLou Logan2014-12-12
| | | | | | And fix a few nits. Signed-off-by: Lou Logan <lou@lrcd.com>
* Delete mp=usppArwa Arif2014-12-12
|
* lavfi: USPP FilterArwa Arif2014-12-12
| | | | | Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add loglevel numerical valuesLou Logan2014-12-10
| | | | | | Useful for setting FFREPORT log level. Signed-off-by: Lou Logan <lou@lrcd.com>
* avformat/hlsenc: added segment file deletionChristian Suloway2014-12-10
| | | | | | | | | This option flag deletes segment files removed from the playlist after a period of time equal to the duration of the segment plus the duration of the playlist. Signed-off-by: Christian Suloway <csuloway@globaleagleent.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: Add ascii graphics to clarify what the currently implemented ↵Michael Niedermayer2014-12-07
| | | | | | tinterlace modes do Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: html: Use native viewportTimothy Gu2014-12-06
| | | | | | | Fixes displaying docs on small-screen devices. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: Do not use the headings as links to TOC anchorsTimothy Gu2014-12-06
| | | | | | | | Instead, use FontAwesome icons (if configured to be this way) or separate text. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/hlsenc: added segment filename optionChristian Suloway2014-12-06
| | | | | | | | | | | | | This option allows segment filenames to be specified. Unless -hls_flags single_file is set the filename is used as a string format with the segment number. Example: ffmpeg -f lavfi -i testsrc -c:v h264 -map 0 -hls_segment_filename bar%03d.ts foo.m3u8 Signed-off-by: Christian Suloway <csuloway@globaleagleent.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '1eec9bfc383f6dca29d83a2bfb45433dd66561c9'Michael Niedermayer2014-12-06
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '1eec9bfc383f6dca29d83a2bfb45433dd66561c9': APIchanges: mark the release 11 branch point Conflicts: doc/APIchanges Not merged as the contents in our APIchanges differ and it could be confusing Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * APIchanges: mark the release 11 branch pointwm42014-12-03
| |
* | doc/examples/filtering_video: fix frame ratePiotr Fusik2014-12-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | add av_dv_codec_profile2 : uses framerate to select best matching profile. ↵Steve Jiekak2014-12-04
| | | | | | | | | | | | | | default on first matching profile Signed-off-by: Steve Jiekak <devaureshy@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/examples/transcoding: check encoder before using itMichael Niedermayer2014-12-04
| | | | | | | | | | | | | | Fixes null pointer exception Found-by: stoupeace Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: add 2.5 cut markerMichael Niedermayer2014-12-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: fill in hashes and datesMichael Niedermayer2014-12-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: mention the noise_bsf parameter in the docsChristophe Gisquet2014-12-01
| | | | | | | | | | | | | | This looks more like a seed than an amount, as the variable name could lead to think. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: correct license template for t2h.pmAndreas Cadhalpun2014-12-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix spelling errorsAndreas Cadhalpun2014-12-01
| | | | | | | | | | | | succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: take bsf arguments from the command lineChristophe Gisquet2014-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | The format is now: -bsf:X filter1[=opt1=str1/opt2=str2],filter2 ie the parameters are appended after the filter name using '='. As ',' has been reserved already for the list of filters, '/' is just an example of token separation for now, but that could become part of the API to avoid each bsf using its own tokenization. The proper solution would be using AVOption, but this is overkill for now. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffserver: allow skip setting defaultsLukasz Marek2014-11-26
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | doc: add entry for APNG demuxer where needed.Benoit Fouet2014-11-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/print_options: Fix build on mingw after ↵Michael Niedermayer2014-11-25
| | | | | | | | | | | | | | | | 960aff379da46dcaff61504a57714d4d4e758e41 A cleaner fix is very welcome Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/examples/decoding_encoding: fix storing all channelsMichael Niedermayer2014-11-24
| | | | | | | | | | | | Fixes Ticket3355 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix the the typosMichael Niedermayer2014-11-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/decoders.texi: typo in description for option ifo_paletteTOYAMA Shin-ichi2014-11-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/dict: add av_dict_get_stringLukasz Marek2014-11-21
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena imageClément Bœsch2014-11-19
| | | | | | | | | | | | Less likely to change, and under our control. Thanks-to: Michael Niedermayer
* | doc/writing_filters: fix reference to Lenna imageClément Bœsch2014-11-18
| |
* | doc/writing_filters: use a more portable sed command in the walk-throughClément Bœsch2014-11-18
| |
* | doc/filters: use '|' instead of ':' in the documentation.Simon Thelen2014-11-18
| | | | | | | | | | | | | | | | Using colons to separate the outdefs is deprecated. Switch to using '|' to separate the list items. Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Fix some wrong versionsMichael Niedermayer2014-11-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/float_dsp: add avpriv_float_dsp_alloc()Michael Niedermayer2014-11-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffserver_config: handle codec private optionsLukasz Marek2014-11-16
| | | | | | | | | | | | | | This commit allows to set codec's private option. As side effect, it also improves preset support. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavf/ffm: store/restore private codec contextLukasz Marek2014-11-16
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-16
| | | | | | | | | | | | | | Function allows to create string containing object's serialized options. Such string may be passed back to av_set_options_string() in order to restore options. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek2014-11-16
| | | | | | | | | | | | New function allows to check if option is set to its default value Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | avcodec/dvdsubdec: New option for obtaining global palette from .IFO file ↵Shin-ichi Toyama2014-11-15
| | | | | | | | | | | | | | (experimental) Suggested-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/indevs: Rework and update documentation of AVFoundation device.Thilo Borgmann2014-11-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: explicit and complete xBR documentationClément Bœsch2014-11-10
| |
* | lavfi: add xbr filter xBRArwa Arif2014-11-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '95a449d3ce8e15522df47a80a8a4593ea5c2b1bb'Michael Niedermayer2014-11-08
|\| | | | | | | | | | | | | | | | | | | * commit '95a449d3ce8e15522df47a80a8a4593ea5c2b1bb': movenc: Remove an outdated comment Conflicts: libavformat/movenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * movenc: Remove an outdated commentMartin Storsjö2014-11-08
| | | | | | | | | | | | | | QuickTime does support files with an empty initial movie these days. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '1384df641994bf3d6cb51084290aa94752737bae'Michael Niedermayer2014-11-07
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1384df641994bf3d6cb51084290aa94752737bae': lavf: Add an option for avoiding negative timestamps Conflicts: libavformat/avformat.h libavformat/mux.c libavformat/options_table.h libavformat/version.h See: 3ba0dab76ac32f0c9f50c916a73bc64e43c1fdf9 See: a89c01253190b9eb9de8e28a3252423bf7732511 Merged-by: Michael Niedermayer <michaelni@gmx.at>