summaryrefslogtreecommitdiff
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAge
* lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov2014-06-20
* avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov2014-05-19
* avpacket: Fix error checking in packet_allocMartin Storsjö2013-09-16
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* avpacket: copy side data type and size in av_dup_packetJanne Grunau2013-03-13
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* avpacket: free side data in av_free_packet().Anton Khirnov2013-01-13
* libavcodec: remove av_destruct_packet_nofree()Mans Rullgard2012-09-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* avpacket: fix duplicating side data.Anton Khirnov2012-06-03
* avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-12
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-01
* 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