aboutsummaryrefslogtreecommitdiffstats
path: root/doc/outdevs.texi
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* sdl: use the filename for defining the window title, if not specifiedStefano Sabatini2011-06-051-6/+3
| | | | This allows a more efficient use of the commandline.
* lavdev: add SDL output deviceStefano Sabatini2011-05-281-0/+43
|
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-281-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-0/+4
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-171-2/+2
|/ | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-2/+2
| | | | unless it stands for ffmpeg the program or is historic
* Remove audio_beos entries in indevs.texi and output.devs, BeOS audioStefano Sabatini2010-08-061-4/+0
| | | | | | 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-061-2/+2
| | | | Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the indevs.texi and outdevs.texi files.Stefano Sabatini2010-07-271-0/+33
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk