121 Commits (9de66fd449eb4730e262379c5fa7ef527dcd237e)

Author SHA1 Message Date
rogerdpack d01234419b dshow: allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) name 10 years ago
Michael Niedermayer 9c3a8693a2 avdevice/dshow: Remove unneeded NULL checks 10 years ago
Michael Niedermayer a3f6e8c4d9 avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 60420fa3dc avdevice/dshow: fix build, ensure that feature enable #defines are set before includes 10 years ago
James Almer 1fd880cef3 lavd/dshow: use av_codec_get_id() 11 years ago
James Almer 0ab00a75e4 avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 11 years ago
rogerdpack 773eb74bab dshow: show device name when outputting buffer overflow log message 11 years ago
rogerdpack 10056bc964 dshow: log error and continue if unable to set audio buffer 11 years ago
rogerdpack 6abc56e892 dshow: use distinct buffers per stream. 11 years ago
Don Moir 24e2a82f75 Make 32bit RGB dshow input opaque. 11 years ago
Carl Eugen Hoyos 6208bb965d Set codec_tag in dshow device, needed to distinguish between YUV and YVU. 11 years ago
Lukasz Marek f607767d93 lavd: add categories to device implementations 11 years ago
Stefano Sabatini 3b8c7da7a3 lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value 11 years ago
Michael Niedermayer 8862ed7340 avdevice/dshow: make constant arrays static 12 years ago
Clément Bœsch d4982b115d lavd/dshow: fix style and typo recently introduced. 12 years ago
rogerdpack 12c71f648c dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway. 12 years ago
rogerdpack c916389bd2 dshow: allow for more codec ID's 12 years ago
rogerdpack 3b9166fc7e dshow: better error reporting 12 years ago
rogerdpack 6d33026668 dshow: fix log message 12 years ago
rogerdpack 47e88486b4 hdyc col 12 years ago
rogerdpack a50049a197 dshow: use standardized raw pixel format lookup 12 years ago
Ramiro Polla 83a9f29f60 dshow: call CoUninitialize() on dshow_read_close() 12 years ago
Ramiro Polla 190f6135b4 dshow: handle events in graph 12 years ago
rogerdpack fe3e0e486e lavd/dshow: rename dshow class name 12 years ago
Ramiro Polla f2c49da9ac dshow: fix return code when opening device 12 years ago
Stefano Sabatini c9ff32215b lavu/opt: allow to set sample and pixel format with av_opt_set_int() 12 years ago
Stefano Sabatini 08d0969c14 lavu/opt: change the way default pixel and sample format value is set 12 years ago
rogerdpack 1bdb4b26a8 dshow: enhance error message 12 years ago
Ramiro Polla dc5fcdb896 lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE 13 years ago
Ramiro Polla 37a0db50db lavd/dshow: support video codec and pixel format selection 13 years ago
Ramiro Polla ad7fae4ee1 dshow: allow user to specify audio buffer size 13 years ago
rogerdpack 415f4cca1d dshow:protect access to curbufsize to promote consistency 13 years ago
rogerdpack a966d94891 dshow: avoid integer overflow when using curbufsize 13 years ago
rogerdpack a93c221ccd dshow: protect access to curbufsize 13 years ago
rogerdpack 42dbf06df0 dshow: cleanup reference 13 years ago
Michael Niedermayer bb2f13c19f rename missed CodecID to AVCodecID 13 years ago
Kyle 02cc66dd78 dshow: rename dshow.h to avoid conflict with system header of equal name 13 years ago
Ramiro Polla 1f0fa80bfa dshow: use DirectShow information to set time_base 13 years ago
Ramiro Polla c9e5acad61 dshow: fix AVInputFormat declaration after ABI breakage 13 years ago
Clément Bœsch 215b7724e7 lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 13 years ago
Ramiro Polla d3bc75c666 dshow: support BI_BITFIELDS compression type 13 years ago
Ramiro Polla 526a7d855d dshow: don't print min/max values for fps the wrong way around 13 years ago
Ramiro Polla e3e962835f dshow: save opened device reference so it may be properly closed 13 years ago
Ramiro Polla 21a928d07c dshow: release filter reference obtained from enumeration 13 years ago
Ramiro Polla 5b186148bf dshow: indent 13 years ago
Ramiro Polla 2f9b955918 dshow: support choosing between devices with same name 13 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Ramiro Polla 6613db9736 dshow: remove filters from graph before releasing them 13 years ago
Ramiro Polla a1644f6287 dshow: reset list for each filter removed 13 years ago