summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
* lavd/v4l2: init return value.Nicolas George2013-01-16
* lavd/v4l2: update broken link to v4l2 video capture exampleStephan Hilb2013-01-16
* lavd/v4l2: improve debug messageStephan Hilb2013-01-16
* lavd/v4l2: apply grammar/consistency fixes to options help fieldsStefano Sabatini2013-01-15
* lavd/v4l2: return meaningful error code from device_init()Stefano Sabatini2013-01-15
* lavd/v4l2: fix misc messagesStefano Sabatini2013-01-15
* lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmtStefano Sabatini2013-01-15
* Merge commit '90cfc084e3e6d37ab88fc96a95f0401d8e8b4cd1'Michael Niedermayer2013-01-14
|\
| * v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-13
| * v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-13
* | Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33'Michael Niedermayer2013-01-14
|\|
| * v4l2: avoid pointless indirection.Anton Khirnov2013-01-13
* | Support H264 over video4linux2.Carl Eugen Hoyos2012-12-21
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* | v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1Michael Niedermayer2012-08-31
* | Add CPiA video decoderStephan Hilb2012-08-31
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | v4l2: remove call to v4l2_fd_open.Nicolas George2012-07-20
* | v4l2: use av_assertMichael Niedermayer2012-07-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* | v4l2: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* | v4l2: allow to convert monotonic timestamps.Nicolas George2012-04-04
* | Support YV12 from video4linux2 devices.Carl Eugen Hoyos2012-02-05
* | Add some missing v4l2 pix_fmt mappings.Carl Eugen Hoyos2012-02-01
* | Fix v4l pix_fmt mapping for rgb32: There is no transparency information.Carl Eugen Hoyos2012-02-01
* | Fix pix_fmt mapping for v4l2 rgb5x5.Carl Eugen Hoyos2012-02-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Revert "v4l2: poll the file descriptor"Michael Niedermayer2012-01-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
| * v4l2: use C99 struct initializerLuca Barbato2012-01-10
| * v4l2: poll the file descriptorLuca Barbato2012-01-10
| * v4l2: support compressed formatsLuca Barbato2012-01-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\|
| * v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-04
| * v4l2: list available formatsLuca Barbato2012-01-04
| * v4l2: set the proper codec_tagLuca Barbato2012-01-04
| * v4l2: refactor device_openLuca Barbato2012-01-04
| * v4l2: simplify away io_methodLuca Barbato2012-01-04
| * v4l2: cosmeticsLuca Barbato2012-01-04
| * v4l2: uniform and format optionsLuca Barbato2012-01-04
| * v4l2: do not force interlaced modeLuca Barbato2012-01-04
| * v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-27