Commit History

Author SHA1 Message Date
  Jan Sebechlebsky 0e84eee719 libavutil/fifo: Fix fifo grow step 8 years ago
  Derek Buitenhuis 96d616052b Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 8 years ago
  Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 8 years ago
  Zhang Rui 87ff61b9ab avutil/fifo: add function av_fifo_generic_peek_at() 9 years ago
  Michael Niedermayer 147b12162d avutil/fifo: Fix thread saftey of av_fifo_generic_peek() 9 years ago
  Paul B Mahol 2fa019958b avfilter: add showfreqs filter 9 years ago
  Zhang Rui fcbea93cf8 avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write() 9 years ago
  Michael Niedermayer 5182a2a235 avutil: remove FF_CONST_AVUTIL53, its no longer needed 9 years ago
  Lukasz Marek 7336e39f3c lavu/fifo: add av_fifo_alloc_array function 10 years ago
  Michael Niedermayer acb6f3af4f avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beafcf990 until next major ABI bump 10 years ago
  Lukasz Marek 351f6118c7 lavu/fifo: add av_fifo_freep function 10 years ago
  Lukasz Marek 78d3453c4a lavu/fifo: add const to arguments 10 years ago
  Michael Niedermayer cc84f30402 avutil/fifo: assert that theres enough data in the fifo on drain calls. 11 years ago
  Michael Niedermayer 7bd417c22a Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e' 11 years ago
  Luca Barbato 73142e7533 fifo: K&R formatting cosmetics 11 years ago
  Michael Niedermayer 99efd59626 Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' 11 years ago
  Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
  Michael Niedermayer f8196759b4 fifo: add av_fifo_grow() 12 years ago
  Michael Niedermayer 9eb0d8bab1 fifo: Make writes atomic. 12 years ago
  Michael Niedermayer 094a496818 Merge remote-tracking branch 'qatar/master' 13 years ago
  Stefano Sabatini 1717ba0cdd fifo: add FIFO API test program, and fate test 13 years ago
  Stefano Sabatini 2e81bb5e92 fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2() 13 years ago
  Stefano Sabatini f1b29223e6 fifo: apply misc cosmetic fixes 13 years ago
  Michael Niedermayer 1735440773 fifo: use av_freep() 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Michael Niedermayer fc323a5480 Clarify non constness of src in av_fifo_generic_write() 14 years ago
  Olivier Guilyardi 7b09db3522 Implement av_fifo_space(). 15 years ago
  Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 15 years ago
  Reimar Döffinger 32b936d0c3 Add av_fifo_reset function to completely reset fifo state, which makes 15 years ago
  Michael Niedermayer c900635fd9 indent 15 years ago
  Reimar Döffinger fe4032b66a Remove more functions disabled by major version bump. 15 years ago
  Reimar Döffinger c957c85426 Replace all uses of the replaced av_fifo_read by av_fifo_generic_read 15 years ago
  Reimar Döffinger cddcf8c60f Remove av_fifo_read, API is already broken and major version will be bumped soon. 15 years ago
  Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 15 years ago
  Michael Niedermayer a936475949 Comments to indicate where memory barriers may be needed. 15 years ago
  Michael Niedermayer 0a71e78ce4 Try to fix the 1 byte cannot be used issue. 15 years ago
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 15 years ago
  Diego Biurrun 5090122f90 Drop deprecated av_fifo_write function with the next libavutil version bump. 15 years ago
  Stefano Sabatini b76e3424ca Cosmetics: remove a redundant and misplaced doxy. 16 years ago
  Stefano Sabatini e8e2b2ef17 Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. 16 years ago
  Stefano Sabatini 8257b835cf Implement av_fifo_realloc2(). 16 years ago
  Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 16 years ago
  Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 16 years ago
  Benoit Fouet 95c76e1180 cosmetics (by Björn Axelsson) 16 years ago
  Björn Axelsson 49cec1998a Add a generic write function to av_fifo. 16 years ago
  Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 17 years ago
  Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 17 years ago
  Michael Niedermayer be65b41f90 doxygenize 17 years ago
  Michael Niedermayer 3da97cfdfc avoid code duplication 17 years ago
  Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 17 years ago