summaryrefslogtreecommitdiff
path: root/libavdevice/dshow_enummediatypes.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-28/+23
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avdevice/dshow_enummediatypes: check return of av_mallocGanesh Ajjanagadde2015-11-061-0/+2
| | | | | | | Untested. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* dshow: fixup some COM objects, based on patches from Don Moirrogerdpack2014-03-311-2/+2
| | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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>
* DirectShow capture supportRamiro Polla2011-05-211-0/+103
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>