| Commit message (Expand) | Author | Age | Files | Lines |
* | avdevice/dshow: Add namespace prefix to the remaining global symbols | James Almer | 2021-01-25 | 1 | -9/+9 |
* | lavd/dshow: Add namespace prefix to global functions | Mark Thompson | 2021-01-21 | 1 | -3/+3 |
* | avdevice/dshow: Fixed some minor memory leaks | Oliver Collyer | 2019-01-03 | 1 | -3/+9 |
* | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2018-09-19 | 1 | -5/+5 |
* | lavd/dshow: Interpret negative height as bottom-down frame. | Carl Eugen Hoyos | 2018-09-19 | 1 | -0/+4 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | dshow: avoid duplicate NULL check before free | rogerdpack | 2016-06-23 | 1 | -8/+4 |
* | dshow: don't add two instances of same device to graphs | rogerdpack | 2016-06-23 | 1 | -7/+30 |
* | avdevice/dshow: Fix frame rate | Michael Niedermayer | 2016-06-07 | 1 | -0/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -24/+25 |
* | libavdevice/dshow.c: Correct CoGetMalloc check | FearThe1337 | 2016-02-13 | 1 | -1/+1 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | avdevice/dshow: use AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -24/+8 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | dshow: add capture device save and load | Mate Sebok | 2015-04-22 | 1 | -3/+94 |
* | dshow: tweak logging | rogerdpack | 2015-01-26 | 1 | -2/+2 |
* | dshow: crossbar dialog was frequently being displayed twice, split up option ... | rogerdpack | 2015-01-26 | 1 | -3/+6 |
* | dshow: add properties dialog for tv tuners | rogerdpack | 2015-01-26 | 1 | -0/+6 |
* | dshow: some devices only list themselves under "Video sources" but | rogerdpack | 2015-01-23 | 1 | -36/+45 |
* | dshow: add options for allowing filter popup configuration dialogs to be pres... | rogerdpack | 2015-01-23 | 1 | -1/+61 |
* | dshow: introduce support for crossbar [multiple input selectable] devices | rogerdpack | 2015-01-23 | 1 | -53/+44 |
* | dshow: use non deprecated api | rogerdpack | 2015-01-23 | 1 | -1/+1 |
* | dshow: miscellaneous tweaks | rogerdpack | 2015-01-23 | 1 | -5/+8 |
* | dshow: allow selecting devices by an alternative name (workaround for devices... | rogerdpack | 2015-01-23 | 1 | -12/+76 |
* | avdevice/dshow: Remove unneeded NULL checks | Michael Niedermayer | 2014-12-28 | 1 | -4/+2 |
* | avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-28 | 1 | -2/+2 |
* | avdevice/dshow: fix build, ensure that feature enable #defines are set before... | Michael Niedermayer | 2014-11-25 | 1 | -1/+1 |
* | lavd/dshow: use av_codec_get_id() | James Almer | 2014-08-07 | 1 | -3/+5 |
* | avcodec/raw: add avpriv_get_raw_pix_fmt_tags() | James Almer | 2014-08-07 | 1 | -1/+1 |
* | dshow: show device name when outputting buffer overflow log message | rogerdpack | 2014-03-28 | 1 | -4/+4 |
* | dshow: log error and continue if unable to set audio buffer | rogerdpack | 2014-03-25 | 1 | -2/+3 |
* | dshow: use distinct buffers per stream. | rogerdpack | 2014-03-22 | 1 | -9/+9 |
* | Make 32bit RGB dshow input opaque. | Don Moir | 2014-03-08 | 1 | -1/+1 |
* | Set codec_tag in dshow device, needed to distinguish between YUV and YVU. | Carl Eugen Hoyos | 2014-03-08 | 1 | -0/+1 |
* | lavd: add categories to device implementations | Lukasz Marek | 2014-03-03 | 1 | -0/+1 |
* | lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma... | Stefano Sabatini | 2013-12-26 | 1 | -1/+1 |
* | avdevice/dshow: make constant arrays static | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | 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 |