summaryrefslogtreecommitdiff
path: root/libavdevice/dshow.c
Commit message (Expand)AuthorAgeFilesLines
* avdevice/dshow: reuse unused variables.Diederick Niehorster2022-05-121-3/+3
* avdevice/dshow: Fix dshow device name/descriptionRomain Beauxis2022-04-091-2/+2
* avdevice/dshow: fix regressionDiederick Niehorster2022-03-291-17/+6
* dshow: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-041-5/+5
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-041-1/+1
* avdevice/dshow: ensure pin's default format is setDiederick Niehorster2022-01-041-34/+54
* avdevice/dshow: only set pin format if wantedDiederick Niehorster2022-01-041-1/+1
* avdevice/dshow: proper cleanup of queried media typesDiederick Niehorster2022-01-041-1/+2
* avdevice/dshow: don't mix declarations and codeJames Almer2021-12-241-1/+1
* avdevice/dshow: remove unused variablesJames Almer2021-12-241-3/+0
* avdevice/dshow: select format with extended color infoDiederick Niehorster2021-12-241-131/+340
* avdevice/dshow: discover source color range/space/etcDiederick Niehorster2021-12-241-1/+222
* avdevice/dshow: add media type info to get_device_listDiederick Niehorster2021-12-241-0/+7
* avdevice/dshow: list_devices: show media type(s) per deviceDiederick Niehorster2021-12-241-5/+98
* avdevice/dshow: implement get_device_listDiederick Niehorster2021-12-241-15/+81
* avdevice/dshow: set no-seek flagsDiederick Niehorster2021-12-241-1/+1
* avdevice/dshow: implement option to use device video timestampsDiederick Niehorster2021-12-241-0/+1
* avdevice/dshow: prevent NULL accessDiederick Niehorster2021-12-241-1/+2
* avdevice/dshow: fix a unused variable warningJames Almer2021-11-131-1/+1
* avdevice/dshow: fix print format for some variablesJames Almer2021-11-131-1/+1
* avdevice/dshow: Fix missing PCM sample size option when it is used as the lon...Brad Isbell2021-11-051-1/+1
* avdevice/dshow: Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device cap...Brad Isbell2021-11-051-20/+12
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-271-1/+1
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-1/+1
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-171-5/+5
* avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer2021-01-251-9/+9
* lavd/dshow: Add namespace prefix to global functionsMark Thompson2021-01-211-3/+3
* avdevice/dshow: Fixed some minor memory leaksOliver Collyer2019-01-031-3/+9
* Cosmetics: Reindent after last commit.Carl Eugen Hoyos2018-09-191-5/+5
* lavd/dshow: Interpret negative height as bottom-down frame.Carl Eugen Hoyos2018-09-191-0/+4
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* dshow: avoid duplicate NULL check before freerogerdpack2016-06-231-8/+4
* dshow: don't add two instances of same device to graphsrogerdpack2016-06-231-7/+30
* avdevice/dshow: Fix frame rateMichael Niedermayer2016-06-071-0/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-24/+25
* libavdevice/dshow.c: Correct CoGetMalloc checkFearThe13372016-02-131-1/+1
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* avdevice/dshow: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-24/+8
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* dshow: add capture device save and loadMate Sebok2015-04-221-3/+94
* dshow: tweak loggingrogerdpack2015-01-261-2/+2
* dshow: crossbar dialog was frequently being displayed twice, split up option ...rogerdpack2015-01-261-3/+6
* dshow: add properties dialog for tv tunersrogerdpack2015-01-261-0/+6
* dshow: some devices only list themselves under "Video sources" butrogerdpack2015-01-231-36/+45
* dshow: add options for allowing filter popup configuration dialogs to be pres...rogerdpack2015-01-231-1/+61
* dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-231-53/+44
* dshow: use non deprecated apirogerdpack2015-01-231-1/+1
* dshow: miscellaneous tweaksrogerdpack2015-01-231-5/+8
* dshow: allow selecting devices by an alternative name (workaround for devices...rogerdpack2015-01-231-12/+76