]> git.localhorst.tv Git - ffmpeg-test.git/commit
simple media implementation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 9 Oct 2024 14:51:23 +0000 (16:51 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 9 Oct 2024 14:51:23 +0000 (16:51 +0200)
commitc5370c9b62466252fe8fa6a8b31ada18e0c7a084
tree2577f2382d163828ddac37db79d5608089b9fb63
parent73e48f52fad19986bb7a342e276e371708fd60c8
simple media implementation
31 files changed:
.gitignore
Makefile
src/app/Application.h [new file with mode: 0644]
src/app/AudioFrameSnapshot.h [new file with mode: 0644]
src/app/Clock.h
src/app/Media.h [new file with mode: 0644]
src/app/Message.h
src/app/Mixer.h
src/app/Renderer.h
src/app/Source.h [new file with mode: 0644]
src/app/State.h [new file with mode: 0644]
src/app/Stream.h
src/app/VideoFrameSnapshot.h [new file with mode: 0644]
src/app/Window.h [new file with mode: 0644]
src/cairo/Context.cpp [new file with mode: 0644]
src/cairo/Context.h
src/cairo/Pattern.h [new file with mode: 0644]
src/cairo/Surface.h
src/ffmpeg/CodecContext.h
src/ffmpeg/Decoder.h [new file with mode: 0644]
src/ffmpeg/Encoder.h
src/ffmpeg/FormatContext.h
src/ffmpeg/Frame.h
src/ffmpeg/InputContext.h
src/ffmpeg/OutputContext.h
src/ffmpeg/Packet.h
src/ffmpeg/Resampler.h
src/ffmpeg/Scaler.h
src/ffmpeg/Stream.h
src/main.cpp
src/pango/Layout.h