I managed to get the new vda hwaccel working on a third party player correctly
and works decently with avconv.

The changes by Anton made hwaccel slightly nicer already (I'm calling it
hwaccel 1.2 since it is a good step further in the right direction), next I'd
hide the custom alloc/setup/free function in avcodec_open2/close
and make available the frame rendering that happens in avcodec_${hwaccel}
in decode_video2.

Optional parameters and activation would be fed through the avdictionary.

That way hwaccel would be seamless (but not as fast as possible) for everybody
and still letting thinkering (and top speed) for those that care.

(the usual suspects should get working patches soon)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to