aboutsummaryrefslogtreecommitdiffstats
path: root/doc/indevs.texi
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavf: pass options from AVFormatContext to avio. avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards avio: add avio_open2, taking an interrupt callback and options avio: add support for passing options to protocols. avio: add and use ffurl_protocol_next(). avformat: Pass the interrupt callback on to chained muxers/demuxers avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc avformat: Use ff_check_interrupt avio: Add an internal utility function for checking the new interrupt callback avio: Add AVIOInterruptCB texi2html: remove stray \n doc: prettyfy the texi2html documentation swscale: handle unaligned buffers in yuv2plane1 Conflicts: libavformat/avformat.h libavformat/avio.c libavformat/mov.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: replace an "avconv" reference with "ffmpeg" in indevs.Clément Bœsch2011-11-131-1/+1
| |
* | dshow: support choosing between devices with same nameRamiro Polla2011-11-061-0/+14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix typo in previous commit.Clément Bœsch2011-11-051-1/+1
| |
* | doc: document v4l and v4l2 aliases.Clément Bœsch2011-11-051-0/+3
| |
* | v4l2: add libv4l2 support.Clément Bœsch2011-11-051-0/+3
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-281-0/+83
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavc: remove "legacy" mpegvideo decoder. iv8: assemble packets to return complete frames pulse: documentation pulse: introduce pulseaudio input remove the zork pcm seek test Conflicts: configure libavdevice/Makefile libavdevice/alldevices.c libavdevice/avdevice.h libavdevice/pulse.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * pulse: documentationLuca Barbato2011-10-261-0/+83
| | | | | | | | | | | | Specify avoptions and how to use pactl to list devices. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * Rename ffplay to avplay.Anton Khirnov2011-08-091-2/+2
| |
* | docs: remove reference to enable-libavfilterLou Logan2011-10-241-3/+0
| | | | | | | | | | | | This is no longer a valid configure option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavdev/lavfi: add audio supportStefano Sabatini2011-09-161-0/+15
| |
* | doc: add documentation for dshow indevRamiro Polla2011-09-161-0/+81
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | indevs.texi: fix typo (builf -> build)Stefano Sabatini2011-08-111-1/+1
| |
* | lavdev: add libavfilter virtual input deviceStefano Sabatini2011-08-111-0/+54
| | | | | | | | | | This input device is to be considered still experimental, only video output is supported.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-011-1/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE x11grab: add show_region AVOption. x11grab: add follow_mouse AVOption. Do not convert RGB buffer at once when stride does not fit exact samples. Conflicts: libswscale/swscale_unscaled.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x11grab: add show_region AVOption.Yu-Jie Lin2011-07-311-0/+19
| | | | | | | | | | | | | | Draw the current grabbing region for indication. Signed-off-by: Yu-Jie Lin <livibetter@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * x11grab: add follow_mouse AVOption.Yu-Jie Lin2011-07-311-1/+21
| | | | | | | | | | | | | | | | | | -follow_mouse centered|PIXELS move grabbing region to where mouse pointer at the center; or only move when pointer reaches within PIXELS to the edge. Signed-off-by: Yu-Jie Lin <livibetter@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavdev: add openal input deviceJonathan Baldwin2011-06-271-0/+89
| |
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-291-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * newdev/master: ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using exponent reference blocks. Chronomaster DFA decoder DUPLICATE: framebuffer device demuxer NOT MERGED: cosmetics: fix dashed line length after 070c5d0 http: header field names are case insensitive Conflicts: LICENSE README doc/indevs.texi libavdevice/fbdev.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * framebuffer device demuxerStefano Sabatini2011-03-281-0/+25
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-281-0/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 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/+17
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-171-3/+3
| | | | | | | | | | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-3/+3
|\| | | | | | | | | | | | | | | | | | | Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-3/+3
| | | | | | | | unless it stands for ffmpeg the program or is historic
* | framebuffer device demuxerStefano Sabatini2011-03-081-0/+25
|/
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-051-2/+7
| | | | | | | | | | timebase value already set in the driver, and set it back in the codec stream, rather than leaving the invalid value of 0/0. In particular, fix ffmpeg grabbing timestamps when the timebase value is not set through the CLI. Originally committed as revision 26224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc: fill documentation for vfwcapRamiro Polla2010-10-231-0/+4
| | | | Originally committed as revision 25553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VfW spelling.Stefano Sabatini2010-08-071-1/+1
| | | | Originally committed as revision 24738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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-31/+30
| | | | Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the chapter Devices -> Input Devices, as the file is aboutStefano Sabatini2010-08-061-1/+1
| | | | | | input devices. Originally committed as revision 24723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the indevs.texi and outdevs.texi files.Stefano Sabatini2010-07-271-0/+208
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk