summaryrefslogtreecommitdiff
path: root/libavdevice/dshow.c
Commit message (Expand)AuthorAge
* lavd/dshow: fix style and typo recently introduced.Clément Bœsch2013-03-19
* dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack2013-02-15
* dshow: allow for more codec ID'srogerdpack2013-01-16
* dshow: better error reportingrogerdpack2013-01-16
* dshow: fix log messagerogerdpack2013-01-16
* hdyc colrogerdpack2013-01-15
* dshow: use standardized raw pixel format lookuprogerdpack2013-01-15
* dshow: call CoUninitialize() on dshow_read_close()Ramiro Polla2012-12-17
* dshow: handle events in graphRamiro Polla2012-12-17
* lavd/dshow: rename dshow class namerogerdpack2012-12-15
* dshow: fix return code when opening deviceRamiro Polla2012-12-08
* lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini2012-12-01
* lavu/opt: change the way default pixel and sample format value is setStefano Sabatini2012-11-30
* 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