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_hue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: replace passthrough_filter_frame with a flag.
Clément Bœsch
2013-05-12
1
-1
/
+1
*
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
1
-1
/
+2
*
lavfi/hue: rework logic for setting commands
Stefano Sabatini
2013-04-23
1
-16
/
+39
*
lavfi: add timeline support.
Clément Bœsch
2013-04-23
1
-0
/
+1
*
lavfi: add frame counter into AVFilterLink and use it in filters.
Clément Bœsch
2013-04-23
1
-2
/
+1
*
lavfi/hue: add support for more alpha formats
Paul B Mahol
2013-04-12
1
-0
/
+1
*
lavfi/hue: copy alpha plane too
Paul B Mahol
2013-04-12
1
-1
/
+6
*
lavfi/hue: make do while (0) form meaningful.
Clément Bœsch
2013-04-12
1
-4
/
+4
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/hue: extend debugging message
Stefano Sabatini
2013-04-11
1
-2
/
+3
*
lavfi/hue: reindent after last commit
Stefano Sabatini
2013-04-11
1
-24
/
+23
*
lavfi/hue: apply major simplifications, and switch to AVOption-based system
Stefano Sabatini
2013-04-11
1
-83
/
+45
*
lavfi/hue: reindent.
Clément Bœsch
2013-03-10
1
-10
/
+10
*
lavfi/hue: add an optimized direct path.
Clément Bœsch
2013-03-10
1
-0
/
+8
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-7
/
+6
*
lavfi/hue: reindent after previous commit
Stefano Sabatini
2013-02-20
1
-30
/
+30
*
lavfi/hue: simplify parsing by making use of option shorthands
Stefano Sabatini
2013-02-20
1
-34
/
+3
*
lavfi/hue: move to ff_filter_frame.
Clément Bœsch
2012-12-02
1
-37
/
+14
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-20
/
+23
*
Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...
Hendrik Leppkes
2012-10-20
1
-1
/
+1
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-6
/
+6
*
lavfi/hue: simplify/fix setting logic in set_options()
Stefano Sabatini
2012-09-23
1
-18
/
+9
*
lavfi/hue: set to NULL freed pointers
Stefano Sabatini
2012-09-21
1
-1
/
+2
*
lavfi/hue: fix crash when resetting the saturation expression
Stefano Sabatini
2012-09-21
1
-0
/
+1
*
lavfi/hue: add dynamic expression evaluation support
Jérémy Tran
2012-09-15
1
-50
/
+195
*
vf_hue: fix AVOption defaults
Michael Niedermayer
2012-09-05
1
-3
/
+3
*
lavfi/hue: add process_command callback
Jérémy Tran
2012-08-31
1
-4
/
+41
*
lavfi: add priv class to filter definitions and flags to filter internal options
Stefano Sabatini
2012-08-18
1
-4
/
+6
*
lavfi/hue: add verbose debug message showing initial parameters
Stefano Sabatini
2012-08-16
1
-0
/
+2
*
lavfi/hue: reindent after previous commits
Stefano Sabatini
2012-08-16
1
-26
/
+26
*
lavfi/hue: apply misc fixes to default values setting
Stefano Sabatini
2012-08-16
1
-11
/
+10
*
lavfi/hue: add named options support
Jérémy Tran
2012-08-16
1
-7
/
+56
*
lavfi: add hue filter
Jérémy Tran
2012-08-13
1
-0
/
+202