Ramiro Polla
|
d2ed52dc02
avdevice/dshow: fix unused variable warning
|
2 months ago |
Michael Niedermayer
|
43cde54fc1
avdevice/dshow: Initialize 2 pointers
|
5 months ago |
Jens Frederich
|
60b1750134
avdevice/dshow: Don't skip audio devices if no video device is present
|
4 months ago |
Michael Niedermayer
|
989e11acb6
avdevice/dshow: Remove NULL check on pin
|
5 months ago |
Michael Niedermayer
|
2c2e727088
avdevice/dshow: check ff_dshow_pin_ConnectionMediaType() for failure
|
5 months ago |
Michael Niedermayer
|
175c191668
avdevice/dshow: Check device_filter_unique_name before use
|
5 months ago |
Michael Niedermayer
|
25f9211bdd
avdevice/dshow: Cleanup also on av_log case
|
5 months ago |
Michael Niedermayer
|
4c285bb278
avdevice/dshow: Check ICaptureGraphBuilder2_SetFiltergraph() for failure
|
5 months ago |
Michael Niedermayer
|
c4004605b2
avdevice/dshow: fix badly indented line
|
5 months ago |
Andreas Rheinhardt
|
b800327f4c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
|
9 months ago |
Anton Khirnov
|
08bebeb1be
Revert "all: Don't set AVClass.item_name to its default value"
|
10 months ago |
Andreas Rheinhardt
|
0c6203c97a
all: Don't set AVClass.item_name to its default value
|
11 months ago |
Diederick Niehorster
|
d2d8b9b972
avdevice/dshow: reuse unused variables.
|
2 years ago |
Romain Beauxis
|
2a44db59ca
avdevice/dshow: Fix dshow device name/description
|
2 years ago |
Diederick Niehorster
|
f125c504d8
avdevice/dshow: fix regression
|
2 years ago |
James Almer
|
daf329fc38
dshow: convert to new channel layout API
|
3 years ago |
Andreas Rheinhardt
|
d61240f8c9
avcodec/packet_internal: Add proper PacketList struct
|
2 years ago |
Andreas Rheinhardt
|
3d53cefb49
avcodec/raw: Reduce number of avpriv symbols
|
3 years ago |
Diederick Niehorster
|
e84d8ba441
avdevice/dshow: ensure pin's default format is set
|
2 years ago |
Diederick Niehorster
|
25518f2aa6
avdevice/dshow: only set pin format if wanted
|
2 years ago |
Diederick Niehorster
|
307d2b867f
avdevice/dshow: proper cleanup of queried media types
|
2 years ago |
James Almer
|
2497a45562
avdevice/dshow: don't mix declarations and code
|
2 years ago |
James Almer
|
c147f7962c
avdevice/dshow: remove unused variables
|
2 years ago |
Diederick Niehorster
|
a1c4929f65
avdevice/dshow: select format with extended color info
|
2 years ago |
Diederick Niehorster
|
dde92fb7d9
avdevice/dshow: discover source color range/space/etc
|
2 years ago |
Diederick Niehorster
|
e4b9aee11c
avdevice/dshow: add media type info to get_device_list
|
2 years ago |
Diederick Niehorster
|
54fdbfc366
avdevice/dshow: list_devices: show media type(s) per device
|
2 years ago |
Diederick Niehorster
|
ec579b4e36
avdevice/dshow: implement get_device_list
|
2 years ago |
Diederick Niehorster
|
937de260eb
avdevice/dshow: set no-seek flags
|
2 years ago |
Diederick Niehorster
|
7dc33aad45
avdevice/dshow: implement option to use device video timestamps
|
2 years ago |
Diederick Niehorster
|
7b21841ce4
avdevice/dshow: prevent NULL access
|
2 years ago |
James Almer
|
b664df3ff4
avdevice/dshow: fix a unused variable warning
|
3 years ago |
James Almer
|
47451d9267
avdevice/dshow: fix print format for some variables
|
3 years ago |
Brad Isbell
|
9d4989f2e1
avdevice/dshow: Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture
|
3 years ago |
Brad Isbell
|
d9a9b4c877
avdevice/dshow: Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420)
|
3 years ago |
Andreas Rheinhardt
|
d92f38c179
avdevice: Constify all devices
|
3 years ago |
Andreas Rheinhardt
|
626535f6a1
avcodec/codec, allcodecs: Constify the AVCodec API
|
3 years ago |
James Almer
|
d422b2ed87
avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct
|
3 years ago |
James Almer
|
911ba8417e
avdevice/dshow: Add namespace prefix to the remaining global symbols
|
3 years ago |
Mark Thompson
|
c154aada45
lavd/dshow: Add namespace prefix to global functions
|
6 years ago |
Oliver Collyer
|
bf96937a96
avdevice/dshow: Fixed some minor memory leaks
|
5 years ago |
Carl Eugen Hoyos
|
076558a9f4
Cosmetics: Reindent after last commit.
|
6 years ago |
Carl Eugen Hoyos
|
1ba32a3c46
lavd/dshow: Interpret negative height as bottom-down frame.
|
6 years ago |
Marton Balint
|
4bb0409820
avdevice: migrate to AVFormatContext->url
|
6 years ago |
rogerdpack
|
bfbffbd7d8
dshow: avoid duplicate NULL check before free
|
8 years ago |
rogerdpack
|
9e907c040d
dshow: don't add two instances of same device to graphs
|
8 years ago |
Michael Niedermayer
|
e7f658be57
avdevice/dshow: Fix frame rate
|
8 years ago |
Derek Buitenhuis
|
6f69f7a8bf
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
|
8 years ago |
FearThe1337
|
c33ffc7b21
libavdevice/dshow.c: Correct CoGetMalloc check
|
8 years ago |
Hendrik Leppkes
|
c2f861ca42
Replace remaining occurances of av_free_packet with av_packet_unref
|
9 years ago |