]> git.sesse.net Git - ffmpeg/history - libavcodec/avpacket.c
libilbc: set channel layout
[ffmpeg] / libavcodec / avpacket.c
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...