OSDN Git Service

vorbisdec: Replace some sizeof(type) by sizeof(*variable).
[coroid/libav_saccubus.git] / libavcodec / avpacket.c
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...