summaryrefslogtreecommitdiffstats
path: root/libavcodec/avpacket.c
Commit message (Expand)AuthorAgeFilesLines
* avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-161-1/+4
* avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov2016-02-261-0/+2
* avpacket: fix size check in packet_allocAndreas Cadhalpun2016-01-071-1/+1
* avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-071-1/+1
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-061-10/+28
* avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-261-0/+33
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-0/+4
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+5
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-0/+12
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-55/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-15/+15
* avpacket: Check buffer referenceVittorio Giovara2015-02-171-1/+6
* lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov2014-06-201-0/+13
* avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov2014-05-191-1/+0
* avpacket: Fix error checking in packet_allocMartin Storsjö2013-09-161-3/+4
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-101-12/+92
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+15
* avpacket: copy side data type and size in av_dup_packetJanne Grunau2013-03-131-1/+4
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-27/+94
* avpacket: free side data in av_free_packet().Anton Khirnov2013-01-131-8/+6
* libavcodec: remove av_destruct_packet_nofree()Mans Rullgard2012-09-151-10/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* avpacket: fix duplicating side data.Anton Khirnov2012-06-031-1/+1
* avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-121-51/+62
* avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-011-0/+16
* 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