- Nov 24, 2014
-
-
Michael Niedermayer authored
version is 54 already Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 19, 2014
-
-
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>
-
- May 14, 2014
-
-
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>
-
- May 07, 2014
-
-
Lukasz Marek authored
Function allows to free fifo and reset freed pointer. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- May 05, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 03, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 06, 2013
-
-
Luca Barbato authored
-
- Dec 04, 2012
-
-
Anton Khirnov authored
-
- May 15, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 22, 2011
-
-
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>
-
- Aug 26, 2011
-
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Aug 13, 2011
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- May 09, 2011
-
-
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>
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Feb 23, 2010
-
-
Michael Niedermayer authored
Originally committed as revision 21997 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 02, 2009
-
-
Olivier Guilyardi authored
Patch by Olivier Guilyardi list et samalyse DOT c0m. Originally committed as revision 18321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 09, 2009
-
-
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
-
- Mar 08, 2009
-
-
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
-
- Mar 07, 2009
-
-
Michael Niedermayer authored
Originally committed as revision 17865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 28, 2009
-
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 25, 2009
-
-
Diego Biurrun authored
Originally committed as revision 16782 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 19, 2008
-
-
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
-
- May 25, 2008
-
-
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
-
- Apr 09, 2008
-
-
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
-
- Jan 18, 2007
-
-
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
-
- Jan 17, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 7575 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7573 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7572 to svn://svn.ffmpeg.org/ffmpeg/trunk
-