- Aug 18, 2015
-
-
Ronald S. Bultje authored
ff_dlog checks compilability, and is non-public. av_dlog is deprecated and no longer exists if FF_API_DLOG=0.
-
- Mar 03, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
- Sep 21, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 24, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- Nov 30, 2011
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- Nov 06, 2011
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 30, 2011
-
-
Clément Bœsch authored
-
- Oct 19, 2011
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- Oct 12, 2011
-
-
Anton Khirnov authored
-
- Sep 24, 2011
-
-
Diego Biurrun authored
-
- Aug 31, 2011
-
-
Diego Biurrun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 15, 2011
-
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
- May 27, 2011
-
-
Stefano Sabatini authored
-
- May 26, 2011
-
-
Anton Khirnov authored
Fixes build.
-
Anton Khirnov authored
-
- May 25, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Apr 29, 2011
-
-
Diego Biurrun authored
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Feb 16, 2011
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- Feb 15, 2011
-
-
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>
-
- Jan 28, 2011
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a21)
-
- Jan 26, 2011
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
- Sep 07, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 06, 2010
-
-
Stefano Sabatini authored
av_check_image_size() instead. Originally committed as revision 24711 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 19, 2009
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 28, 2008
-
-
Stefano Sabatini authored
The v4l.c check is moved after the eventual automatic size detection, so the check in that case is performed on the new set values. Originally committed as revision 16370 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 27, 2008
-
-
Stefano Sabatini authored
Originally committed as revision 16361 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 16360 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 26, 2008
-
-
Stefano Sabatini authored
Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
the device. Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
grab_read_header(). Originally committed as revision 16317 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
readability. Originally committed as revision 16315 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 17, 2008
-
-
Stefano Sabatini authored
AVFormatParameters for grab_read_header() is non-positive. Originally committed as revision 16199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
video_window video_win field. Originally committed as revision 16198 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVRational time_base field. Originally committed as revision 16197 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 07, 2008
-
-
Stefano Sabatini authored
Originally committed as revision 16033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-