summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
Commit message (Collapse)AuthorAgeFilesLines
* 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