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
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
2014-09-06lavd/v4l2: introduce enqueue_buffer()Giorgio Vazzana
2014-09-05lavd/v4l2: simplify list_formats()Giorgio Vazzana
2014-09-05lavd/v4l2: simplify list_framesizes()Giorgio Vazzana
2014-09-05lavd/v4l2: remove unneeded variable in device_init()Giorgio Vazzana
2014-09-05lavd/v4l2: simplify first_field()Giorgio Vazzana
2014-09-05lavd/v4l2: Replace s1 with ctx for consistency.Giorgio Vazzana
2014-09-04libavdevice/v4l2: fix descriptors leak on error pathsDmitry Volyntsev
2014-08-18avdevice/v4l2: try to fix build for openbsdMichael Niedermayer
2014-08-18lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns ENODATAAndre Wolokita
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-05-22avdevice/v4l2: Use av_malloc_array()Michael Niedermayer