| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward error code when reading a v4l2 frame | Benoit Fouet | 2007-09-13 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -11/+11 |
* | Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c | Luca Abeni | 2007-07-06 | 1 | -3/+11 |
* | Reindent code after last commit | Luca Abeni | 2007-05-10 | 1 | -34/+34 |
* | Allow avoid setting the video standard and input when capturing v4l2 video. | Limin Wang | 2007-05-10 | 1 | -0/+4 |
* | Allow setting v4l2 input and video standard. | Limin Wang | 2007-03-29 | 1 | -0/+54 |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 1 | -9/+4 |
* | Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer | Luca Abeni | 2007-02-14 | 1 | -13/+49 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | Pass a proper context to av_log() | Luca Abeni | 2007-02-12 | 1 | -33/+38 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -2/+2 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -1/+1 |
* | Make read_packet fail is the v4l2 driver returns an unexpected frame size | Luca Abeni | 2006-10-22 | 1 | -1/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | Fix segfault | R. Brian Anderson | 2006-06-15 | 1 | -1/+3 |
* | Include the correct video4linux2 header | Luca Abeni | 2006-05-30 | 1 | -2/+2 |
* | Do not be too verbose | Luca Abeni | 2006-03-13 | 1 | -1/+1 |
* | simplify AVFormatParameters NULL checks | Michael Niedermayer | 2006-03-11 | 1 | -1/+1 |
* | Add support for drivers that can change the capture size on VIDIOC_S_FMT | Luca Abeni | 2006-02-28 | 1 | -6/+14 |
* | Error path fix: close the video device on failure | Flavio Pimentel Duarte | 2006-02-28 | 1 | -0/+3 |
* | print a hint when trying V4L2 on V4L device | Alex Beregszaszi | 2006-02-26 | 1 | -0/+7 |
* | video4linux2 input support | Luca Abeni | 2006-02-01 | 1 | -0/+520 |