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
*
Add missing includes for code relying on external libraries
Martin Storsjö
2012-08-16
2
-0
/
+7
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
1
-0
/
+1
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
57
-0
/
+98
*
x86: yadif: fix asm with suncc
Mans Rullgard
2012-08-13
1
-19
/
+13
*
doxygen: Fix function parameter names to match the code
Diego Biurrun
2012-08-09
1
-3
/
+3
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
2
-2
/
+2
*
lavfi: properly signal out-of-memory error in ff_filter_samples
Reinhard Tartler
2012-08-05
1
-0
/
+4
*
cosmetics: Fix a few switched periods and linebreaks
Derek Buitenhuis
2012-08-04
1
-2
/
+2
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
2
-6
/
+6
*
x86: yadif: Mark mmxext optimizations as such
Diego Biurrun
2012-07-31
1
-5
/
+5
*
af_asyncts: avoid overflow in out_size with large delta values
Justin Ruggles
2012-07-29
1
-1
/
+1
*
af_asyncts: add first_pts option
Justin Ruggles
2012-07-29
1
-2
/
+1
*
vf_hqdn3d: support 9 and 10bit colordepth
Loren Merritt
2012-07-28
1
-19
/
+53
*
vf_hqdn3d: reduce intermediate precision
Loren Merritt
2012-07-28
1
-30
/
+32
*
vf_hqdn3d: simplify and optimize
Loren Merritt
2012-07-28
1
-106
/
+51
*
factor identical ff_inplace_start_frame out of two filters
Loren Merritt
2012-07-28
4
-73
/
+39
*
vf_hqdn3d: cosmetics
Loren Merritt
2012-07-28
1
-156
/
+152
*
lavfi: bump minor to mark stabilizing the ABI.
Anton Khirnov
2012-07-28
1
-1
/
+1
*
lavfi: better channel layout negotiation
Justin Ruggles
2012-07-27
1
-11
/
+72
*
vf_yadif: unset cur_buf on the input link.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: ensure the overlay frame does not get leaked.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: prevent premature freeing of cur_buf
Michael Niedermayer
2012-07-26
1
-0
/
+1
*
avfilter: Fix printf format string conversion specifier
Diego Biurrun
2012-07-25
1
-1
/
+1
*
lavfi: place x86 inline assembly under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-22
2
-0
/
+12
*
buffersrc: check ff_get_audio_buffer() for errors.
Anton Khirnov
2012-07-22
1
-0
/
+3
*
lavfi: check all ff_get_video_buffer() calls for errors.
Anton Khirnov
2012-07-22
7
-0
/
+23
*
lavfi: check all avfilter_ref_buffer() calls for errors.
Anton Khirnov
2012-07-22
15
-20
/
+100
*
vf_select: avoid an unnecessary avfilter_ref_buffer().
Anton Khirnov
2012-07-22
1
-2
/
+1
*
buffersrc: avoid creating unnecessary buffer reference
Anton Khirnov
2012-07-22
1
-6
/
+4
*
lavfi: use avfilter_unref_bufferp() where appropriate.
Anton Khirnov
2012-07-22
5
-13
/
+10
*
vf_fps: add more error checks.
Anton Khirnov
2012-07-22
1
-2
/
+17
*
vf_fps: fix a memleak on malloc failure.
Anton Khirnov
2012-07-22
1
-1
/
+3
*
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
Anton Khirnov
2012-07-22
9
-36
/
+82
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
26
-76
/
+126
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
30
-72
/
+128
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
26
-99
/
+209
*
yadif: use emms_c() instead of inline assembly for emms invocations.
Ronald S. Bultje
2012-07-21
1
-3
/
+2
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
47
-517
/
+523
*
lavfi: unref AVFilterLink.out_buf in ff_end_frame().
Anton Khirnov
2012-07-20
10
-13
/
+1
*
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
Anton Khirnov
2012-07-20
17
-20
/
+5
*
vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
Anton Khirnov
2012-07-20
1
-3
/
+2
*
vf_slicify: clear AVFilterLink.cur_buf in start_frame().
Anton Khirnov
2012-07-20
1
-0
/
+1
*
vf_settb: simplify start_frame().
Anton Khirnov
2012-07-20
1
-7
/
+6
*
vf_fieldorder: don't give up its own reference to the output buffer.
Anton Khirnov
2012-07-20
1
-2
/
+4
*
vf_pad: don't give up its own reference to the output buffer.
Anton Khirnov
2012-07-20
1
-1
/
+4
*
vf_overlay: don't access a buffer reference that's been given away.
Anton Khirnov
2012-07-20
1
-2
/
+1
*
vf_drawtext: don't give up its own reference to the input buffer.
Anton Khirnov
2012-07-20
1
-1
/
+4
*
vf_gradfun: don't store two pointers to one AVFilterBufferRef.
Anton Khirnov
2012-07-20
1
-3
/
+2
*
vf_delogo: don't store two pointers to one AVFilterBufferRef.
Anton Khirnov
2012-07-20
1
-4
/
+3
[next]