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
2022-07-17avdevice/avdevice: fix return value of avdevice_list_devices()Marton Balint
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-03-16libavdevice: Split version.hMartin Storsjö
2021-12-24avdevice: add info about media types(s) to AVDeviceInfoDiederick Niehorster
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-04-27avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt
2021-02-14avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt
2020-10-19avdevice/alldevices: stop using deprecated linked list APIJames Almer
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2018-04-01Revert "lavd: add new API for iterating input and output devices"Josh de Kock
2018-02-06lavd: add new API for iterating input and output devicesJosh de Kock
2017-10-29avdevice: remove usage of deprecated setter and getter functionsJames Almer
2015-01-16avdevice: Use av_format_get_control_message_cb()Michael Niedermayer
2015-01-11lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek
2015-01-11lavd/avdevice: remove av_ prefix from private functionLukasz Marek
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-15lavd/avdevice: use better option types for caps optionsLukasz Marek
2014-11-21avdevice/avdevice.c: Use av_freep(), avoid leaving stale pointersMichael Niedermayer
2014-04-12lavd: no default device unless explicitly setLukasz Marek
2014-04-11lavd: add device capabilities APILukasz Marek
2014-03-06lavd/avdevice: always free detected devices on errorLukasz Marek
2014-03-04lavd/avdevice: add device iteratorsLukasz Marek
2014-02-16lavd: add list devices APILukasz Marek
2014-01-27lavd: add avdevice_dev_to_app_control_message APILukasz Marek
2014-01-27lavd: add avdevice_app_to_dev_control_message APILukasz Marek
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-12-22libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-18Split avdevice.c off from alldevices.c.Diego Biurrun