| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -107/+0 |
|\ |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -65/+0 |
* | | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' | Michael Niedermayer | 2014-01-26 | 1 | -0/+1 |
|\| |
|
| * | base64-test: Remove posibility of returning restricted exit codes | Derek Buitenhuis | 2013-10-25 | 1 | -1/+4 |
* | | base64-test: Remove posibility of returning restrcted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -1/+4 |
* | | lavu/base64: return meaningful error code. | Nicolas George | 2013-01-05 | 1 | -1/+1 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -2/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
| * | base64: fix signed overflow in shift | Mans Rullgard | 2012-11-26 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | base64: 10l endian fix. | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | Optimized base64 decode by writing 3 bytes at once. | Reimar Döffinger | 2012-01-22 | 1 | -13/+23 |
* | | Cosmetics: add do {} while 0 to macro. | Reimar Döffinger | 2012-01-22 | 1 | -12/+13 |
* | | Unroll base64 decode loop. | Reimar Döffinger | 2012-01-21 | 1 | -13/+36 |
* | | Use a full table for base64 decode. | Reimar Döffinger | 2012-01-21 | 1 | -8/+35 |
* | | base64: more thorough decode tests. | Reimar Döffinger | 2012-01-21 | 1 | -1/+20 |
* | | base64: Only run benchmark when "-t" is specified. | Michael Niedermayer | 2012-01-21 | 1 | -16/+18 |
* | | base64: fix little typo | Michael Niedermayer | 2012-01-21 | 1 | -1/+1 |
* | | base64: add a benchmark for a pure syntax check. | Michael Niedermayer | 2012-01-21 | 1 | -0/+6 |
* | | base64: simplify end handling in av_base64_encode() | Michael Niedermayer | 2012-01-21 | 1 | -6/+3 |
* | | base64: optimize av_base64_encode() | Michael Niedermayer | 2012-01-21 | 1 | -0/+10 |
* | | base64: add benchmark | Michael Niedermayer | 2012-01-21 | 1 | -0/+13 |
* | | Slightly optimize base64 encode. | Reimar Döffinger | 2012-01-20 | 1 | -1/+3 |
* | | Optimize output buffer size check in base64 decode. | Reimar Döffinger | 2012-01-20 | 1 | -1/+2 |
* | | Minor optimization of base64 decode. | Reimar Döffinger | 2012-01-20 | 1 | -3/+5 |
* | | Add coverage exclusions for test code. | Reimar Döffinger | 2011-12-05 | 1 | -0/+2 |
|/ |
|
* | Use AV_BASE64_SIZE() macro | Howard Chu | 2010-06-04 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Mark non-exported functions in test and example programs as static. | Diego Biurrun | 2009-03-31 | 1 | -1/+2 |
* | Cosmetics: "* out" -> "*out" for consistency with the other | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". | Stefano Sabatini | 2009-02-08 | 1 | -4/+4 |
* | Cosmetics: prefer out/in over buf/src for the parameter names of | Stefano Sabatini | 2009-02-08 | 1 | -4/+4 |
* | Cosmetics: consistently prefer "size" over "len"/"length" for the | Stefano Sabatini | 2009-02-08 | 1 | -6/+6 |
* | Make av_base64_encode() do not require the user to provide an | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | Add a new test program for base64, based on that removed in r17024. | Stefano Sabatini | 2009-02-06 | 1 | -0/+63 |
* | Remove broken test program. | Stefano Sabatini | 2009-02-06 | 1 | -126/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part II | Diego Biurrun | 2009-01-28 | 1 | -6/+5 |
* | Make base64 test program compilable as a standard test program. | Diego Biurrun | 2009-01-21 | 1 | -5/+4 |
* | Add void keyword to parameterless function declaration. | Diego Biurrun | 2009-01-21 | 1 | -1/+1 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Add a couple of missing consts. | Sigbjørn Skjæret | 2008-01-14 | 1 | -1/+1 |
* | Reindent the code after last commit | Luca Abeni | 2007-11-08 | 1 | -12/+12 |
* | Remove redundant "if(len)" | Luca Abeni | 2007-11-08 | 1 | -2/+0 |
* | Mark the source buffer as "const" | Luca Abeni | 2007-10-30 | 1 | -1/+1 |
* | expose av_base64_decode and av_base64_encode | Luca Barbato | 2007-03-19 | 1 | -5/+4 |
* | Reverting stray commit part II, r8156 had the base64 export patch mixed with ... | Luca Barbato | 2007-02-28 | 1 | -0/+231 |
* | Reverting stray commit part I | Luca Barbato | 2007-02-28 | 1 | -234/+0 |
* | get_packetheader() forgot to read the header_checksum in big packets | Luca Barbato | 2007-02-28 | 1 | -12/+15 |