| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -1/+1 |
* | 10l: missed one reindent. | Alex Converse | 2010-07-28 | 1 | -1/+1 |
* | ff_prefix non static vp56 functions. | Alex Converse | 2010-07-28 | 1 | -4/+4 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 1 | -17/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | move vp6 huffman table freeing code, out of common vp56 code | Aurelien Jacobs | 2010-03-03 | 1 | -12/+0 |
* | Plug some memory leaks in the VP6 decoder | Vitor Sessak | 2010-03-03 | 1 | -0/+12 |
* | Make VP5 and VP6 decoders output a qscale table to allow for more automatic | Reimar Döffinger | 2010-01-29 | 1 | -0/+6 |
* | vp56: check buffer size to fix a potential segfault | Laurent Aimar | 2010-01-28 | 1 | -0/+4 |
* | Use av_freep intead of av_free to free pointers in vp56 context. | Reimar Döffinger | 2010-01-23 | 1 | -3/+3 |
* | fix vp5/vp6 decoding by using new prototype for decode function | Aurelien Jacobs | 2009-04-07 | 1 | -3/+4 |
* | vp56: alpha_offset is uninitialized on purpose | Aurelien Jacobs | 2009-02-09 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | vp56: don't reset dimensions to 0 in codec init | Aurelien Jacobs | 2008-12-15 | 1 | -2/+0 |
* | rename Vp56Model to VP56Model for consistency | Aurelien Jacobs | 2008-12-12 | 1 | -1/+1 |
* | cosmetics: vertical alignment | Aurelien Jacobs | 2008-12-11 | 1 | -1/+1 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -30/+30 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 1 | -1/+1 |
* | Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. | Carl Eugen Hoyos | 2008-05-13 | 1 | -4/+4 |
* | ensure vp56_decode_frame always return unchanged buf_size | Aurelien Jacobs | 2008-05-08 | 1 | -3/+4 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | simplify | Aurelien Jacobs | 2007-09-25 | 1 | -10/+7 |
* | rename one variable to be consistent with the rest of the file | Aurelien Jacobs | 2007-09-25 | 1 | -10/+10 |
* | consistent spelling: plan => plane | Aurelien Jacobs | 2007-09-25 | 1 | -14/+14 |
* | simplify | Aurelien Jacobs | 2007-09-25 | 1 | -1/+1 |
* | cosmetic: indent | Aurelien Jacobs | 2007-09-25 | 1 | -96/+96 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 1 | -22/+56 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 1 | -16/+20 |
* | rename vp56_b6to3 to vp56_b2p | Aurelien Jacobs | 2007-09-24 | 1 | -5/+5 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 1 | -18/+18 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | cleanup setting of returned data frame | Aurelien Jacobs | 2007-02-25 | 1 | -3/+2 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 1 | -25/+25 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | ensure that data[0] is set to NULL for next frame | Aurelien Jacobs | 2007-02-06 | 1 | -0/+1 |
* | use coded_width and coded_height instead of width and height | Aurelien Jacobs | 2006-10-22 | 1 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -3/+5 |
* | replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) | Aurelien Jacobs | 2006-09-13 | 1 | -9/+7 |
* | don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) | Aurelien Jacobs | 2006-09-11 | 1 | -5/+8 |
* | rename vector to vect to avoid clash with Apple gcc | Aurelien Jacobs | 2006-09-09 | 1 | -12/+12 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+662 |