| Commit message (Expand) | Author | Age | Files | Lines |
* | dshow:protect access to curbufsize to promote consistency | rogerdpack | 2012-08-20 | 1 | -3/+3 |
* | dshow: avoid integer overflow when using curbufsize | rogerdpack | 2012-08-20 | 1 | -1/+1 |
* | dshow: protect access to curbufsize | rogerdpack | 2012-08-19 | 1 | -2/+1 |
* | dshow: cleanup reference | rogerdpack | 2012-08-19 | 1 | -2/+2 |
* | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -9/+9 |
* | dshow: rename dshow.h to avoid conflict with system header of equal name | Kyle | 2012-05-24 | 1 | -1/+1 |
* | dshow: use DirectShow information to set time_base | Ramiro Polla | 2012-02-03 | 1 | -3/+6 |
* | dshow: fix AVInputFormat declaration after ABI breakage | Ramiro Polla | 2012-02-03 | 1 | -9/+8 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -3/+3 |
* | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). | Clément Bœsch | 2011-12-03 | 1 | -2/+2 |
* | dshow: support BI_BITFIELDS compression type | Ramiro Polla | 2011-11-06 | 1 | -1/+2 |
* | dshow: don't print min/max values for fps the wrong way around | Ramiro Polla | 2011-11-06 | 1 | -2/+2 |
* | dshow: save opened device reference so it may be properly closed | Ramiro Polla | 2011-11-06 | 1 | -0/+2 |
* | dshow: release filter reference obtained from enumeration | Ramiro Polla | 2011-11-06 | 1 | -1/+3 |
* | dshow: indent | Ramiro Polla | 2011-11-06 | 1 | -1/+1 |
* | dshow: support choosing between devices with same name | Ramiro Polla | 2011-11-06 | 1 | -0/+7 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+2 |
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -11/+11 |
* | dshow: remove filters from graph before releasing them | Ramiro Polla | 2011-09-16 | 1 | -16/+16 |
* | dshow: reset list for each filter removed | Ramiro Polla | 2011-09-16 | 1 | -1/+3 |
* | dshow: invert condition to avoid leaking objects | Ramiro Polla | 2011-09-16 | 1 | -3/+3 |
* | dshow: indent | Ramiro Polla | 2011-09-16 | 1 | -11/+11 |
* | dshow: add option to list audio/video options | Ramiro Polla | 2011-09-16 | 1 | -0/+62 |
* | dshow: add audio/video options | Ramiro Polla | 2011-09-16 | 1 | -0/+160 |
* | dshow: initialize variable to prevent releasing random data | Ramiro Polla | 2011-09-16 | 1 | -1/+1 |
* | dshow: factorise cycling through pins | Ramiro Polla | 2011-09-16 | 1 | -26/+47 |
* | dshow: indent | Ramiro Polla | 2011-09-12 | 1 | -9/+9 |
* | dshow: add option to list devices | Ramiro Polla | 2011-09-12 | 1 | -1/+40 |
* | dshow: factorise cycling through devices | Ramiro Polla | 2011-09-12 | 1 | -14/+39 |
* | dshow: properly disconnect and remove filters from graph | Ramiro Polla | 2011-09-06 | 1 | -4/+14 |
* | dshow: remove some unused code | Ramiro Polla | 2011-09-06 | 1 | -6/+1 |
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h | Stefano Sabatini | 2011-05-27 | 1 | -1/+1 |
* | DirectShow capture: Fix build | Ramiro Polla | 2011-05-21 | 1 | -2/+2 |
* | DirectShow capture support | Ramiro Polla | 2011-05-21 | 1 | -0/+646 |