26 Commits (9eebeea4dd7f91ddd695fcf35b0c9396d521ec84)

Author SHA1 Message Date
Andreas Rheinhardt 19af142d45 avfilter/internal: Don't include formats.h 1 year ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
James Almer 1f96db959c avfilter: convert to new channel layout API 3 years ago
Andreas Rheinhardt 05c1f78a72 avfilter/aeval: Fix leak of expressions upon reallocation error 3 years ago
Andreas Rheinhardt b4f5201967 avfilter: Replace query_formats callback with union of list and callback 3 years ago
Paul B Mahol a6f00d4e82 avfilter/aeval: fix forgotten EOF case for activate 3 years ago
Paul B Mahol 99ccad843f avfilter/aevalsrc: switch to activate 3 years ago
Andreas Rheinhardt 8be701d9f7 avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter 3 years ago
Andreas Rheinhardt 18ec426a86 avfilter/formats: Factor common function combinations out 3 years ago
Andreas Rheinhardt 2934a4b9a5 Remove unnecessary avassert.h inclusions 3 years ago
Andreas Rheinhardt a04ad248a0 avfilter: Constify all AVFilters 4 years ago
Paul B Mahol 3021c611f5 avfilter/aeval: add timeline support for aeval 4 years ago
Nicolas George 2f76476549 lavfi: regroup formats lists in a single structure. 4 years ago
Andreas Rheinhardt ae5026c905 avfilter/formats: Schedule avfilter_make_format64_list() for removal 4 years ago
Limin Wang 548ef7a12b avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h 4 years ago
Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
Paul B Mahol ed93ed5ee3 avfilter: don't anonymously typedef structs 8 years ago
Paul B Mahol 3d55e4883c avfilter/aeval: remove comment that was left from some other file 8 years ago
Paul B Mahol c02921417b avfilter/aeval: free input frame on error 8 years ago
Paul B Mahol dbc7f02a72 avfilter/aeval: trim last frame's number of samples to match requested duration 8 years ago
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