Sebastien Zwickert (3): vda: reuse the bitstream buffer and reallocate it only if needed. vda: support synchronous decoding. vda: merge implementation into one file.
libavcodec/Makefile | 2 - libavcodec/vda.c | 278 --------------------------------------- libavcodec/vda.h | 63 +++++++++- libavcodec/vda_h264.c | 320 +++++++++++++++++++++++++++++++++++++++++---- libavcodec/vda_internal.h | 42 ------ libavcodec/version.h | 3 + 6 files changed, 357 insertions(+), 351 deletions(-) delete mode 100644 libavcodec/vda.c delete mode 100644 libavcodec/vda_internal.h -- 1.7.5.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
