April 18, 2011
View c407984

Merge remote branch 'qatar/master'

Michael Niedermayer authored on 2011/04/18 06:36:57
April 14, 2011
View c0eee89

make av_dup_packet() more cautious on allocation failures

Kostya Shishkov authored on 2011/04/14 00:36:02
April 9, 2011
View 4de339e

introduce side information for AVPacket

Kostya Shishkov authored on 2011/04/09 22:31:39
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
November 21, 2010
View a08d918

Add a av_grow_packet function, to be used by code that merges palette and video data packets to get rid of PaletteControl.

Reimar Döffinger authored on 2010/11/21 19:21:06
December 12, 2009
View 47a81da

indent

Michael Niedermayer authored on 2009/12/12 06:50:08
View a0b468f

Make sure av_new_packet() initializes the data and destruct pointers. Some code does call av_free_packet() on failed av_new_packets(), this prevents the freeing of uninitialized pointers.

Michael Niedermayer authored on 2009/12/12 06:49:30
April 30, 2009
View ce1d9c8

Export av_free_packet().

Ramiro Polla authored on 2009/04/30 21:06:34
April 11, 2009
View 80d403f

Get rid of av_destruct_packet_nofree and use NULL instead. It is still used in comparisons to keep ABI compatibility.

Reimar Döffinger authored on 2009/04/11 21:42:29
April 9, 2009
View feb993e

Add av_shrink_packet function for use in av_get_packet that reduces pkt->size and ensures the following padding is correctly initialized to 0.

Reimar Döffinger authored on 2009/04/09 05:19:12
April 8, 2009
View cdd8930

Move av_packet_*() functions from libavformat/ to libavcodec/, where the AVPacket structure now resides also.

Thilo Borgmann authored on 2009/04/08 03:31:14