aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/avpacket.c
AgeCommit message (Expand)Author
2010-11-21Add a av_grow_packet function, to be used by code that mergesReimar Döffinger
2009-12-11indentMichael Niedermayer
2009-12-11Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer
2009-04-30Export av_free_packet().Ramiro Polla
2009-04-11Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger
2009-04-08Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann