summaryrefslogtreecommitdiffstats
path: root/libavcodec/elbg.c
Commit message (Expand)AuthorAgeFilesLines
* elbg: switch to av_assertMichael Niedermayer2012-08-181-1/+2
* elbg: fix assertMichael Niedermayer2012-08-181-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
|/
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* elbg: remove VLAsMåns Rullgård2010-06-251-15/+23
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-021-5/+8
* Fix bug when elbg->utility_inc[elbg->numCB-1] == 1Vitor Sessak2009-03-101-1/+1
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-081-5/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* My commit at r14340 was not the right solution. For a monochromaticVitor Sessak2008-07-231-4/+3
* Do declaration and initialization separately in elbg.cVitor Sessak2008-07-231-1/+5
* When picking a "high utility centroid" do not pick oneVitor Sessak2008-07-231-1/+4
* The codebook generator algorithm involves picking threeVitor Sessak2008-07-231-1/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add my last name to copyright headersVitor Sessak2007-07-051-1/+1
* Cygwin compatibility workaroundEric Lasota2007-06-111-4/+5
* Codebook generator using the ELBG algorithmVitor Sessak2007-06-041-0/+416
OpenPOWER on IntegriCloud