summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
* Correct two build/built typosTimothy Gu2016-01-11
* Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes2015-10-22
|\|
| * Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-21
* | avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 optionClément Bœsch2015-09-12
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* | lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream.Carl Eugen Hoyos2015-08-04
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
| * v4l2: Add support for h264Luca Barbato2015-03-02
* | avdevice/v4l2: Fix vertical alignment in list_formats() outputMichael Niedermayer2015-05-16
* | avdevice/v4l2: Try to fix build on netbsd/openbsdMichael Niedermayer2015-05-09
* | lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L...Giorgio Vazzana2015-05-08
* | lavd/v4l2: fix typoGiorgio Vazzana2015-05-08
* | lavd/v4l2: print buffer flags in case of errorGiorgio Vazzana2015-04-24
* | fix spelling errorsAndreas Cadhalpun2015-03-06
* | Merge commit '619d5e7db88941cadb8136f805564e885c6c6434'Michael Niedermayer2015-03-02
|\|
| * v4l2: Use the codec descriptor facilityLuca Barbato2015-03-02
| * v4l2: Unify one instance of reading/storing errnoMartin Storsjö2014-11-11
* | lavd/v4l2: implement list device callbackLukasz Marek2015-01-11
* | avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-12
* | Merge commit '09f25533a564eab743f258d168697a11122914c4'Michael Niedermayer2014-11-10
|\|
| * v4l2: Preserve errno valuesLuca Barbato2014-11-09
* | Merge commit 'a1a259881fa7b23e2ffc0c2a43d4923fe42d0478'Michael Niedermayer2014-11-10
|\|
| * v4l2: Use av_strerrorTristan Matthews2014-11-09
* | Revert "v4l2: setting device parameters early"Michael Niedermayer2014-11-08
* | lavd/v4l2: use pixel format variable names consistentlyGiorgio Vazzana2014-11-06
* | lavd/v4l2: don't use avpriv_ prefix for internal functionsJames Almer2014-10-29
* | Use v4l2 input format automatically if filename starts with "/dev/video"Andrey Utkin2014-10-29
* | lavd/v4l2: introduce enqueue_buffer()Giorgio Vazzana2014-09-06
* | lavd/v4l2: simplify list_formats()Giorgio Vazzana2014-09-05
* | lavd/v4l2: simplify list_framesizes()Giorgio Vazzana2014-09-05
* | lavd/v4l2: remove unneeded variable in device_init()Giorgio Vazzana2014-09-05
* | lavd/v4l2: simplify first_field()Giorgio Vazzana2014-09-05
* | lavd/v4l2: Replace s1 with ctx for consistency.Giorgio Vazzana2014-09-05
* | libavdevice/v4l2: fix descriptors leak on error pathsDmitry Volyntsev2014-09-04
* | avdevice/v4l2: try to fix build for openbsdMichael Niedermayer2014-08-18
* | lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns ENODATAAndre Wolokita2014-08-18
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
| * libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-07
* | avdevice/v4l2: Use av_malloc_array()Michael Niedermayer2014-05-22
* | lavd: Use av_gettime_relative()Olivier Langlois2014-05-18
* | Fix convertion typosMichael Niedermayer2014-04-29
* | lavd: add categories to device implementationsLukasz Marek2014-03-03
* | avdevice/v4l2: only use average frame rate if setMichael Niedermayer2014-02-02
* | avdevice/v4l2: only use frame period from v4l2 if validMichael Niedermayer2014-02-02
* | v4l2: setting device parameters earlyFederico Simoncelli2014-01-05