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
2015-05-07avdevice/dshow_capture: avoid #ifdef, use ff_dlog() for dshowdebug()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-22dshow: add capture device save and loadMate Sebok
Signed-off-by: Mate Sebok <smfinc.org@gmail.com> Reviewed-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-26dshow: crossbar dialog was frequently being displayed twice, split up option ↵rogerdpack
so it can be just once Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-26dshow: add properties dialog for tv tunersrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-23dshow: some devices only list themselves under "Video sources" butrogerdpack
actually have both video and audio output pins, so make the audio pins accessible by video source name. Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-23dshow: add options for allowing filter popup configuration dialogs to be ↵rogerdpack
presented to the user Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-23dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2015-01-23dshow: miscellaneous tweaksrogerdpack
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
2014-11-27msvc: Fix compilation errors due to header include order.Matthew Oliver
Ensures that the header include order is such that winsock2.h is always included before windows.h or that windows.h does not include winsock.h. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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>
2012-12-17dshow: handle events in graphRamiro Polla
Handling DirectShow events prevents infinite loops when there is an error in the graph, such as a device being disconnected. This makes it possible for dshow to return an error to the caller and run the cleanup code. Based on patch by Don Moir <donmoir@comcast.net>.
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>