summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.c
Commit message (Expand)AuthorAgeFilesLines
* avdevice: remove FF_API_DEVICE_CAPABILITIESJames Almer2023-02-091-19/+0
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-4/+5
* avdevice/avdevice: fix return value of avdevice_list_devices()Marton Balint2022-07-171-2/+4
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-24/+0
* libavdevice: Split version.hMartin Storsjö2022-03-161-0/+1
* avdevice: add info about media types(s) to AVDeviceInfoDiederick Niehorster2021-12-241-0/+1
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-271-2/+2
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-141-65/+6
* avdevice/alldevices: stop using deprecated linked list APIJames Almer2020-10-191-46/+0
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* Revert "lavd: add new API for iterating input and output devices"Josh de Kock2018-03-311-0/+46
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-061-46/+0
* avdevice: remove usage of deprecated setter and getter functionsJames Almer2017-10-291-2/+2
* avdevice: Use av_format_get_control_message_cb()Michael Niedermayer2015-01-161-2/+2
* lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek2015-01-111-0/+39
* lavd/avdevice: remove av_ prefix from private functionLukasz Marek2015-01-111-10/+10
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* lavd/avdevice: use better option types for caps optionsLukasz Marek2014-12-141-5/+5
* avdevice/avdevice.c: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-211-3/+3
* lavd: no default device unless explicitly setLukasz Marek2014-04-121-0/+2
* lavd: add device capabilities APILukasz Marek2014-04-111-0/+81
* lavd/avdevice: always free detected devices on errorLukasz Marek2014-03-061-2/+7
* lavd/avdevice: add device iteratorsLukasz Marek2014-03-031-0/+46
* lavd: add list devices APILukasz Marek2014-02-161-0/+41
* lavd: add avdevice_dev_to_app_control_message APILukasz Marek2014-01-271-0/+8
* lavd: add avdevice_app_to_dev_control_message APILukasz Marek2014-01-271-0/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100Michael Niedermayer2011-12-221-0/+2
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+11
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-181-0/+24