index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil: install lfg.h
Ramiro Polla
2010-07-02
1
-0
/
+1
*
Fix parameter name and position in av_crc_init Doxygen documentation.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Avoid square brackets in Doxygen comments; Doxygen chokes on them.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Add parameter names to av_log/av_vlog function declarations.
Diego Biurrun
2010-07-02
1
-3
/
+3
*
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-07-02
1
-2
/
+2
*
Move colorspace.h from libavcodec to libavutil.
Stefano Sabatini
2010-07-01
2
-1
/
+112
*
random_seed: simplify
Måns Rullgård
2010-07-01
1
-5
/
+3
*
Reindent
Måns Rullgård
2010-07-01
1
-1
/
+1
*
random_seed: allow to block on /dev/random
Måns Rullgård
2010-07-01
1
-3
/
+0
*
Improve FF_SYMVER documentation
Måns Rullgård
2010-06-30
1
-6
/
+15
*
Improve av_strerror() documentation
Måns Rullgård
2010-06-30
1
-0
/
+2
*
Improve GET_UTF{8,16} documentation
Måns Rullgård
2010-06-30
1
-23
/
+18
*
aes: improve av_aes_crypt() documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
adler32: add API documentation
Måns Rullgård
2010-06-30
1
-0
/
+12
*
base64: improve documentation
Måns Rullgård
2010-06-30
1
-13
/
+13
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
20
-89
/
+89
*
Make av_get_random_seed() non-blocking
Måns Rullgård
2010-06-30
1
-10
/
+24
*
Change AES code to be strict-aliasing-safe.
Reimar Döffinger
2010-06-30
1
-32
/
+42
*
Pass subshift an argument of the proper type.
Reimar Döffinger
2010-06-28
1
-1
/
+1
*
Use a consistent type for multbl array function parameters.
Reimar Döffinger
2010-06-28
1
-3
/
+3
*
Add missing avutil.h include to libavutil/mem.h
Måns Rullgård
2010-06-26
1
-0
/
+1
*
Print a space after the AVClass prefix.
Jai Menon
2010-06-25
1
-2
/
+2
*
Add av_clip_int8(), used in the upcoming VP8 decoder.
Ronald S. Bultje
2010-06-22
1
-0
/
+11
*
Add missing parentheses in MKTAG and MKBETAG macros.
Benoit Fouet
2010-06-22
1
-2
/
+2
*
Add more tests to eval, help detecting some of the more apparent
Stefano Sabatini
2010-06-16
1
-0
/
+38
*
Make av_parse_expr() fail if there are trailing chars at the end of
Stefano Sabatini
2010-06-16
1
-0
/
+6
*
Improve av_parse_eval() error reporting.
Stefano Sabatini
2010-06-16
1
-5
/
+5
*
icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.
Carl Eugen Hoyos
2010-06-16
1
-1
/
+1
*
Document FF_SYMVER and attribute_used
Michael Niedermayer
2010-06-16
1
-0
/
+15
*
Fix symbol version compat wrappers on systems with export prefixes
Måns Rullgård
2010-06-15
1
-5
/
+5
*
Add compatibility wrappers for functions moved from lavf to lavc
Måns Rullgård
2010-06-15
1
-0
/
+11
*
Fix compilation on windows CE
Martin Storsjö
2010-06-14
1
-2
/
+2
*
Fix av_compare_mod() doxy.
Stefano Sabatini
2010-06-13
1
-5
/
+7
*
Add APIchanges entry and bump minor after av_compare_mod() addition.
Stefano Sabatini
2010-06-13
1
-1
/
+1
*
log.c: Use parameter passed to macro instead of the equivalent local variable
Ramiro Polla
2010-06-09
1
-1
/
+1
*
Add win32 console color output.
Ramiro Polla
2010-06-09
1
-3
/
+23
*
Move ansi color array to outside of av_log_default_callback(). Do not pass
Ramiro Polla
2010-06-09
1
-4
/
+4
*
Rename use_ansi_color to use_color so it is not ANSI-specific.
Ramiro Polla
2010-06-09
1
-6
/
+6
*
Add av_compare_mod()
Michael Niedermayer
2010-06-09
2
-0
/
+16
*
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
Stefano Sabatini
2010-06-05
4
-1
/
+661
*
Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()
Stefano Sabatini
2010-06-05
1
-1
/
+1
*
Use AV_BASE64_SIZE() macro
Howard Chu
2010-06-04
1
-1
/
+1
*
Add AV_BASE64_SIZE() macro
Howard Chu
2010-06-04
1
-0
/
+5
*
Deprecate PIX_FMT_YUVJ*
Michael Niedermayer
2010-06-03
1
-4
/
+4
*
Convert NaN to 0/0 in av_d2q
David Conrad
2010-05-24
1
-0
/
+2
*
Bump libavutil minor version for the addition of av_get_random_seed
Martin Storsjö
2010-05-23
1
-2
/
+2
*
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
Martin Storsjö
2010-05-23
3
-2
/
+12
*
Print parent log context too, if available.
Michael Niedermayer
2010-05-19
1
-3
/
+9
*
Make it possible for a log context to keep track of its parent context.
Michael Niedermayer
2010-05-19
2
-1
/
+9
*
av_default_item_name() so Simply AVClasses need 1 function less.
Michael Niedermayer
2010-05-19
2
-0
/
+5
[next]