- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2010 1 commit
-
-
David Conrad authored
2-4% faster overall decode Originally committed as revision 22896 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This moves the H264-specific functions from DSPContext to the new H264DSPContext. The code is made conditional on CONFIG_H264DSP which is set by the codecs requiring it. The qpel and chroma MC functions are not moved as these are used by non-h264 code. Originally committed as revision 22565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext. Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Mar, 2010 1 commit
-
-
Måns Rullgård authored
These casts are correct and safe. The pointers are guaranteed to have proper alignment, and aliasing is not a problem with character types. Originally committed as revision 22446 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 6 commits
-
-
Måns Rullgård authored
Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22264 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Also fix function definitions to match prototypes (missing const). Originally committed as revision 22263 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2010 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Feb, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 21866 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
If DECLARE_ALIGNED_16 works on uint64_t it will work smaller types too. Originally committed as revision 21863 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2010 2 commits
-
-
Reimar Döffinger authored
inv_zigzag_direct16 16-byte aligned, so mark it appropriately. Fixes encoder crashes e.g. with MPlayer's -vf lavc. Originally committed as revision 21389 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2010 2 commits
-
-
Michael Niedermayer authored
all inlined, its small and horizontal & vertical versions are build out of them. no change as gcc already did this. Originally committed as revision 21333 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
overall 3.7% faster loop filtering (C version only) Originally committed as revision 21332 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2010 1 commit
-
-
Alexander Strange authored
Since BGR24 is decoded as BGR32, fill its alpha channel with 255 using the appropriate predictors. Originally committed as revision 21211 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2010 1 commit
-
-
Zuxy Meng authored
Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Dec, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 20975 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Dec, 2009 1 commit
-
-
Loren Merritt authored
29-105% faster apply_filter, 6-90% faster ape decoding on core2 (Any x86 other than core2 probably gets much less, since this is mostly due to ssse3 cachesplit avoidance and I haven't written the full gamut of other cachesplit modes.) 9-123% faster ape decoding on G4. Originally committed as revision 20739 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2009 2 commits
-
-
Loren Merritt authored
Originally committed as revision 20290 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
problems when lpc.c is not compiled. Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2009 1 commit
-
-
Justin Ruggles authored
corresponding dsputil functions and remove their dependency on the FLAC encoder. Fixes Issue1486. Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Oct, 2009 2 commits
-
-
Alexander Strange authored
Originally committed as revision 20260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
Originally committed as revision 20259 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2009 1 commit
-
-
Nathan Caldwell authored
Patch by Nathan Caldwell, saintdev gmail Originally committed as revision 20179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Sep, 2009 1 commit
-
-
Måns Rullgård authored
The src3 and step arguments to vector_fmul_add_add() are always zero and one, respectively. This removes these arguments from the function, simplifies the code accordingly, and renames the function to better match the new operation. Originally committed as revision 20061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Sep, 2009 1 commit
-
-
Loren Merritt authored
Originally committed as revision 19942 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2009 2 commits
-
-
Vitor Sessak authored
Originally committed as revision 19729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 19728 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2009 2 commits
-
-
Måns Rullgård authored
These arrays are passed to functions for which we promise 16-byte alignment, so make sure we fulfil that promise. Originally committed as revision 19716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
(which uses movdqa to xmm1 on inv_zigzag_direct16). Originally committed as revision 19711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19704 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jul, 2009 1 commit
-
-
Diego Biurrun authored
the former depends upon the latter. Originally committed as revision 19533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2009 1 commit
-
-
Diego Biurrun authored
The Theora decoder depends on the VP3 decoder. Originally committed as revision 19492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-