aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix typosLou Logan2015-01-075-6/+6
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer2015-01-061-0/+7
| | | | | | This should allow us to insert idet before scale and let scale have interl=-1 as default in that case Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/ffmpeg: mention both ffpreset/avpreset in documentation, remove ↵Werner Robitza2015-01-051-16/+24
| | | | | | | | | | | | | | | | | superfluous example ffmpeg looks for both .ffpreset and .avpreset files depending on whether the -[avsf]pre or -pre option is used. Added two sections for each type of preset including the rules according to which files are searched. (Notably, the lookup order is swapped for avpreset files, because it first looks for <codec>_<arg>.avpreset and then for <arg>.avpreset.) This removes the section explaining -pre only, which was under "Examples", where it did not really make sense. Signed-off-by: Werner Robitza <werner.robitza@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/lavfi: allow to extract subcc.Nicolas George2015-01-021-0/+14
| | | | | Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint2015-01-011-15/+14
| | | | | | Also fix the outdated documentation of these options. Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/filters: document bit-depth independent cropdetect limitMichael Niedermayer2014-12-311-2/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-301-0/+1
| | | | | | | Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/ffmpeg.texi: document the new -sdp_file optionSimon Thelen2014-12-281-0/+5
| | | | | Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add tblend filterStefano Sabatini2014-12-271-6/+18
|
* Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9'Michael Niedermayer2014-12-271-0/+3
|\ | | | | | | | | | | | | | | | | | | | | * commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9': vdpau: add helper for surface chroma type and size Conflicts: libavcodec/vdpau.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont2014-12-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the VDPAU pixel format does not distinguish between different VDPAU video surface chroma types, we need another way to pass this data to the application. Originally VDPAU in libavcodec only supported decoding to 8-bits YUV with 4:2:0 chroma sampling. Correspondingly, applications assumed that libavcodec expected VDP_CHROMA_TYPE_420 video surfaces for output. However some of the new HEVC profiles proposed for addition to VDPAU would require different depth and/or sampling: http://lists.freedesktop.org/archives/vdpau/2014-July/000167.html ...as would lossless AVC profiles: http://lists.freedesktop.org/archives/vdpau/2014-November/000241.html To preserve backward binary compatibility with existing applications, a new av_vdpau_bind_context() flag is introduced in a further change. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058'Michael Niedermayer2014-12-271-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit '6c99c92a42add7f6a462114d5a4a53c93c551058': libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag Conflicts: libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont2014-12-251-0/+3
| | | | | | | | | | | | | | | | This can be used by the application to signal its ability to cope with video surface of types other than 8-bits YUV 4:2:0. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1'Michael Niedermayer2014-12-271-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1': avcodec: add AVCodecContext.sw_pix_fmt Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-251-0/+3
| | | | | | | | | | | | | | | | This carries the pixel format that would be used if it were not for hardware acceleration. This is equal to AVCodecContext.pix_fmt if hardware acceleration is not in use. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * doc: Use the correct @subsection tagLuca Barbato2014-12-071-1/+1
| | | | | | | | makeinfo would otherwise refuse to build it.
* | lavfi/blend: add difference128 modeStefano Sabatini2014-12-261-0/+1
| |
* | lavfi/mp: drop mp=fspp filterStefano Sabatini2014-12-241-1/+0
| | | | | | | | It has been ported to libavfilter.
* | lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-241-0/+32
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/faq: explain pkg-config basic setup.Nicolas George2014-12-231-0/+50
| |
* | doc/filters: fix typos and spelling errorsLou Logan2014-12-161-15/+15
| | | | | | | | | | Prompted-by: Carl Oxwall <@oxwall> Signed-off-by: Lou Logan <lou@lrcd.com>
* | lavfi: add colorlevels filterPaul B Mahol2014-12-161-0/+69
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/ffplay: remove duplicate threads option, this is documented in codecs.*Michael Niedermayer2014-12-151-3/+0
| | | | | | | | | | | | Fixes Ticket3610 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add FFREPORT exampleLou Logan2014-12-121-5/+13
| | | | | | | | | | | | And fix a few nits. Signed-off-by: Lou Logan <lou@lrcd.com>
* | Delete mp=usppArwa Arif2014-12-121-1/+0
| |
* | lavfi: USPP FilterArwa Arif2014-12-121-0/+25
| | | | | | | | | | Previous version reviewed by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add loglevel numerical valuesLou Logan2014-12-101-9/+9
| | | | | | | | | | | | Useful for setting FFREPORT log level. Signed-off-by: Lou Logan <lou@lrcd.com>
* | avformat/hlsenc: added segment file deletionChristian Suloway2014-12-101-0/+4
| | | | | | | | | | | | | | | | | | 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-071-0/+131
| | | | | | | | | | | | tinterlace modes do Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: html: Use native viewportTimothy Gu2014-12-061-0/+1
| | | | | | | | | | | | | | 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-061-2/+102
| | | | | | | | | | | | | | | | 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-061-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-061-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | * 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-031-3/+7
| |
* | doc/examples/filtering_video: fix frame ratePiotr Fusik2014-12-051-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | add av_dv_codec_profile2 : uses framerate to select best matching profile. ↵Steve Jiekak2014-12-041-0/+3
| | | | | | | | | | | | | | 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-041-0/+4
| | | | | | | | | | | | | | Fixes null pointer exception Found-by: stoupeace Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: add 2.5 cut markerMichael Niedermayer2014-12-041-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: fill in hashes and datesMichael Niedermayer2014-12-031-16/+16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: mention the noise_bsf parameter in the docsChristophe Gisquet2014-12-011-2/+10
| | | | | | | | | | | | | | 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-011-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix spelling errorsAndreas Cadhalpun2014-12-014-4/+4
| | | | | | | | | | | | 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-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-0/+11
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | doc: add entry for APNG demuxer where needed.Benoit Fouet2014-11-251-0/+20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/print_options: Fix build on mingw after ↵Michael Niedermayer2014-11-251-0/+4
| | | | | | | | | | | | | | | | 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-241-5/+6
| | | | | | | | | | | | Fixes Ticket3355 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix the the typosMichael Niedermayer2014-11-222-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/decoders.texi: typo in description for option ifo_paletteTOYAMA Shin-ichi2014-11-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/dict: add av_dict_get_stringLukasz Marek2014-11-211-0/+3
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>