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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump minor number and add APIchanges entry after the inclusion of
Stefano Sabatini
2010-03-06
1
-1
/
+1
*
Add av_stristr() function
Måns Rullgård
2010-03-06
2
-0
/
+26
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-3
/
+0
*
Move DECLARE_ALIGNED_{8,16} macros to mem.h
Måns Rullgård
2010-03-06
1
-0
/
+2
*
Add initial support for 12-bit color mode.
Janusz Krzysztofik
2010-03-05
2
-0
/
+53
*
Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is
Stefano Sabatini
2010-03-04
1
-0
/
+1
*
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-03-03
3
-3
/
+14
*
Fix build failure with fast_unaligned and non-gcc-compatible compilers
Måns Rullgård
2010-03-02
1
-1
/
+1
*
Revert r22119 and partially revert 22120.
Vitor Sessak
2010-03-01
2
-10
/
+0
*
Implement av_tree_destroy_free_elem() to destroy a tree and free all the
Vitor Sessak
2010-02-28
2
-0
/
+10
*
Include sha1.h from sha.c: It contains several prototypes.
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Extend doxy for the src parameter of av_fifo_generic_write().
Stefano Sabatini
2010-02-24
1
-1
/
+2
*
AV_COPY16() & AV_ZERO16()
Michael Niedermayer
2010-02-24
1
-0
/
+8
*
Add PUT_UTF16() macro.
Anton Khirnov
2010-02-24
1
-0
/
+30
*
Clarify non constness of src in av_fifo_generic_write()
Michael Niedermayer
2010-02-23
1
-0
/
+1
*
ARM: change argument/return type of bswap_16() to unsigned 32-bit
Måns Rullgård
2010-02-22
1
-2
/
+2
*
More accurate value for log2(10)
Måns Rullgård
2010-02-21
1
-1
/
+1
*
Replace log2f(10) with a constant
Måns Rullgård
2010-02-20
1
-0
/
+3
*
Add casts to correct return type in macros for missing libm funcs
Måns Rullgård
2010-02-20
1
-3
/
+3
*
Gcc attribute may_alias is not supported (or silently ignored) by all support...
Carl Eugen Hoyos
2010-02-20
1
-1
/
+1
*
TOMI: 16- and 32-bit intreadwrite functions
Måns Rullgård
2010-02-19
2
-0
/
+150
*
Add alias-safe aligned AV_[RW]N macros
Måns Rullgård
2010-02-18
1
-0
/
+32
*
Use alias-safe types in AV_COPY/SWAP/ZERO macros
Måns Rullgård
2010-02-18
1
-3
/
+8
*
Use alias-safe types in AV_[RW] macros
Måns Rullgård
2010-02-18
1
-7
/
+7
*
Add alias-safe union typedefs
Måns Rullgård
2010-02-18
1
-0
/
+22
*
Move read_line() and write_line() definition from pixdesc.h to
Stefano Sabatini
2010-02-16
2
-78
/
+84
*
Simplify expression as suggested by Måns Rullgård
Kostya Shishkov
2010-02-11
1
-1
/
+1
*
Make SHA digest function write digest value with AV_WN32 instead of assuming
Kostya Shishkov
2010-02-11
1
-1
/
+2
*
Define missing llrint() as macro instead of inline function
Måns Rullgård
2010-02-09
1
-4
/
+2
*
Bump minor for av_compare_ts()
Michael Niedermayer
2010-02-07
1
-1
/
+1
*
av_compare_ts()
Michael Niedermayer
2010-02-07
2
-0
/
+17
*
Fix grammar: write to DST THING -> write THING to DST.
Stefano Sabatini
2010-01-31
1
-4
/
+4
*
Remove duplicated word in av_strlcat() doxy.
Stefano Sabatini
2010-01-30
1
-1
/
+1
*
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
Stefano Sabatini
2010-01-30
3
-1
/
+51
*
Add AV_COPY32
Måns Rullgård
2010-01-29
1
-0
/
+4
*
Define av_alias if supported by compiler
Måns Rullgård
2010-01-29
1
-0
/
+8
*
Add --malloc-prefix to apply a prefix to malloc, free etc
Måns Rullgård
2010-01-28
1
-0
/
+17
*
Add macro AV_JOIN() for joining two tokens into one
Måns Rullgård
2010-01-27
1
-0
/
+4
*
DECLARE_ALIGNED macro for TMS470 compiler
Måns Rullgård
2010-01-22
1
-0
/
+7
*
Add an AV_PRAGMA() macro for constructing _Pragma() directives
Måns Rullgård
2010-01-22
1
-0
/
+1
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-4
/
+4
*
Make DECLARE_ALIGNED macros work with external array specifiers
Måns Rullgård
2010-01-21
1
-3
/
+3
*
H264 DXVA2 implementation
Laurent Aimar
2010-01-20
2
-0
/
+7
*
Move COPY3_IF_LT to lavc/mathops.h
Måns Rullgård
2010-01-20
1
-19
/
+0
*
Move FASTDIV macro to intmath.h
Måns Rullgård
2010-01-19
4
-38
/
+109
*
Use avconfig.h in pixfmt.h
Måns Rullgård
2010-01-19
1
-4
/
+3
*
Create and install libavutil/avconfig.h
Måns Rullgård
2010-01-19
1
-0
/
+2
*
Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.
Alexander Strange
2010-01-18
2
-2
/
+141
*
Mark all intreadwrite functions av_always_inline
Måns Rullgård
2010-01-18
4
-32
/
+32
*
Make sure we do not export incorrect _NE pixformat descriptions by either
Reimar Döffinger
2010-01-17
1
-0
/
+3
[next]