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_rotate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/vf_rotate: correct log message
Ganesh Ajjanagadde
2015-11-03
1
-2
/
+2
*
avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear option
Clément Bœsch
2015-09-08
1
-1
/
+1
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+4
*
Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...
Michael Niedermayer
2015-03-18
1
-1
/
+1
*
Add missing "const" all over the place.
Reimar Döffinger
2014-08-29
1
-2
/
+2
*
avfilter/vf_rotate: make int*90° rotates suck less speedwise
Michael Niedermayer
2014-04-19
1
-0
/
+77
*
avfilter/vf_rotate: fix several of by 1 errors
Michael Niedermayer
2014-04-19
1
-5
/
+5
*
avfilter/vf_rotate: fix location of update operation
Michael Niedermayer
2014-04-19
1
-2
/
+2
*
avfilter/vf_rotate: increase fixed point precision
Michael Niedermayer
2014-04-19
1
-8
/
+9
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter/vf_rotate: support slice threading
Paul B Mahol
2013-09-30
1
-61
/
+94
*
avfilter/vf_rotate: use vsub for output plane height calculation
Paul B Mahol
2013-09-29
1
-1
/
+1
*
avfilter/vf_rotate: fix 'oh' option description
Paul B Mahol
2013-09-07
1
-1
/
+1
*
lavfi/rotate: switch to new drawutils
Paul B Mahol
2013-07-08
1
-25
/
+16
*
lavfi/rotate: add angle command
Stefano Sabatini
2013-06-13
1
-0
/
+24
*
lavfi: add rotate filter
Stefano Sabatini
2013-06-13
1
-0
/
+441