Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-24lavd/v4l2: Fix the type of the probe function.Carl Eugen Hoyos
2018-12-11lavd/v4l2: Use "int request" as second parameter for ioctl() on Android.Carl Eugen Hoyos
2018-01-29avdevice: migrate to AVFormatContext->urlMarton Balint
2017-09-24libavdevice/v4l2: fix invalid access to struct v4l2_bufferJaroslav Beran
2017-04-26Merge commit '0fea8555ae25124c21f4c4f55a5fa76e9169aa03'Clément Bœsch
2017-03-22Merge commit '3a165c187da7d74f46f6c1778294e8c5a3a7151f'Clément Bœsch
2017-01-25Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2017-01-25lavd/v4l2: Avoid setting frame_size to a negative value.Carl Eugen Hoyos
2016-12-19v4l2: use codec descriptors for mapping a codec name to idAnton Khirnov
2016-11-18Merge commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207'Hendrik Leppkes
2016-10-02v4l2: convert to stdatomicAnton Khirnov
2016-07-14lavd: Drop unneeded av_init_packet()sVittorio Giovara
2016-06-22Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch
2016-06-21Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch
2016-06-16lavd/v4l2: allow devices not implementing VIDIOC_G_PARMNiklas Söderlund
2016-05-13Combine deprecation guards where appropriateDiego Biurrun
2016-05-11Reduce the scope of some variablesDiego Biurrun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-12Correct two build/built typosTimothy Gu
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-22Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes
2015-10-21Replace any remaining avpicture function with imgutilsVittorio Giovara
2015-09-12avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 optionClément Bœsch
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-04lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream.Carl Eugen Hoyos
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-05-16avdevice/v4l2: Fix vertical alignment in list_formats() outputMichael Niedermayer
2015-05-09avdevice/v4l2: Try to fix build on netbsd/openbsdMichael Niedermayer
2015-05-08lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L...Giorgio Vazzana
2015-05-08lavd/v4l2: fix typoGiorgio Vazzana
2015-04-24lavd/v4l2: print buffer flags in case of errorGiorgio Vazzana
2015-03-06fix spelling errorsAndreas Cadhalpun
2015-03-02Merge commit '619d5e7db88941cadb8136f805564e885c6c6434'Michael Niedermayer
2015-03-02v4l2: Add support for h264Luca Barbato
2015-03-02v4l2: Use the codec descriptor facilityLuca Barbato
2015-01-11lavd/v4l2: implement list device callbackLukasz Marek
2014-12-12avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-11v4l2: Unify one instance of reading/storing errnoMartin Storsjö
2014-11-10Merge commit '09f25533a564eab743f258d168697a11122914c4'Michael Niedermayer
2014-11-10Merge commit 'a1a259881fa7b23e2ffc0c2a43d4923fe42d0478'Michael Niedermayer
2014-11-09v4l2: Preserve errno valuesLuca Barbato
2014-11-09v4l2: Use av_strerrorTristan Matthews
2014-11-08Revert "v4l2: setting device parameters early"Michael Niedermayer
2014-11-06lavd/v4l2: use pixel format variable names consistentlyGiorgio Vazzana
2014-10-29lavd/v4l2: don't use avpriv_ prefix for internal functionsJames Almer
2014-10-29Use v4l2 input format automatically if filename starts with "/dev/video"Andrey Utkin