6 Commits (75f3e5e082264010020099a06111c5dcfae68c98)

Author SHA1 Message Date
Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
Ole Andre Birkedal c8372f8001 avfilter/aeval: Fixed a memory leak in EvalContext::channel_values 10 years ago
Michael Niedermayer efbf107f5b avfilter/aeval: silence "may be used uninitialized" warning 11 years ago
Michael Niedermayer 0fe6906d96 avfilter/aeval: Fix use of uninitialized variable 11 years ago
Stefano Sabatini 8f1edc73a8 lavfi: rename asrc_aevalsrc.c to aeval.c 11 years ago
Stefano Sabatini e424abc3a0 lavfi: add aeval filter 11 years ago
Stefano Sabatini 405b3eb535 lavfi/aevalsrc: duplicate last expression for the missing channels 11 years ago
Stefano Sabatini 98786aa2f0 lavfi/aevalsrc: initialize pointer to expression to NULL 11 years ago
Nicolas George 6e2473edfd lavfi: parsing helper for unknown channel layouts. 11 years ago
Paul B Mahol b890198b66 avfilter: add av_cold to init() 11 years ago
Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
Michael Niedermayer aac57c765f avfilter/asrc_aevalsrc: fix cases of unknown channel layout 12 years ago
Paul B Mahol 937cfebd72 lavfi/aevalsrc: remove hard limit on number of channels 12 years ago
Paul B Mahol db4e191d88 lavfi/aevalsrc: do not free AVOption variables in uninit() 12 years ago
Paul B Mahol badbd2414d lavfi/aevalsrc: use AV_OPT_TYPE_DURATION 12 years ago
Michael Niedermayer f4341c64be avfilter: add av_cold to uninit() 12 years ago
Michael Niedermayer 3d7d819aad avfilter/asrc_aevalsrc: fix return code, 2nd try 12 years ago
Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
Michael Niedermayer 491d261ade avfilter/asrc_aevalsrc: check correct variable 12 years ago
Clément Bœsch 64ce15b9f4 lavfi/aevalsrc: switch to an AVOptions-based system. 12 years ago
Paul B Mahol ed8373e7db lavfi: always check return value of ff_get_{audio,video}_buffer() 12 years ago
Clément Bœsch 44f3d21799 lavfi/aevalsrc: raise filter_frame() error. 12 years ago
Matthieu Bouron f9eed5d7e6 lavfi/aevalsrc: try to honor specified duration 12 years ago
Paul B Mahol 185d1f3bfc lavfi: declare arrays that never change as static const 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 989c91b504 asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok() 12 years ago
Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 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
Stefano Sabatini 0f0f3bd1e0 lavfi: use av_default_item_name() as filter private context logger 13 years ago
Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 13 years ago
Stefano Sabatini 17d4233c9c lavfi/aevalsrc: reindent after the previous commit 13 years ago
Stefano Sabatini e1a8df70a2 lavfi/aevalsrc: add option channel_layout 13 years ago
Stefano Sabatini cfde7395b1 lavfi/aevalsrc: remove limitation on the number of channels 13 years ago
Stefano Sabatini e556121ec1 lavfi/aevalsrc: correct the supported sample format 13 years ago
Stefano Sabatini 986d2f6ec0 lavfi/aevalsrc: fix sample rate negotiation, after the last merge 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
Stefano Sabatini 6c26fe8b5a aevalsrc: add duration option 13 years ago
Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
Stefano Sabatini 2b72067406 asrc_aevalsrc: apply misc cleanup in the options array 13 years ago
Stefano Sabatini 3f20eada80 asrc_aevalsrc: prefer av_strtok() over strtok_r() 13 years ago
Stefano Sabatini 36c06b0913 lavfi: add audio eval signal source 13 years ago