60 Commits (fd10a6e2f21f9cadc44a0415e204ea82940cd089)

Author SHA1 Message Date
  Marton Balint 084ef7d7d5 avfilter/af_pan: reject expressions referencing the same channel multiple times 7 years ago
  Michael Roitzsch 4f4e19914d lavfi/af_pan: fix sign handling in channel coefficient parser 7 years ago
  Paul B Mahol c90b88090c avfilter: do not leak AVFrame on failed buffer allocation 7 years ago
  Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
  Marton Balint e57fd926b0 avfilter/af_pan: fix null pointer dereference on empty token 8 years ago
  Moritz Barsnick 0700d02a69 lavfi/pan: allow negative gain parameters also for other inputs than the first named 8 years ago
  Moritz Barsnick efbc37a757 lavfi/pan: renormalize negative gain coefficients properly 8 years ago
  Moritz Barsnick f4e4bde1f4 lavfi: fix typos 8 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Carl Eugen Hoyos ed5d62e509 lavfi/af_pan: Support a maximum of 64 channels. 9 years ago
  Michael Niedermayer ce1bb4b75d avfilter/af_pan: Do not use SWR_CH_MAX 10 years ago
  Michael Niedermayer ced765ceb3 avfilter/af_pan: check if the number of channels where sucessfully set 10 years ago
  Nicolas George 6c27aea811 lavfi/pan: use extended_data instead of data. 11 years ago
  Nicolas George 7b0a587393 lavfi/af_pan: support unknown layouts on input. 11 years ago
  Nicolas George 4e9adc9b73 lavfi/af_pan: support unknown layouts on output. 11 years ago
  Nicolas George 6e2473edfd lavfi: parsing helper for unknown channel layouts. 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Clément Bœsch 493ebbd7eb Update copyrights where my email appears with the new one. 11 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
  Michael Niedermayer 80116b6e67 af_pan: avoid spaces before % to avoid possible issues with MSVC 12 years ago
  Michael Niedermayer 3c821e7550 af_pan: switch to an AVOptions-based shorthand system. 12 years ago
  Серж Нискородов 9470b541e5 af_pan: fix parsing arguments from the example in the documentation 12 years ago
  Paul B Mahol ed8373e7db lavfi: always check return value of ff_get_{audio,video}_buffer() 12 years ago
  Michael Niedermayer cd5f50a255 avfilter: avoid direct access to AVFrame.channels 12 years ago
  Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 12 years ago
  Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
  Michael Niedermayer d2a618ab22 af_pan: fix memleak of arg 12 years ago
  Hendrik Leppkes e3a1eb9edf af_pan: Fix sscanf formats to work with buggy sscanf implementations 12 years ago
  Nicolas George 752344dada amerge/astreamsync/pan: fix license boilerplate. 12 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 13 years ago
  Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 13 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
  Clément Bœsch 48f30595f5 pan: use ff_parse_channel_layout() instead of av_get_channel_layout(). 13 years ago
  Clément Bœsch 5dbd66395a lavfi/pan: add supported sample rates to avoid a crash. 13 years ago
  Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
  Clément Bœsch 4522df52aa lavfi: remove audio.h include from avfilter.h. 13 years ago
  Nicolas George 4217dfe87b af_pan: remove dual double/int storage of gain. 13 years ago
  Nicolas George a923b6b8f4 af_pan: move query_format before config_props. 13 years ago
  Nicolas George eb9ba527e7 af_pan: remove the indirect function call. 13 years ago
  Nicolas George a297856b8c af_pan: reindent after last commit. 13 years ago
  Nicolas George a44b510d56 af_pan: use libswr for rematrixing. 13 years ago
  Nicolas George bd5080b1b0 af_pan: comment a tricky piece of code. 13 years ago
  Clément Bœsch cba4e2cbbc pan: fix uninitialized channel_id variable. 13 years ago
  Clément Bœsch 85c66793d7 lavfi/pan: copy ref props after filtering samples. 13 years ago
  Clément Bœsch 9bd44b42a8 pan: drop unecessary includes. 13 years ago
  Clément Bœsch 66b1b7e5fa pan: move query_formats() to avoid forward declarations. 13 years ago
  Clément Bœsch 94dc4a5046 pan: reindent after remap commit. 13 years ago
  Clément Bœsch 6728dd37ac pan: add channel mapping capability. 13 years ago