aboutsummaryrefslogtreecommitdiffstats
path: root/doc/outdevs.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc/{in,out}devs: Remove documentation for removed devicesAndreas Rheinhardt2025-04-031-111/+0
| | | | | | Namely bktr, opengl and sdl2. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avdevice: deprecate sdl outdevJ. Dekker2024-02-281-1/+7
| | | | Signed-off-by: J. Dekker <jdek@itanimul.li>
* avdevice: deprecate opengl outdevJ. Dekker2024-02-281-1/+1
| | | | Signed-off-by: J. Dekker <jdek@itanimul.li>
* avdevice/decklink_enc: add support for SMPTE 2038 VANC packet outputDevin Heitmueller2023-07-021-0/+5
| | | | | | | | | | | | | | | | | Support decoding and embedding VANC packets delivered via SMPTE 2038 into the SDI output. We leverage an intermediate queue because data packets are announced separately from video but we need to embed the data into the video frame when it is output. Note that this patch has some additional abstraction for data streams in general as opposed to just SMPTE 2038 packets. This is because subsequent patches will introduce support for other data codecs. Thanks to Marton Balint for review/feedback. Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/outdevs/sdl: update options documentationStefano Sabatini2023-03-291-4/+4
| | | | | | | Drop mention of missing icon_title option, document window_borderless option. Fix issue: http://trac.ffmpeg.org/ticket/9583
* doc/outdevs/sdl: sort options by nameStefano Sabatini2023-03-291-13/+13
|
* avdevice/decklink: support for more duplex mode for Decklink 8K ProLimin Wang2021-08-161-1/+15
| | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avdevice/decklink: add level_a configuration optionLimin Wang2021-08-161-0/+5
| | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avdevice/decklink: add sqd configuration optionLimin Wang2021-08-161-0/+5
| | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avdevice/decklink: add link configuration optionLimin Wang2021-08-161-0/+6
| | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* lavdevice: Add AudioToolbox output device.Thilo Borgmann2020-06-151-0/+46
|
* doc/outdevs: Mention "sdl2" alias for "sdl".Carl Eugen Hoyos2020-01-261-0/+2
| | | | Fixes ticket #8498.
* avdevice/decklink: deprecate the -list_devices optionMarton Balint2020-01-031-3/+3
| | | | | | The user should use ffmpeg -sources decklink or ffmpeg -sinks decklink instead. Signed-off-by: Marton Balint <cus@passwd.hu>
* lavd: Remove libndi_newtekCarl Eugen Hoyos2019-03-201-45/+0
|
* avdevice/decklink_enc: add support for setting genlock timing offsetMarton Balint2018-12-021-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/sdl2: add option to set window positionDave Rice2018-10-231-0/+4
| | | | | | | | | | | | | | | | Allows arrangement of multiple windows such as: ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl -window_x 1 -window_y 481 vectorscop Some changes by Marton Balint: - allow negative position (partially or fully out-of-screen positions seem to be sanitized automatically by SDL (or my WM?), so no special handling is needed) - only show window after the position is set - do not use resizable and borderless flags at the same time, that caused issues in ffplay - add docs Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/decklink: add support for selecting devices based on their unique IDMarton Balint2018-09-231-1/+2
| | | | | | | | Also bump the API version requirement to 10.9.5, because on olders versions there were some reports of crashes using the undocumented, yet available BMDDeckLinkDeviceHandle. Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/decklink_enc: add support for setting duplex modeMarton Balint2018-09-091-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/devices: order alphabetically and add missing v4l2 outdevLou Logan2018-06-131-29/+33
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* avdevice/sdl2 : add option to define if the window quit action is availableMartin Vignali2018-05-191-0/+5
|
* Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer2017-10-031-3/+3
|\ | | | | | | | | | | | | * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
| * doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar2013-02-181-1/+1
| | | | | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
* | lavd: implement NewTek NDI input/output device supportMaksym Veremeyenko2017-08-271-0/+45
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | avdevice/decklink_enc: add support to specify field orderMarton Balint2017-02-261-2/+2
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | ffmpeg: add -devices paramLukasz Marek2014-05-281-2/+2
| | | | | | | | | | | | | | | | FFmpeg mix devices and file formats when -formats option is used. This commit adds a -devices param to list devices only. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix message names in opengl docLukasz Marek2014-05-031-5/+5
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd/opengl_enc: add window size paramLukasz Marek2014-05-021-0/+4
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavd/pulse_audio_enc: add more buffer attributesLukasz Marek2014-04-301-0/+14
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavd/xv: add window id paramLukasz Marek2014-04-191-1/+8
| | | | | | | | | | | | | | Device is able to use existing window, that can be a part of existing GUI - instead of newly created one. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | Fix spelling errors in texi files: more informations --> more information ↵Andreas Cadhalpun2014-03-271-1/+1
| | | | | | | | | | | | allows to --> allows one to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun2014-03-061-3/+3
| | | | | | | | | | | | allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd: add decklink output deviceRamiro Polla2014-02-091-0/+62
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd: add opengl deviceLukasz Marek2014-01-271-0/+35
| | | | | | | | | | | | It can render to OpenGL context provided by application or into SDL window Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* | docs/outdevs: add a few simple ALSA examplesLou Logan2013-12-121-0/+16
| |
* | lavd/pulse_audio_enc: add buffer size control optionsLukasz Marek2013-11-271-0/+13
| | | | | | | | | | | | | | Add options to control the size of the PulseAudio buffer. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavd/sdl: add event handler threadStefano Sabatini2013-11-261-0/+10
| | | | | | | | | | | | | | SDL_Init() is called on the event handler thread, as required by SDL in Windows to avoid deadlocks as discovered by Roger Pack. Fix trac ticket #1743 and #1744.
* | doc/outdevs/sdl: fix confusing text about window_fullscreen default valueStefano Sabatini2013-11-241-1/+1
| |
* | lavd: add fbdev output deviceLukasz Marek2013-10-241-0/+29
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavd: pulse audio encoderLukasz Marek2013-10-081-0/+35
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/outdevs: add sdl window_fullscreen optionLukasz Marek2013-09-231-0/+4
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: apply various grammar fixesBryce W. Harrington2013-08-101-1/+1
| | | | | | | | | | | | | | | | The first sentence of each of the modified man pages are worded a bit awkwardly. These minor copy-edits should make them clearer. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavd: add xv output deviceStefano Sabatini2013-05-301-0/+65
| | | | | | | | | | | | | | | | Based on the work of Jeff Moguillansky <Jeff.Moguillansky@am.sony.com>. See thread: Subject: [FFmpeg-devel] x11 output device for libavdevice Date: Wed, 10 Apr 2013 23:10:47 +0000
* | doc/outdevs: fix typos (devices -> device)Stefano Sabatini2013-05-141-2/+2
| |
* | lavd/caca: rename "colors" option to "color"Stefano Sabatini2012-07-221-2/+2
| | | | | | | | | | More consistent with libcaca function names. Should not harm since the device was added less than one day ago.
* | doc/outdevs: extend documentation for caca -list* optionsStefano Sabatini2012-07-221-2/+23
| |
* | doc/outdevs: fix @code{} syntax in caca device docsStefano Sabatini2012-07-211-1/+1
| |
* | libcaca output devicePaul B Mahol2012-07-211-0/+61
| |
* | sdl: fix aspect ratio computations.Nicolas George2012-06-101-1/+2
| | | | | | | | | | | | | | The rounding was wrong due to incorrect ue of floats, changed to rationals and av_rescale. The results were not properly passed to SDL.
* | doc: use @command{} for commands.Clément Bœsch2012-01-041-1/+1
| |
* | docs: Spelling fixes to 9 texi files from /docroot2011-11-291-1/+1
| | | | | | | | | | | | | | credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>