May 15, 2012
View f819675

fifo: add av_fifo_grow()

Michael Niedermayer authored on 2012/05/15 02:54:36
December 23, 2011
View 9eb0d8b

fifo: Make writes atomic. Prior to this a X bytes write could be seen as less than X bytes being available if the check was done at an unfortunate moment.

Michael Niedermayer authored on 2011/12/23 08:18:36
August 27, 2011
View 094a496

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/08/27 06:18:54
August 14, 2011
View 2e81bb5

fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()

Stefano Sabatini authored on 2011/08/14 02:11:05
View f1b2922

fifo: apply misc cosmetic fixes

Stefano Sabatini authored on 2011/08/14 02:10:05
July 16, 2011
View 1717ba0

fifo: add FIFO API test program, and fate test

Stefano Sabatini authored on 2011/07/16 16:49:42
May 10, 2011
View 1735440

fifo: use av_freep()

Michael Niedermayer authored on 2011/05/10 04:23:45
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
February 23, 2010
View fc323a5

Clarify non constness of src in av_fifo_generic_write()

Michael Niedermayer authored on 2010/02/23 21:14:13
April 3, 2009
View 7b09db3

Implement av_fifo_space().

Olivier Guilyardi authored on 2009/04/03 08:22:19
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 9, 2009
View 32b936d

Add av_fifo_reset function to completely reset fifo state, which makes it easier to reuse the fifo.

Reimar Döffinger authored on 2009/03/09 18:26:32
View c900635

indent

Michael Niedermayer authored on 2009/03/09 12:39:58
View fe4032b

Remove more functions disabled by major version bump.

Reimar Döffinger authored on 2009/03/09 00:02:12
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