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
2014-11-14lavd/avfoundation: Introduce device alias 'none' to allow the user to record ...Thilo Borgmann
2014-11-12lavd/avfoundation: Remove unused -frame_rate option.Carl Eugen Hoyos
2014-11-10lavd/avfoundation: Use internal av_strtok instead of std lib strtokThilo Borgmann
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-11-05v4l2: support MPEG4 compressed streamsAndrey Utkin
2014-11-01lavd/alsa: implement get_device_list callbacksLukasz Marek
2014-10-30avdevice/xcbgrab: Fix offset supportMichael Niedermayer
2014-10-30Fix compilation of xcbgrab if xcb/shape.h is not available.Carl Eugen Hoyos
2014-10-30Fix xcbgrab build if shm is not available.Carl Eugen Hoyos
2014-10-29Merge commit '2cd28693a59050717cb7da6cb229e606b1dee356'Michael Niedermayer
2014-10-29avdevice/fbdev_dec: use errno instead of ret for av_logMichael Niedermayer
2014-10-29Merge commit '043ea6f7bfc59399b6b3659da785ec4cc68a008e'Michael Niedermayer
2014-10-29jack: Use av_strerrorLuca Barbato
2014-10-29fbdev: Use av_strerrorLuca Barbato
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-10-28avdevice/xcbgrab: set avclass categoryMichael Niedermayer
2014-10-28lavd: fix building x11grab after a6674d2Anton Khirnov
2014-10-27Merge commit 'a6674d2e7771dbf7a4a5556f5e126be83cadac96'Michael Niedermayer
2014-10-27lavd/avfoundation: Fix compilation for non MAC OS devices by conditional comp...Thilo Borgmann
2014-10-26xcbgrab: XCB-based screen captureLuca Barbato
2014-10-26lavd/avfoundation: Add support for screen capturing.Thilo Borgmann
2014-10-25avdeviece: Read errno before av_log() as the callback from av_log() might aff...Michael Niedermayer
2014-10-22lavd/fbdev_common: report error during probing fbdev deviceLukasz Marek
2014-10-22lavd/fbdev_dec: use default device when not providedLukasz Marek
2014-10-21lavd: export all symbols with av_ prefixLukasz Marek
2014-10-19Merge commit 'b7c77912b62163b3b46ce93fe42fff3c83604c82'Michael Niedermayer
2014-10-18oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu
2014-10-05Merge commit '2a5ac99e6e06078713f684fee2466c91f677b303'Michael Niedermayer
2014-10-05Merge commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489'Michael Niedermayer
2014-10-05Merge commit '89fa2b5616274194d90bde0aeebf6adbd1245193'Michael Niedermayer
2014-10-05x11grab: Check the XQueryPointer return valueAntonio Ospite
2014-10-05x11grab: Check XFixesGetCursorImage return valueLuca Barbato
2014-10-05x11grab: Check for XFixes availability at runtimeLuca Barbato
2014-09-28lavd/avfoundation: Add basic PCM audio support.Thilo Borgmann
2014-09-26lavd/avfoundation: Use microseconds as common timebase.Thilo Borgmann
2014-09-26lavd/avfoundation: Simplify debug message generation.Thilo Borgmann
2014-09-26lavd/avfoundation: Using the actual stream index instead of hardcoded value.Thilo Borgmann
2014-09-26lavd/avfoundation: Split adding a device and getting the device configuration...Thilo Borgmann
2014-09-24Skip decklink_common_c.h when running make checkheaders.Carl Eugen Hoyos
2014-09-22avdevice/version: bump minor for the decklink inputMichael Niedermayer
2014-09-22avdevice: add decklink input supportDeti Fliegl
2014-09-22avdevice/decklink: move general code of decklink encoder to common fileDeti Fliegl
2014-09-14avdevice/lavfi: dont assign variables to themselfsMichael Niedermayer
2014-09-09avdevice/x11grab: fix cursor drawing in multi-screen setupAntonio Ospite