summaryrefslogtreecommitdiff
path: root/libavformat/v4l2.c
Commit message (Expand)AuthorAge
* Reindent code after last commitLuca Abeni2007-05-10
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-10
* Allow setting v4l2 input and video standard.Limin Wang2007-03-29
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-14
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Pass a proper context to av_log()Luca Abeni2007-02-12
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Fix segfaultR. Brian Anderson2006-06-15
* Include the correct video4linux2 headerLuca Abeni2006-05-30
* Do not be too verboseLuca Abeni2006-03-13
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-28
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-28
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-26
* video4linux2 input supportLuca Abeni2006-02-01