summaryrefslogtreecommitdiffstats
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* Re-read actual capture timebase from V4L2 after framerate requestTimothy Pearson2019-12-091-0/+7
* avdevice/v4l2: Remove av_assert0 when format not supportedAndriy Gelman2019-11-061-1/+2
* lavd/v4l2: produce a 0 byte packet when a dequeued buffer's size is unexpectedStephan Hilb2019-07-301-3/+2
* lavd/v4l2: Fix the type of the probe function.Carl Eugen Hoyos2019-03-231-1/+1
* lavd/v4l2: Use "int request" as second parameter for ioctl() on Android.Carl Eugen Hoyos2018-12-111-0/+4
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-7/+9
* libavdevice/v4l2: fix invalid access to struct v4l2_bufferJaroslav Beran2017-09-241-1/+4
* Merge commit '0fea8555ae25124c21f4c4f55a5fa76e9169aa03'Clément Bœsch2017-04-261-4/+4
|\
| * v4l2: use codec descriptors for mapping a codec name to idAnton Khirnov2016-12-191-4/+4
* | Merge commit '3a165c187da7d74f46f6c1778294e8c5a3a7151f'Clément Bœsch2017-03-221-7/+9
|\ \ | |/
| * v4l2: convert to stdatomicAnton Khirnov2016-10-021-9/+9
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2017-01-251-2/+2
* | lavd/v4l2: Avoid setting frame_size to a negative value.Carl Eugen Hoyos2017-01-251-0/+1
* | Merge commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207'Hendrik Leppkes2016-11-181-1/+0
|\ \ | |/
| * lavd: Drop unneeded av_init_packet()sVittorio Giovara2016-07-131-1/+0
* | Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch2016-06-221-2/+2
|\ \ | |/
| * Combine deprecation guards where appropriateDiego Biurrun2016-05-131-2/+2
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+1
* | lavd/v4l2: allow devices not implementing VIDIOC_G_PARMNiklas Söderlund2016-06-161-5/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-11/+11
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-9/+9
* | Correct two build/built typosTimothy Gu2016-01-111-1/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes2015-10-221-2/+2
|\ \ | |/
| * Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-211-2/+2
* | avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 optionClément Bœsch2015-09-121-1/+1
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-051-12/+0
|\ \ | |/
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-12/+0
* | lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream.Carl Eugen Hoyos2015-08-041-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+8
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
| * v4l2: Add support for h264Luca Barbato2015-03-021-1/+6
* | avdevice/v4l2: Fix vertical alignment in list_formats() outputMichael Niedermayer2015-05-161-2/+2
* | avdevice/v4l2: Try to fix build on netbsd/openbsdMichael Niedermayer2015-05-091-1/+4
* | lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L...Giorgio Vazzana2015-05-081-15/+22
* | lavd/v4l2: fix typoGiorgio Vazzana2015-05-081-1/+1
* | lavd/v4l2: print buffer flags in case of errorGiorgio Vazzana2015-04-241-2/+2
* | fix spelling errorsAndreas Cadhalpun2015-03-061-1/+1
* | Merge commit '619d5e7db88941cadb8136f805564e885c6c6434'Michael Niedermayer2015-03-021-3/+3
|\ \ | |/
| * v4l2: Use the codec descriptor facilityLuca Barbato2015-03-021-2/+2
| * v4l2: Unify one instance of reading/storing errnoMartin Storsjö2014-11-111-3/+3
* | lavd/v4l2: implement list device callbackLukasz Marek2015-01-111-0/+77
* | avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-121-3/+3
* | Merge commit '09f25533a564eab743f258d168697a11122914c4'Michael Niedermayer2014-11-101-10/+11
|\ \ | |/
| * v4l2: Preserve errno valuesLuca Barbato2014-11-091-16/+23
* | Merge commit 'a1a259881fa7b23e2ffc0c2a43d4923fe42d0478'Michael Niedermayer2014-11-101-4/+8
|\ \ | |/
| * v4l2: Use av_strerrorTristan Matthews2014-11-091-15/+34
* | Revert "v4l2: setting device parameters early"Michael Niedermayer2014-11-081-3/+3
OpenPOWER on IntegriCloud