summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
Commit message (Collapse)AuthorAge
* doc/indevs: Docs for Blackmagic high bit depth video/audioGeorg Lippitsch2015-02-09
| | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs/libcdio: apply minor spell fixes, extend documentationStefano Sabatini2015-01-31
|
* doc/indevs: add some XCB info to x11grabLou Logan2015-01-29
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* dshow: crossbar dialog was frequently being displayed twice, split up option ↵rogerdpack2015-01-26
| | | | | | so it can be just once Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* dshow: alert as to ramifications of switching crossbar routingrogerdpack2015-01-26
| | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* dshow: add properties dialog for tv tunersrogerdpack2015-01-26
| | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* Merge remote-tracking branch 'rdp/dshow_crossbar'Michael Niedermayer2015-01-23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * rdp/dshow_crossbar: dshow: fix docu escapes dshow: some devices only list themselves under "Video sources" but actually have both video and audio output pins, so make the audio pins accessible by video source name. dshow: add options for allowing filter popup configuration dialogs to be presented to the user dshow: introduce support for crossbar [multiple input selectable] devices dshow: drop initial audio packets with weird timestamps dshow: use non deprecated api dshow: miscellaneous tweaks dshow: allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) name Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dshow: fix docu escapesrogerdpack2015-01-23
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * dshow: add options for allowing filter popup configuration dialogs to be ↵rogerdpack2015-01-23
| | | | | | | | | | | | presented to the user Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-23
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * dshow: allow selecting devices by an alternative name (workaround for ↵rogerdpack2015-01-23
|/ | | | | | devices with symbols in them), allow specifying capture pins by name and alternative (unique) name Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* doc: fix typosLou Logan2015-01-07
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* lavd/lavfi: allow to extract subcc.Nicolas George2015-01-02
| | | | | Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: fix spelling errorsAndreas Cadhalpun2014-12-01
| | | | | | succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: Rework and update documentation of AVFoundation device.Thilo Borgmann2014-11-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/avfoundation: Update documentation to mention audio capabilities.Thilo Borgmann2014-11-06
| | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice: add decklink input supportDeti Fliegl2014-09-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: mention required configure optionsLou Logan2014-07-31
| | | | | | For x11grab, libcdio, and libdc1394 input devices. Signed-off-by: Lou Logan <lou@lrcd.com>
* doc: add very basic libcdio documentationGerion Entrup2014-07-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/x11grab: add an option to disable MIT-SHM.Nicolas George2014-07-17
| | | | | | With remote displays supporting the MIT-SHM extension, the extension is detected and used, but attaching fails asynchronously.
* lavd/avfoundation: Support user selected pixel formats and pixel format ↵sfan52014-06-12
| | | | | | | autoselection. Signed-off-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: add -devices paramLukasz Marek2014-05-28
| | | | | | | | 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>
* Add AVFoundation input device.Thilo Borgmann2014-04-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add Win32 GDI-based screen grabbingCalvin Walton2014-04-03
| | | | | | | | | | | | | | | | | | | | | | | Based on original code by Christophe Gisquet in 2010, updated to work with current ffmpeg APIs. Supports grabbing a single window or an area of the screen, including support for multiple monitors (Windows does funky stuff with negative coordinates here). I've moved most of the configuration to AVOptions; the input file name is now only the string "desktop", or "title=<windowname>" to select a single window. The AVOptions are the same as x11grab where possible. Code has been added to support a "show_region" mode, like x11grab, which will draw a rectangle on the screen around the area being captured. Instead of duplicating code for paletted image handling, I make use of the GDI API's ability to output DIB (BMP) images, which can be run through ffmpeg's existing BMP decoder. Signed-off-by: Calvin Walton <calvin.walton@kepstin.ca> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/qtkit: Support choosing the input device by index or by name.Thilo Borgmann2014-04-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: Fix example for QTKit usage.Thilo Borgmann2014-03-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd: Add QTKit input device.Vadim Kalinsky2014-03-30
| | | | | Signed-off-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun2014-03-06
| | | | | | allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/pulse_audio_dec: apply cosmetic changesLukasz Marek2013-10-18
| | | | | | | | In particular, fix punctuation in docs and make option help messages grammatically consistent. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc: make x11grab examples consistent with option namesLou Logan2013-10-14
| | | | | | | Change -r to -framerate, but either will work. Change -s to -video_size, but either will work. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/indevs: make pulse dev formatting consistent with other devicesLukasz Marek2013-10-07
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch2013-05-22
| | | | | | Also disable it by default since it looks currently buggy. The usefulness of such library is mostly limited to backward compatibility with very old devices.
* doc: Consistently use 'frame rate' everywhereDerek Buitenhuis2013-03-31
| | | | | | We used to use 'framerate' or 'frame rate' randomly. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavd/v4l2: honor previously selected input channelGiorgio Vazzana2013-03-23
| | | | | | | An input channel could have been previously set with another application, like v4l2-ctl, so if no input channel is specified use the previosly selected one. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: add missing final dot in v4l2 option value descriptionStefano Sabatini2013-02-02
| | | | Fix inconsistency.
* doc/indevs: document v4l2 optionsStefano Sabatini2013-01-31
| | | | Reviewed-By: Giorgio Vazzana <mywing81@gmail.com>
* doc/indevs: itemize examples for the v4l2 deviceStefano Sabatini2013-01-31
|
* doc/indevs: apply misc fixes to the v4l2 documentationStefano Sabatini2013-01-31
| | | | Reviewed-by: Giorgio Vazzana <mywing81@gmail.com>
* lavd/v4l2: add list_standards optionGiorgio Vazzana2013-01-31
| | | | | | | Since the user is expected to choose the standard by name (with -standard option), add the possibility to list all the supported standards. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/indevs: update syntax for the color filter in the lavfi device examplesStefano Sabatini2012-12-18
|
* Update iec61883 to handle multiple devices, and allowGeorg Lippitsch2012-11-13
| | | | selection of DV device by its GUID
* lavd/lavfi: add graph_file optionStefano Sabatini2012-10-23
| | | | | | | | Allow to specify a filename where to put the filtergraph description. This is useful to override limitations or glitches of particular shell environments, and allows a level of indirection for specifying filtergraphs.
* lavd/dshow: support video codec and pixel format selectionRamiro Polla2012-09-07
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* dshow: allow user to specify audio buffer sizeRamiro Polla2012-08-29
| | | | | | | Based on patch by rogerdpack <rogerpack2005@gmail.com> Tested-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: document missing options in x11grab sectionStefano Sabatini2012-08-08
| | | | | | Add documentation for options draw_mouse, framerate, and video_size. In particular, fix trac ticket #1314.
* doc/indevs: use separate @example blocks for separate examplesStefano Sabatini2012-08-08
| | | | Improve rendering.
* doc/indevs: rework options description in the x11 grab sectionStefano Sabatini2012-08-08
| | | | | | | | Create a dedicated options subchapter, rather than a subchapter for each option. This is more consistent with the rest of the docs. Also apply misc minor fixes for improving rendering.
* doc/indevs/iec61883: document requirements for iec61883 deviceGeorg Lippitsch2012-07-06
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* FireWire DV/HDV input device using libiec61883Georg Lippitsch2012-07-05
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* v4l2: allow to convert monotonic timestamps.Nicolas George2012-04-04
|