summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* avfilter/vf_waveform: change intensity to floatPaul B Mahol2015-09-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/examples/http_multiclient: Fix occured typoMichael Niedermayer2015-09-04
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: Explain how to use the fps and the fieldmatch filter together.Carl Eugen Hoyos2015-09-03
| | | | Fixes ticket #3968.
* avfilter/vf_drawgraph: add rscroll slide modePaul B Mahol2015-09-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_elbg: make it possible to output to pal8 pixel formatPaul B Mahol2015-09-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-02
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino2015-09-02
| | | | | | | This is mostly useful if libass was compiled with a font provider other than fontconfig, but is still useful in that case. Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
* avfilter/vf_waveform: implement various filtersPaul B Mahol2015-09-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: mention all short names for vectorscope optionsPaul B Mahol2015-08-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: implement envelope supportPaul B Mahol2015-08-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-30
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add allrgbClément Bœsch2015-08-29
| | | | | Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Clément Bœsch <u@pkh.me>
* doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ↵Harshit Mittal2015-08-28
| | | | | | filters Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add framerate video filterPaul B Mahol2015-08-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* ffmpeg_opt: Add -hwaccels option that lists all supported hwaccelsTimothy Gu2015-08-26
|
* avfilter: add hstack & vstack filterPaul B Mahol2015-08-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: make intensity user configurablePaul B Mahol2015-08-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add waveform monitor filterPaul B Mahol2015-08-22
|
* git-howto: Various copy editsTimothy Gu2015-08-22
|
* Add support for Audible AA filesVesselin Bontchev2015-08-21
| | | | https://en.wikipedia.org/wiki/Audible.com#Quality
* avfilter: add video vectorscope filterPaul B Mahol2015-08-20
|
* doc/indevs: Remove non-existent decklink option examplesLou Logan2015-08-20
| | | | | | Forgotten in c5d0148. Found by Thomas Langhorst. Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/indevs: add various missing optionsLou Logan2015-08-19
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
* avfilter: add showfreqs filterPaul B Mahol2015-08-19
|
* vaapi: streamline public context structure.Gwenole Beauchesne2015-08-19
| | | | | | | | | | | | Move libavcodec managed objects from the public struct vaapi_context to a new privately owned FFVAContext. This is done so that to clean up and streamline the public structure, but also to prepare for new codec support, thus requiring new internal data to be added in there. The AVCodecContext.hwaccel_context, that holds the public vaapi_context, shall no longer be accessed from within vaapi_*.c codec support files. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-19
| | | | | | | | | | Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that is aliased to the older VLD variant. This is an API change. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol2015-08-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/indevs: fix fbdev typosLou Logan2015-08-18
| | | | | | | Fixes ticket #4784 as found by rodarmor. Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avfilter: add scale2ref filterMichael Niedermayer2015-08-17
| | | | | | | This filter can be used to scale one stream to match another or based on another, useful to scale subtitles or other things to be overlayed Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filter_design: Remove reference to the deprecated and unused cur_buf_copyMichael Niedermayer2015-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples: rename avio_list_dir -> avio_dir_cmdMariusz Szczepańczyk2015-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* examples/avio_list_dir: add move and delete methodsMariusz Szczepańczyk2015-08-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_avectorscope: add polar modePaul B Mahol2015-08-14
|
* doc/demuxers/mpegts: apply a minor grammar fix to option descriptionStefano Sabatini2015-08-14
| | | | Consistently use impersonal form.
* doc/demuxers/mpegts: update documentationStefano Sabatini2015-08-14
| | | | | | The description is yet crappy, it merely copies the description of the added and undocumented options and their value range. More descriptive documentation is welcome.
* doc/developer: Suggest everyone to help with patch reviewsMichael Niedermayer2015-08-13
| | | | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: compn <tempn@mi.rr.com> Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add aphasemeter filterPaul B Mahol2015-08-12
|
* doc/ffmpeg,doc/ffplay: reference timespec definitionsGanesh Ajjanagadde2015-08-12
| | | | | | | | | Reference time definition syntax in option descriptions when appropriate. Fixes trac ticket #4595. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/ffmpeg: correct minor typoGanesh Ajjanagadde2015-08-11
| | | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/codecs: Document color_range for the input sideMichael Niedermayer2015-08-11
| | | | | | Partly fixes Ticket 443 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-09
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-08
| | | | | | Fixes Ticket4746 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol2015-08-07
|
* avcodec/dvbsubdec: Allow selecting the substream, or all substreamsMichael Niedermayer2015-08-04
| | | | | | Fixes Ticket 2161 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/git-howto: Replace "git push" example by one with dry-runMichael Niedermayer2015-08-03
| | | | | | | | | I do not think having "git push" as example is a good idea. The command has a very high chance of pushing things which are unwanted to be pushed Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add atadenoisePaul B Mahol2015-08-02
|
* avfilter: add allyuv source filterPaul B Mahol2015-08-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes2015-08-02
|\ | | | | | | | | | | | | | | | | | | * commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac': des: add av_des_alloc() Conflicts: libavutil/des.c Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * des: add av_des_alloc()James Almer2015-07-31
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>