Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-16avpacket: Fix error checking in packet_allocMartin Storsjö
2013-08-10lavc: Add refcounted api to AVPacketLuca Barbato
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-03-13avpacket: copy side data type and size in av_dup_packetJanne Grunau
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-13avpacket: free side data in av_free_packet().Anton Khirnov
2012-09-15libavcodec: remove av_destruct_packet_nofree()Mans Rullgard
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-03avpacket: fix duplicating side data.Anton Khirnov
2012-04-12avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
2011-04-15make av_dup_packet() more cautious on allocation failuresKostya Shishkov
2011-04-15introduce side information for AVPacketKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-21Add a av_grow_packet function, to be used by code that mergesReimar Döffinger
2009-12-12indentMichael Niedermayer
2009-12-12Make sure av_new_packet() initializes the data and destruct pointers.Michael Niedermayer
2009-04-30Export av_free_packet().Ramiro Polla
2009-04-11Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann