- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Jul, 2012 1 commit
-
-
jamal authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()).
-
- 13 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
This allows simd optimized routines to work in steps of 8 pixels without going over the linesize. (this matters for yuv->rgb24 for example) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 08 Feb, 2012 1 commit
-
-
Anton Khirnov authored
This makes it possible to dintinguish them from PAL8. Fixes an invalid write in avpicture_layout().
-
- 23 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 19 Nov, 2011 1 commit
-
-
Thierry Foucu authored
Found with address sanitizer. Signed-off-by:
Alex Converse <alex.converse@gmail.com>
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 16 May, 2011 2 commits
-
-
Stefano Sabatini authored
Allow to factorize code between av_image_get_linesize() and av_image_fill_linesizes(), and add missing checks. Increase robustness.
-
Stefano Sabatini authored
-
- 15 May, 2011 1 commit
-
-
Stefano Sabatini authored
Make it a subcase of the general algorithm used for the non-bitstream case. Simplify, and make av_image_get_linesize() and av_image_fill_linesizes() correctly return the right value when plane != 0. In particular fix a crash occurring with: -vf format=monow,showinfo,format=monow.
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 04 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
avfilter_default_get_video_buffer(). Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
av_image_fill_linesizes(). Originally committed as revision 25861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
rename it ff_set_systematic_pal2(). Originally committed as revision 25712 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2010 5 commits
-
-
Stefano Sabatini authored
av_image_fill_linesizes/pointers. Originally committed as revision 25072 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_image_copy(), more consistent with the rest of the API and more semantically correct. Originally committed as revision 25070 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_image_copy(). Originally committed as revision 25067 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
and deprecate the old function. Originally committed as revision 25064 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
grepping and somewhat more consistent with the scheme adopted by other FFmpeg modules API. Originally committed as revision 25057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 24859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
The plural form is preferred as it is more consistent with the other functions: av_fill_image_linesizes() av_fill_image_pointers() and looks semantically more correct as it fills an array of elements. Originally committed as revision 24851 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
factorizing code. Originally committed as revision 24827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
ff_get_plane_bytewidth(). The new implementation is more generic, more compact and more correct. Originally committed as revision 24786 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2010 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 24710 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_check_image_size() declared in libavcore/imgutils.h. Originally committed as revision 24709 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jul, 2010 4 commits
-
-
Stefano Sabatini authored
linesizes, for consistency with the function declaration. Originally committed as revision 24591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
the pixdescs. The new implementation is more compact, and does not need to be updated at each pixel format addition. Originally committed as revision 24590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
than -1. Originally committed as revision 24589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
max_plane_step_comp by removing the "plane_" word, and add a comment for explaining what they represent. Increase readability. Originally committed as revision 24588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
libavcodec/imgconvert.c and make them public in libavcore/imgutils.h, with the names av_fill_image_linesizes() and av_fill_image_pointers(). Originally committed as revision 24583 to svn://svn.ffmpeg.org/ffmpeg/trunk
-