Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/examples/resampling_audio.c: fix path | Michael Niedermayer | 2012-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/filters: fix "Dolby Pro Logic II" option name | Michael Niedermayer | 2012-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodec | Stefano Sabatini | 2012-12-16 | 1 | -2/+14 |
| | | | | | | | 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 syntax | Stefano Sabatini | 2012-12-15 | 1 | -5/+3 |
| | | | | I forgot to merge with the previous commit. | ||||
* | doc/filters: extend syntax description for transpose, and add examples | Stefano Sabatini | 2012-12-15 | 1 | -1/+17 |
| | |||||
* | doc/filters: add basic crop examples | Stefano Sabatini | 2012-12-15 | 1 | -0/+11 |
| | | | | Use it to show difference between shorthand and named parameters. | ||||
* | doc/filters: itemize crop examples | Stefano Sabatini | 2012-12-15 | 1 | -21/+51 |
| | |||||
* | lavfi/crop: add support to option parsing | Stefano Sabatini | 2012-12-15 | 1 | -15/+33 |
| | | | | Also fix documentation accordingly. | ||||
* | doc/APIchanges: fill empty git commit hashes and dates | Stefano Sabatini | 2012-12-15 | 1 | -16/+16 |
| | |||||
* | ffprobe: show pkt_size in frame | Stefano Sabatini | 2012-12-15 | 1 | -0/+1 |
| | | | | Fix trac ticket #2027. | ||||
* | lavc: add pkt_size field to AVFrame | Stefano Sabatini | 2012-12-15 | 1 | -0/+3 |
| | |||||
* | Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e' | Michael Niedermayer | 2012-12-14 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | * 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 option | Justin Ruggles | 2012-12-13 | 1 | -2/+3 |
| | | | | | | | | Note the time base for the option. Add an additional example description. | ||||
* | | docs: -asyncts has been replaced by aresample not asyncts in ffmpeg | Michael Niedermayer | 2012-12-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | lavf/segment: add segment_start_number option | Stefano Sabatini | 2012-12-13 | 1 | -0/+3 |
| | | | | | | | | Consistent with the image2 muxer. | ||||
* | | lavfi/select: add support to options | Stefano Sabatini | 2012-12-13 | 1 | -3/+8 |
| | | | | | | | | Add options introspection, and improve error feedback. | ||||
* | | doc/filters: itemize select/aselect examples | Stefano Sabatini | 2012-12-13 | 1 | -12/+38 |
| | | | | | | | | Improve rendering. | ||||
* | | lavfi: mv vf_select.c -> f_select.c | Stefano Sabatini | 2012-12-13 | 1 | -134/+134 |
| | | | | | | | | | | | | 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 select | Stefano Sabatini | 2012-12-13 | 1 | -4/+16 |
| | | |||||
* | | Fix frame-rate documentation. | Carl Eugen Hoyos | 2012-12-12 | 1 | -2/+1 |
| | | |||||
* | | doc/ffmpeg: fix/extend documentation for -copyts | Stefano Sabatini | 2012-12-12 | 1 | -1/+9 |
| | | |||||
* | | doc/filters: fix grammar mistake in setfield documentation | Stefano Sabatini | 2012-12-11 | 1 | -2/+2 |
| | | | | | | | | Spotted-by: Tim Nicholson <nichot20@yahoo.com> | ||||
* | | doc/filters: extend fps documentation. | Clément Bœsch | 2012-12-11 | 1 | -2/+23 |
| | | |||||
* | | filters.texi: document more aresample options | Michael Niedermayer | 2012-12-11 | 1 | -4/+64 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | lavfi: remove mp=denoise3d filter. | Clément Bœsch | 2012-12-11 | 1 | -1/+0 |
| | | | | | | | | | | 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œsch | 2012-12-11 | 1 | -1/+1 |
| | | |||||
* | | lavf/segment: add reset_timestamps option | Stefano Sabatini | 2012-12-11 | 1 | -0/+7 |
| | | | | | | | | | | | | | | 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 George | 2012-12-09 | 2 | -0/+22 |
| | | |||||
* | | Improve x264opts description. | Carl Eugen Hoyos | 2012-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge commit '18e6f087c4a50bede8449ee164778945480be50c' | Michael Niedermayer | 2012-12-09 | 1 | -3/+13 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 available | Luca Barbato | 2012-12-08 | 2 | -0/+18 |
| | | |||||
| * | hls: improve options description | Luca Barbato | 2012-12-08 | 1 | -4/+8 |
| | | |||||
| * | hls: add start_number option | Luca Barbato | 2012-12-08 | 1 | -0/+1 |
| | | |||||
| * | tak: demuxer, parser, and decoder | Paul B Mahol | 2012-12-07 | 1 | -0/+2 |
| | | | | | | | | | | 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 introspection | Stefano Sabatini | 2012-12-08 | 1 | -1/+4 |
| | | |||||
* | | doc/filters: move volumedetect documentation below volume | Stefano Sabatini | 2012-12-08 | 1 | -40/+40 |
| | | |||||
* | | lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c | Stefano Sabatini | 2012-12-08 | 1 | -55/+11 |
| | | | | | | | | | | 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 documentation | Stefano Sabatini | 2012-12-08 | 1 | -1/+1 |
| | | | | | | | | Spotted by ubitux. | ||||
* | | lavfi/volume_justin: add support to option shorthands and introspection | Stefano Sabatini | 2012-12-08 | 1 | -1/+7 |
| | | |||||
* | | lavfi/volume_justin: fix a few grammar inconsistencies in options description | Stefano Sabatini | 2012-12-08 | 1 | -1/+1 |
| | | |||||
* | | doc: sync avoid_negative_ts option with internal help. | Clément Bœsch | 2012-12-08 | 1 | -1/+2 |
| | | |||||
* | | lavf: VobSub demuxer. | Clément Bœsch | 2012-12-07 | 1 | -0/+1 |
| | | |||||
* | | avcodec: Fix a typo in an option description | Martin Storsjö | 2012-12-07 | 1 | -1/+1 |
| | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Clément Bœsch <ubitux@gmail.com> | ||||
* | | lavfi/tinterlace: add support to option parsing | Stefano Sabatini | 2012-12-06 | 1 | -2/+3 |
| | | | | | | | | Simplify code, and provide introspection through the AVOption system. | ||||
* | | Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c' | Michael Niedermayer | 2012-12-06 | 1 | -90/+143 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 filter | Justin Ruggles | 2012-12-05 | 1 | -0/+53 |
| | | | | | | | | | | Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>. | ||||
* | | lavf: add a concat demuxer. | Nicolas George | 2012-12-06 | 1 | -0/+31 |
| | | |||||
* | | doc/decoders: fix typo in "@Options" | Stefano Sabatini | 2012-12-06 | 1 | -1/+1 |
| | | |||||
* | | examples: add resampling_audio.c file | Stefano Sabatini | 2012-12-06 | 2 | -0/+224 |
| | | |||||
* | | Ensoniq Paris Audio File demuxer | Paul B Mahol | 2012-12-05 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> |