aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena imageClément Bœsch2014-11-191-1/+1
| | | | | | Less likely to change, and under our control. Thanks-to: Michael Niedermayer
* doc/writing_filters: fix reference to Lenna imageClément Bœsch2014-11-181-1/+2
|
* doc/writing_filters: use a more portable sed command in the walk-throughClément Bœsch2014-11-181-3/+1
|
* doc/filters: use '|' instead of ':' in the documentation.Simon Thelen2014-11-181-8/+8
| | | | | | | | 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-181-5/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/float_dsp: add avpriv_float_dsp_alloc()Michael Niedermayer2014-11-181-0/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffserver_config: handle codec private optionsLukasz Marek2014-11-161-4/+6
| | | | | | | 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-161-0/+3
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-161-0/+3
| | | | | | | 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-161-0/+3
| | | | | | 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-151-0/+4
| | | | | | | (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-141-14/+72
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: explicit and complete xBR documentationClément Bœsch2014-11-101-2/+12
|
* lavfi: add xbr filter xBRArwa Arif2014-11-101-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '95a449d3ce8e15522df47a80a8a4593ea5c2b1bb'Michael Niedermayer2014-11-081-1/+0
|\ | | | | | | | | | | | | | | | | | | * 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-081-1/+0
| | | | | | | | | | | | | | 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-071-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | This is the same logic as is invoked on AVFMT_TS_NEGATIVE, but which can be enabled manually, or can be enabled in muxers which only need it in certain conditions. Also allow using the same mechanism to force streams to start at 0. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavd/avfoundation: Update documentation to mention audio capabilities.Thilo Borgmann2014-11-061-11/+13
| | | | | | | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer2014-11-061-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70': lavc: add a public API for parsing vorbis packets. Conflicts: doc/APIchanges libavcodec/Makefile libavcodec/version.h libavcodec/vorbis_parser.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-061-0/+3
| | | | | | | | | | | | It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.
* | avfilter/vf_idet: add a repeated field detectionKevin Mitchell2014-11-051-2/+17
| | | | | | | | | | | | This can be useful for determining telecine. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: clarify -frames options behaviorLou Logan2014-11-041-3/+3
| | | | | | | | | | | | | | | | | | Replace "frames to record" with "frames to output". The "to record" makes it seem like an input option, or that it would capture the frames instead of outputting them. Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc: Better documentation for the bitexact flagMichael Niedermayer2014-11-032-2/+6
| | | | | | | | | | Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell2014-11-031-0/+5
| | | | | | | | | | | | This can be useful for videos in which the interlacing pattern changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/idet: add current frame classification to metadataKevin Mitchell2014-11-011-0/+13
| | | | | | | | | | | | Fixes ticket 3832 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/formats: document libavformats bitexact flagMichael Niedermayer2014-10-311-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: document -dump_separatorMichael Niedermayer2014-10-312-0/+17
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1'Michael Niedermayer2014-10-311-0/+7
|\| | | | | | | | | | | | | | | | | | | * commit 'cf589faa5b7aed3bb38e08dcd00bd951e69686d1': movenc: Add a flag for using default-base-is-moof in tfhd atoms Conflicts: libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Similarly to the omit_tfhd_offset flag added in e7bf085b, this avoids writing absolute byte positions to the file, making them more easily streamable. This is a new feature from 14496-12:2012, so application support isn't necessarily too widespread yet (support for it in libav was added in 20f95f21f in July 2014). Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc: Add documentation for the whitelist optionsMichael Niedermayer2014-10-312-0/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe.xsd: add packets_and_frames element definitionTobias Rapp2014-10-301-0/+11
| | | | | | | | | | | | | | This allows validation of ffprobe XML output if -show_packets and -show_frames are both set. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | Merge commit 'a9911a1b2df37ca808e06dc30627215f4ec9a9e4'Michael Niedermayer2014-10-301-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit 'a9911a1b2df37ca808e06dc30627215f4ec9a9e4': doc: Document the omit_tfhd_offset flag to the mp4 muxer Conflicts: doc/muxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Document the omit_tfhd_offset flag to the mp4 muxerMartin Storsjö2014-10-291-0/+3
| | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Martin Storsjö <martin@martin.st>
* | Improve the fieldmatch documentation about mixed telecined content.Carl Eugen Hoyos2014-10-291-3/+3
| | | | | | | | | | | | The fieldmatch filter has no problem with mixed telecined and progressive content but the decimate filter does not detect the changing framerate and drops progressive frames.
* | Mention in the documentation that fieldmatch needs cfr input.Carl Eugen Hoyos2014-10-291-0/+4
| | | | | | | | | | | | | | | | This can be improved in the decimate filter but for the moment explicitely mentioning that mixed telecined and progressive content is unsupported is an improvement. Fixes ticket #3968.
* | opts: add list device sources/sinks optionsLukasz Marek2014-10-251-0/+16
| | | | | | | | | | | | | | Allows to list sources/sinks of the devices that implement that functionality. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | doc/fftools-common-opts: document -devices optionLukasz Marek2014-10-251-1/+4
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | Merge commit 'ef363ebd596da18f889a7d4845023a23dfac84c9'Michael Niedermayer2014-10-241-1/+2
|\| | | | | | | | | | | | | | | | | | | * commit 'ef363ebd596da18f889a7d4845023a23dfac84c9': mp3enc: write full LAME frame Conflicts: libavformat/mp3enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mp3enc: write full LAME frameAnton Khirnov2014-10-241-1/+2
| | | | | | | | Most importantly, it contains the encoder delay and replaygain info.
* | Merge commit 'c63418e0a3afbcdbc59fd65c270d45efafe092ce'Michael Niedermayer2014-10-241-17/+25
|\| | | | | | | | | | | | | * commit 'c63418e0a3afbcdbc59fd65c270d45efafe092ce': doc: reword the mp3 muxer documentation Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: reword the mp3 muxer documentationAnton Khirnov2014-10-241-17/+25
| | | | | | | | Make it more structured.
| * lavu: Add av_gettime_relativeMartin Storsjö2014-10-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since av_gettime() is used in a number of places where actual real time clock is required, the monotonic clock introduced in ebef9f5a5 would have consequences that are hard to handle. Instead split it into a separate function that can be used in the cases where only relative time is desired. On platform where no monotonic clock is available, the difference between the two av_gettime functions is not clear, and one could mistakenly use the relative clock where an absolute one is required. Therefore add an offset, to make it evident that the time returned from av_gettime_relative never is actual current real time, even though it is based on av_gettime. Based on a patch by Olivier Langlois. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Added STL demuxer and decoderEejya Singh2014-10-221-0/+1
| | | | | | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* | doc/ffmpeg.texi: document the new -start_at_zero optionRodger Combs2014-10-211-0/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_idet: add both multiple and single frame detection metadataKevin Mitchell2014-10-201-0/+28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer2014-10-191-0/+3
| | | | | | | | | | | | Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>