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_extractplanes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/extractplanes: add support for 12-bit YUVA formats
Gyan Doshi
2019-01-17
1
-0
/
+2
*
avfilter/vf_extractplanes: use ff_outlink_get_status()
Paul B Mahol
2018-11-03
1
-4
/
+2
*
avfilter/vf_extractplanes: define higher depth formats with macro
Paul B Mahol
2018-09-09
1
-62
/
+35
*
avfilter/vf_extractplanes: define common 8-bit pixel formats
Paul B Mahol
2018-09-09
1
-34
/
+22
*
avfilter/vf_extractplanes: fix 14bit format extraction
Paul B Mahol
2018-09-09
1
-0
/
+8
*
avfilter/vf_extractplanes: add support for extracting planes with 14 depth
Paul B Mahol
2018-05-05
1
-0
/
+6
*
avfilter/vf_extractplanes: check ff_insert_outpad() for failure
Paul B Mahol
2017-08-25
1
-2
/
+5
*
avfilter/vf_extractplanes: add 9 bitdepth support
Paul B Mahol
2017-08-07
1
-0
/
+20
*
avfilter: don't anonymously typedef structs
Paul B Mahol
2017-05-13
1
-1
/
+1
*
lavfi: make filter_frame non-recursive.
Nicolas George
2016-12-18
1
-1
/
+5
*
avfilter/vf_extractplanes: add extract support for 10bit and 12bit formats
Paul B Mahol
2016-11-29
1
-0
/
+38
*
lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.
Carl Eugen Hoyos
2016-03-07
1
-0
/
+4
*
lavfi/extractplanes: Fix in_pixfmts.
Carl Eugen Hoyos
2016-03-07
1
-10
/
+32
*
lavfi/extractplanes: Move endianness calculation up.
Carl Eugen Hoyos
2016-03-07
1
-4
/
+4
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-2
/
+2
*
lavfi: replace link.closed by link.status.
Nicolas George
2015-12-22
1
-1
/
+1
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-3
/
+5
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-4
/
+4
*
avfilter/vf_extractplanes: use faster path for input formats with only one co...
Paul B Mahol
2015-07-01
1
-1
/
+2
*
avfilter/vf_extractplanes: rename misleading variable
Paul B Mahol
2015-07-01
1
-3
/
+3
*
avfilter/vf_extractplanes: support more pixel formats
Paul B Mahol
2015-07-01
1
-0
/
+2
*
avfilter/vf_extractplanes: use the name 's' for the pointer to the private co...
Paul B Mahol
2015-01-28
1
-20
/
+20
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-2
/
+2
*
avfilter: add av_cold to init()
Paul B Mahol
2013-09-27
1
-2
/
+2
*
Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'
Michael Niedermayer
2013-05-18
1
-2
/
+2
*
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-05-15
1
-6
/
+6
*
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
1
-2
/
+2
*
lavfi: remove alphaextract special code
Paul B Mahol
2013-05-09
1
-0
/
+25
*
lavfi/extractplanes: packed rgb support
Paul B Mahol
2013-05-08
1
-6
/
+61
*
lavfi: add gbrap support to some filters
Paul B Mahol
2013-05-08
1
-1
/
+2
*
avfilter: add av_cold to uninit()
Michael Niedermayer
2013-05-06
1
-1
/
+1
*
extractplanes filter
Paul B Mahol
2013-05-03
1
-0
/
+254