Diederick Niehorster
|
d2d8b9b972
avdevice/dshow: reuse unused variables.
|
2 лет назад |
Romain Beauxis
|
2a44db59ca
avdevice/dshow: Fix dshow device name/description
|
2 лет назад |
Diederick Niehorster
|
f125c504d8
avdevice/dshow: fix regression
|
2 лет назад |
James Almer
|
daf329fc38
dshow: convert to new channel layout API
|
3 лет назад |
Andreas Rheinhardt
|
d61240f8c9
avcodec/packet_internal: Add proper PacketList struct
|
2 лет назад |
Andreas Rheinhardt
|
3d53cefb49
avcodec/raw: Reduce number of avpriv symbols
|
3 лет назад |
Diederick Niehorster
|
e84d8ba441
avdevice/dshow: ensure pin's default format is set
|
2 лет назад |
Diederick Niehorster
|
25518f2aa6
avdevice/dshow: only set pin format if wanted
|
2 лет назад |
Diederick Niehorster
|
307d2b867f
avdevice/dshow: proper cleanup of queried media types
|
2 лет назад |
James Almer
|
2497a45562
avdevice/dshow: don't mix declarations and code
|
2 лет назад |
James Almer
|
c147f7962c
avdevice/dshow: remove unused variables
|
2 лет назад |
Diederick Niehorster
|
a1c4929f65
avdevice/dshow: select format with extended color info
|
2 лет назад |
Diederick Niehorster
|
dde92fb7d9
avdevice/dshow: discover source color range/space/etc
|
2 лет назад |
Diederick Niehorster
|
e4b9aee11c
avdevice/dshow: add media type info to get_device_list
|
2 лет назад |
Diederick Niehorster
|
54fdbfc366
avdevice/dshow: list_devices: show media type(s) per device
|
2 лет назад |
Diederick Niehorster
|
ec579b4e36
avdevice/dshow: implement get_device_list
|
2 лет назад |
Diederick Niehorster
|
937de260eb
avdevice/dshow: set no-seek flags
|
2 лет назад |
Diederick Niehorster
|
7dc33aad45
avdevice/dshow: implement option to use device video timestamps
|
2 лет назад |
Diederick Niehorster
|
7b21841ce4
avdevice/dshow: prevent NULL access
|
2 лет назад |
James Almer
|
b664df3ff4
avdevice/dshow: fix a unused variable warning
|
3 лет назад |
James Almer
|
47451d9267
avdevice/dshow: fix print format for some variables
|
3 лет назад |
Brad Isbell
|
9d4989f2e1
avdevice/dshow: Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture
|
3 лет назад |
Brad Isbell
|
d9a9b4c877
avdevice/dshow: Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420)
|
3 лет назад |
Andreas Rheinhardt
|
d92f38c179
avdevice: Constify all devices
|
3 лет назад |
Andreas Rheinhardt
|
626535f6a1
avcodec/codec, allcodecs: Constify the AVCodec API
|
3 лет назад |
James Almer
|
d422b2ed87
avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct
|
3 лет назад |
James Almer
|
911ba8417e
avdevice/dshow: Add namespace prefix to the remaining global symbols
|
3 лет назад |
Mark Thompson
|
c154aada45
lavd/dshow: Add namespace prefix to global functions
|
6 лет назад |
Oliver Collyer
|
bf96937a96
avdevice/dshow: Fixed some minor memory leaks
|
5 лет назад |
Carl Eugen Hoyos
|
076558a9f4
Cosmetics: Reindent after last commit.
|
6 лет назад |
Carl Eugen Hoyos
|
1ba32a3c46
lavd/dshow: Interpret negative height as bottom-down frame.
|
6 лет назад |
Marton Balint
|
4bb0409820
avdevice: migrate to AVFormatContext->url
|
6 лет назад |
rogerdpack
|
bfbffbd7d8
dshow: avoid duplicate NULL check before free
|
8 лет назад |
rogerdpack
|
9e907c040d
dshow: don't add two instances of same device to graphs
|
8 лет назад |
Michael Niedermayer
|
e7f658be57
avdevice/dshow: Fix frame rate
|
8 лет назад |
Derek Buitenhuis
|
6f69f7a8bf
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
|
8 лет назад |
FearThe1337
|
c33ffc7b21
libavdevice/dshow.c: Correct CoGetMalloc check
|
8 лет назад |
Hendrik Leppkes
|
c2f861ca42
Replace remaining occurances of av_free_packet with av_packet_unref
|
9 лет назад |
Clément Bœsch
|
a68d6cf5b4
avdevice/dshow: use AV_OPT_TYPE_BOOL
|
9 лет назад |
Michael Niedermayer
|
29d147c94d
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
|
9 лет назад |
Mate Sebok
|
4d98015dcf
dshow: add capture device save and load
|
9 лет назад |
rogerdpack
|
61974c7dcc
dshow: tweak logging
|
9 лет назад |
rogerdpack
|
7c2e262701
dshow: crossbar dialog was frequently being displayed twice, split up option so it can be just once
|
9 лет назад |
rogerdpack
|
c55fa2f09b
dshow: add properties dialog for tv tuners
|
9 лет назад |
rogerdpack
|
a35da0920d
dshow: some devices only list themselves under "Video sources" but
|
9 лет назад |
rogerdpack
|
5d72cf0f64
dshow: add options for allowing filter popup configuration dialogs to be presented to the user
|
9 лет назад |
rogerdpack
|
ec81ad21c1
dshow: introduce support for crossbar [multiple input selectable] devices
|
9 лет назад |
rogerdpack
|
8eb5b5ec6f
dshow: use non deprecated api
|
9 лет назад |
rogerdpack
|
e620eee88c
dshow: miscellaneous tweaks
|
9 лет назад |
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
|
9 лет назад |