aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437'Michael Niedermayer2015-04-201-0/+2
|\ | | | | | | | | | | | | | | | | | | | | * commit '22526c1f557a72b3285d295bd8b30c40eb65d437': Canopus HQ/HQA decoder Conflicts: Changelog libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Canopus HQ/HQA decoderVittorio Giovara2015-04-191-0/+2
| | | | | | | | | | | | Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-202-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e': log: Introduce a more verbose debug level Conflicts: doc/APIchanges doc/fftools-common-opts.texi libavutil/log.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * log: Introduce a more verbose debug levelVittorio Giovara2015-04-192-0/+4
| | | | | | | | And deprecate av_dlog macro.
| * avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-141-2/+2
| | | | | | | | | | | | | | The AVSC_API changes in the new headers mean that the 2.6 alphas are just as incompatible as 2.5 is. Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-071-0/+3
| | | | | | | | | | | | And use it in libavformat. Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
* | avfilter: add chorus filterPaul B Mahol2015-04-111-0/+55
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | libavformat/http.c: Make http-listen work as an input stream.Stephan Holljes2015-04-111-1/+23
| | | | | | | | | | | | | | With this patch http can be used to listen for POST data to be used as an input stream. Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add aarch64 cpuflags to fftools documentationJames Almer2015-04-101-0/+6
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc: add missing arm cpuflags to fftools documentationJames Almer2015-04-101-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc: add missing x86 cpuflags to fftools documentationJames Almer2015-04-101-0/+4
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Use @verbatim instead of @example for ASCII artsTimothy Gu2015-04-113-14/+16
| | | | | | | | | | | | Partially fixes #3869. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | texi2pod: Handle @verbatimTimothy Gu2015-04-111-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: Add support for WebM Live MuxingVignesh Venkatasubramanian2015-04-071-0/+43
| | | | | | | | | | | | | | | | | | | | | | This patch adds support for WebM Live Muxing by adding a new WebM Chunk muxer. It writes out live WebM Chunks which can be used for playback using Live DASH Clients. Please see muxers.texi for sample usage. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/avio_list_dir: init/deinit networkLukasz Marek2015-04-061-3/+6
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavf/http: add proof-of-concept http server.Stephan Holljes2015-04-051-0/+3
| | | | | | | | | | Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com> Reviewed-By: Nicolas George <george@nsup.org>
* | avcodec: add unpack packed B-frames bitstream filterAndreas Cadhalpun2015-04-051-0/+20
| | | | | | | | | | | | | | Fixes Ticket #2913 Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian2015-04-051-1/+33
| | | | | | | | | | | | | | | | | | This patch adds support for creating DASH manifests for WebM Live Streams. It also updates the documentation and adds a fate test to verify the behavior of the new muxer flag. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/examples: Handle new types in avio_list_dirMariusz Szczepańczyk2015-04-031-0/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/avio: Add new types to AVIODirEntryType, bump minor versionMariusz Szczepańczyk2015-04-031-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: Slightly revise AviSynth version infoStephen Hutchinson2015-04-031-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | apng: Add a basic APNG muxerDonny Yang2015-04-021-0/+2
| | | | | | | | | | | | | | | | Additionally, update some documentation with support for APNG Signed-off-by: Donny Yang <work@kota.moe> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-311-0/+3
| | | | | | | | | | | | Convinient function to build paths. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-311-0/+4
| | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: Bump minor version and document directory listing API in doc/APIchanges.Mariusz Szczepańczyk2015-03-301-0/+9
| |
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-03-291-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * cehoyos/master: lavc/h264_refs: Fix compilation with -DTRACE. Fix make checkheaders if libmfx is not available. lavf/gif: Add an option max_gif_delay to limit the frame duration. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavf/gif: Add an option max_gif_delay to limit the frame duration.Carl Eugen Hoyos2015-03-291-0/+5
| | | | | | | | | | | | Allows playback for the sample from ticket #4369 in less than 18 hours.
* | | Merge commit '6fe2641d6e410b7bc203138fa97e1118b411f16d'Michael Niedermayer2015-03-291-0/+3
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | * commit '6fe2641d6e410b7bc203138fa97e1118b411f16d': lavc: add profile define for DTS Express Conflicts: doc/APIchanges libavcodec/version.h See: 11fe56c8bbf39cd0c3edbf0cd404dea400ff7e0c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add profile define for DTS ExpressHendrik Leppkes2015-03-291-0/+3
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1'Michael Niedermayer2015-03-291-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c48456166e95648719a8be8f8613f9dee98205c1': lavc: add MMAL hardware decoder wrapper Conflicts: Changelog configure doc/APIchanges libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add MMAL hardware decoder wrapperwm42015-03-291-0/+3
| | | | | | | | | | | | Based on a patch by Rodger Combs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson2015-03-241-10/+15
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | doc/examples: add directory listing exampleLukasz Marek2015-03-283-1/+114
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add inverse telecine filterHimangi Saraogi2015-03-271-0/+27
| | | | | | | | | | Approved-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: remove the reference to supporting AviSynth 2.5Stephen Hutchinson2015-03-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix option name in documentationGiorgio Vazzana2015-03-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: Remove non-existing decklink options.Carl Eugen Hoyos2015-03-241-6/+0
| | | | | | | | Reported-by: Bostjan Hamler
* | doc: Use @lisp where appropriateTimothy Gu2015-03-231-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: More semantic markup using @samp and @var where appropriateTimothy Gu2015-03-234-39/+45
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/fate: better formattingTimothy Gu2015-03-231-32/+32
| | | | | | | | | | | | The initial spaces get ignored anyway so let's be consistent with other docs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'Michael Niedermayer2015-03-201-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit '342fc46c69199b076b7c210f42208ce39a2bde1c': cmdutils: Add a stream specifier to map usable streams Conflicts: cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cmdutils: Add a stream specifier to map usable streamsLuca Barbato2015-03-201-0/+3
| | | | | | | | | | It drops everything that cannot be used for re-encoding and/or streamcopy.
| * doc: fate: remove outdated SSH key fingerprintJanne Grunau2015-03-161-1/+0
| |
* | lavfi/eq: rework expression evaluationarwa arif2015-03-201-19/+51
| | | | | | | | | | | | | | | | | | | | | | In particular, add support for t, pos, n, r parameters, and add an eval mode option. Also, partially reword option documentation. With several major edit by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavfi: add showwavespic filterClément Bœsch2015-03-181-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a variant of showwaves. It is implemented as a different filter so that the user is not allowed to use meaningless options which belong to showwaves (such as rate). Major edits done by Stefano Sabatini, from a patch by ubitux. See thread: From: Clément Bœsch <u@pkh.me> To: ffmpeg-devel@ffmpeg.org Date: Wed, 24 Dec 2014 15:03:26 +0100 Subject: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option
* | doc/protocols: Fixed missing example section markerTobias Rapp2015-03-171-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'Michael Niedermayer2015-03-151-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '217e4ff4d1f845b76e44634e29371cd09313d1c2': dca: Support for XLL (lossless extension) Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/dca.h libavcodec/dca_exss.c libavcodec/dcadata.h libavcodec/dcadec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dca: Support for XLL (lossless extension)Niels Möller2015-03-151-0/+1
| | | | | | | | | | | | Cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-131-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '247e370e2a913db52ca079b347a174c8d393b171': TDSC decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * TDSC decoderVittorio Giovara2015-03-131-0/+1
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>