summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-03avdevice/dshow: make constant arrays staticMichael Niedermayer1-1/+1
2013-03-19lavd/dshow: fix style and typo recently introduced.Clément Bœsch1-3/+3
2013-02-14dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack3-6/+4
2013-01-16dshow: allow for more codec ID'srogerdpack1-15/+4
2013-01-16dshow: better error reportingrogerdpack1-1/+1
2013-01-16dshow: fix log messagerogerdpack1-2/+2
2013-01-16hdyc colrogerdpack1-0/+4
2013-01-16dshow: use standardized raw pixel format lookuprogerdpack1-7/+2
2012-12-17dshow: call CoUninitialize() on dshow_read_close()Ramiro Polla1-6/+7
2012-12-17dshow: handle events in graphRamiro Polla2-11/+70
2012-12-15lavd/dshow: rename dshow class namerogerdpack1-1/+1
2012-12-08dshow: fix return code when opening deviceRamiro Polla1-10/+8
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini6-13/+28
2012-11-29lavu/opt: change the way default pixel and sample format value is setStefano Sabatini6-9/+24
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-09-29dshow: enhance error messagerogerdpack1-1/+1
2012-09-07lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZERamiro Polla1-11/+4
2012-09-07lavd/dshow: support video codec and pixel format selectionRamiro Polla2-1/+41
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer42-493/+494
2012-08-29dshow: allow user to specify audio buffer sizeRamiro Polla2-0/+60
2012-08-20dshow:protect access to curbufsize to promote consistencyrogerdpack1-3/+3
2012-08-20dshow: avoid integer overflow when using curbufsizerogerdpack1-1/+1
2012-08-19dshow: protect access to curbufsizerogerdpack1-2/+1
2012-08-19dshow: cleanup referencerogerdpack1-2/+2
2012-08-07rename missed CodecID to AVCodecIDMichael Niedermayer10-13/+13
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-05-24dshow: rename dshow.h to avoid conflict with system header of equal nameKyle8-7/+7
2012-02-03dshow: use DirectShow information to set time_baseRamiro Polla1-3/+6
2012-02-03dshow: fix AVInputFormat declaration after ABI breakageRamiro Polla1-9/+8
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch18-22/+34
2011-11-06dshow: support BI_BITFIELDS compression typeRamiro Polla1-1/+2
2011-11-06dshow: don't print min/max values for fps the wrong way aroundRamiro Polla1-2/+2
2011-11-06dshow: save opened device reference so it may be properly closedRamiro Polla1-0/+2
2011-11-06dshow: release filter reference obtained from enumerationRamiro Polla1-1/+3
2011-11-06dshow: indentRamiro Polla1-1/+1
2011-11-06dshow: support choosing between devices with same nameRamiro Polla2-0/+21
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch12-14/+19
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch19-119/+119
2011-09-16dshow: remove filters from graph before releasing themRamiro Polla1-16/+16
2011-09-16dshow: reset list for each filter removedRamiro Polla1-1/+3
2011-09-16dshow: invert condition to avoid leaking objectsRamiro Polla1-3/+3
2011-09-16dshow: indentRamiro Polla1-11/+11
2011-09-16dshow: add option to list audio/video optionsRamiro Polla2-1/+63
2011-09-16dshow: add audio/video optionsRamiro Polla4-1/+212
2011-09-16dshow: initialize variable to prevent releasing random dataRamiro Polla1-1/+1
2011-09-16dshow: factorise cycling through pinsRamiro Polla1-26/+47
2011-09-12dshow: indentRamiro Polla1-9/+9
[next]