summaryrefslogtreecommitdiff
path: root/libavdevice/dshow.c
Commit message (Expand)AuthorAge
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* dshow: support BI_BITFIELDS compression typeRamiro Polla2011-11-06
* dshow: don't print min/max values for fps the wrong way aroundRamiro Polla2011-11-06
* dshow: save opened device reference so it may be properly closedRamiro Polla2011-11-06
* dshow: release filter reference obtained from enumerationRamiro Polla2011-11-06
* dshow: indentRamiro Polla2011-11-06
* dshow: support choosing between devices with same nameRamiro Polla2011-11-06
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* dshow: remove filters from graph before releasing themRamiro Polla2011-09-16
* dshow: reset list for each filter removedRamiro Polla2011-09-16
* dshow: invert condition to avoid leaking objectsRamiro Polla2011-09-16
* dshow: indentRamiro Polla2011-09-16
* dshow: add option to list audio/video optionsRamiro Polla2011-09-16
* dshow: add audio/video optionsRamiro Polla2011-09-16
* dshow: initialize variable to prevent releasing random dataRamiro Polla2011-09-16
* dshow: factorise cycling through pinsRamiro Polla2011-09-16
* dshow: indentRamiro Polla2011-09-12
* dshow: add option to list devicesRamiro Polla2011-09-12
* dshow: factorise cycling through devicesRamiro Polla2011-09-12
* dshow: properly disconnect and remove filters from graphRamiro Polla2011-09-06
* dshow: remove some unused codeRamiro Polla2011-09-06
* lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* DirectShow capture: Fix buildRamiro Polla2011-05-21
* DirectShow capture supportRamiro Polla2011-05-21