summaryrefslogtreecommitdiffstats
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* lavd/v4l2: don't use avpriv_ prefix for internal functionsJames Almer2014-10-291-10/+10
* Use v4l2 input format automatically if filename starts with "/dev/video"Andrey Utkin2014-10-291-0/+8
* lavd/v4l2: introduce enqueue_buffer()Giorgio Vazzana2014-09-061-18/+21
* lavd/v4l2: simplify list_formats()Giorgio Vazzana2014-09-051-3/+3
* lavd/v4l2: simplify list_framesizes()Giorgio Vazzana2014-09-051-3/+3
* lavd/v4l2: remove unneeded variable in device_init()Giorgio Vazzana2014-09-051-3/+1
* lavd/v4l2: simplify first_field()Giorgio Vazzana2014-09-051-7/+5
* lavd/v4l2: Replace s1 with ctx for consistency.Giorgio Vazzana2014-09-051-57/+57
* libavdevice/v4l2: fix descriptors leak on error pathsDmitry Volyntsev2014-09-041-17/+20
* avdevice/v4l2: try to fix build for openbsdMichael Niedermayer2014-08-181-1/+5
* lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns ENODATAAndre Wolokita2014-08-181-1/+1
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-3/+3
|\
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
| * libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+1
* | avdevice/v4l2: Use av_malloc_array()Michael Niedermayer2014-05-221-2/+2
* | lavd: Use av_gettime_relative()Olivier Langlois2014-05-181-4/+1
* | Fix convertion typosMichael Niedermayer2014-04-291-1/+1
* | lavd: add categories to device implementationsLukasz Marek2014-03-031-0/+1
* | avdevice/v4l2: only use average frame rate if setMichael Niedermayer2014-02-021-13/+16
* | avdevice/v4l2: only use frame period from v4l2 if validMichael Niedermayer2014-02-021-3/+6
* | v4l2: setting device parameters earlyFederico Simoncelli2014-01-051-3/+3
* | timefilter: Handle memory allocation failureDerek Buitenhuis2013-10-271-0/+2
* | lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika2013-09-171-0/+4
* | lavd/v4l2: Improve debug messageGiorgio Vazzana2013-09-081-5/+5
* | Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos2013-09-011-0/+3
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+2
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* | v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch2013-05-221-12/+46
* | lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch2013-05-201-119/+11
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-041-1/+1
|\ \ | |/
| * silly typo fixesDiego Biurrun2013-05-031-1/+1
* | lavd/v4l2: fully init an ioctl argument.Nicolas George2013-04-011-2/+1
* | lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana2013-03-281-4/+2
* | lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana2013-03-281-2/+2
* | lavd/v4l2: honor previously selected input channelGiorgio Vazzana2013-03-231-8/+18
* | lavd/v4l2: silence libv4l2 loggingGiorgio Vazzana2013-03-161-0/+6
* | lavd/v4l2: fix bug in init_convert_timestamp()Giorgio Vazzana2013-03-121-2/+2
* | avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-121-0/+1
* | lavd/v4l2: simplify codeGiorgio Vazzana2013-03-091-5/+2
* | lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana2013-03-091-5/+11
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-72/+75
|\ \ | |/
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-23/+67
* | v4l2: fix regression that caused ffmpeg to occasionally get stuckMichael Niedermayer2013-03-021-0/+1
* | lavd/v4l2: copy frames into normally allocated packets whenever there is just...Giorgio Vazzana2013-03-021-23/+64
* | v4l2: try to fix build on BSDMichael Niedermayer2013-02-181-0/+2
* | Add yvu410 as a supported v4l2 input format.Carl Eugen Hoyos2013-02-171-0/+3
* | Add gray16 as a supported v4l2 input format.Carl Eugen Hoyos2013-02-171-0/+1
* | lavd/v4l2: fix error logic when enumerating standardsStefano Sabatini2013-02-101-2/+5
* | lavd/v4l2: implement consistent error handlingStefano Sabatini2013-02-101-86/+68
* | lavd/v4l2: read the correct time per frame from devices that support a standardGiorgio Vazzana2013-01-311-44/+72
OpenPOWER on IntegriCloud