lavc: Add refcounted api to AVPacket

Provide a clean way to manipulate packets.
This commit is contained in:
Luca Barbato
2013-07-10 10:52:56 +02:00
parent c1076d8479
commit 5a9a9d4a2a
4 changed files with 157 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ libavutil: 2012-10-22
API changes, most recent first:
2013-08-xx - xxxxxxx - lavc 55.16.0 - avcodec.h
Extend AVPacket API with av_packet_unref, av_packet_ref,
av_packet_move_ref, av_packet_copy_props, av_packet_free_side_data.
2013-08-xx - xxxxxxx - lavc 55.13.0 - avcodec.h
Deprecate the bitstream-related members from struct AVVDPAUContext.
The bistream buffers no longer need to be explicitly freed.