- 14 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
missed these in my previous search and replace Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Mar, 2012 1 commit
-
-
Carl Eugen Hoyos authored
This patch visually breaks the sample from ticket #895, but decodes it identically as Gimp, ImageMagick and xview.
-
- 21 Feb, 2012 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 19 Feb, 2012 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 17 Feb, 2012 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 11 Feb, 2012 2 commits
-
-
Aneesh Dogra authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Aneesh Dogra authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 10 Feb, 2012 1 commit
-
-
Aneesh Dogra authored
in , else (1) { if (!1) } the if conditional will never evaluate to be true. So as making the check useless. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jan, 2012 4 commits
-
-
Aneesh Dogra authored
Signed-off-by:
Aneesh Dogra <lionaneesh@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Aneesh Dogra authored
Signed-off-by:
Aneesh Dogra <lionaneesh@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Aneesh Dogra authored
Note: This fixes the following GCC warning :- libavcodec/sunrast.c:94: warning: comparison of unsigned expression < 0 is always false. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Aneesh Dogra authored
Signed-off-by:
Aneesh Dogra <lionaneesh@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 27 Jan, 2012 2 commits
-
-
Aneesh Dogra authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Aneesh Dogra authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 09 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #864 and ticket #897.
-
- 08 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #895.
-
- 03 Jan, 2012 1 commit
-
-
Piotr Bandurski authored
Fixes ticket #865.
-
- 18 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 10 Nov, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 18 Oct, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 27 Sep, 2011 2 commits
-
-
Laurent Aimar authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 02 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 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>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
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
-
- 04 Oct, 2009 1 commit
-
-
Peter Ross authored
Originally committed as revision 20162 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 19105 to svn://svn.ffmpeg.org/ffmpeg/trunk
-