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_pan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/af_pan: reject expressions referencing the same channel multiple times
Marton Balint
2018-03-29
1
-0
/
+16
*
lavfi/af_pan: fix sign handling in channel coefficient parser
Michael Roitzsch
2017-11-19
1
-0
/
+1
*
avfilter: do not leak AVFrame on failed buffer allocation
Paul B Mahol
2017-06-24
1
-1
/
+3
*
avfilter: do not use AVFrame accessor
Muhammad Faiz
2017-04-23
1
-1
/
+1
*
avfilter/af_pan: fix null pointer dereference on empty token
Marton Balint
2017-02-05
1
-0
/
+5
*
lavfi/pan: allow negative gain parameters also for other inputs than the firs...
Moritz Barsnick
2016-11-24
1
-3
/
+7
*
lavfi/pan: renormalize negative gain coefficients properly
Moritz Barsnick
2016-10-11
1
-1
/
+1
*
lavfi: fix typos
Moritz Barsnick
2016-10-09
1
-2
/
+2
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-9
/
+11
*
lavfi/af_pan: Support a maximum of 64 channels.
Carl Eugen Hoyos
2015-07-17
1
-1
/
+1
*
avfilter/af_pan: Do not use SWR_CH_MAX
Michael Niedermayer
2014-08-10
1
-5
/
+5
*
avfilter/af_pan: check if the number of channels where sucessfully set
Michael Niedermayer
2014-08-10
1
-4
/
+8
*
lavfi/pan: use extended_data instead of data.
Nicolas George
2014-02-19
1
-1
/
+2
*
lavfi/af_pan: support unknown layouts on input.
Nicolas George
2013-11-03
1
-8
/
+8
*
lavfi/af_pan: support unknown layouts on output.
Nicolas George
2013-11-03
1
-3
/
+7
*
lavfi: parsing helper for unknown channel layouts.
Nicolas George
2013-11-03
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-1
/
+0
*
Update copyrights where my email appears with the new one.
Clément Bœsch
2013-09-03
1
-1
/
+1
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
af_pan: avoid spaces before % to avoid possible issues with MSVC
Michael Niedermayer
2013-04-12
1
-9
/
+10
*
af_pan: switch to an AVOptions-based shorthand system.
Michael Niedermayer
2013-04-12
1
-4
/
+17
*
af_pan: fix parsing arguments from the example in the documentation
Серж Нискородов
2013-04-12
1
-1
/
+1
*
lavfi: always check return value of ff_get_{audio,video}_buffer()
Paul B Mahol
2013-04-08
1
-0
/
+2
*
avfilter: avoid direct access to AVFrame.channels
Michael Niedermayer
2013-03-15
1
-1
/
+1
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-8
/
+7
*
lavfi: add a channels field to AVFilterLink.
Nicolas George
2012-12-20
1
-0
/
+1
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-14
/
+21
*
lavfi: replace filter_samples by filter_frame
Michael Niedermayer
2012-11-28
1
-3
/
+3
*
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-11-13
1
-1
/
+1
*
af_pan: fix memleak of arg
Michael Niedermayer
2012-10-13
1
-9
/
+18
*
af_pan: Fix sscanf formats to work with buggy sscanf implementations
Hendrik Leppkes
2012-09-15
1
-4
/
+5
*
amerge/astreamsync/pan: fix license boilerplate.
Nicolas George
2012-08-03
1
-1
/
+1
*
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
-2
/
+4
*
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
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-24
1
-1
/
+1
*
lavfi: update some deprecated functions
Paul B Mahol
2012-06-16
1
-1
/
+1
*
pan: use ff_parse_channel_layout() instead of av_get_channel_layout().
Clément Bœsch
2012-05-18
1
-6
/
+5
*
lavfi/pan: add supported sample rates to avoid a crash.
Clément Bœsch
2012-05-17
1
-0
/
+6
*
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
-6
/
+7
*
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
*
af_pan: remove dual double/int storage of gain.
Nicolas George
2012-02-22
1
-23
/
+9
*
af_pan: move query_format before config_props.
Nicolas George
2012-02-20
1
-23
/
+23
*
af_pan: remove the indirect function call.
Nicolas George
2012-02-20
1
-16
/
+1
*
af_pan: reindent after last commit.
Nicolas George
2012-02-20
1
-23
/
+21
*
af_pan: use libswr for rematrixing.
Nicolas George
2012-02-20
1
-47
/
+24
[next]