summaryrefslogtreecommitdiff
path: root/doc/outdevs.texi
Commit message (Collapse)AuthorAge
* avdevice/decklink_enc: add support to specify field orderMarton Balint2017-02-26
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* 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>
* doc: fix message names in opengl docLukasz Marek2014-05-03
| | | | | 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-02
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavd/pulse_audio_enc: add more buffer attributesLukasz Marek2014-04-30
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavd/xv: add window id paramLukasz Marek2014-04-19
| | | | | | | 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-27
| | | | | | 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-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: add decklink output deviceRamiro Polla2014-02-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd: add opengl deviceLukasz Marek2014-01-27
| | | | | | 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-12
|
* lavd/pulse_audio_enc: add buffer size control optionsLukasz Marek2013-11-27
| | | | | | | 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-26
| | | | | | | 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-24
|
* lavd: add fbdev output deviceLukasz Marek2013-10-24
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavd: pulse audio encoderLukasz Marek2013-10-08
| | | | | | 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-23
| | | | | 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-10
| | | | | | | | 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-30
| | | | | | | | 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-14
|
* lavd/caca: rename "colors" option to "color"Stefano Sabatini2012-07-22
| | | | | 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-22
|
* doc/outdevs: fix @code{} syntax in caca device docsStefano Sabatini2012-07-21
|
* libcaca output devicePaul B Mahol2012-07-21
|
* sdl: fix aspect ratio computations.Nicolas George2012-06-10
| | | | | | | 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-04
|
* docs: Spelling fixes to 9 texi files from /docroot2011-11-29
| | | | | | | credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sdl: use the filename for defining the window title, if not specifiedStefano Sabatini2011-06-05
| | | | This allows a more efficient use of the commandline.
* lavdev: add SDL output deviceStefano Sabatini2011-05-28
|
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-28
|\ | | | | | | | | | | | | | | | | | | | | | | | | * newdev/master: ac3enc: Add codec-specific options for writing AC-3 metadata. NOT MERGED: Remove arrozcru URL from documentation sndio support for playback and record Conflicts: doc/faq.texi doc/general.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * sndio support for playback and recordBrad2011-03-27
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-17
|/ | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic
* Remove audio_beos entries in indevs.texi and output.devs, BeOS audioStefano Sabatini2010-08-06
| | | | | | support has been dropped. Originally committed as revision 24725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.Stefano Sabatini2010-08-06
| | | | Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the indevs.texi and outdevs.texi files.Stefano Sabatini2010-07-27
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk