aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* Allow setting v4l2 input and video standard.Limin Wang2007-03-291-0/+54
* implement new grabbing interface, as described here:Ramiro Polla2007-02-141-9/+4
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-141-13/+49
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Pass a proper context to av_log()Luca Abeni2007-02-121-33/+38
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-2/+2
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-1/+1
* Make read_packet fail is the v4l2 driver returns an unexpected frame sizeLuca Abeni2006-10-221-1/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Fix segfaultR. Brian Anderson2006-06-151-1/+3
* Include the correct video4linux2 headerLuca Abeni2006-05-301-2/+2
* Do not be too verboseLuca Abeni2006-03-131-1/+1
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-1/+1
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-281-6/+14
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-281-0/+3
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-261-0/+7
* video4linux2 input supportLuca Abeni2006-02-011-0/+520