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
*
avfiltergraph: set deprecated filter_count.
Anton Khirnov
2013-04-04
1
-0
/
+4
*
avfiltergraph: check for sws opts being non-NULL before using them.
Anton Khirnov
2013-04-03
2
-2
/
+8
*
lavfi/gradfun: remove rounding to match C and SSE code.
Clément Bœsch
2013-03-28
1
-2
/
+2
*
lavfi/gradfun: fix dithering in MMX code.
Clément Bœsch
2013-03-28
1
-2
/
+29
*
lavfi/gradfun: fix rounding in MMX code.
Clément Bœsch
2013-03-28
2
-2
/
+2
*
lavfi/gradfun: do not increment DC pointer for odd values.
Clément Bœsch
2013-03-28
1
-1
/
+1
*
af_asyncts: fix compensation and PTS monotonicity
Jindřich Makovička
2013-03-22
1
-6
/
+25
*
buffersrc: fix a typo.
Anton Khirnov
2013-03-19
1
-1
/
+1
*
lavc, lavfi: fix counting number of planes in AVBufferRef wrappers
Anton Khirnov
2013-03-19
1
-2
/
+2
*
lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers
Anton Khirnov
2013-03-17
1
-2
/
+2
*
af_join: do not leak input frames.
Anton Khirnov
2013-03-16
1
-1
/
+2
*
asrc_anullsrc: return EOF, not -1
Anton Khirnov
2013-03-16
1
-1
/
+1
*
asrc_anullsrc: do not set samplerate and channel layout explicitly
Anton Khirnov
2013-03-16
1
-54
/
+0
*
vf_showinfo: remove its useless init function
Anton Khirnov
2013-03-16
1
-8
/
+0
*
avfiltergraph: use sizeof(var) instead of sizeof(type)
Anton Khirnov
2013-03-16
1
-2
/
+2
*
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
Anton Khirnov
2013-03-16
4
-20
/
+29
*
lavfi: use designated initializers in avfilter_class
Anton Khirnov
2013-03-16
1
-4
/
+3
*
hqdn3d: Fix out of array read in LOWPASS
Loren Merritt
2013-03-13
2
-5
/
+5
*
vf_hqdn3d: fix uninitialized variable use
Anton Khirnov
2013-03-11
1
-0
/
+1
*
vf_gradfun: fix uninitialized variable use
Anton Khirnov
2013-03-11
1
-0
/
+1
*
vf_pad: fix a & instead of && typo
Xi Wang
2013-03-10
1
-1
/
+1
*
Replace remaining includes of audioconvert.h with channel_layout.h
Anton Khirnov
2013-03-08
1
-1
/
+1
*
Add the bumps and APIchanges entries for reference counted buffers changes.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
58
-932
/
+1061
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
4
-7
/
+5
*
lavfi: connect libavresample options to af_resample via AVFilterGraph
Justin Ruggles
2013-02-23
4
-2
/
+44
*
vf_yadif: fix out-of line reads
Anton Khirnov
2013-02-15
3
-19
/
+107
*
vf_yadif: factorize initializing the filtering callbacks
Anton Khirnov
2013-02-15
1
-11
/
+12
*
vf_yadif: silence a warning.
Anton Khirnov
2013-02-06
3
-12
/
+20
*
avfilter: x86: consistent filenames for filter optimizations
Diego Biurrun
2013-02-04
5
-4
/
+4
*
vf_hqdn3d: x86: Add proper arch optimization initialization
Diego Biurrun
2013-02-01
4
-21
/
+81
*
vf_delogo: fix copying the input frame.
Anton Khirnov
2013-01-29
1
-3
/
+3
*
vf_delogo: fix an uninitialized read.
Anton Khirnov
2013-01-29
1
-1
/
+1
*
avfilter: allow setpts filter to use wallclock time for calculations
Vladimir Pantelic
2013-01-25
1
-0
/
+7
*
vf_fps: add final flushed frames to the dropped frame count
Justin Ruggles
2013-01-15
1
-0
/
+1
*
yadif: x86: fix build for compilers without aligned stack
Daniel Kang
2013-01-14
1
-22
/
+34
*
yadif: Port inline assembly to yasm
Daniel Kang
2013-01-09
4
-302
/
+264
*
Drop unnecessary 'l' length modifier when printfing double values.
Diego Biurrun
2012-12-31
3
-3
/
+3
*
cosmetics: Prettyprint codec/format/filter registration files
Diego Biurrun
2012-12-28
1
-61
/
+64
*
avfilter: Refactor unconditional filter registration
Diego Biurrun
2012-12-28
1
-24
/
+12
*
avfilter: Compile FIFO filters unconditionally
Diego Biurrun
2012-12-23
2
-4
/
+9
*
build: avfilter: Remove duplicate compilation entry for vf_scale
Diego Biurrun
2012-12-21
1
-1
/
+0
*
asyncts: ignore min_delta only if first_pts is set
Justin Ruggles
2012-12-13
1
-1
/
+2
*
asyncts: merge two conditions
Justin Ruggles
2012-12-13
1
-7
/
+2
*
asyncts: cosmetics: reindent
Justin Ruggles
2012-12-13
1
-12
/
+12
*
asyncts: fix the asyncts behavior when using the first_pts option
Justin Ruggles
2012-12-13
1
-9
/
+55
*
asyncts: use clipped delta value when setting resample compensation
Justin Ruggles
2012-12-13
1
-1
/
+1
*
asyncts: fix flushing of final samples at EOF
Justin Ruggles
2012-12-13
1
-7
/
+7
*
x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling
Justin Ruggles
2012-12-05
2
-3
/
+105
*
x86: af_volume: add SSE2-optimized s16 volume scaling
Justin Ruggles
2012-12-05
5
-0
/
+102
[next]