index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcore
/
imgutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement av_image_alloc() and use it in
Stefano Sabatini
2010-12-04
1
-0
/
+29
*
Add missing overflow checks in av_image_fill_pointers() and
Stefano Sabatini
2010-12-02
1
-1
/
+12
*
Move internal function ff_set_systematic_pal() to libavcore, and
Stefano Sabatini
2010-11-09
1
-0
/
+41
*
Add missing checks on invalid pixel format in
Stefano Sabatini
2010-09-07
1
-2
/
+2
*
Cosmetics: use plural form for *linesizes arguments of
Stefano Sabatini
2010-09-07
1
-6
/
+6
*
Move av_picture_data_copy() to libavcore, and rename it
Stefano Sabatini
2010-09-07
1
-0
/
+34
*
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,
Stefano Sabatini
2010-09-07
1
-0
/
+13
*
Adopt a hierarchical name scheme for the imgutils.h API. Simplify
Stefano Sabatini
2010-09-07
1
-7
/
+36
*
Make av_fill_image_max_pixsteps() non static non inline.
Stefano Sabatini
2010-09-06
1
-0
/
+18
*
Cosmetics: if( -> if (.
Stefano Sabatini
2010-08-21
1
-1
/
+1
*
Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().
Stefano Sabatini
2010-08-20
1
-2
/
+2
*
Implement inline function av_fill_image_max_pixstep() and use it for
Stefano Sabatini
2010-08-18
1
-21
/
+3
*
Implement av_get_image_linesize() and use it in
Stefano Sabatini
2010-08-12
1
-0
/
+24
*
Clarify av_check_image_size() log message.
Stefano Sabatini
2010-08-06
1
-1
/
+1
*
Deprecate avcodec_check_dimensions() in favor of the new function
Stefano Sabatini
2010-08-06
1
-0
/
+19
*
Rename the av_fill_image_linesize() formal parameter linesize to
Stefano Sabatini
2010-07-30
1
-4
/
+4
*
Reimplement av_fill_image_pointers() using the information stored in
Stefano Sabatini
2010-07-30
1
-97
/
+30
*
Make av_fill_image_linesizes() return a meaningful error core rather
Stefano Sabatini
2010-07-30
1
-1
/
+1
*
Rename av_fill_image_linesizes() internal variables max_plane_step and
Stefano Sabatini
2010-07-30
1
-9
/
+9
*
Move fill_image_linesize() and fill_image_data_ptr() from
Stefano Sabatini
2010-07-29
1
-0
/
+164