| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a' | Michael Niedermayer | 2014-12-19 | 1 | -10/+25 |
|\| |
|
| * | 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 |
* | | avcodec/elbg: Use av_malloc(z)_array() | Michael Niedermayer | 2014-04-12 | 1 | -8/+8 |
* | | elbg: change utility_inc to 64bit | Michael Niedermayer | 2014-03-22 | 1 | -5/+15 |
* | | lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs | Stefano Sabatini | 2013-11-13 | 1 | -4/+4 |
* | | elbg: switch to av_assert | Michael Niedermayer | 2012-08-18 | 1 | -1/+2 |
* | | elbg: fix assert | Michael Niedermayer | 2012-08-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+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 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
|/ |
|
* | 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 |