index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
fifo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-2
/
+0
|
\
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
|
fifo: add av_fifo_grow()
Michael Niedermayer
2012-05-15
1
-0
/
+13
*
|
fifo: Make writes atomic.
Michael Niedermayer
2011-12-23
1
-7
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-26
1
-0
/
+36
|
\
\
|
|
/
|
*
fifo: add FIFO API test program, and fate test
Stefano Sabatini
2011-08-26
1
-0
/
+36
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()
Stefano Sabatini
2011-08-14
1
-1
/
+1
*
|
fifo: apply misc cosmetic fixes
Stefano Sabatini
2011-08-14
1
-10
/
+11
*
|
fifo: use av_freep()
Michael Niedermayer
2011-05-09
1
-1
/
+1
|
/
*
Clarify non constness of src in av_fifo_generic_write()
Michael Niedermayer
2010-02-23
1
-0
/
+1
*
Implement av_fifo_space().
Olivier Guilyardi
2009-04-02
1
-0
/
+5
*
Reorder arguments for av_fifo_generic_read to be more logical and
Reimar Döffinger
2009-03-09
1
-2
/
+2
*
Add av_fifo_reset function to completely reset fifo state, which makes
Reimar Döffinger
2009-03-09
1
-1
/
+7
*
indent
Michael Niedermayer
2009-03-09
1
-2
/
+2
*
Remove more functions disabled by major version bump.
Reimar Döffinger
2009-03-08
1
-13
/
+0
*
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
Reimar Döffinger
2009-03-08
1
-1
/
+1
*
Remove av_fifo_read, API is already broken and major version will be bumped s...
Reimar Döffinger
2009-03-08
1
-5
/
+0
*
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-03-08
1
-10
/
+16
*
Comments to indicate where memory barriers may be needed.
Michael Niedermayer
2009-03-08
1
-0
/
+3
*
Try to fix the 1 byte cannot be used issue.
Michael Niedermayer
2009-03-07
1
-6
/
+6
*
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-28
1
-2
/
+2
*
Drop deprecated av_fifo_write function with the next libavutil version bump.
Diego Biurrun
2009-01-25
1
-0
/
+2
*
Cosmetics: remove a redundant and misplaced doxy.
Stefano Sabatini
2008-08-19
1
-3
/
+0
*
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.
Stefano Sabatini
2008-08-19
1
-0
/
+2
*
Implement av_fifo_realloc2().
Stefano Sabatini
2008-08-19
1
-1
/
+7
*
Ensure that one can store X bytes in a fifo of size X.
Michael Niedermayer
2008-05-25
1
-2
/
+3
*
Make av_fifo*_read() ignore the available amount of data.
Michael Niedermayer
2008-05-25
1
-8
/
+0
*
cosmetics (by Björn Axelsson)
Benoit Fouet
2008-04-09
1
-4
/
+4
*
Add a generic write function to av_fifo.
Björn Axelsson
2008-04-09
1
-1
/
+13
*
change while loops to do-while as the condition is true the first time and th...
Michael Niedermayer
2007-01-18
1
-4
/
+4
*
simpler branch structure in init (16 bytes smaller object file)
Michael Niedermayer
2007-01-17
1
-1
/
+1
*
doxygenize
Michael Niedermayer
2007-01-17
1
-2
/
+2
*
avoid code duplication
Michael Niedermayer
2007-01-17
1
-3
/
+1
*
better to set things to NULL instead of random in case of out of mem
Michael Niedermayer
2007-01-17
1
-1
/
+1
*
simplify av_fifo_realloc()
Michael Niedermayer
2007-01-17
1
-11
/
+7
*
remove near duplicate function
Michael Niedermayer
2007-01-17
1
-15
/
+6
*
simplify
Michael Niedermayer
2007-01-17
1
-8
/
+3
*
simplify
Michael Niedermayer
2007-01-17
1
-5
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-09-21
1
-0
/
+135