| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | elbg: check memory allocations and propagate errors | Vittorio Giovara | 2014-12-18 | 1 | -10/+25 |
* | elbg: Fix an assert | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | elbg: remove VLAs | Måns Rullgård | 2010-06-25 | 1 | -15/+23 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Small ELBG optimization: use last pixel as a initial guess for the codebook | Vitor Sessak | 2010-01-02 | 1 | -5/+8 |
* | Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 | Vitor Sessak | 2009-03-10 | 1 | -1/+1 |
* | Use FLG pseudo-random number generator in RoQ and ELBG | Vitor Sessak | 2009-03-08 | 1 | -5/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | My commit at r14340 was not the right solution. For a monochromatic | Vitor Sessak | 2008-07-23 | 1 | -4/+3 |
* | Do declaration and initialization separately in elbg.c | Vitor Sessak | 2008-07-23 | 1 | -1/+5 |
* | When picking a "high utility centroid" do not pick one | Vitor Sessak | 2008-07-23 | 1 | -1/+4 |
* | The codebook generator algorithm involves picking three | Vitor Sessak | 2008-07-23 | 1 | -1/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add my last name to copyright headers | Vitor Sessak | 2007-07-05 | 1 | -1/+1 |
* | Cygwin compatibility workaround | Eric Lasota | 2007-06-11 | 1 | -4/+5 |
* | Codebook generator using the ELBG algorithm | Vitor Sessak | 2007-06-04 | 1 | -0/+416 |