| Commit message (Expand) | Author | Age | Files | Lines |
* | svq1: K&R formatting cosmetics | Diego Biurrun | 2012-10-10 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add a function to match a 2 element vector of uint16_t and use it in h263 and... | Michael Niedermayer | 2010-01-09 | 1 | -2/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Avoid POSIX-reserved _t namespace. | Diego Biurrun | 2009-01-02 | 1 | -1/+1 |
* | Mark the ff_svq1_frame_size_table as constant. | Diego Pettenò | 2008-01-07 | 1 | -1/+1 |
* | split SVQ1 decoder and encoder in their own files | Aurelien Jacobs | 2007-07-06 | 1 | -1382/+2 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -6/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | move some stuff out of an inner loop. 12% faster svq1 encoding. | Loren Merritt | 2007-03-30 | 1 | -5/+4 |
* | mmx 16-bit ssd. 2.3x faster svq1 encoding. | Loren Merritt | 2007-03-30 | 1 | -7/+2 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | fix bitstream to be correctly decoded by quicktime | Baptiste Coudurier | 2006-11-22 | 1 | -1/+1 |
* | fix sigfpe with intra only encoding | Baptiste Coudurier | 2006-11-22 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -1/+5 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 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 | -121/+121 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -64/+64 |
* | set a few variables correctly | Michael Niedermayer | 2005-09-05 | 1 | -1/+8 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+4 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+2 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -3/+10 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -6/+6 |
* | 10l (segfault) | Michael Niedermayer | 2004-09-27 | 1 | -0/+1 |
* | try to select w/h from tables | Alex Beregszaszi | 2004-09-08 | 1 | -6/+18 |
* | svq1 mv array size fix | Michael Niedermayer | 2004-07-28 | 1 | -5/+5 |
* | well that does not need to be there anymore | Mike Melanson | 2004-07-27 | 1 | -5/+0 |
* | the ongoing struggle for encoding conditionals | Mike Melanson | 2004-06-13 | 1 | -0/+4 |
* | gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) | Michael Niedermayer | 2004-06-08 | 1 | -0/+3 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -4/+0 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+2 |
* | removing unused encoding code | Michael Niedermayer | 2004-05-12 | 1 | -560/+4 |
* | automatic pixel format selection | Michael Niedermayer | 2004-05-12 | 1 | -0/+2 |
* | segfault fix | Michael Niedermayer | 2004-05-12 | 1 | -0/+6 |
* | support skiped blocks in SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -6/+13 |
* | motion estimation for SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -39/+176 |
* | p frame encoding, only with 0,0 motion vectors yet though | Michael Niedermayer | 2004-05-09 | 1 | -51/+117 |
* | using pointers so the code could eventually be used for P frames | Michael Niedermayer | 2004-05-08 | 1 | -12/+29 |
* | width height %64 != 0 fix | Michael Niedermayer | 2004-05-08 | 1 | -3/+11 |
* | color and 10l | Michael Niedermayer | 2004-05-07 | 1 | -1/+3 |
* | rate distorted intra only encoding | Michael Niedermayer | 2004-05-07 | 1 | -0/+140 |
* | first pass at a Sorenson Video 1 (SVQ1) encoder | Mike Melanson | 2004-05-07 | 1 | -14/+738 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -0/+2 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -1/+0 |