]> git.sesse.net Git - ffmpeg/history - libavutil/base64.c
hevc: eliminate the second call to hls_nal_unit()
[ffmpeg] / libavutil / base64.c
2013-10-25 Derek Buitenhuisbase64-test: Remove posibility of returning restricted...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-26 Mans Rullgardbase64: fix signed overflow in shift
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-02-08 Stefano SabatiniCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 Stefano SabatiniCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 Stefano SabatiniCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 Stefano SabatiniCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 Stefano SabatiniMake av_base64_encode() do not require the user to...
2009-02-06 Stefano SabatiniAdd a new test program for base64, based on that remove...
2009-02-06 Stefano SabatiniRemove broken test program.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-21 Diego BiurrunMake base64 test program compilable as a standard test...
2009-01-21 Diego BiurrunAdd void keyword to parameterless function declaration.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-01-14 Sigbjørn SkjæretAdd a couple of missing consts.
2007-11-08 Luca AbeniReindent the code after last commit
2007-11-08 Luca AbeniRemove redundant "if(len)"
2007-10-30 Luca AbeniMark the source buffer as "const"
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-13 Carl Eugen HoyosMove base64.[ch] to libavutil.