| Commit message (Expand) | Author | Age | Files | Lines |
* | add context_to_name func for logging | Baptiste Coudurier | 2008-06-01 | 1 | -1/+6 |
* | give context to av_log | Baptiste Coudurier | 2008-06-01 | 1 | -3/+3 |
* | memleak / fixes CID118 | Michael Niedermayer | 2008-05-27 | 1 | -1/+1 |
* | Add missing path to #include statement. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Make av_class a pointer to a const AVClass. Addresses one warning in | Panagiotis Issaris | 2008-03-06 | 1 | -1/+1 |
* | remove invalid free() forgotten in r12300 | Måns Rullgård | 2008-03-03 | 1 | -1/+0 |
* | Provide non null class name to avoid crash with ffmpeg -h. | Michael Niedermayer | 2008-03-03 | 1 | -3/+4 |
* | comment typo fixes | Diego Biurrun | 2007-12-21 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 1 | -127/+4 |
* | Indentation | Benoit Fouet | 2007-06-26 | 1 | -1/+1 |
* | test context before accessing it | Benoit Fouet | 2007-06-26 | 1 | -0/+1 |
* | add an AVClass pointer in SwsContext context | Benoit Fouet | 2007-06-26 | 1 | -1/+4 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -4/+0 |
* | Fix imgresample-test linking. | Diego Biurrun | 2007-05-21 | 1 | -0/+1 |
* | Add explanatory comments to some #endifs. | Diego Biurrun | 2007-05-21 | 1 | -4/+4 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -1/+1 |
* | fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and | Panagiotis Issaris | 2007-01-17 | 1 | -0/+2 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -3/+3 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -3/+3 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | AVPicture has 4 planes, not 3 | Luca Abeni | 2006-10-30 | 1 | -1/+1 |
* | Do not use a fake libavcodec/swscale.h, but always use the real one | Luca Abeni | 2006-10-23 | 1 | -0/+5 |
* | Implement sws_getCachedContext() in swscale emulation | Luca Abeni | 2006-10-17 | 1 | -0/+36 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Explicitly include fastmemcpy.h from libvo/. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Fix a corner case in sws emulation | Luca Abeni | 2006-07-25 | 1 | -0/+3 |
* | Introduce swscale interface in libavcodec | Luca Abeni | 2006-04-04 | 1 | -0/+135 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -12/+12 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -45/+45 |
* | sanity check whether dimensions are non-null | Alex Beregszaszi | 2005-10-12 | 1 | -0/+3 |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 1 | -0/+2 |
* | dissallow sprintf | Michael Niedermayer | 2005-01-12 | 1 | -1/+1 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -0/+2 |
* | imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t l... | Panagiotis Issaris | 2004-12-30 | 1 | -23/+9 |
* | polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam... | Michael Niedermayer | 2004-06-17 | 1 | -46/+6 |
* | fix normalization | Michael Niedermayer | 2004-06-06 | 1 | -3/+6 |
* | cubic filter instead of truncated sinc | Michael Niedermayer | 2004-06-06 | 1 | -1/+7 |
* | padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) | Todd Kirby | 2004-04-08 | 1 | -14/+39 |
* | avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) | Drew Hess | 2003-09-29 | 1 | -19/+23 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -36/+36 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -1/+0 |
* | practically disabling altivec resampling code (some ppl said its broken) patc... | Dieter | 2002-12-06 | 1 | -1/+1 |
* | Simplify an expression and eliminate a compile warning | Philip Gladstone | 2002-11-30 | 1 | -1/+1 |
* | altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n... | Brian Foley | 2002-11-26 | 1 | -1/+135 |
* | Change abort() calls to av_abort() calls. | Philip Gladstone | 2002-09-12 | 1 | -1/+1 |
* | fixing tests | Michael Niedermayer | 2002-09-05 | 1 | -2/+2 |