54 Commits (4b1131a075696a3153e03dac7c9a01714cc3a372)

Author SHA1 Message Date
Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 17 years ago
Måns Rullgård 0e9fbd35b5 remove invalid free() forgotten in r12300 17 years ago
Michael Niedermayer f15e6b869f Provide non null class name to avoid crash with ffmpeg -h. 17 years ago
Diego Biurrun 8bfb108b3e comment typo fixes 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
Benoit Fouet dad66beeff Indentation 18 years ago
Benoit Fouet 5b43487d23 test context before accessing it 18 years ago
Benoit Fouet 57ae779d41 add an AVClass pointer in SwsContext context 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Diego Biurrun 14eb0a2ed1 Fix imgresample-test linking. 18 years ago
Diego Biurrun fca6a0dd34 Add explanatory comments to some #endifs. 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Panagiotis Issaris 0467531999 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Luca Abeni 9c5d7c568b AVPicture has 4 planes, not 3 18 years ago
Luca Abeni a163ed1aaa Do not use a fake libavcodec/swscale.h, but always use the real one 18 years ago
Luca Abeni 96db380836 Implement sws_getCachedContext() in swscale emulation 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 18 years ago
Luca Abeni 2793096fe3 Fix a corner case in sws emulation 18 years ago
Luca Abeni 7b748aff2c Introduce swscale interface in libavcodec 19 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Alex Beregszaszi d10dc61682 sanity check whether dimensions are non-null 19 years ago
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
Michael Niedermayer 2fc8ea249f dissallow sprintf 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Panagiotis Issaris 13160c0708 imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) 20 years ago
Michael Niedermayer aaaf1635c0 polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters 21 years ago
Michael Niedermayer 2b647ac8c9 fix normalization 21 years ago
Michael Niedermayer fdce4f3132 cubic filter instead of truncated sinc 21 years ago
Todd Kirby 1ff93ffcd4 padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) 21 years ago
Drew Hess da64ecc3e7 avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Dieter 00a7d8d69c practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) 22 years ago
Philip Gladstone 9e4e1659d6 Simplify an expression and eliminate a compile warning 22 years ago
Brian Foley 404d2241ec altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 22 years ago
Philip Gladstone 02ac31361b Change abort() calls to av_abort() calls. 22 years ago
Michael Niedermayer 6acce86bdd fixing tests 22 years ago
Michael Niedermayer ab6d194a38 croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me 22 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Zdenek Kabelac d7d267dfe0 * minor cleanup 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago