- 14 Oct, 2015 1 commit
-
-
Zhang Rui authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Oct, 2015 1 commit
-
-
Michael Niedermayer authored
changing the context state and restoring it is not safe if another thread writes data into the fifo Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Aug, 2015 1 commit
-
-
Paul B Mahol authored
-
- 14 Jul, 2015 1 commit
-
-
Zhang Rui authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
version is 54 already Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2014 1 commit
-
-
Lukasz Marek authored
Allows to alloc fifo buffer by passing number of elements and size of element. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 14 May, 2014 1 commit
-
-
Michael Niedermayer authored
avutil/fifo: delay addition of const from 78d3453c until next major ABI bump This unbreaks API, for example audacity has more build errors due to this Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2014 1 commit
-
-
Lukasz Marek authored
Function allows to free fifo and reset freed pointer. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 05 May, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jul, 2013 1 commit
-
-
Luca Barbato authored
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 15 May, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
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. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 13 Aug, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 09 May, 2011 1 commit
-
-
Michael Niedermayer authored
With this change libavutil uses av_freep() everywhere where it makes sense. Remaining av_free() use in it has the used pointer become inaccessible quickly soo zeroing makes no sense. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 21997 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Apr, 2009 1 commit
-
-
Olivier Guilyardi authored
Patch by Olivier Guilyardi list et samalyse DOT c0m. Originally committed as revision 18321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2009 3 commits
-
-
Reimar Döffinger authored
consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
it easier to reuse the fifo. Originally committed as revision 17901 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 17897 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2009 5 commits
-
-
Reimar Döffinger authored
Originally committed as revision 17876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 17873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 17870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Yes this breaks ABI/API but ive already broken it and will bump avutil major soon. Originally committed as revision 17869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 17867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 17865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16782 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Aug, 2008 3 commits
-
-
Stefano Sabatini authored
Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 14855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 14846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2008 2 commits
-
-
Michael Niedermayer authored
Fixed issue417. Originally committed as revision 13405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This is more efficient as in practice the check is redundant most of the time. Callers which do not know if enough data is available have to check it with av_fifo_size(). Doing the check in *read() means the caller has no choice to skip the check when its known to be redundant. Also the return value was never documented in a public header so changing it should not break the API. Besides this fixes the case where read() failed on a 100% full fifo. Originally committed as revision 13404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Apr, 2008 2 commits
-
-
Benoit Fouet authored
Originally committed as revision 12774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Björn Axelsson authored
Patch by Björn Axelsson: bjorn axelsson intinor se Original thread: [FFmpeg-devel] [RFC][PATCH] av_fifo_write_from_bytestream() Date: 04/03/2008 12:14 PM Originally committed as revision 12773 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jan, 2007 1 commit
-
-
Michael Niedermayer authored
change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles Originally committed as revision 7576 to svn://svn.ffmpeg.org/ffmpeg/trunk
-