summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-24base64-test: Remove posibility of returning restrcted exit codesDerek Buitenhuis1-1/+4
2013-01-05lavu/base64: return meaningful error code.Nicolas George1-1/+1
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-11-26base64: fix signed overflow in shiftMans Rullgard1-2/+2
2012-01-22base64: 10l endian fix.Michael Niedermayer1-1/+1
2012-01-22Optimized base64 decode by writing 3 bytes at once.Reimar Döffinger1-13/+23
2012-01-22Cosmetics: add do {} while 0 to macro.Reimar Döffinger1-12/+13
2012-01-21Unroll base64 decode loop.Reimar Döffinger1-13/+36
2012-01-21Use a full table for base64 decode.Reimar Döffinger1-8/+35
2012-01-21base64: more thorough decode tests.Reimar Döffinger1-1/+20
2012-01-21base64: Only run benchmark when "-t" is specified.Michael Niedermayer1-16/+18
2012-01-21base64: fix little typoMichael Niedermayer1-1/+1
2012-01-20base64: add a benchmark for a pure syntax check.Michael Niedermayer1-0/+6
2012-01-20base64: simplify end handling in av_base64_encode()Michael Niedermayer1-6/+3
2012-01-20base64: optimize av_base64_encode()Michael Niedermayer1-0/+10
2012-01-20base64: add benchmarkMichael Niedermayer1-0/+13
2012-01-20Slightly optimize base64 encode.Reimar Döffinger1-1/+3
2012-01-20Optimize output buffer size check in base64 decode.Reimar Döffinger1-1/+2
2012-01-20Minor optimization of base64 decode.Reimar Döffinger1-3/+5
2011-12-05Add coverage exclusions for test code.Reimar Döffinger5-0/+12
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu3-3/+3
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun7-26/+28
2009-02-08Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2-2/+2
2009-02-08Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2-5/+5
2009-02-08Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2-5/+5
2009-02-08Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2-8/+8
2009-02-08Make av_base64_encode() do not require the user to provide anStefano Sabatini1-1/+1
2009-02-06Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2-1/+64
2009-02-06Remove broken test program.Stefano Sabatini1-126/+0
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-28spelling/grammar/consistency review part IIDiego Biurrun11-42/+43
2009-01-21Make base64 test program compilable as a standard test program.Diego Biurrun1-5/+4
2009-01-21Add void keyword to parameterless function declaration.Diego Biurrun1-1/+1
2008-10-21uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs22-42/+37
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun22-33/+33
2008-01-14Add a couple of missing consts.Sigbjørn Skjæret2-2/+2
2007-11-08Reindent the code after last commitLuca Abeni1-12/+12
2007-11-08Remove redundant "if(len)"Luca Abeni1-2/+0
2007-10-30Mark the source buffer as "const"Luca Abeni2-2/+2
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato5-11/+12
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato5-0/+776
2007-02-28Reverting stray commit part ILuca Barbato5-786/+0
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato6-18/+30
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos4-3/+13
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388