You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andreas Rheinhardt
b800327f4c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
...
This commit does for AVInputFormat what commit
59c9dc82f4
did for AVOutputFormat:
It adds a new type FFInputFormat, moves all the internals
of AVInputFormat to it and adds a now reduced AVInputFormat
as first member.
This does not affect/improve extensibility of both public
or private fields for demuxers (it is still a mess due to lavd).
This is possible since 50f34172e0
(which removed the last usage of an internal field of AVInputFormat
in fftools).
(Hint: tools/probetest.c accesses the internals of FFInputFormat
as well, but given that it is a testing tool this is not considered
a problem.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
11 months ago
..
tests
…
.gitignore
…
Makefile
…
alldevices.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
alsa.c
…
alsa.h
…
alsa_dec.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
alsa_enc.c
…
android_camera.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
audiotoolbox.m
…
avdevice.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
avdevice.h
…
avdeviceres.rc
…
avfoundation.m
…
bktr.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
caca.c
…
ccfifo.c
…
decklink_common.cpp
…
decklink_common.h
…
decklink_common_c.h
…
decklink_dec.cpp
…
decklink_dec.h
…
decklink_dec_c.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
decklink_enc.cpp
…
decklink_enc.h
…
decklink_enc_c.c
…
dshow.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
dshow_capture.h
…
dshow_common.c
…
dshow_crossbar.c
…
dshow_enummediatypes.c
…
dshow_enumpins.c
…
dshow_filter.c
…
dshow_pin.c
…
fbdev_common.c
…
fbdev_common.h
…
fbdev_dec.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
fbdev_enc.c
…
file_open.c
…
gdigrab.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
iec61883.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
internal.h
…
jack.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
kmsgrab.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
lavfi.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
libavdevice.v
…
libcdio.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
libdc1394.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
openal-dec.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
opengl_enc.c
…
opengl_enc_shaders.h
…
oss.c
…
oss.h
…
oss_dec.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
oss_enc.c
…
pulse_audio_common.c
…
pulse_audio_common.h
…
pulse_audio_dec.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
pulse_audio_enc.c
…
reverse.c
…
sdl2.c
…
sndio.c
…
sndio.h
…
sndio_dec.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
sndio_enc.c
…
timefilter.c
…
timefilter.h
…
utils.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
v4l2-common.c
…
v4l2-common.h
…
v4l2.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
v4l2enc.c
…
version.c
…
version.h
…
version_major.h
…
vfwcap.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
xcbgrab.c
avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat
11 months ago
xv.c
…