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
*
Merge commit '328e9a15c568843580ff3ff490748d545f16def8'
Derek Buitenhuis
2016-04-13
1
-1
/
+0
|
\
|
*
buffer: drop a reference to a non-existing function from the docs
Anton Khirnov
2016-03-07
1
-1
/
+0
*
|
Merge commit '7480d001312d9ba706333ec970264ed9df3f82cb'
Derek Buitenhuis
2016-04-13
1
-1
/
+1
|
\
\
|
|
/
|
*
pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy
Anton Khirnov
2016-03-07
1
-1
/
+1
*
|
Merge commit '7a6cf2771414c7ab8bca0811d589f6091a6e2b71'
Derek Buitenhuis
2016-04-13
1
-2
/
+3
|
\
\
|
|
/
|
*
lavu: improve documentation of some AVFrame functions
wm4
2016-03-05
1
-1
/
+13
*
|
lavu/base64: add AV_BASE64_DECODE_SIZE() macro
Stefano Sabatini
2016-04-02
2
-3
/
+8
*
|
lavu: improve documentation of some AVFrame functions
wm4
2016-04-01
1
-0
/
+11
*
|
fix some a/an typos
Lou Logan
2016-03-28
3
-4
/
+4
*
|
lavu/dict: Add new flag to allow multiple equal keys.
Thilo Borgmann
2016-03-25
2
-3
/
+7
*
|
avutil/parseutils: mark args as static const
Michael Niedermayer
2016-03-24
1
-1
/
+1
*
|
Added more tests to libavutil/parseutils.c
Petru Rares Sincraian
2016-03-24
1
-0
/
+36
*
|
Refactor libavutil/parseutils.c
Petru Rares Sincraian
2016-03-24
1
-163
/
+175
*
|
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
Ganesh Ajjanagadde
2016-03-22
3
-36
/
+68
*
|
Added a selftest to libavutil/display.c
Petru Rares Sincraian
2016-03-22
3
-0
/
+45
*
|
lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)
Ganesh Ajjanagadde
2016-03-18
1
-0
/
+16
*
|
avutil/dict: add warning to docs about invalidating existing entries when add...
Marton Balint
2016-03-15
1
-0
/
+3
*
|
avutil/dict: do not realloc entries when deleting a non-existing item
Marton Balint
2016-03-15
1
-1
/
+1
*
|
lavu/lfg-test: add simple sample mean, stddev checks
Ganesh Ajjanagadde
2016-03-13
1
-2
/
+18
*
|
avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()
Michael Niedermayer
2016-03-12
4
-46
/
+76
*
|
avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...
Michael Niedermayer
2016-03-10
1
-1
/
+6
*
|
avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
Martin Cracauer
2016-03-10
1
-1
/
+1
*
|
Add tests for functions in hash.c
NagaChaitanya Vellanki
2016-03-09
2
-0
/
+43
*
|
mips: add support for R6
Vicente Olivert Riera
2016-03-09
1
-0
/
+4
*
|
avutil/color_utils: Mark test_data as static const
Michael Niedermayer
2016-03-03
1
-1
/
+1
*
|
Add test for avpriv_get_trc_function_from_trc function
NagaChaitanya Vellanki
2016-03-03
2
-0
/
+30
*
|
lavu/rational: add more info regarding floor(x+0.5) usage
Ganesh Ajjanagadde
2016-02-29
1
-1
/
+2
*
|
Document and validate AVFrame plane pointers.
Reimar Döffinger
2016-02-28
1
-0
/
+3
*
|
avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...
Michael Niedermayer
2016-02-28
1
-1
/
+4
*
|
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
Derek Buitenhuis
2016-02-24
7
-8
/
+0
|
\
\
|
|
/
|
*
cosmetics: Drop empty comment lines
Diego Biurrun
2016-02-18
7
-8
/
+0
*
|
Merge commit 'd847a40888c064cc8c35b546fc5a0ccb69136a7c'
Derek Buitenhuis
2016-02-24
1
-0
/
+2
|
\
\
|
|
/
|
*
hwcontext_cuda/vdpau: add to skipheaders
Anton Khirnov
2016-02-18
1
-0
/
+2
*
|
Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'
Derek Buitenhuis
2016-02-24
6
-0
/
+323
|
\
\
|
|
/
|
*
hwcontext: add a CUDA implementation
Anton Khirnov
2016-02-14
6
-0
/
+323
*
|
Merge commit '7bc780cd4413f688d3b834037b0f9ddfd6948140'
Derek Buitenhuis
2016-02-24
2
-0
/
+10
|
\
\
|
|
/
|
*
pixfmt: add a CUDA hwaccelled format
Anton Khirnov
2016-02-14
2
-0
/
+10
*
|
Add GBRAP12 pixel format
Kieran Kunhya
2016-02-24
3
-1
/
+33
*
|
avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
Michael Niedermayer
2016-02-22
1
-0
/
+4
*
|
avfilter: add loop filters
Paul B Mahol
2016-02-18
2
-0
/
+41
*
|
avutil/hwcontext: Remove duplicate ;
Michael Niedermayer
2016-02-17
1
-1
/
+1
*
|
Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42'
Derek Buitenhuis
2016-02-17
5
-0
/
+459
|
\
\
|
|
/
|
*
hwcontext: add a VDPAU implementation
Anton Khirnov
2016-02-14
5
-0
/
+459
*
|
Merge commit '89923e418b494e337683442ab896d754bc07341a'
Derek Buitenhuis
2016-02-17
6
-0
/
+831
|
\
\
|
|
/
|
*
lavu: add a framework for handling hwaccel frames
Anton Khirnov
2016-02-14
6
-0
/
+832
*
|
Merge commit '721a4efc0545548a241080b53ab480e34f366240'
Derek Buitenhuis
2016-02-17
4
-3
/
+48
|
\
\
|
|
/
|
*
buffer: add support for pools using caller data in allocation
Anton Khirnov
2016-02-14
4
-2
/
+47
|
*
x86: Add ymm_reg struct
James Almer
2016-01-28
1
-0
/
+1
*
|
Merge commit '6695f178a5929eab91d3da7e9023999f1774bd0e'
Derek Buitenhuis
2016-02-16
1
-3
/
+3
|
\
\
|
|
/
|
*
pixdesc: Use AV_CEIL_RSHIFT in documentation
Vittorio Giovara
2016-01-25
1
-3
/
+3
[next]