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
View 18099ad

Declare ff_interleave_new_audio_packet as static, it is not used outside of audiointerleave.c. Also remove the function declaration from the header as it is now static.

Baptiste Coudurier authored on 2009/02/09 06:09:50
February 8, 2009
View 9e8d61d

rewrite pts also, as comment says

Baptiste Coudurier authored on 2009/02/08 18:48:59
View f1544e7

extract audio interleaving code from mxf muxer, will be used by gxf and dv

Baptiste Coudurier authored on 2009/02/08 13:31:44