summaryrefslogtreecommitdiff
path: root/libavdevice/dshow_enummediatypes.c
Commit message (Collapse)AuthorAge
* avdevice/dshow: fix crash on x86Diederick Niehorster2022-01-04
| | | | | | | | | | | 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-25
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avdevice/dshow_enummediatypes: check return of av_mallocGanesh Ajjanagadde2015-11-06
| | | | | | | 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-31
| | | | | 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-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DirectShow capture supportRamiro Polla2011-05-21
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>