summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]>
| * 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 <[email protected]>
| * lavc: add profile define for DTS ExpressHendrik Leppkes2015-03-291-0/+3
| | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
* | 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 <[email protected]>
| * lavc: add MMAL hardware decoder wrapperwm42015-03-291-0/+3
| | | | | | | | | | | | Based on a patch by Rodger Combs. Signed-off-by: Anton Khirnov <[email protected]>
| * avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson2015-03-241-10/+15
| | | | | | | | Signed-off-by: Luca Barbato <[email protected]>
* | doc/examples: add directory listing exampleLukasz Marek2015-03-283-1/+114
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavfi: add inverse telecine filterHimangi Saraogi2015-03-271-0/+27
| | | | | | | | | | Approved-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | doc: remove the reference to supporting AviSynth 2.5Stephen Hutchinson2015-03-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | ffmpeg: fix option name in documentationGiorgio Vazzana2015-03-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
* | doc: More semantic markup using @samp and @var where appropriateTimothy Gu2015-03-234-39/+45
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
* | 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 <[email protected]>
| * 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 <[email protected]>
* | 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 <[email protected]> To: [email protected] 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 <[email protected]>
* | 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 <[email protected]>
| * dca: Support for XLL (lossless extension)Niels Möller2015-03-151-0/+1
| | | | | | | | | | | | Cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun <[email protected]>
* | 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 <[email protected]>
| * TDSC decoderVittorio Giovara2015-03-131-0/+1
| | | | | | | | Signed-off-by: Vittorio Giovara <[email protected]>
* | doc: Fix alphabetic ordering for decklink input device.Carl Eugen Hoyos2015-03-131-81/+81
| |
* | doc: Clarify documentation for fade duration.Carl Eugen Hoyos2015-03-091-1/+2
| |
* | doc: Improve video creation examples (from image2).Carl Eugen Hoyos2015-03-091-2/+2
| | | | | | | | | | The examples used to drop frames in most cases which was probably not what users expected.
* | Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-081-0/+2
|\| | | | | | | | | | | | | | | | | | | * commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f': avprobe: Export coded_{width,height} in -show_streams Conflicts: avprobe.c Merged-by: Michael Niedermayer <[email protected]>
* | doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun2015-03-086-8/+8
| | | | | | | | | | Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/filters: Add some random examples for fftfiltMichael Niedermayer2015-03-081-0/+23
| | | | | | | | | | Reviewed-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter: Add FFT domain filter.Arwa Arif2015-03-071-0/+38
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit 'cecf45b2bfbb85e9e59f355428fbd4d8cbc652a8'Michael Niedermayer2015-03-071-0/+6
|\| | | | | | | | | | | | | | | | | | | * commit 'cecf45b2bfbb85e9e59f355428fbd4d8cbc652a8': doc: Add -list_formats all example for video4linux2 Conflicts: doc/indevs.texi Merged-by: Michael Niedermayer <[email protected]>
| * doc: Add -list_formats all example for video4linux2Jonas Lindgren2015-03-061-0/+3
| | | | | | | | Signed-off-by: Luca Barbato <[email protected]>
* | fix spelling errorsAndreas Cadhalpun2015-03-062-6/+6
| | | | | | | | | | | | | | | | | | | | | | opttimizations -> optimizations grabing -> grabbing many resource -> many resources isnt -> isn't silcense -> silence Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/APIchanges: Fill in the xxMichael Niedermayer2015-03-061-6/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/APIchanges: Add 2.6 cut markerMichael Niedermayer2015-03-061-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/protocols/tcp: fix units of listen_timeout option value, from ↵Stefano Sabatini2015-03-051-2/+2
| | | | | | | | | | | | | | | | | | microseconds to milliseconds s->listen_timeout is passed to ff_listen_bind(), which accepts a timeout value expressed in milliseconds. The unit was incorrectly set in 1b4da43ce02452843a1e9bb976da1a39e18a945c.
* | avformat: add avformat_flush()wm42015-03-051-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | libavformat/avio: added avio_put_str16beMark Reid2015-03-031-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '990e4a6639d0714198583c2812b1074b5751898f'Michael Niedermayer2015-03-012-0/+485
|\| | | | | | | | | | | | | | | | | | | | | * commit '990e4a6639d0714198583c2812b1074b5751898f': Add a QSV decoding example. Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <[email protected]>
| * Add a QSV decoding example.Anton Khirnov2015-02-282-0/+485
| |
* | ffmpeg: allow to set the thread message queue size.Nicolas George2015-02-261-0/+6
| |
* | avfilter/palettegen: export color quantization ratioClément Bœsch2015-02-261-0/+5
| |
* | Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c'Michael Niedermayer2015-02-251-0/+10
|\| | | | | | | | | | | | | | | | | | | | | * commit 'b31328d008985f87f0a7c83c700847cef1a4f08c': xcbgrab: Provide better names for the y and x option Conflicts: doc/indevs.texi libavdevice/x11grab.c Merged-by: Michael Niedermayer <[email protected]>
| * xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-241-0/+10
| | | | | | | | | | | | | | | | | | | | Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: [email protected] Signed-off-by: Luca Barbato <[email protected]>
* | doc/filters.texi: add reference link to video size syntax descriptionTobias Rapp2015-02-241-27/+30
| | | | | | | | | | | | | | Update the filter option documentation text to link to ffmpeg-utils documentation for video size syntax description. Signed-off-by: Stefano Sabatini <[email protected]>
* | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer2015-02-231-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '35c6ce76b107225a19eb33aea38857d2405882af': Canopus HQX decoder Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <[email protected]>
| * Canopus HQX decoderVittorio Giovara2015-02-221-0/+1
| | | | | | | | Based on work by Kostya Shishkov <[email protected]>.