gstreamer/ext
Wim Taymans 81cef109e2 avviddec: release buffers when not direct rendering
New libav will not call the release_buffer callback anymore when
avcodec_default_get_buffer() is called from get_buffer. Releasing of the
memory in a picture should now be done by registering a callback to the
avbuffer objects in the picture. There is some compatibility code to
wrap the memory we provide in get_buffer in avbuffer with a callback to
release_buffer but that is not done when avcodec_default_get_buffer()
is called.

Work around this by adding a dummy avbuffer object to the picture that
will release the frame.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=721077
2014-01-10 17:28:22 +01:00
..
libav avviddec: release buffers when not direct rendering 2014-01-10 17:28:22 +01:00
libswscale libav: fix static linking 2013-04-15 16:00:03 +02:00
Makefile.am Disable libswscale/avvideoscale plugin until it works at least somewhat 2013-01-17 23:57:00 +00:00