summaryrefslogtreecommitdiff
path: root/libavcodec/elbg.c
Commit message (Expand)AuthorAge
* avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt2021-09-24
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt2021-09-23
* avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt2021-09-20
* avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt2021-09-20
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt2021-09-20
* avcodec/elbg: Move avpriv_init_elbg() downAndreas Rheinhardt2021-09-20
* avcodec/elbg: Remove avoidable bufferAndreas Rheinhardt2021-09-17
* avcodec/elbg: Increase some fields to 64bitMichael Niedermayer2021-09-15
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a'Michael Niedermayer2014-12-19
|\|
| * elbg: check memory allocations and propagate errorsVittorio Giovara2014-12-18
| * elbg: Fix an assertMichael Niedermayer2012-09-04
* | avcodec/elbg: Use av_malloc(z)_array()Michael Niedermayer2014-04-12
* | 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