Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-26lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini
2013-08-04avdevice/dshow: make constant arrays staticMichael Niedermayer
2013-03-20lavd/dshow: fix style and typo recently introduced.Clément Bœsch
2013-02-15dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack
2013-01-16dshow: allow for more codec ID'srogerdpack
2013-01-16dshow: better error reportingrogerdpack
2013-01-16dshow: fix log messagerogerdpack
2013-01-16hdyc colrogerdpack
2013-01-16dshow: use standardized raw pixel format lookuprogerdpack
2012-12-17dshow: call CoUninitialize() on dshow_read_close()Ramiro Polla
2012-12-17dshow: handle events in graphRamiro Polla
2012-12-15lavd/dshow: rename dshow class namerogerdpack
2012-12-09dshow: fix return code when opening deviceRamiro Polla
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini
2012-11-30lavu/opt: change the way default pixel and sample format value is setStefano Sabatini
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-29dshow: enhance error messagerogerdpack
2012-09-07lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZERamiro Polla
2012-09-07lavd/dshow: support video codec and pixel format selectionRamiro Polla
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-08-29dshow: allow user to specify audio buffer sizeRamiro Polla
2012-08-20dshow:protect access to curbufsize to promote consistencyrogerdpack
2012-08-20dshow: avoid integer overflow when using curbufsizerogerdpack
2012-08-19dshow: protect access to curbufsizerogerdpack
2012-08-19dshow: cleanup referencerogerdpack
2012-08-08rename missed CodecID to AVCodecIDMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-05-24dshow: rename dshow.h to avoid conflict with system header of equal nameKyle
2012-02-03dshow: use DirectShow information to set time_baseRamiro Polla
2012-02-03dshow: fix AVInputFormat declaration after ABI breakageRamiro Polla
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch
2011-11-06dshow: support BI_BITFIELDS compression typeRamiro Polla
2011-11-06dshow: don't print min/max values for fps the wrong way aroundRamiro Polla
2011-11-06dshow: save opened device reference so it may be properly closedRamiro Polla
2011-11-06dshow: release filter reference obtained from enumerationRamiro Polla
2011-11-06dshow: indentRamiro Polla
2011-11-06dshow: support choosing between devices with same nameRamiro Polla
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-09-16dshow: remove filters from graph before releasing themRamiro Polla
2011-09-16dshow: reset list for each filter removedRamiro Polla
2011-09-16dshow: invert condition to avoid leaking objectsRamiro Polla
2011-09-16dshow: indentRamiro Polla
2011-09-16dshow: add option to list audio/video optionsRamiro Polla
2011-09-16dshow: add audio/video optionsRamiro Polla
2011-09-16dshow: initialize variable to prevent releasing random dataRamiro Polla
2011-09-16dshow: factorise cycling through pinsRamiro Polla
2011-09-12dshow: indentRamiro Polla