summaryrefslogtreecommitdiff
path: root/libavformat/v4l2.c
Commit message (Collapse)AuthorAge
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
| | | | | | | | | | ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-14
| | | | | | and copying the frame into it (remove a memcpy()) Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2007-02-12
| | | | Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-22
| | | | | | (driver's bug? If not, we will have to support this in some way) Originally committed as revision 6756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaultR. Brian Anderson2006-06-15
| | | | | | Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com) Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include the correct video4linux2 headerLuca Abeni2006-05-30
| | | | Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not be too verboseLuca Abeni2006-03-13
| | | | Originally committed as revision 5161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
| | | | Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-28
| | | | Originally committed as revision 5076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-28
| | | | | | Original patch by Flavio Pimentel Duarte (flaviop AT land DOT ufrj DOT br) Originally committed as revision 5075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-26
| | | | Originally committed as revision 5065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video4linux2 input supportLuca Abeni2006-02-01
patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk