]> git.sesse.net Git - nageru/commit
Refcount the input frames directly instead of trying to free them after-the-fact...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 6 Oct 2015 17:17:00 +0000 (19:17 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 6 Oct 2015 17:17:07 +0000 (19:17 +0200)
commit6796837c2e3e08de8d530be233317a2fc4a43f72
tree55698ba2daa732c7231b104a989764fdea40c9bd
parentc76392ca2e019399e6123a7ba0849090a3f7a4ce
Refcount the input frames directly instead of trying to free them after-the-fact; simpler, lets us release them earlier, and will make for much easier passing of full effect chains to the previews.
Makefile
h264encode.cpp
h264encode.h
mixer.cpp
mixer.h
ref_counted_frame.cpp [new file with mode: 0644]
ref_counted_frame.h [new file with mode: 0644]