index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
avutil.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add av_file_map() and av_file_unmap() functions.
Stefano Sabatini
2010-12-22
1
-1
/
+1
*
Add AVERROR_*_NOT_FOUND codes.
Nicolas George
2010-12-19
1
-1
/
+1
*
Deprecate avcodec_pix_fmt_string() in favor of
Stefano Sabatini
2010-12-04
1
-1
/
+1
*
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-08
1
-2
/
+10
*
Implement isnan() function evaluation.
Stefano Sabatini
2010-11-03
1
-1
/
+1
*
Make strmatch() return 1 only if the string compared against the
Stefano Sabatini
2010-11-01
1
-1
/
+1
*
Fix evaluation of expressions of the form: E1;E2.
Stefano Sabatini
2010-11-01
1
-1
/
+1
*
Install libavutil/opt.h, its API is public.
Stefano Sabatini
2010-10-08
1
-1
/
+1
*
Make av_cmp_q() work with infinities and NAN.
Michael Niedermayer
2010-10-05
1
-1
/
+1
*
Make av_d2q() manage the case in which the value to convert is inf.
Stefano Sabatini
2010-10-04
1
-1
/
+1
*
av_assert() system.
Michael Niedermayer
2010-09-30
1
-1
/
+1
*
Move av_set_options_string() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
Move av_get_token() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
Bump version and update APIchanges after r25210.
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
Move AVOptions from libavcodec to libavutil
Michael Niedermayer
2010-09-26
1
-0
/
+7
*
2nd try to fix av_log() repeated detection
Michael Niedermayer
2010-09-24
1
-1
/
+1
*
Add av_popcount() to libavutil/common.h and bump minor version
Tomas Härdin
2010-09-14
1
-1
/
+1
*
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
1
-1
/
+1
*
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
Stefano Sabatini
2010-09-04
1
-1
/
+1
*
Define macro AV_NE() and use it in libavdevice.
Stefano Sabatini
2010-08-17
1
-1
/
+1
*
Add the M_PHI constant, contains an approximation of the golden ratio
Stefano Sabatini
2010-07-22
1
-1
/
+1
*
Update lavu minor and add APIchanges entry after r24174 (add bswap.h
Stefano Sabatini
2010-07-11
1
-1
/
+1
*
Bump minor after read/write_line() to av_read/write_image_line()
Stefano Sabatini
2010-07-08
1
-1
/
+1
*
avutil: bump minor version for r23985 (install lfg.h)
Ramiro Polla
2010-07-02
1
-2
/
+2
*
Move colorspace.h from libavcodec to libavutil.
Stefano Sabatini
2010-07-01
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-3
/
+3
*
Add APIchanges entry and bump minor after av_compare_mod() addition.
Stefano Sabatini
2010-06-13
1
-1
/
+1
*
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
Stefano Sabatini
2010-06-05
1
-1
/
+1
*
Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()
Stefano Sabatini
2010-06-05
1
-1
/
+1
*
Bump libavutil minor version for the addition of av_get_random_seed
Martin Storsjö
2010-05-23
1
-2
/
+2
*
Make it possible for a log context to keep track of its parent context.
Michael Niedermayer
2010-05-19
1
-1
/
+1
*
Add means to adjust the log level per context.
Michael Niedermayer
2010-05-08
1
-1
/
+1
*
Make av_strerror() return -1 even in the case when av_strerror_r() is
Stefano Sabatini
2010-05-05
1
-1
/
+1
*
Add version to AVClass so we can add to and use fields of AVClass without ABI...
Michael Niedermayer
2010-04-28
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Move AVMediaType from libavcodec to libavutil.
Stefano Sabatini
2010-03-30
1
-1
/
+11
*
Implement av_strerror().
Stefano Sabatini
2010-03-25
1
-1
/
+1
*
Move error code definitions from libavcodec/avcodec.h to
Stefano Sabatini
2010-03-13
1
-1
/
+2
*
Bump minor number and add APIchanges entry after the inclusion of
Stefano Sabatini
2010-03-06
1
-1
/
+1
*
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-03-03
1
-1
/
+1
*
Bump minor for av_compare_ts()
Michael Niedermayer
2010-02-07
1
-1
/
+1
*
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
Stefano Sabatini
2010-01-30
1
-1
/
+1
*
Add macro AV_JOIN() for joining two tokens into one
Måns Rullgård
2010-01-27
1
-0
/
+4
*
Add an AV_PRAGMA() macro for constructing _Pragma() directives
Måns Rullgård
2010-01-22
1
-0
/
+1
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
Stefano Sabatini
2010-01-03
1
-2
/
+2
*
Add a function to convert a number to a av_malloced string.
Michael Niedermayer
2009-12-13
1
-1
/
+1
*
Implement av_bmg_next(), a Box-Muller Gaussian random generator.
Stefano Sabatini
2009-12-12
1
-2
/
+2
*
Make av_pix_fmt_descriptors use the same pixel format names as defined
Stefano Sabatini
2009-11-26
1
-1
/
+1
*
Make the pixdesc API public.
Stefano Sabatini
2009-11-24
1
-1
/
+1
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
1
-0
/
+10
[next]