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
/
vf_curves.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: don't anonymously typedef structs
Paul B Mahol
2017-05-13
1
-1
/
+1
*
avfilter: make use of ff_filter_get_nb_threads
Paul B Mahol
2016-08-29
1
-1
/
+1
*
lavfi/curves: fix meaningless const int returned value
Clément Bœsch
2016-07-26
1
-2
/
+2
*
lavfi/curves: prefix init and uninit function names
Clément Bœsch
2016-07-24
1
-4
/
+4
*
lavfi/curves: pass log ctx as void* instead of AVFilterContext*
Clément Bœsch
2016-07-24
1
-4
/
+4
*
lavfi/curves: reindent after previous commit
Clément Bœsch
2016-07-24
1
-13
/
+13
*
lavfi/curves: add 16-bit support
Clément Bœsch
2016-07-24
1
-27
/
+70
*
lavfi/curves: move alloc and init of LUTs inside config_input()
Clément Bœsch
2016-07-24
1
-29
/
+32
*
lavfi/curves: dynamically allocate LUTs
Clément Bœsch
2016-07-24
1
-2
/
+15
*
lavfi/curves: add various const where it makes sense
Clément Bœsch
2016-07-24
1
-17
/
+17
*
lavfi/curves: remove pointless logging since the addition of plot option
Clément Bœsch
2016-07-24
1
-5
/
+0
*
lavfi/curves: add plot option
Clément Bœsch
2016-07-24
1
-0
/
+64
*
lavfi/curves: do not automatically insert points at x=0 and x=1
Clément Bœsch
2016-07-24
1
-42
/
+48
*
avfilter: handle error in query_formats() of a bunch of random video filters
Clément Bœsch
2015-03-16
1
-2
/
+4
*
avfilter/vf_curves: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
2015-03-08
1
-1
/
+1
*
avfilter/curves: fix resource leaks.
Clément Bœsch
2014-04-27
1
-2
/
+4
*
avfilter/curves: support slice threading.
Clément Bœsch
2014-02-13
1
-25
/
+41
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
lavfi: cosmetics: fix vertical alignment for pads in some filters
Paul B Mahol
2013-05-14
1
-5
/
+5
*
lavfi: replace passthrough_filter_frame with a flag.
Clément Bœsch
2013-05-12
1
-1
/
+1
*
lavfi/curves: avoid ctx pointer indirection.
Clément Bœsch
2013-05-10
1
-1
/
+1
*
lavfi/curves: add support for more rgb formats
Paul B Mahol
2013-04-26
1
-19
/
+53
*
lavfi: add timeline support.
Clément Bœsch
2013-04-23
1
-0
/
+1
*
lavfi/curves: fix memleak after master component dition.
Clément Bœsch
2013-04-15
1
-1
/
+1
*
lavfi/curves: add support for Photoshop curves files (.acv).
Clément Bœsch
2013-04-15
1
-0
/
+65
*
lavfi/curves: add support for master component.
Clément Bœsch
2013-04-15
1
-19
/
+33
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/curves: introduce "all" field in presets and use it.
Clément Bœsch
2013-04-11
1
-31
/
+14
*
lavfi/curves: make possible to customize presets.
Clément Bœsch
2013-04-11
1
-8
/
+3
*
lavfi/curves: fix a spacing weirdness.
Clément Bœsch
2013-04-11
1
-1
/
+1
*
lavfi/curves: switch to an AVOptions-based system.
Clément Bœsch
2013-04-10
1
-10
/
+8
*
vf_curves: add option to set all curves at once
Michael Niedermayer
2013-04-10
1
-1
/
+12
*
lavfi/curves: make use of options to store the preset names.
Clément Bœsch
2013-04-01
1
-42
/
+56
*
lavfi/curves: add forgotten strong_contrast preset.
Clément Bœsch
2013-03-26
1
-0
/
+5
*
lavfi/curves: support preset shorthand.
Clément Bœsch
2013-03-26
1
-7
/
+3
*
lavfi/curves: add presets support.
Clément Bœsch
2013-03-25
1
-0
/
+73
*
lavfi: add curves filter.
Clément Bœsch
2013-03-10
1
-0
/
+363