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
Commit message (
Expand
)
Author
Age
Files
Lines
*
drawtext: add 'fix_bounds' option on coords fixing
Andrey Utkin
2012-02-06
1
-6
/
+11
*
drawtext: fix text_{w, h} expression vars
Andrey Utkin
2012-02-06
1
-0
/
+2
*
drawtext: add missing braces around an if() block.
Andrey Utkin
2012-02-05
1
-2
/
+4
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
4
-4
/
+0
*
build: Automatically include architecture-specific library Makefile snippets.
Diego Biurrun
2012-01-25
1
-2
/
+0
*
cosmetics: Remove some unnecessary block braces.
Diego Biurrun
2012-01-25
1
-2
/
+0
*
cosmetics: Move static and inline attributes to more standard places.
Diego Biurrun
2012-01-14
1
-1
/
+1
*
lavfi: move version macros to a new installed header version.h
Anton Khirnov
2012-01-12
3
-13
/
+46
*
vsrc_buffer: release the buffer on uninit.
Anton Khirnov
2012-01-12
1
-0
/
+9
*
vsrc_buffer: error on changing frame parameters.
Anton Khirnov
2012-01-10
1
-0
/
+10
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-1
/
+1
*
Disable annoying warning without changing behavior
Andrey Utkin
2012-01-07
1
-0
/
+1
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
1
-1
/
+1
*
Add minor bumps and APIchanges entries for lavc/lavfi changes.
Anton Khirnov
2011-12-25
1
-2
/
+2
*
lavfi: add a new function av_buffersrc_buffer().
Anton Khirnov
2011-12-25
3
-34
/
+72
*
lavfi: add avfilter_copy_frame_props()
Stefano Sabatini
2011-12-25
4
-8
/
+30
*
lavc: add a sample_aspect_ratio field to AVFrame
Stefano Sabatini
2011-12-25
1
-2
/
+2
*
allfilters: fix type of avfilter_vsrc_buffer.
Anton Khirnov
2011-12-23
1
-1
/
+1
*
lavfi: always build vsrc_buffer.
Anton Khirnov
2011-12-22
2
-2
/
+7
*
yadif: support 10bit YUV
Luca Barbato
2011-12-13
1
-2
/
+5
*
build: move inclusion of subdir.mak to main subdir loop
Mans Rullgard
2011-12-13
1
-2
/
+0
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
lavfi: install libavfilter/vsrc_buffer.h
Andrey Utkin
2011-12-11
1
-1
/
+1
*
drawtext: remove typo
Luca Barbato
2011-12-07
1
-1
/
+1
*
drawtext: introduce rand(min, max)
Luca Barbato
2011-12-07
1
-7
/
+27
*
drawtext: introduce explicit draw/hide variable
Luca Barbato
2011-12-07
1
-1
/
+10
*
drawtext: make x and y parametric
Luca Barbato
2011-12-03
1
-8
/
+125
*
drawtext: manage memory allocation better
Luca Barbato
2011-12-03
1
-132
/
+132
*
drawtext: refactor draw_text
Luca Barbato
2011-12-03
1
-21
/
+46
*
Make channel layout masks unsigned
Mans Rullgard
2011-11-25
4
-11
/
+11
*
libavfilter: reindent.
Ronald S. Bultje
2011-11-05
1
-7
/
+7
*
avfilter: don't abort() on zero-size allocations.
Ronald S. Bultje
2011-11-05
1
-3
/
+6
*
avfilter: Don't copy garbage from the stack when setting up video pictures.
Alex Converse
2011-11-03
1
-2
/
+2
*
vsrc_testsrc: fix mailing list reference URL
Diego Biurrun
2011-11-02
1
-1
/
+1
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
Stefano Sabatini
2011-10-19
4
-2
/
+144
*
lavfi: add testsrc source
Stefano Sabatini
2011-10-19
4
-1
/
+362
*
lavfi: port libmpcodecs delogo filter
Stefano Sabatini
2011-10-17
4
-1
/
+287
*
lavfi: port boxblur filter from libmpcodecs
Stefano Sabatini
2011-10-17
4
-1
/
+353
*
lavfi: add negate filter
Stefano Sabatini
2011-10-17
4
-1
/
+26
*
lavfi: add LUT (LookUp Table) generic filters
Stefano Sabatini
2011-10-17
6
-2
/
+394
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
2
-35
/
+35
*
vf_unsharp: set default chroma size value to 5x5
Stefano Sabatini
2011-09-29
1
-2
/
+2
*
vf_unsharp: fix out-of-buffer read
Stefano Sabatini
2011-09-29
1
-1
/
+5
*
vf_unsharp: store hsub/vsub in the filter context
Stefano Sabatini
2011-09-28
1
-6
/
+12
*
vf_unsharp: adopt a more natural order of params in apply_unsharp()
Stefano Sabatini
2011-09-28
1
-5
/
+5
*
vf_unsharp: rename method "unsharpen" to "apply_unsharp"
Stefano Sabatini
2011-09-28
1
-4
/
+6
*
vf_scale: apply the same transform to the aspect during init that is applied ...
Michael Niedermayer
2011-09-28
1
-0
/
+8
*
vf_pad: fix "vsub" variable value computation
Stefano Sabatini
2011-09-28
1
-1
/
+1
[next]