summaryrefslogtreecommitdiff
path: root/libavdevice/dshow_pin.c
Commit message (Collapse)AuthorAge
* dshow_pin: dont return a value from a void functionMichael Niedermayer2013-03-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusionsAlexander Strasser2012-11-16
| | | | | | | | | | | | Move the NO_DSHOW_STRSAFE macro definition in front of the dshow.h system header inclusion. This excludes the usage of the STRSAFE functions consistently. Further background on this can be found in the commit message of revision 05ee0db1 where the #define was initially introduced. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* dshow: Change WINBOOL to BOOLDerek Buitenhuis2012-09-07
| | | | | | | | WINBOOL is MinGW-specific, and since both MSVC and MinGW have BOOL, use that instead. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@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>
* dshow_filter: fix compilation with mingw-w64Rafaël Carré2012-02-16
| | | | | | | | | | Closes ticket #999 NO_DSHOW_STRSAFE asks dshow.h header to not use secure string function replacements. Using secure replacements would break mingw.org compatibility as they don't declare/define those functions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dshow: release pin on disconnectRamiro Polla2011-09-16
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* DirectShow capture supportRamiro Polla2011-05-21
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>