summaryrefslogtreecommitdiff
path: root/libavformat/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* 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