Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-24avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt
2021-09-24avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt
2021-09-24avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt
2021-09-20avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt
2021-09-20avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt
2021-09-20avcodec/elbg: Move avpriv_init_elbg() downAndreas Rheinhardt
2021-09-17avcodec/elbg: Remove avoidable bufferAndreas Rheinhardt
2021-09-15avcodec/elbg: Increase some fields to 64bitMichael Niedermayer
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-12-19Merge commit 'ae2d41ec875965ce4ab9fdd88a5e8ba57cada67a'Michael Niedermayer
2014-12-19elbg: check memory allocations and propagate errorsVittorio Giovara
2014-04-12avcodec/elbg: Use av_malloc(z)_array()Michael Niedermayer
2014-03-22elbg: change utility_inc to 64bitMichael Niedermayer
2013-11-13lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini
2012-08-18elbg: switch to av_assertMichael Niedermayer
2012-08-18elbg: fix assertMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-06-25elbg: remove VLAsMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-02Small ELBG optimization: use last pixel as a initial guess for the codebookVitor Sessak
2009-03-10Fix bug when elbg->utility_inc[elbg->numCB-1] == 1Vitor Sessak
2009-03-08Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2008-07-23My commit at r14340 was not the right solution. For a monochromaticVitor Sessak
2008-07-23Do declaration and initialization separately in elbg.cVitor Sessak
2008-07-23When picking a "high utility centroid" do not pick oneVitor Sessak
2008-07-23The codebook generator algorithm involves picking threeVitor Sessak
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-07-05Add my last name to copyright headersVitor Sessak
2007-06-11Cygwin compatibility workaroundEric Lasota
2007-06-04Codebook generator using the ELBG algorithmVitor Sessak
2012-09-04elbg: Fix an assertMichael Niedermayer