Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make av_dup_packet() more cautious on allocation failures | Kostya Shishkov | 2011-04-15 | 1 | -7/+19 |
* | introduce side information for AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -11/+80 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add a av_grow_packet function, to be used by code that merges | Reimar Döffinger | 2010-11-21 | 1 | -0/+18 |
* | indent | Michael Niedermayer | 2009-12-11 | 1 | -2/+2 |
* | Make sure av_new_packet() initializes the data and destruct pointers. | Michael Niedermayer | 2009-12-11 | 1 | -5/+7 |
* | Export av_free_packet(). | Ramiro Polla | 2009-04-30 | 1 | -0/+8 |
* | Get rid of av_destruct_packet_nofree and use NULL instead. | Reimar Döffinger | 2009-04-11 | 1 | -1/+1 |
* | Add av_shrink_packet function for use in av_get_packet that reduces pkt->size | Reimar Döffinger | 2009-04-08 | 1 | -0/+7 |
* | Move av_packet_*() functions from libavformat/ to libavcodec/, where the | Thilo Borgmann | 2009-04-07 | 1 | -0/+82 |