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
...
*
vf_pixdesctest: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-0
/
+1
*
vf_hqdn3d: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-0
/
+2
*
vf_drawtext: don't leak the expressions.
Anton Khirnov
2013-05-17
1
-0
/
+8
*
vf_crop: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-0
/
+3
*
vf_setdar: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-13
/
+15
*
vf_drawbox: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-5
/
+5
*
vf_drawtext: do not reset the frame number in config_input.
Anton Khirnov
2013-05-17
1
-1
/
+0
*
vf_fps: move initializing pts from config_props to init.
Anton Khirnov
2013-05-17
1
-1
/
+2
*
vf_frei0r: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-0
/
+4
*
vf_gradfun: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-0
/
+1
*
vf_lut: make config_props work properly when called multiple times.
Anton Khirnov
2013-05-17
1
-0
/
+2
*
vf_pad: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-74
/
+74
*
vf_overlay: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-21
/
+21
*
vf_lut: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-60
/
+60
*
vf_libopencv: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-26
/
+26
*
vf_hqdn3d: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-42
/
+42
*
vf_hflip: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-8
/
+8
*
vf_gradfun: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-21
/
+21
*
vf_frei0r: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-66
/
+66
*
vf_format: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-5
/
+5
*
vf_fieldorder: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-6
/
+4
*
vf_fieldorder: cosmetics, remove an extra linebreak
Anton Khirnov
2013-05-16
1
-2
/
+1
*
vf_fade: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-28
/
+28
*
vf_drawtext: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-156
/
+156
*
vf_drawbox: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-24
/
+24
*
vf_delogo: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-15
/
+15
*
vf_cropdetect: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-41
/
+41
*
vf_crop: cosmetics, break lines
Anton Khirnov
2013-05-16
1
-3
/
+7
*
vf_crop: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-73
/
+79
*
vf_boxblur: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-45
/
+45
*
vf_blackframe: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-7
/
+7
*
vf_aspect: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-12
/
+12
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
7
-14
/
+0
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
5
-8
/
+8
*
lavfi: fix compatibility code for old vf_scale options syntax
Anton Khirnov
2013-05-15
1
-1
/
+1
*
avfiltergraph: simplify inserting conversion filters.
Anton Khirnov
2013-05-15
1
-6
/
+2
*
yadif: correct strides in filter_edges_16bit
James Darnley
2013-05-14
1
-0
/
+2
*
yadif: restore speed of the C filtering code
James Darnley
2013-05-14
3
-49
/
+37
*
af_asyncts: fix offset calculation
Anton Khirnov
2013-05-10
1
-4
/
+9
*
x86: vf_yadif: Remove stray dsputil_mmx #include
Diego Biurrun
2013-05-08
1
-1
/
+0
*
vf_scale: add endianness conversion pixel format in query_formats
Janne Grunau
2013-05-06
1
-2
/
+4
*
lavfi: let gcc realign the stack on public graph driving functions
Hendrik Leppkes
2013-05-04
2
-4
/
+8
*
avfilter: Add av_cold attributes to init/uninit functions
Diego Biurrun
2013-05-04
11
-17
/
+27
*
lavfi: add trim and atrim filters.
Anton Khirnov
2013-04-30
3
-0
/
+411
*
lavfi: add an asetpts filter
Anton Khirnov
2013-04-30
4
-7
/
+75
*
vf_setpts: cosmetics, reformat
Anton Khirnov
2013-04-30
1
-6
/
+6
*
graphparser: only print filter arguments if they are non-NULL
Anton Khirnov
2013-04-30
1
-1
/
+4
*
af_channelmap: ensure the output channel layout is valid.
Anton Khirnov
2013-04-30
1
-0
/
+6
*
af_channelmap: remove now unnecessary goto
Anton Khirnov
2013-04-30
1
-24
/
+11
*
vf_split: fix description
Anton Khirnov
2013-04-30
1
-1
/
+1
[prev]
[next]