summaryrefslogtreecommitdiff
path: root/libavdevice/dshow.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* dshow: enhance error messagerogerdpack2012-09-29
* lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZERamiro Polla2012-09-07
* lavd/dshow: support video codec and pixel format selectionRamiro Polla2012-09-07
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
* dshow: allow user to specify audio buffer sizeRamiro Polla2012-08-29
* dshow:protect access to curbufsize to promote consistencyrogerdpack2012-08-20
* dshow: avoid integer overflow when using curbufsizerogerdpack2012-08-20
* dshow: protect access to curbufsizerogerdpack2012-08-19
* dshow: cleanup referencerogerdpack2012-08-19
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-07
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* dshow: rename dshow.h to avoid conflict with system header of equal nameKyle2012-05-24
* dshow: use DirectShow information to set time_baseRamiro Polla2012-02-03
* dshow: fix AVInputFormat declaration after ABI breakageRamiro Polla2012-02-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* 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