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
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add metadata injection to blackdetect
Billy Shambrook
2014-05-24
1
-0
/
+5
*
lavfi/vf_fps: use av_fifo_alloc_array
Lukasz Marek
2014-05-20
1
-1
/
+1
*
lavfi/buffersink: use av_fifo_alloc_array
Lukasz Marek
2014-05-20
1
-1
/
+1
*
avfilter/edgedetect: reuse already defined ctx.
Clément Bœsch
2014-05-17
1
-1
/
+1
*
avfilter/vignette: reindent after previous commit.
Clément Bœsch
2014-05-16
1
-6
/
+6
*
avfilter/vignette: add direct rendering.
Clément Bœsch
2014-05-16
1
-2
/
+8
*
vignette: reuse already declared ctx.
Clément Bœsch
2014-05-16
1
-1
/
+1
*
avfilter/vignette: fix input frame memory leak.
Masa Utashiro
2014-05-16
1
-0
/
+1
*
avfilter/vsrc_mandelbrot: use av_malloc_array()
Michael Niedermayer
2014-05-15
1
-3
/
+3
*
avfilter/lut3d: move the scale calc out of the inner loop.
Clément Bœsch
2014-05-14
1
-1
/
+1
*
avfilter/vf_removelogo: use av_malloc_array()
Michael Niedermayer
2014-05-14
1
-3
/
+3
*
avfilter/vf_hqdn3: use av_malloc_array()
Michael Niedermayer
2014-05-14
1
-2
/
+2
*
build: move ebur128 swr dep to configure.
Clément Bœsch
2014-05-13
1
-2
/
+0
*
Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'
Michael Niedermayer
2014-05-13
1
-21
/
+0
|
\
|
*
build: handle library dependencies in configure
Janne Grunau
2014-05-13
1
-5
/
+0
*
|
avfilter/buffer: Use av_malloc_array()
Michael Niedermayer
2014-05-12
1
-1
/
+1
*
|
avcodec/buffersrc: use av_mallocz_array()
Michael Niedermayer
2014-05-12
1
-1
/
+1
*
|
libmpcodecs/vf_uspp: check avcodec_open() return code
michael
2014-05-11
1
-1
/
+2
*
|
avfilter/vf_removelogo: fix memleak on failure
Michael Niedermayer
2014-05-10
1
-2
/
+6
*
|
avfilter/vf_lut3d: check size in parse_dat()
Michael Niedermayer
2014-05-10
1
-1
/
+6
*
|
libmpcodecs: Fix compilation due to missing static in suncc.
Matt Oliver
2014-05-09
3
-3
/
+3
*
|
avfilter/phase: make the main loop readable.
Clément Bœsch
2014-05-08
1
-4
/
+9
*
|
avfilter/phase: add some constness for RO data pointers.
Clément Bœsch
2014-05-08
1
-5
/
+5
*
|
avfilter/phase: add timeline support.
Clément Bœsch
2014-05-08
1
-0
/
+10
*
|
avfilter/phase: avoid a memcpy per frame.
Clément Bœsch
2014-05-08
1
-8
/
+4
*
|
avfilter/phase: do not pass the whole context to analyze_plane().
Clément Bœsch
2014-05-08
1
-4
/
+2
*
|
avfilter/phase: add comment on the context cached frame.
Clément Bœsch
2014-05-08
1
-1
/
+1
*
|
avfilter/af_compand: Silence "may be used uninitialized" warning
Michael Niedermayer
2014-05-08
1
-0
/
+1
*
|
lavfi: use av_fifo_freep
Lukasz Marek
2014-05-07
3
-5
/
+3
*
|
avfilter/aeval: silence "may be used uninitialized" warning
Michael Niedermayer
2014-05-07
1
-1
/
+1
*
|
avfilter/af_bs2b: Fix incompatible pointer type warnings
Michael Niedermayer
2014-05-06
1
-4
/
+4
*
|
avfilter/f_select: fix incompatible pointer type warning
Michael Niedermayer
2014-05-05
1
-1
/
+1
*
|
avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.
Clément Bœsch
2014-05-04
1
-8
/
+15
*
|
avfilter/vf_deshake: dont pass the wrong context into the SAD functions
Michael Niedermayer
2014-05-03
1
-1
/
+1
*
|
avfilter/audio: use av_mallocz_array()
Michael Niedermayer
2014-05-03
1
-2
/
+2
*
|
avfilter/edgedetect: update copyright.
Clément Bœsch
2014-05-03
1
-1
/
+1
*
|
avfilter/edgedetect: reindent after previous commit.
Clément Bœsch
2014-05-03
1
-28
/
+26
*
|
avfilter/edgedetect: add a colormix mode.
Clément Bœsch
2014-05-03
1
-17
/
+79
*
|
avfilter/edgedetect: make processing functions context free.
Clément Bœsch
2014-05-03
1
-15
/
+18
*
|
Remove two duplicated named asm constraints.
Carl Eugen Hoyos
2014-05-03
1
-1
/
+1
*
|
vfilter/vf_yadif: fix request_frame after 0f9f24c9
Michael Niedermayer
2014-05-03
1
-1
/
+1
*
|
avfilter/vf_showinfo: also calculate and show mean and standard deviation
Michael Niedermayer
2014-05-03
1
-1
/
+23
*
|
libavfilter/libmpcodecs: sync existing filters with mplayer HEAD (ebcacb8b3ca...
mplayer developers
2014-05-03
8
-34
/
+84
*
|
avfilter/vf_yadif: fix filtering a single image
Michael Niedermayer
2014-05-02
1
-5
/
+5
*
|
Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'
Michael Niedermayer
2014-05-01
4
-1
/
+225
|
\
\
|
|
/
|
*
lavfi: add Bauer stereo-to-binaural audio filter
Alessandro Ghedini
2014-05-01
4
-1
/
+225
*
|
lavfi/subtitles: introduce stream_index
ValdikSS
2014-05-01
1
-2
/
+22
*
|
Move av_find_best_pix_fmt_of_2() from avcodec to avutil
Michael Niedermayer
2014-04-30
1
-2
/
+1
*
|
lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.
Nicolas George
2014-04-29
1
-2
/
+35
*
|
avfilter/graphdump: Fix pointer to local outside scope
Michael Niedermayer
2014-04-28
1
-1
/
+2
[next]