]> git.sesse.net Git - ffmpeg/history - libavcodec/avpacket.c
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
[ffmpeg] / libavcodec / avpacket.c
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-17 Vittorio Giovaraavpacket: Check buffer reference
2014-06-20 Anton Khirnovlavc: add a convenience function for rescaling timestam...
2014-05-19 Anton Khirnovavpacket: fix copying side data in av_packet_copy_props()
2013-09-16 Martin Storsjöavpacket: Fix error checking in packet_alloc
2013-08-10 Luca Barbatolavc: Add refcounted api to AVPacket
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-03-13 Janne Grunauavpacket: copy side data type and size in av_dup_packet
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-13 Anton Khirnovavpacket: free side data in av_free_packet().
2012-09-15 Mans Rullgardlibavcodec: remove av_destruct_packet_nofree()
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-03 Anton Khirnovavpacket: fix duplicating side data.
2012-04-12 Diego Biurrunavpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
2012-03-01 Martin Storsjöavpacket: Add a function for shrinking already allocate...
2011-04-15 Kostya Shishkovmake av_dup_packet() more cautious on allocation failures
2011-04-15 Kostya Shishkovintroduce side information for AVPacket
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-21 Reimar DöffingerAdd a av_grow_packet function, to be used by code that...
2009-12-11 Michael Niedermayerindent
2009-12-11 Michael NiedermayerMake sure av_new_packet() initializes the data and...
2009-04-30 Ramiro PollaExport av_free_packet().
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-08 Reimar DöffingerAdd av_shrink_packet function for use in av_get_packet...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...