- Oct 15, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- Sep 11, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The new name is more consistent with the codebase, and more self-consistent with the libswscale API.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Favor the use of plain AVPicture over AVFrame, especially when the use of AVFrame is not required like in the case of tmp_picture. Also adopt more straightforward names, to avoid frame/picture confusion.
-
- Aug 30, 2012
-
-
Stefano Sabatini authored
-
- Aug 24, 2012
-
-
Stefano Sabatini authored
-
- Aug 21, 2012
-
-
Stefano Sabatini authored
Fix warnings: muxing.c: In function ‘write_video_frame’: muxing.c:326:23: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
-
- Aug 07, 2012
-
-
Stefano Sabatini authored
Make add_{audio,video}_stream return the found codec, and pass it to avcodec_open2() through open_{audio,video} functions. Fix failure: No codec provided to avcodec_open2(). could not open codec This is also consistent with the use of the avcodec_open2() API in the codebase.
-
- Aug 05, 2012
-
-
Stefano Sabatini authored
-
- Aug 04, 2012
-
-
Stefano Sabatini authored
Use avpicture_alloc() high level function.
-
- May 19, 2012
-
-
Clément Bœsch authored
All the other examples already use the system installed headers.
-
- Jan 28, 2012
-
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 02, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 05, 2011
-
-
Clément Bœsch authored
-
- Jul 27, 2011
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- Jul 10, 2011
-
-
Stefano Sabatini authored
-
- Jul 04, 2011
-
-
Stefano Sabatini authored
The suffix is redundant since the containing directory itself is called "examples". Simplify.
-
- Jun 01, 2011
-
-
Stefano Sabatini authored
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
-
- May 30, 2011
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- May 22, 2011
-
-
Stefano Sabatini authored
The new function accepts a slightly more intuitive order of paramters, and returns an error code, thus allowing applications to report a meaningful error message.
-
- Apr 30, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 19, 2011
-
-
Stefano Sabatini authored
Make AVIO_FLAG_ access constants work as flags, and in particular fix the behavior of functions (such as avio_check()) which expect them to be flags rather than modes. This breaks API.
-
- Apr 07, 2011
-
-
Anton Khirnov authored
-
- Feb 23, 2011
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 22a3212e)
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Feb 18, 2011
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 610219a5)
-
- Feb 16, 2011
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Nov 12, 2010
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 14, 2010
-
-
Ramiro Polla authored
Originally committed as revision 23597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 31, 2010
-
-
Jean-Daniel Dupas authored
Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 30, 2010
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 22, 2010
-
-
Stefano Sabatini authored
libavutil/mathematics.h indirectly included by libavformat/avformat.h. Originally committed as revision 21388 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Patch by Martin Storsjö reverse(<ts.nitram@nitram>). Originally committed as revision 21387 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 21, 2010
-
-
Martin Storsjö authored
Patch by Martin Storsjö martin martin st Originally committed as revision 21367 to svn://svn.ffmpeg.org/ffmpeg/trunk
-