ffmpeg/tests
wm4 4b86ac27a0 lavu/frame: add QP side data
This adds a way for an API user to transfer QP data and metadata without
having to keep the reference to AVFrame, and without having to
explicitly care about QP APIs. It might also provide a way to finally
remove the deprecated QP related fields. In the end, the QP table should
be handled in a very similar way to e.g. AV_FRAME_DATA_MOTION_VECTORS.

There are two side data types, because I didn't care about having to
repack the QP data so the table and the metadata are in a single
AVBufferRef. Otherwise it would have either required a copy on decoding
(extra slowdown for something as obscure as the QP data), or would have
required making intrusive changes to the codecs which support export of
this data.

The new side data types are added under deprecation guards, because I
don't intend to change the status of the QP export as being deprecated
(as it was before this patch too).
2018-03-18 12:36:24 +01:00
..
api
checkasm checkasm/hevc_sao : add hevc_sao for checkasm 2018-03-07 23:53:32 -03:00
fate fate/hapenc : remove test which use libsnappy 2018-03-17 18:23:43 +01:00
filtergraphs
ref lavu/frame: add QP side data 2018-03-18 12:36:24 +01:00
.gitignore
Makefile fate/hap : move decoding test to a separate file 2018-03-13 20:27:22 +01:00
audiogen.c
audiomatch.c tests/audiomatch: Add missing return code at the end of main() 2017-12-19 21:32:04 +01:00
base64.c
copycooker.sh
extended.ffconcat
fate-run.sh fate/mpegps: add tests for PCM_DVD stream remux 2018-02-16 21:53:22 +01:00
fate-valgrind.supp
fate.sh
lavf-regression.sh
md5.sh
refcmp-metadata.awk
reference.pnm
regression-funcs.sh
rotozoom.c
simple1.ffconcat
simple2.ffconcat
test.ffmeta
tiny_psnr.c
tiny_ssim.c
utils.c
videogen.c