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-26dshow: add properties dialog for tv tunersrogerdpack
2015-01-24avdevice/dshow_crossbar: Avoid mixing declarations and statementsMichael Niedermayer
2015-01-23dshow: some devices only list themselves under "Video sources" butrogerdpack
2015-01-23dshow: add options for allowing filter popup configuration dialogs to be pres...rogerdpack
2015-01-23dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack
2015-01-23dshow: drop initial audio packets with weird timestampsrogerdpack
2015-01-23dshow: use non deprecated apirogerdpack
2015-01-23dshow: miscellaneous tweaksrogerdpack
2015-01-23dshow: allow selecting devices by an alternative name (workaround for devices...rogerdpack
2015-01-20avdevice/alsa-audio-common: Use *alloc_array()Michael Niedermayer
2015-01-19avdevice/openal-dec: Check the return code of av_new_packet()Michael Niedermayer
2015-01-18avdevice/pulse_audio_dec: remove double ;;Clément Bœsch
2015-01-16avdevice: Use av_format_get_control_message_cb()Michael Niedermayer
2015-01-11lavd/v4l2: implement list device callbackLukasz Marek
2015-01-11lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek
2015-01-11lavd/avdevice: remove av_ prefix from private functionLukasz Marek
2015-01-08avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-02lavd/lavfi: allow to extract subcc.Nicolas George
2014-12-28avdevice/dshow: Remove unneeded NULL checksMichael Niedermayer
2014-12-28avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-28avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-19Merge commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788'Michael Niedermayer
2014-12-19xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara
2014-12-15lavd/alsa-audio-common: mark default device in device listLukasz Marek
2014-12-15lavd/avdevice: use better option types for caps optionsLukasz Marek
2014-12-12avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-10Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33'Michael Niedermayer
2014-12-10xcbgrab: Support empty filename string correctlyLuca Barbato
2014-12-09avdevice/xcbgrab: check xcb_query_pointer_reply_t pointer before useMichael Niedermayer
2014-12-08Fix xcb 32bit pix_fmts: There is no screen transparency.Carl Eugen Hoyos
2014-12-07avdevice/xcbgrab: Fix show_region rectangleDaniel Moran
2014-12-04Fix standalone compilation of the iec61883 input device.Carl Eugen Hoyos
2014-12-03avdevice/decklink_common: fix COM initialization failure checkJonathan Baecker
2014-12-03avdevice/decklink_common: fix heap corruption run time errorJonathan Baecker
2014-11-28fix Makefile objects for pulseaudio supportMichael Stypa
2014-11-27msvc: Fix compilation errors due to header include order.Matthew Oliver
2014-11-25avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for Windows w...Carl Eugen Hoyos
2014-11-25avdevice/dshow: fix build, ensure that feature enable #defines are set before...Michael Niedermayer
2014-11-24avdevice/xcbgrab: fix undefined reference to xcb_shape_rectangles in xcbgrab.cBoris Reisig
2014-11-22avdevice/iec61883: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-21avdevice/avdevice.c: Use av_freep(), avoid leaving stale pointersMichael Niedermayer
2014-11-21avdevice/fbdev_common: Use av_freep(), avoid leaving stale pointersMichael Niedermayer
2014-11-21avdevice/pulse_audio_common: Use av_freep(), avoid leaving stale pointersMichael Niedermayer
2014-11-18avdevice/oss_audio: avoid strerror() and errbufMichael Niedermayer
2014-11-16avdevice/xcbgrab: Fix/remove unneeded NULL checksMichael Niedermayer
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-11v4l2: Unify one instance of reading/storing errnoMartin Storsjö
2014-11-10lavd/avfoundation: Use internal av_strtok instead of std lib strtokThilo Borgmann