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_transpose.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/transpose: add missing const options flags
Clément Bœsch
2016-12-27
1
-4
/
+4
*
avfilter: make use of ff_filter_get_nb_threads
Paul B Mahol
2016-08-29
1
-1
/
+1
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-3
/
+3
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-3
/
+4
*
avfilter/vf_transpose: use the name 's' for the pointer to the private context
Ganesh Ajjanagadde
2015-09-10
1
-23
/
+23
*
avfilter/vf_transpose: Fix rounding error
Michael Niedermayer
2015-06-30
1
-1
/
+1
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+1
*
avfilter/vf_transpose: Change enums to int, which are accessed via AVOption a...
Michael Niedermayer
2015-03-30
1
-2
/
+2
*
avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NB
Michael Niedermayer
2014-05-27
1
-1
/
+1
*
Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'
Michael Niedermayer
2014-04-19
1
-1
/
+1
|
\
|
*
lavfi: name anonymous structs
Vittorio Giovara
2014-04-19
1
-1
/
+1
*
|
Merge commit '6ee55c7b111eec6c51dfdc0fddbd46f5dd867fa3'
Michael Niedermayer
2014-03-25
1
-29
/
+34
|
\
\
|
|
/
|
*
vf_transpose: K&R formatting cosmetics
Vittorio Giovara
2014-03-25
1
-33
/
+35
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-1
/
+1
*
|
avfilter: remove duplicate includes
Michael Niedermayer
2013-09-21
1
-1
/
+0
*
|
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-15
/
+12
*
|
avfilter/vf_traspose: move switch out of loop
Paul B Mahol
2013-09-11
1
-15
/
+23
*
|
lavfi/transpose: call av_frame_copy_props()
Paul B Mahol
2013-08-16
1
-2
/
+1
*
|
lavfi/transpose: support slice threading
Paul B Mahol
2013-08-16
1
-25
/
+47
*
|
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-05-15
1
-3
/
+3
*
|
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
1
-2
/
+2
*
|
lavfi/transpose: apply grammar consistency fixes to transpose dir option
Stefano Sabatini
2013-04-28
1
-5
/
+5
*
|
lavfi/transpose: reindent constants
Stefano Sabatini
2013-04-27
1
-3
/
+3
*
|
lavfi/transpose: restore validity of values in range 4-7
Stefano Sabatini
2013-04-27
1
-2
/
+1
*
|
Merge commit '0c2466dec719b933d161f5d680a57fde38aa5daa'
Michael Niedermayer
2013-04-11
1
-26
/
+32
|
\
\
|
|
/
|
*
vf_transpose: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-22
/
+30
*
|
lavfi/vf_transpose: use standard options parsing.
Nicolas George
2013-03-20
1
-12
/
+3
*
|
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-16
/
+15
|
\
\
|
|
/
|
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-13
/
+12
|
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-48
/
+36
*
|
lavfi/transpose: support more pix fmts
Paul B Mahol
2013-02-13
1
-22
/
+24
*
|
lavfi: declare arrays that never change as static const
Paul B Mahol
2012-12-21
1
-1
/
+1
*
|
vf_transpose: switch to filter_frame
Michael Niedermayer
2012-11-28
1
-60
/
+36
*
|
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
Michael Niedermayer
2012-10-12
1
-4
/
+5
|
\
\
|
|
/
|
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-4
/
+5
*
|
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
Michael Niedermayer
2012-10-11
1
-12
/
+24
|
\
\
|
|
/
|
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-10
/
+22
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-19
/
+19
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-22
/
+22
*
|
lavfi/transpose: add passthrough option
Stefano Sabatini
2012-10-02
1
-9
/
+27
*
|
lavfi/transpose: add support to named options and shortands
Stefano Sabatini
2012-10-02
1
-9
/
+17
*
|
lavfi/transpose: implement landscape passthrough mode
Stefano Sabatini
2012-09-04
1
-4
/
+39
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+3
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-7
/
+16
|
\
\
|
|
/
|
*
lavfi: check all avfilter_ref_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-1
/
+5
|
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
1
-4
/
+6
|
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-2
/
+5
*
|
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'
Michael Niedermayer
2012-07-22
1
-11
/
+11
|
\
\
|
|
/
[next]