summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: fix "Dolby Pro Logic II" option nameMichael Niedermayer2012-12-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini2012-12-16
| | | | | | | 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.
* doc/filters: remove @example use for showing syntaxStefano Sabatini2012-12-15
| | | | I forgot to merge with the previous commit.
* doc/filters: extend syntax description for transpose, and add examplesStefano Sabatini2012-12-15
|
* doc/filters: add basic crop examplesStefano Sabatini2012-12-15
| | | | Use it to show difference between shorthand and named parameters.
* doc/filters: itemize crop examplesStefano Sabatini2012-12-15
|
* lavfi/crop: add support to option parsingStefano Sabatini2012-12-15
| | | | Also fix documentation accordingly.
* doc/APIchanges: fill empty git commit hashes and datesStefano Sabatini2012-12-15
|
* ffprobe: show pkt_size in frameStefano Sabatini2012-12-15
| | | | Fix trac ticket #2027.
* lavc: add pkt_size field to AVFrameStefano Sabatini2012-12-15
|
* Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e'Michael Niedermayer2012-12-14
|\ | | | | | | | | | | | | | | | | | | | | * 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>
| * doc: improve documentation for the asyncts filter first_pts optionJustin Ruggles2012-12-13
| | | | | | | | Note the time base for the option. Add an additional example description.
* | docs: -asyncts has been replaced by aresample not asyncts in ffmpegMichael Niedermayer2012-12-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: add segment_start_number optionStefano Sabatini2012-12-13
| | | | | | | | Consistent with the image2 muxer.
* | lavfi/select: add support to optionsStefano Sabatini2012-12-13
| | | | | | | | Add options introspection, and improve error feedback.
* | doc/filters: itemize select/aselect examplesStefano Sabatini2012-12-13
| | | | | | | | Improve rendering.
* | lavfi: mv vf_select.c -> f_select.cStefano Sabatini2012-12-13
| | | | | | | | | | | | The file now contains also an audio select implementation. Also move the aselect/select documentation from video filters to the multimedia filters section.
* | lavfi: add aselect audio variant of selectStefano Sabatini2012-12-13
| |
* | Fix frame-rate documentation.Carl Eugen Hoyos2012-12-12
| |
* | doc/ffmpeg: fix/extend documentation for -copytsStefano Sabatini2012-12-12
| |
* | doc/filters: fix grammar mistake in setfield documentationStefano Sabatini2012-12-11
| | | | | | | | Spotted-by: Tim Nicholson <nichot20@yahoo.com>
* | doc/filters: extend fps documentation.Clément Bœsch2012-12-11
| |
* | filters.texi: document more aresample optionsMichael Niedermayer2012-12-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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>