summaryrefslogtreecommitdiffstats
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix av_packet_split_side_data.Reimar Döffinger2011-11-061-1/+2
* Merge/split side data.Michael Niedermayer2011-05-211-1/+80
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-11/+92
|\
| * make av_dup_packet() more cautious on allocation failuresKostya Shishkov2011-04-151-7/+19
| * introduce side information for AVPacketKostya Shishkov2011-04-151-11/+80
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add a av_grow_packet function, to be used by code that mergesReimar Döffinger2010-11-211-0/+18
* indentMichael Niedermayer2009-12-111-2/+2
* Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer2009-12-111-5/+7
* Export av_free_packet().Ramiro Polla2009-04-301-0/+8
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-111-1/+1
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-081-0/+7
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-071-0/+82
OpenPOWER on IntegriCloud