summaryrefslogtreecommitdiff
path: root/libavutil/base64.c
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avutil/base64: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer2014-01-26
|\|
| * base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-25
* | base64-test: Remove posibility of returning restrcted exit codesDerek Buitenhuis2013-10-24
* | lavu/base64: return meaningful error code.Nicolas George2013-01-05
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
| * base64: fix signed overflow in shiftMans Rullgard2012-11-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | base64: 10l endian fix.Michael Niedermayer2012-01-22
* | Optimized base64 decode by writing 3 bytes at once.Reimar Döffinger2012-01-22
* | Cosmetics: add do {} while 0 to macro.Reimar Döffinger2012-01-22
* | Unroll base64 decode loop.Reimar Döffinger2012-01-21
* | Use a full table for base64 decode.Reimar Döffinger2012-01-21
* | base64: more thorough decode tests.Reimar Döffinger2012-01-21
* | base64: Only run benchmark when "-t" is specified.Michael Niedermayer2012-01-21
* | base64: fix little typoMichael Niedermayer2012-01-21
* | base64: add a benchmark for a pure syntax check.Michael Niedermayer2012-01-21
* | base64: simplify end handling in av_base64_encode()Michael Niedermayer2012-01-21
* | base64: optimize av_base64_encode()Michael Niedermayer2012-01-21
* | base64: add benchmarkMichael Niedermayer2012-01-21
* | Slightly optimize base64 encode.Reimar Döffinger2012-01-20
* | Optimize output buffer size check in base64 decode.Reimar Döffinger2012-01-20
* | Minor optimization of base64 decode.Reimar Döffinger2012-01-20
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-05
|/
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-08
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-08
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-08
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-08
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-08
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
* Remove broken test program.Stefano Sabatini2009-02-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-21
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-21
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
* Reindent the code after last commitLuca Abeni2007-11-08
* Remove redundant "if(len)"Luca Abeni2007-11-08
* Mark the source buffer as "const"Luca Abeni2007-10-30
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-28