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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-09-12dshow: add option to list devicesRamiro Polla
2011-09-12dshow: factorise cycling through devicesRamiro Polla
2011-09-06dshow: properly disconnect and remove filters from graphRamiro Polla
2011-09-06dshow: remove some unused codeRamiro Polla
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-21DirectShow capture: Fix buildRamiro Polla
2011-05-21DirectShow capture supportRamiro Polla