- 21 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Nov, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 25761 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
-
- 08 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
eval API. More grep-friendly and more consistent with the rest of the FFmpeg API. Originally committed as revision 25708 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2010 3 commits
-
-
Stefano Sabatini authored
deprecate av_get_bits_per_sample_format(). Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Oct, 2010 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25334 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25333 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25287 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 25083 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
-
- 01 Sep, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 25015 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 2 commits
-
-
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
-
Stefano Sabatini authored
Originally committed as revision 24850 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
-
- 27 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 24532 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2010 5 commits
-
-
Stefano Sabatini authored
av_parse_video_rate(). Simplify. Originally committed as revision 24524 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
num and den. Simplify. Originally committed as revision 24523 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
more consistent with the function names. Originally committed as revision 24522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVERROR(EINVAL) rather than -1 in case of unsuccess. Originally committed as revision 24521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
The new library is meant to contain the core multimedia utilities for FFmpeg, to make them shareable between more libav* libraries. See thread: Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils Date: Fri, 9 Jul 2010 01:07:40 +0200 Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
-