Stefano Sabatini
|
e8a9b64410
lavu/base64: add AV_BASE64_DECODE_SIZE() macro
|
8 years ago |
Stefano Sabatini
|
69d75dc4dd
lavu/base64: extend/clarify doxy for the base64 API
|
12 years ago |
Michael Niedermayer
|
0b9a69f244
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
757cd8d876
doxy: provide a start page and document libavutil
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Måns Rullgård
|
ffd31cfef3
base64: improve documentation
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Howard Chu
|
31878fcf43
Add AV_BASE64_SIZE() macro
|
14 years ago |
Stefano Sabatini
|
bf7e799c9e
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
|
15 years ago |
Stefano Sabatini
|
74afdc5535
Document the av_base64_encode/decode functions.
|
15 years ago |
Stefano Sabatini
|
ac76729c10
Cosmetics: "* out" -> "*out" for consistency with the other
|
15 years ago |
Stefano Sabatini
|
5118bd441d
Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".
|
15 years ago |
Stefano Sabatini
|
52ef50a080
Cosmetics: prefer out/in over buf/src for the parameter names of
|
15 years ago |
Stefano Sabatini
|
61ccbc52ea
Cosmetics: consistently prefer "size" over "len"/"length" for the
|
15 years ago |
Diego Biurrun
|
bfe3676feb
spelling/grammar/consistency review part II
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Luca Abeni
|
e76e2bbc09
Mark the source buffer as "const"
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Guillaume Poirier
|
efb775777f
add a comment to indicate which #endif belong to which #define
|
17 years ago |
Måns Rullgård
|
699b3f99d0
add multiple inclusion guards to headers
|
17 years ago |
Måns Rullgård
|
99545457bf
include all prerequisites in header files
|
17 years ago |
Luca Barbato
|
bd03c380ce
expose av_base64_decode and av_base64_encode
|
17 years ago |
Luca Barbato
|
558b86a5d0
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
|
17 years ago |
Luca Barbato
|
9fca9c0316
Reverting stray commit part I
|
17 years ago |
Luca Barbato
|
bb0eb714bd
get_packetheader() forgot to read the header_checksum in big packets
|
17 years ago |
Carl Eugen Hoyos
|
034ef0e8c3
Move base64.[ch] to libavutil.
|
17 years ago |