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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2014-05-18lavd: Use av_gettime_relative()Olivier Langlois
2014-04-29Fix convertion typosMichael Niedermayer
2014-03-04lavd: add categories to device implementationsLukasz Marek
2014-02-02avdevice/v4l2: only use average frame rate if setMichael Niedermayer
2014-02-02avdevice/v4l2: only use frame period from v4l2 if validMichael Niedermayer
2014-01-05v4l2: setting device parameters earlyFederico Simoncelli
2013-10-27timefilter: Handle memory allocation failureDerek Buitenhuis
2013-09-18lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika
2013-09-08lavd/v4l2: Improve debug messageGiorgio Vazzana
2013-09-01Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos
2013-08-07libavdevice: use avpriv_open()Rémi Denis-Courmont
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-05-22v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch
2013-05-20lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-04-01lavd/v4l2: fully init an ioctl argument.Nicolas George
2013-03-28lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana
2013-03-28lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana
2013-03-23lavd/v4l2: honor previously selected input channelGiorgio Vazzana
2013-03-16lavd/v4l2: silence libv4l2 loggingGiorgio Vazzana
2013-03-12lavd/v4l2: fix bug in init_convert_timestamp()Giorgio Vazzana
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer
2013-03-09lavd/v4l2: simplify codeGiorgio Vazzana
2013-03-09lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov