62 Commits (f951036d3243c04d60f30e23d409a734e40e2fbc)

Author SHA1 Message Date
  Paul B Mahol 4b82b71041 avfilter/af_amerge: use ff_inlink_queued_samples() 6 years ago
  Jun Zhao 9809ac98bd lavfi/af_amerge: Replace the number by macro for bprint init 7 years ago
  Paul B Mahol ac86011b1f avfilter/af_amerge: port to activate API 7 years ago
  Paul B Mahol f39136b0a7 avfilter/af_merge: check ff_insert_inpad() for failure 7 years ago
  Paul B Mahol ed93ed5ee3 avfilter: don't anonymously typedef structs 8 years ago
  Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
  Marton Balint 0db48ee425 avfilter/af_amerge: properly handle unknown input layouts 8 years ago
  Nicolas George 8156b5ac94 avfilter/af_amerge: detect EOF immediately 8 years ago
  Marton Balint 025db5afaf avfilter/af_amerge: allow merging 1 input only 8 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Michael Niedermayer a3ad51e0d5 avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setup 9 years ago
  Ganesh Ajjanagadde 9ba511d5d3 avfilter/af_amerge: use the name 's' for the pointer to the private context 9 years ago
  Paul B Mahol 7967474bd9 avfilter/af_amerge: increase max number of channels from 32 to 64 9 years ago
  Michael Niedermayer 36bce999f5 libavfilter/af_amerge: Do not depend on SWR_CH_MAX 10 years ago
  Nicolas George bf9908c627 lavfi/af_amerge: use av_make_q. 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Clément Bœsch 73180f5b0e lavfi: flag more dynamic i/o filters. 12 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
  Clément Bœsch c74b0eda34 lavfi/amerge: switch to an AVOptions-based system. 12 years ago
  Stefano Sabatini e62fca11a8 lavfi/amerge: drop duplicated "Buffer queue overflow" message 12 years ago
  Paul B Mahol ed8373e7db lavfi: always check return value of ff_get_{audio,video}_buffer() 12 years ago
  Nicolas George 00da527b44 lavfi/af_amerge: return EAGAIN if the input layouts are not known. 12 years ago
  Michael Niedermayer cd5f50a255 avfilter: avoid direct access to AVFrame.channels 12 years ago
  Nicolas George bf0712c2f8 libavfilter/af_amerge: fix segfault if init fails. 12 years ago
  Paul B Mahol 8160864b00 lavfi/amerge: make description consistent with documentation 12 years ago
  Nicolas George dcce43340f lavfi/af_amerge: set outbuf->audio->channels. 12 years ago
  Nicolas George ae14887ee7 lavfi/af_amerge: check for buffer queue overflows. 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
  Stefano Sabatini 3015194448 lavfi/amerge: clarify the error message in case of input overlap 12 years ago
  Clément Bœsch bbae8cdf4d lavfi/amerge: avoid a forward declaration. 12 years ago
  Clément Bœsch 7b56dddd56 lavfi/amerge: fix input pad name behaviour. 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Nicolas George 752344dada amerge/astreamsync/pan: fix license boilerplate. 12 years ago
  William Yu d5d5e3dabe lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output pts 13 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 13 years ago
  Paul B Mahol 3f59bbf5b6 lavfi/amerge: silence warnings 13 years ago
  Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 13 years ago
  Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 13 years ago
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 13 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
  William Yu f77a695d2e lavfi: af_amerge options array was not ended with NULL 13 years ago
  Nicolas George e0545262a2 amerge: accept multiple inputs. 13 years ago
  Nicolas George e8e492b302 af_amerge: move nb_in_ch into the in structure. 13 years ago
  Nicolas George 7f17f4f1a7 af_amerge: use the buferqueue API. 13 years ago
  Nicolas George 0da28d689c af_amerge: compute output timestamp. 13 years ago
  Nicolas George e6aee46760 af_amerge: set samples rate in query_formats. 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