summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* lavfi: remove mp=denoise3d filter.Clément Bœsch2012-12-11
| | | | | hqdn3d was meant to be a more efficient denoise3d filter, is supported natively, and is faster on my computer thanks to the ASM optimisations.
* doc: fix a -map syntax in one command line example.Clément Bœsch2012-12-11
|
* lavf/segment: add reset_timestamps optionStefano Sabatini2012-12-11
| | | | | | | 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.
* lavf: TED Talks JSON captions demuxer.Nicolas George2012-12-09
|
* Improve x264opts description.Carl Eugen Hoyos2012-12-09
|
* Merge commit '18e6f087c4a50bede8449ee164778945480be50c'Michael Niedermayer2012-12-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * img2: document the options availableLuca Barbato2012-12-08
| |
| * hls: improve options descriptionLuca Barbato2012-12-08
| |
| * hls: add start_number optionLuca Barbato2012-12-08
| |
| * tak: demuxer, parser, and decoderPaul B Mahol2012-12-07
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* | lavfi/setfield: add support to named options and introspectionStefano Sabatini2012-12-08
| |
* | doc/filters: move volumedetect documentation below volumeStefano Sabatini2012-12-08
| |
* | lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini2012-12-08
| | | | | | | | | | Justin's version has more features but is otherwise equivalent from the point of view of the syntax.
* | doc/filters: fix copy&paste error in volume_justin documentationStefano Sabatini2012-12-08
| | | | | | | | Spotted by ubitux.
* | lavfi/volume_justin: add support to option shorthands and introspectionStefano Sabatini2012-12-08
| |
* | lavfi/volume_justin: fix a few grammar inconsistencies in options descriptionStefano Sabatini2012-12-08
| |
* | doc: sync avoid_negative_ts option with internal help.Clément Bœsch2012-12-08
| |
* | lavf: VobSub demuxer.Clément Bœsch2012-12-07
| |
* | avcodec: Fix a typo in an option descriptionMartin Storsjö2012-12-07
| | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Clément Bœsch <ubitux@gmail.com>
* | lavfi/tinterlace: add support to option parsingStefano Sabatini2012-12-06
| | | | | | | | Simplify code, and provide introspection through the AVOption system.
* | Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c'Michael Niedermayer2012-12-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b384e031daeb1ac612620985e3e5377bc587559c': lavfi: add volume filter Conflicts: Changelog libavfilter/Makefile libavfilter/af_volume.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add volume filterJustin Ruggles2012-12-05
| | | | | | | | | | Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
* | lavf: add a concat demuxer.Nicolas George2012-12-06
| |
* | doc/decoders: fix typo in "@Options"Stefano Sabatini2012-12-06
| |
* | examples: add resampling_audio.c fileStefano Sabatini2012-12-06
| |
* | Ensoniq Paris Audio File demuxerPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | IRCAM demuxer & muxerPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/dvdsubdec: accept palette from options.Nicolas George2012-12-05
| | | | | | | | | | On DVDs, the palette is part of the IFO file and therefore not available when reading from a dumped VOB file.
* | lavfi/drawtext: add the reload option.Nicolas George2012-12-04
| |
* | AST MuxerJames Almer2012-12-04
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavfi: add subtitles filter.Clément Bœsch2012-12-04
| |
* | doc: describe micro versioning policyPeter Ross2012-12-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-03
| | | | | | | | Improve usability and robustness.
* | PVF demuxerPaul B Mahol2012-12-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/geq: add T variable and exampleStefano Sabatini2012-12-01
| |
* | doc/ffmpeg-filters: add short descriptionStefano Sabatini2012-12-01
| |
* | Gif demuxerVitaliy E Sugrobov2012-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gif demuxer is capable of extracting multiple frames from gif file. In conjunction with gif decoder it implements support for reading animated gifs. Demuxer has two options available to user: default_delay and min_delay. These options are for protection from too rapid gif animations. In practice it is standard approach to slow down rendering of this kind of gifs. If you try to play gif with delay between frames of one hundredth of second (100fps) using one of major web browsers, you get significantly slower playback, around 10 fps. This is because browser detects that delay value is less than some threshold (usually 2 hundredths of second) and reset it to default value (usually 10 hundredths of second, which corresponds to 10fps). Manipulating these options user can achieve the same effect during conversion to some video format. Otherwise user can set them to not protect from rapid animations at all. The other case when these options necessary is for gif images encoded according to gif87a standard since prior to gif89a there was no delay information included in file. Bump lavf minor version. Signed-off-by: Vitaliy E Sugrobov <vsugrob@hotmail.com>
* | BRSTM demuxerPaul B Mahol2012-11-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/Makefile: rework component configuration logicStefano Sabatini2012-11-29
| | | | | | | | | | Only enable component manual when the corresponding library providing the feature is enabled.
* | doc/ffmpeg-codecs: add short descriptionStefano Sabatini2012-11-29
| |
* | Merge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc'Michael Niedermayer2012-11-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc': lavfi: remove vf_slicify Conflicts: doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/vf_slicify.c tests/lavfi-regression.sh tests/ref/lavfi/crop_scale_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: remove vf_slicifyAnton Khirnov2012-11-28
| | | | | | | | | | | | | | The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
* | doc: add ffmpeg-bitstream-filters.texi fileStefano Sabatini2012-11-28
| |
* | Vivo demuxerDaniel Verkamp2012-11-28
| |
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
| | | | | | | | | | Based on patch by Anton Khirnov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add ffmpeg-protocols.texi manualStefano Sabatini2012-11-27
| |
* | doc: move syntax and eval chapters from libavutil to ffmpeg-utilsStefano Sabatini2012-11-27
| | | | | | | | | | Move utilities description to a dedicated manual, consistent with what I did with the rest of the documentation.
* | doc: add libavdevice.texi and ffmpeg-devices.texi filesStefano Sabatini2012-11-27
| |
* | doc: add libavformat.texi and ffmpeg-formats.texi filesStefano Sabatini2012-11-27
| |
* | lavfi/drawtext: add support to expansion of generic expressionsStefano Sabatini2012-11-27
| |