summaryrefslogtreecommitdiff
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAge
* make av_dup_packet() more cautious on allocation failuresKostya Shishkov2011-04-15
* introduce side information for AVPacketKostya Shishkov2011-04-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add a av_grow_packet function, to be used by code that mergesReimar Döffinger2010-11-21
* indentMichael Niedermayer2009-12-11
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-11
* Export av_free_packet().Ramiro Polla2009-04-30
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07