Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-28ffmpeg: add -devices paramLukasz Marek
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>
2014-05-03doc: fix message names in opengl docLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-02lavd/opengl_enc: add window size paramLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-04-30lavd/pulse_audio_enc: add more buffer attributesLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-04-19lavd/xv: add window id paramLukasz Marek
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>
2014-03-27Fix spelling errors in texi files: more informations --> more information ↵Andreas Cadhalpun
allows to --> allows one to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-07Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun
allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-09lavd: add decklink output deviceRamiro Polla
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-27lavd: add opengl deviceLukasz Marek
It can render to OpenGL context provided by application or into SDL window Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2013-12-13docs/outdevs: add a few simple ALSA examplesLou Logan
2013-11-27lavd/pulse_audio_enc: add buffer size control optionsLukasz Marek
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>
2013-11-26lavd/sdl: add event handler threadStefano Sabatini
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.
2013-11-24doc/outdevs/sdl: fix confusing text about window_fullscreen default valueStefano Sabatini
2013-10-24lavd: add fbdev output deviceLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-08lavd: pulse audio encoderLukasz Marek
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>
2013-09-24doc/outdevs: add sdl window_fullscreen optionLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-10doc: apply various grammar fixesBryce W. Harrington
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>
2013-05-30lavd: add xv output deviceStefano Sabatini
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
2013-05-14doc/outdevs: fix typos (devices -> device)Stefano Sabatini
2012-07-22lavd/caca: rename "colors" option to "color"Stefano Sabatini
More consistent with libcaca function names. Should not harm since the device was added less than one day ago.
2012-07-22doc/outdevs: extend documentation for caca -list* optionsStefano Sabatini
2012-07-21doc/outdevs: fix @code{} syntax in caca device docsStefano Sabatini
2012-07-21libcaca output devicePaul B Mahol
2012-06-10sdl: fix aspect ratio computations.Nicolas George
The rounding was wrong due to incorrect ue of floats, changed to rationals and av_rescale. The results were not properly passed to SDL.
2012-01-04doc: use @command{} for commands.Clément Bœsch
2011-11-29docs: Spelling fixes to 9 texi files from /docroot
credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-06-05sdl: use the filename for defining the window title, if not specifiedStefano Sabatini
This allows a more efficient use of the commandline.
2011-05-28lavdev: add SDL output deviceStefano Sabatini
2011-03-28Merge remote-tracking branch 'newdev/master'Michael Niedermayer
* 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>
2011-03-27sndio support for playback and recordBrad
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-17Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer
This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
2010-08-07Remove audio_beos entries in indevs.texi and output.devs, BeOS audioStefano Sabatini
support has been dropped. Originally committed as revision 24725 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-07Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.Stefano Sabatini
Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Add the indevs.texi and outdevs.texi files.Stefano Sabatini
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk