summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
* lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika2013-09-17
* lavd/v4l2: Improve debug messageGiorgio Vazzana2013-09-08
* Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos2013-09-01
* Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* | v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch2013-05-22
* | lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch2013-05-20
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03
* | lavd/v4l2: fully init an ioctl argument.Nicolas George2013-04-01
* | lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana2013-03-28
* | lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana2013-03-28
* | lavd/v4l2: honor previously selected input channelGiorgio Vazzana2013-03-23
* | lavd/v4l2: silence libv4l2 loggingGiorgio Vazzana2013-03-16
* | lavd/v4l2: fix bug in init_convert_timestamp()Giorgio Vazzana2013-03-12
* | avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-12
* | lavd/v4l2: simplify codeGiorgio Vazzana2013-03-09
* | lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana2013-03-09
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-08
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* | v4l2: fix regression that caused ffmpeg to occasionally get stuckMichael Niedermayer2013-03-02
* | lavd/v4l2: copy frames into normally allocated packets whenever there is just...Giorgio Vazzana2013-03-02
* | v4l2: try to fix build on BSDMichael Niedermayer2013-02-18
* | Add yvu410 as a supported v4l2 input format.Carl Eugen Hoyos2013-02-17
* | Add gray16 as a supported v4l2 input format.Carl Eugen Hoyos2013-02-17
* | lavd/v4l2: fix error logic when enumerating standardsStefano Sabatini2013-02-10
* | lavd/v4l2: implement consistent error handlingStefano Sabatini2013-02-10
* | lavd/v4l2: read the correct time per frame from devices that support a standardGiorgio Vazzana2013-01-31
* | lavd/v4l2: add list_standards optionGiorgio Vazzana2013-01-31
* | lavd/v4l2: use avcodec_find_decoder in list_formatsStephan Hilb2013-01-28
* | lavd/v4l2: select input immediately after opening the deviceGiorgio Vazzana2013-01-27
* | lavd/v4l2: sanitize logic of device_try_init(), so that it properly signal er...Stefano Sabatini2013-01-27
* | 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
|\|