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
/
audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()
Anton Khirnov
2013-06-18
1
-24
/
+10
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-31
/
+37
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-47
/
+0
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
lavfi: properly signal out-of-memory error in ff_filter_samples
Reinhard Tartler
2012-08-05
1
-0
/
+4
*
lavfi: add error handling to filter_samples().
Anton Khirnov
2012-07-09
1
-6
/
+6
*
lavfi/audio: eliminate ff_default_filter_samples().
Anton Khirnov
2012-06-22
1
-23
/
+3
*
lavfi/audio: don't set cur_buf in ff_filter_samples().
Anton Khirnov
2012-06-21
1
-7
/
+8
*
lavfi/audio: use av_samples_copy() instead of custom code.
Anton Khirnov
2012-06-13
1
-6
/
+4
*
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
Anton Khirnov
2012-06-13
1
-1
/
+1
*
lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.
Anton Khirnov
2012-05-18
1
-0
/
+2
*
lavfi: move audio-related functions to a separate file.
Anton Khirnov
2012-05-09
1
-0
/
+209