November 2, 2012
View 8551c6b

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2012/11/02 22:40:04
November 1, 2012
View fdc8672

audiointerleave: deobfuscate a function call.

Anton Khirnov authored on 2012/11/01 06:10:41
October 16, 2012
View 3ca8a23

lavf/audiointerleave: check return value of av_new_packet()

Paul B Mahol authored on 2012/10/16 00:11:54
April 2, 2012
View b3ab337

audiointerleave: check timebase

Michael Niedermayer authored on 2012/04/02 04:21:13
November 8, 2011
View 4d7c71c

Check for OOM after av_mallocz() in ff_interleave_add_packet().

Carl Eugen Hoyos authored on 2011/11/08 18:35:14
July 4, 2011
View 976a8b2

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/07/04 07:34:44
June 4, 2011
View 0ebcdf5

Do not include mathematics.h in avutil.h

Mans Rullgard authored on 2011/06/04 20:58:23
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 10, 2009
View 3898eed

Reorder arguments for av_fifo_generic_read to be more logical and consistent with av_fifo_generic_write.

Reimar Döffinger authored on 2009/03/10 02:47:47
March 8, 2009
View c957c85

Replace all uses of the replaced av_fifo_read by av_fifo_generic_read

Reimar Döffinger authored on 2009/03/08 23:42:11
View 41dd680

Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. Yes this breaks ABI/API but ive already broken it and will bump avutil major soon.

Michael Niedermayer authored on 2009/03/08 23:16:55
February 18, 2009
View 50ced76

check fifo size and realloc if needed

Baptiste Coudurier authored on 2009/02/18 13:42:31
February 10, 2009
View 16e3b0b

rename ff_audio_interleave to ff_audio_rechunk_interleave

Baptiste Coudurier authored on 2009/02/10 06:34:20
February 9, 2009
View 1cc65ce

Move declaration of ff_interleave_add_packet to internal.h. It is an internal function and should not be in an installed header.

Baptiste Coudurier authored on 2009/02/09 06:14:46