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
/
asrc_aevalsrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/aevalsrc: try to honor specified duration
Matthieu Bouron
2013-01-12
1
-2
/
+2
*
lavfi: declare arrays that never change as static const
Paul B Mahol
2012-12-21
1
-1
/
+1
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-9
/
+13
*
lavfi: replace filter_samples by filter_frame
Michael Niedermayer
2012-11-28
1
-1
/
+1
*
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-11-13
1
-1
/
+1
*
asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()
Michael Niedermayer
2012-10-11
1
-0
/
+6
*
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-2
/
+2
*
lavfi: add priv class to filter definitions and flags to filter internal options
Stefano Sabatini
2012-08-18
1
-8
/
+10
*
lavfi: decrease logging level of message showing initial parameters
Stefano Sabatini
2012-07-15
1
-1
/
+1
*
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
Michael Niedermayer
2012-06-26
1
-1
/
+1
*
lavfi: define macro AVFILTER_DEFINE_CLASS
Stefano Sabatini
2012-06-22
1
-9
/
+3
*
lavfi: use designated initializers for AVClass
Paul B Mahol
2012-06-17
1
-3
/
+5
*
lavfi: update some deprecated functions
Paul B Mahol
2012-06-16
1
-2
/
+2
*
lavfi: use av_default_item_name() as filter private context logger
Stefano Sabatini
2012-06-04
1
-1
/
+1
*
lavfi: add avfilter_default_filter_name()
Stefano Sabatini
2012-06-04
1
-6
/
+1
*
lavfi/aevalsrc: reindent after the previous commit
Stefano Sabatini
2012-05-18
1
-8
/
+8
*
lavfi/aevalsrc: add option channel_layout
Stefano Sabatini
2012-05-18
1
-4
/
+25
*
lavfi/aevalsrc: remove limitation on the number of channels
Stefano Sabatini
2012-05-18
1
-7
/
+1
*
lavfi/aevalsrc: correct the supported sample format
Stefano Sabatini
2012-05-16
1
-1
/
+1
*
lavfi/aevalsrc: fix sample rate negotiation, after the last merge
Stefano Sabatini
2012-05-16
1
-0
/
+2
*
lavfi: drop planar/packed negotiation support
Stefano Sabatini
2012-05-16
1
-2
/
+0
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-16
1
-1
/
+1
*
lavfi: remove audio.h include from avfilter.h.
Clément Bœsch
2012-05-12
1
-0
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-10
1
-2
/
+2
*
aevalsrc: add duration option
Stefano Sabatini
2011-12-04
1
-1
/
+22
*
Mark AVFilterPad[] compound literals as const.
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
Add const to static arrays where it was forgotten.
Reimar Döffinger
2011-11-05
1
-1
/
+1
*
asrc_aevalsrc: apply misc cleanup in the options array
Stefano Sabatini
2011-10-18
1
-4
/
+4
*
asrc_aevalsrc: prefer av_strtok() over strtok_r()
Stefano Sabatini
2011-10-18
1
-1
/
+1
*
lavfi: add audio eval signal source
Stefano Sabatini
2011-10-18
1
-0
/
+226