summaryrefslogtreecommitdiff
path: root/libavcodec/elbg.c
Commit message (Expand)AuthorAge
* elbg: change utility_inc to 64bitMichael Niedermayer2014-03-22
* lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini2013-11-13
* elbg: switch to av_assertMichael Niedermayer2012-08-18
* elbg: fix assertMichael Niedermayer2012-08-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
|/
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* elbg: remove VLAsMåns Rullgård2010-06-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak2010-01-02
* Fix bug when elbg->utility_inc[elbg->numCB-1] == 1Vitor Sessak2009-03-10
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* My commit at r14340 was not the right solution. For a monochromaticVitor Sessak2008-07-23
* Do declaration and initialization separately in elbg.cVitor Sessak2008-07-23
* When picking a "high utility centroid" do not pick oneVitor Sessak2008-07-23
* The codebook generator algorithm involves picking threeVitor Sessak2008-07-23
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add my last name to copyright headersVitor Sessak2007-07-05
* Cygwin compatibility workaroundEric Lasota2007-06-11
* Codebook generator using the ELBG algorithmVitor Sessak2007-06-04