summaryrefslogtreecommitdiffstats
path: root/libavcodec/elbg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a'Michael Niedermayer2014-12-191-10/+25
|\ \ | |/
| * elbg: check memory allocations and propagate errorsVittorio Giovara2014-12-181-10/+25
| * elbg: Fix an assertMichael Niedermayer2012-09-041-1/+1
* | avcodec/elbg: Use av_malloc(z)_array()Michael Niedermayer2014-04-121-8/+8
* | elbg: change utility_inc to 64bitMichael Niedermayer2014-03-221-5/+15
* | lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini2013-11-131-4/+4
* | 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