summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.c
Commit message (Expand)AuthorAge
* avdevice/avdevice: fix return value of avdevice_list_devices()Marton Balint2022-07-17
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* libavdevice: Split version.hMartin Storsjö2022-03-16
* avdevice: add info about media types(s) to AVDeviceInfoDiederick Niehorster2021-12-24
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-27
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-14
* avdevice/alldevices: stop using deprecated linked list APIJames Almer2020-10-19
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* Revert "lavd: add new API for iterating input and output devices"Josh de Kock2018-03-31
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-06
* avdevice: remove usage of deprecated setter and getter functionsJames Almer2017-10-29
* avdevice: Use av_format_get_control_message_cb()Michael Niedermayer2015-01-16
* lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek2015-01-11
* lavd/avdevice: remove av_ prefix from private functionLukasz Marek2015-01-11
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* lavd/avdevice: use better option types for caps optionsLukasz Marek2014-12-14
* avdevice/avdevice.c: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-21
* lavd: no default device unless explicitly setLukasz Marek2014-04-12
* lavd: add device capabilities APILukasz Marek2014-04-11
* lavd/avdevice: always free detected devices on errorLukasz Marek2014-03-06
* lavd/avdevice: add device iteratorsLukasz Marek2014-03-03
* lavd: add list devices APILukasz Marek2014-02-16
* lavd: add avdevice_dev_to_app_control_message APILukasz Marek2014-01-27
* lavd: add avdevice_app_to_dev_control_message APILukasz Marek2014-01-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100Michael Niedermayer2011-12-22
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-18