Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-03avdevice/dshow: Fixed some minor memory leaksOliver Collyer
Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-31dshow: show more debug timestamp inforogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-26dshow: tweak loggingrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-23dshow: drop initial audio packets with weird timestampsrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2014-03-28dshow: show device name when outputting buffer overflow log messagerogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-26dshow_pin: dont return a value from a void functionMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-16dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusionsAlexander Strasser
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>
2012-09-08dshow: Change WINBOOL to BOOLDerek Buitenhuis
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>
2012-05-24dshow: rename dshow.h to avoid conflict with system header of equal nameKyle
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-02-17dshow_filter: fix compilation with mingw-w64Rafaël Carré
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>
2011-09-16dshow: release pin on disconnectRamiro Polla
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2011-05-21DirectShow capture supportRamiro Polla
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>