summaryrefslogtreecommitdiff
path: root/libavdevice/dshow_enumpins.c
Commit message (Collapse)AuthorAgeFilesLines
* avdevice/dshow: fix crash on x86Diederick Niehorster2022-01-041-4/+4
| | | | | | | | | | | fix regression introduced in 911ba8417e8881a7380842e69e11ca05fdc46575. Removal of WINAPI decoration from function signatures caused crashed when using dshow on x86. Fixes #9568 Signed-off-by: Diederick Niehorster <dcnieho@gmail.com> Reviewed-by: Roger Pack <rogerdpack2@gmail.com>
* avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer2021-01-251-34/+28
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* dshow: rename dshow.h to avoid conflict with system header of equal nameKyle2012-05-241-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dshow: cleanup internal references on capture interfaceRamiro Polla2011-09-161-1/+7
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* DirectShow capture supportRamiro Polla2011-05-211-0/+99
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>