| Commit message (Expand) | Author | Age | Files | Lines |
* | lavd/dshow: fix style and typo recently introduced. | Clément Bœsch | 2013-03-19 | 1 | -3/+3 |
* | dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway. | rogerdpack | 2013-02-15 | 1 | -3/+3 |
* | dshow: allow for more codec ID's | rogerdpack | 2013-01-16 | 1 | -15/+4 |
* | dshow: better error reporting | rogerdpack | 2013-01-16 | 1 | -1/+1 |
* | dshow: fix log message | rogerdpack | 2013-01-16 | 1 | -2/+2 |
* | hdyc col | rogerdpack | 2013-01-15 | 1 | -0/+4 |
* | dshow: use standardized raw pixel format lookup | rogerdpack | 2013-01-15 | 1 | -7/+2 |
* | dshow: call CoUninitialize() on dshow_read_close() | Ramiro Polla | 2012-12-17 | 1 | -6/+7 |
* | dshow: handle events in graph | Ramiro Polla | 2012-12-17 | 1 | -11/+65 |
* | lavd/dshow: rename dshow class name | rogerdpack | 2012-12-15 | 1 | -1/+1 |
* | dshow: fix return code when opening device | Ramiro Polla | 2012-12-08 | 1 | -10/+8 |
* | lavu/opt: allow to set sample and pixel format with av_opt_set_int() | Stefano Sabatini | 2012-12-01 | 1 | -1/+1 |
* | lavu/opt: change the way default pixel and sample format value is set | Stefano Sabatini | 2012-11-30 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -18/+18 |
* | dshow: enhance error message | rogerdpack | 2012-09-29 | 1 | -1/+1 |
* | lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE | Ramiro Polla | 2012-09-07 | 1 | -11/+4 |
* | lavd/dshow: support video codec and pixel format selection | Ramiro Polla | 2012-09-07 | 1 | -1/+37 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -8/+8 |
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
* | dshow: allow user to specify audio buffer size | Ramiro Polla | 2012-08-29 | 1 | -0/+51 |
* | 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 |