| Commit message (Expand) | Author | Age | Files | Lines |
* | avpacket: fix leak on realloc in av_packet_add_side_data() | James Almer | 2016-11-23 | 1 | -3/+4 |
* | avpacket: Mark src pointer as constant | Luca Barbato | 2016-11-17 | 1 | -2/+2 |
* | avpacket: Error out when creating 0-sized side data | Vittorio Giovara | 2016-06-13 | 1 | -1/+1 |
* | avpacket: fix setting AVPacket.data in av_packet_ref() | Anton Khirnov | 2016-05-16 | 1 | -1/+4 |
* | avpacket: properly reset data/size in av_packet_move_ref() | Anton Khirnov | 2016-02-26 | 1 | -0/+2 |
* | avpacket: fix size check in packet_alloc | Andreas Cadhalpun | 2016-01-07 | 1 | -1/+1 |
* | avpacket: use ERANGE instead of EOVERFLOW | Anton Khirnov | 2015-12-07 | 1 | -1/+1 |
* | avpacket: add a function for wrapping existing data as side data | Anton Khirnov | 2015-12-06 | 1 | -10/+28 |
* | avpacket: Provide an alloc and a free function for the struct | Luca Barbato | 2015-10-26 | 1 | -0/+33 |
* | avpacket: Deprecate av_dup_packet | Luca Barbato | 2015-10-26 | 1 | -0/+4 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+5 |
* | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -0/+12 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -55/+1 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -15/+15 |
* | avpacket: Check buffer reference | Vittorio Giovara | 2015-02-17 | 1 | -1/+6 |
* | lavc: add a convenience function for rescaling timestamps in a packet | Anton Khirnov | 2014-06-20 | 1 | -0/+13 |
* | avpacket: fix copying side data in av_packet_copy_props() | Anton Khirnov | 2014-05-19 | 1 | -1/+0 |
* | avpacket: Fix error checking in packet_alloc | Martin Storsjö | 2013-09-16 | 1 | -3/+4 |
* | lavc: Add refcounted api to AVPacket | Luca Barbato | 2013-08-10 | 1 | -12/+92 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+15 |
* | avpacket: copy side data type and size in av_dup_packet | Janne Grunau | 2013-03-13 | 1 | -1/+4 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -27/+94 |
* | avpacket: free side data in av_free_packet(). | Anton Khirnov | 2013-01-13 | 1 | -8/+6 |
* | libavcodec: remove av_destruct_packet_nofree() | Mans Rullgard | 2012-09-15 | 1 | -10/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | avpacket: fix duplicating side data. | Anton Khirnov | 2012-06-03 | 1 | -1/+1 |
* | avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics | Diego Biurrun | 2012-04-12 | 1 | -51/+62 |
* | avpacket: Add a function for shrinking already allocated side data | Martin Storsjö | 2012-03-01 | 1 | -0/+16 |
* | 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 |