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
/
af_aresample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-17
/
+12
*
lavfi/af_aresample: remove looping on request_frame().
Nicolas George
2015-10-07
1
-6
/
+1
*
options: mark av_get_{int,double,q} as deprecated.
Ronald S. Bultje
2015-08-18
1
-8
/
+9
*
avfilter/af_aresample: Check ff_all_* for allocation failures
Michael Niedermayer
2015-07-17
1
-6
/
+15
*
avfilter/af_aresample: remove unused variable
Michael Niedermayer
2014-11-06
1
-1
/
+0
*
avfilter/af_aresample: Limit data per inserted packet
Michael Niedermayer
2014-11-04
1
-1
/
+16
*
avfilter/af_aresample: split flushing code out
Michael Niedermayer
2014-11-04
1
-19
/
+33
*
avfilter/aresample: Check for memory alloc failure for out sample rates
Derek Buitenhuis
2014-10-02
1
-0
/
+5
*
af_aresample: remove only use of array compound literals with non-const initi...
Reimar Döffinger
2013-12-30
1
-3
/
+6
*
af_aresample: Fix timestamp of first padded PCM audio packet
Alex Sukhanov
2013-11-15
1
-8
/
+7
*
avfilter/af_aresample: Calculate output buffer size more precisely.
Michael Niedermayer
2013-11-06
1
-2
/
+9
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-2
/
+2
*
avfilter/vf_scale+aresample: minor simpification
Michael Niedermayer
2013-08-16
1
-3
/
+1
*
avfilter/aresample: use init_dict system and set child AVOption context corre...
Michael Niedermayer
2013-04-11
1
-21
/
+44
*
avfilter: avoid direct access to AVFrame.channels
Michael Niedermayer
2013-03-15
1
-1
/
+1
*
lavfi/aresample: raise filter_frame() error.
Clément Bœsch
2013-03-13
1
-2
/
+1
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-17
/
+16
*
lavfi/af_aresample: fix info log for unknown layouts.
Nicolas George
2013-02-28
1
-2
/
+2
*
lavfi/af_aresample: fix layout consistency check.
Nicolas George
2013-02-28
1
-1
/
+1
*
lavfi/af_aresample: accept unknown channel layouts.
Nicolas George
2013-01-26
1
-5
/
+9
*
lavfi/aresample: fix style
Stefano Sabatini
2012-12-26
1
-5
/
+5
*
lavfi: add a channels field to AVFilterLink.
Nicolas George
2012-12-20
1
-0
/
+1
*
aresample: increase n_out buffer size a bit to reduce delay in some corner cases
Michael Niedermayer
2012-12-13
1
-1
/
+1
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-11
/
+22
*
lavfi: replace filter_samples by filter_frame
Michael Niedermayer
2012-11-28
1
-4
/
+4
*
af_aresample: consistently use ROUNDED_DIV
Michael Niedermayer
2012-11-26
1
-1
/
+2
*
af_aresample: fix rounding of negative timestamps
Michael Niedermayer
2012-11-26
1
-2
/
+1
*
af_aresample: check ff_get_audio_buffer() failure
Michael Niedermayer
2012-11-24
1
-0
/
+3
*
af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.
Michael Niedermayer
2012-11-19
1
-2
/
+1
*
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-11-13
1
-1
/
+1
*
af_aresample: fix leak on alloc failure
Michael Niedermayer
2012-10-11
1
-2
/
+4
*
lavfi/aresample: set buffer properties after copy.
Nicolas George
2012-09-13
1
-1
/
+3
*
lavfi: decrease logging level of message showing initial parameters
Stefano Sabatini
2012-07-15
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-09
1
-3
/
+5
*
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
Michael Niedermayer
2012-06-26
1
-1
/
+1
*
lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h
Stefano Sabatini
2012-06-25
1
-0
/
+1
*
af_aresample: fix sample_rate type.
Michael Niedermayer
2012-06-24
1
-1
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-24
1
-2
/
+2
*
lavfi: update some deprecated functions
Paul B Mahol
2012-06-16
1
-7
/
+7
*
af_aresample: fix pts, they where off by a packet in the -async >0 case.
Michael Niedermayer
2012-05-26
1
-23
/
+12
*
af_aresample: fix request_frame()
Michael Niedermayer
2012-05-26
1
-1
/
+8
*
lavfi/aresample: print channel layouts and formats along with the rate.
Clément Bœsch
2012-05-25
1
-2
/
+6
*
af_aresample: use new swr API to pass and compensate PTS
Michael Niedermayer
2012-05-19
1
-1
/
+16
*
af_aresample: allocate a larger buffer so accumulated data can be returned qu...
Michael Niedermayer
2012-05-19
1
-1
/
+1
*
af_aresample: use extended_data
Michael Niedermayer
2012-05-19
1
-3
/
+3
*
af_aresample: Consider the swresample delay during calculating timestamps.
Michael Niedermayer
2012-05-18
1
-1
/
+3
*
af_aresample: fix rounding that led to sample accumulation in the buffers.
Michael Niedermayer
2012-05-18
1
-1
/
+1
*
af_aresample: 10l fix, wrong timebase for next_pts.
Michael Niedermayer
2012-05-18
1
-1
/
+1
*
aresample: add code to flush the internal swr buffer.
Michael Niedermayer
2012-05-17
1
-2
/
+44
[next]