- Apr 15, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Replace literal numbers by named R_MAX and correct their value Fixes half of Ticket2443 Based on patch by: João Bernardo <jbvsmo@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 14, 2013
-
-
Clément Bœsch authored
dsputil_init() is deprecated and not meant to be exported. ff_dsputil_init() is internal to libavcodec and thus can not be used. avpriv_dsputil_init() is the version shared between libraries. This commit fixes 3 unjustified libavfilter deprecated warnings.
-
- Apr 12, 2013
-
-
Michael Niedermayer authored
This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 11, 2013
-
-
Clément Bœsch authored
-
- Apr 03, 2013
-
-
Carl Eugen Hoyos authored
Fixes compilation with clang on netbsd with --disable-optimizations. Tested-by: Paul B Mahol
-
- Apr 02, 2013
-
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 24, 2013
-
-
Clément Bœsch authored
-
- Mar 10, 2013
-
-
Clément Bœsch authored
-
- Mar 05, 2013
-
-
Clément Bœsch authored
-
- Dec 29, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 26, 2012
-
-
Clément Bœsch authored
-
- Dec 21, 2012
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Dec 06, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Nov 28, 2012
-
-
Clément Bœsch authored
This is following 568c70e7.
-
- Oct 20, 2012
-
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 17, 2012
-
-
Nicolas George authored
-
- Jul 23, 2012
-
-
Nicolas George authored
Fix a segfault.
-
- Jul 15, 2012
-
-
Stefano Sabatini authored
Reduce log clutter, consistent with 1a49a169.
-
- Jun 21, 2012
-
-
Stefano Sabatini authored
Add NULL check on avctx before calling avcodec_close() on it. Fix trac ticket #1472.
-
- Jun 16, 2012
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Feb 29, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 21, 2012
-
-
Ray Simard authored
Sometimes the scan finds nothing that qualifies for addition to the array and pos is zero after the loops. The code forces pos to 1 and the array is then processed as if it had one valid element in it, producing some amusing but not very useful results. I don't see the rationale for this. If pos is zero coming out of the loops, the only appropriate thing to do is set t->angle to zero. The attached patch does that. It's worked properly in several tests so far. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 13, 2012
-
-
Ray Simard authored
Variable totalangles was created and assigned, but never used. Signed-off-by:
Ray Simard <rhs.ffmpeg@sylvan-glade.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Ray Simard authored
Initialize Transform structs t and orig to zero. Signed-off-by:
Ray Simard <rhs.ffmpeg@sylvan-glade.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Jan 12, 2012
-
-
Reimar Döffinger authored
Using the double variant causes several pointless conversions between double and int. Worse, one of the conversions is in an inner loop together with a function using MMX, resulting in undefined behaviour. Based on debugging by Ray Simard. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Tested-by:
Ray Simard <rhs.ffmpeg@sylvan-glade.com>
-
- Nov 05, 2011
-
-
Reimar Döffinger authored
GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Oct 19, 2011
-
-
Paul Flinders authored
-
- Oct 18, 2011
-
-
Michael Niedermayer authored
And simplify the code in the process. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 04, 2011
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Michael Niedermayer authored
Fixes Ticket530 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
It is not mandatory and prevents breakage on rename.
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-