| Commit message (Expand) | Author | Age | Files | Lines |
* | lavd/v4l2: fully init an ioctl argument. | Nicolas George | 2013-04-01 | 1 | -2/+1 |
* | lavd/v4l2: fix printing of list_formats table | Giorgio Vazzana | 2013-03-28 | 1 | -4/+2 |
* | lavd/v4l2: replace ioctl() with v4l2_ioctl() | Giorgio Vazzana | 2013-03-28 | 1 | -2/+2 |
* | lavd/v4l2: honor previously selected input channel | Giorgio Vazzana | 2013-03-23 | 1 | -8/+18 |
* | lavd/v4l2: silence libv4l2 logging | Giorgio Vazzana | 2013-03-16 | 1 | -0/+6 |
* | lavd/v4l2: fix bug in init_convert_timestamp() | Giorgio Vazzana | 2013-03-12 | 1 | -2/+2 |
* | avformat/avdevice: add missing time.h includes | Michael Niedermayer | 2013-03-12 | 1 | -0/+1 |
* | lavd/v4l2: simplify code | Giorgio Vazzana | 2013-03-09 | 1 | -5/+2 |
* | lavd/v4l2: correctly handle error conditions in mmap_read_frame() | Giorgio Vazzana | 2013-03-09 | 1 | -5/+11 |
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -72/+75 |
|\ |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -23/+67 |
* | | v4l2: fix regression that caused ffmpeg to occasionally get stuck | Michael Niedermayer | 2013-03-02 | 1 | -0/+1 |
* | | lavd/v4l2: copy frames into normally allocated packets whenever there is just... | Giorgio Vazzana | 2013-03-02 | 1 | -23/+64 |
* | | v4l2: try to fix build on BSD | Michael Niedermayer | 2013-02-18 | 1 | -0/+2 |
* | | Add yvu410 as a supported v4l2 input format. | Carl Eugen Hoyos | 2013-02-17 | 1 | -0/+3 |
* | | Add gray16 as a supported v4l2 input format. | Carl Eugen Hoyos | 2013-02-17 | 1 | -0/+1 |
* | | lavd/v4l2: fix error logic when enumerating standards | Stefano Sabatini | 2013-02-10 | 1 | -2/+5 |
* | | lavd/v4l2: implement consistent error handling | Stefano Sabatini | 2013-02-10 | 1 | -86/+68 |
* | | lavd/v4l2: read the correct time per frame from devices that support a standard | Giorgio Vazzana | 2013-01-31 | 1 | -44/+72 |
* | | lavd/v4l2: add list_standards option | Giorgio Vazzana | 2013-01-31 | 1 | -0/+33 |
* | | lavd/v4l2: use avcodec_find_decoder in list_formats | Stephan Hilb | 2013-01-28 | 1 | -1/+1 |
* | | lavd/v4l2: select input immediately after opening the device | Giorgio Vazzana | 2013-01-27 | 1 | -17/+20 |
* | | lavd/v4l2: sanitize logic of device_try_init(), so that it properly signal er... | Stefano Sabatini | 2013-01-27 | 1 | -30/+39 |
* | | lavd/v4l2: init return value. | Nicolas George | 2013-01-16 | 1 | -1/+1 |
* | | lavd/v4l2: update broken link to v4l2 video capture example | Stephan Hilb | 2013-01-16 | 1 | -1/+1 |
* | | lavd/v4l2: improve debug message | Stephan Hilb | 2013-01-16 | 1 | -1/+2 |
* | | lavd/v4l2: apply grammar/consistency fixes to options help fields | Stefano Sabatini | 2013-01-15 | 1 | -15/+18 |
* | | lavd/v4l2: return meaningful error code from device_init() | Stefano Sabatini | 2013-01-15 | 1 | -2/+3 |
* | | lavd/v4l2: fix misc messages | Stefano Sabatini | 2013-01-15 | 1 | -4/+4 |
* | | lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmt | Stefano Sabatini | 2013-01-15 | 1 | -1/+7 |
* | | Merge commit '90cfc084e3e6d37ab88fc96a95f0401d8e8b4cd1' | Michael Niedermayer | 2013-01-14 | 1 | -6/+10 |
|\| |
|
| * | v4l2: do not assert on a value received from outside of Libav | Anton Khirnov | 2013-01-13 | 1 | -1/+6 |
| * | v4l2: set the average framerate instead of codec timebase. | Anton Khirnov | 2013-01-13 | 1 | -4/+4 |
* | | Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33' | Michael Niedermayer | 2013-01-14 | 1 | -21/+12 |
|\| |
|
| * | v4l2: avoid pointless indirection. | Anton Khirnov | 2013-01-13 | 1 | -22/+13 |
* | | Support H264 over video4linux2. | Carl Eugen Hoyos | 2012-12-21 | 1 | -0/+3 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -30/+30 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -25/+25 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -6/+6 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | | v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 | Michael Niedermayer | 2012-08-31 | 1 | -0/+2 |
* | | Add CPiA video decoder | Stephan Hilb | 2012-08-31 | 1 | -1/+17 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -31/+31 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -27/+27 |
* | | v4l2: remove call to v4l2_fd_open. | Nicolas George | 2012-07-20 | 1 | -13/+0 |
* | | v4l2: use av_assert | Michael Niedermayer | 2012-07-08 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |