summaryrefslogtreecommitdiffstats
path: root/libavdevice/dshow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-18/+18
* dshow: enhance error messagerogerdpack2012-09-291-1/+1
* lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZERamiro Polla2012-09-071-11/+4
* lavd/dshow: support video codec and pixel format selectionRamiro Polla2012-09-071-1/+37
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-8/+8
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-4/+4
* dshow: allow user to specify audio buffer sizeRamiro Polla2012-08-291-0/+51
* dshow:protect access to curbufsize to promote consistencyrogerdpack2012-08-201-3/+3
* dshow: avoid integer overflow when using curbufsizerogerdpack2012-08-201-1/+1
* dshow: protect access to curbufsizerogerdpack2012-08-191-2/+1
* dshow: cleanup referencerogerdpack2012-08-191-2/+2
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-071-2/+2
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-9/+9
* dshow: rename dshow.h to avoid conflict with system header of equal nameKyle2012-05-241-1/+1
* dshow: use DirectShow information to set time_baseRamiro Polla2012-02-031-3/+6
* dshow: fix AVInputFormat declaration after ABI breakageRamiro Polla2012-02-031-9/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-3/+3
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-2/+2
* dshow: support BI_BITFIELDS compression typeRamiro Polla2011-11-061-1/+2
* dshow: don't print min/max values for fps the wrong way aroundRamiro Polla2011-11-061-2/+2
* dshow: save opened device reference so it may be properly closedRamiro Polla2011-11-061-0/+2
* dshow: release filter reference obtained from enumerationRamiro Polla2011-11-061-1/+3
* dshow: indentRamiro Polla2011-11-061-1/+1
* dshow: support choosing between devices with same nameRamiro Polla2011-11-061-0/+7
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-051-1/+2
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-11/+11
* dshow: remove filters from graph before releasing themRamiro Polla2011-09-161-16/+16
* dshow: reset list for each filter removedRamiro Polla2011-09-161-1/+3
* dshow: invert condition to avoid leaking objectsRamiro Polla2011-09-161-3/+3
* dshow: indentRamiro Polla2011-09-161-11/+11
* dshow: add option to list audio/video optionsRamiro Polla2011-09-161-0/+62
* dshow: add audio/video optionsRamiro Polla2011-09-161-0/+160
* dshow: initialize variable to prevent releasing random dataRamiro Polla2011-09-161-1/+1
* dshow: factorise cycling through pinsRamiro Polla2011-09-161-26/+47
* dshow: indentRamiro Polla2011-09-121-9/+9
* dshow: add option to list devicesRamiro Polla2011-09-121-1/+40
* dshow: factorise cycling through devicesRamiro Polla2011-09-121-14/+39
* dshow: properly disconnect and remove filters from graphRamiro Polla2011-09-061-4/+14
* dshow: remove some unused codeRamiro Polla2011-09-061-6/+1
* lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* DirectShow capture: Fix buildRamiro Polla2011-05-211-2/+2
* DirectShow capture supportRamiro Polla2011-05-211-0/+646
OpenPOWER on IntegriCloud