summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Collapse)AuthorAge
* More verbose error log message.Benoit Fouet2008-01-18
| | | | Originally committed as revision 11556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the error message when video width, height, or framerate are notMichel Bardiaux2008-01-17
| | | | | | | specified. Patch by Michel Bardiaux (mbardiaux AT mediaxim DOT be) Originally committed as revision 11551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Víctor Paesa2008-01-12
| | | | | | Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot ↵Alessandro Sappia2008-01-11
| | | | | | sappia at ngi dot it Originally committed as revision 11502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ↵Alessandro Sappia2008-01-11
| | | | | | ngi dot it Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-08
| | | | Originally committed as revision 11461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make v4l.c's video_formats constant and static.Diego Pettenò2008-01-07
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() andMichael Niedermayer2007-12-28
| | | | | | | colorspace convertion and deinterlacing in the demuxer. Whoever wants AIW support has to implement this cleanly! Originally committed as revision 11335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni2007-11-23
| | | | | | (fix compilation for non-ELF targets). Originally committed as revision 11085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the creation of alldevices.c (create it without any rename).Luca Abeni2007-11-23
| | | | | | This also requires some changes to configure Originally committed as revision 11080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-22
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk