| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | lavfi/avf_concat: rescale frame durations | Anton Khirnov | 2023-04-24 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avf_concat: Free pads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -11/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/internal: Combine get_(audio|video)_buffer into union | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+4 |
* | avfilter/avf_concat: fix EOF timestamp | Paul B Mahol | 2021-07-27 | 1 | -2/+7 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/avf_concat: check for possible integer overflow | Paul B Mahol | 2020-09-14 | 1 | -0/+4 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -6/+6 |
* | lavfi/concat: fix logic error in framerate check | Jun Zhao | 2019-09-09 | 1 | -1/+1 |
* | lavfi/concat: allow to support inputs with different frame rates | Calvin Walton | 2019-09-08 | 1 | -1/+14 |
* | lavfi/avf_concat: switch to activate. | Nicolas George | 2018-08-26 | 1 | -78/+78 |
* | avfilter/avf_concat: add next command | Bodecs Bela | 2018-03-01 | 1 | -0/+14 |
* | avfilter/avf_concat: check ff_insert_pad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+9 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter/avf_concat: Make independent of the channel layout | Michael Niedermayer | 2016-09-10 | 1 | -2/+1 |
* | lavfi/avf_concat: return immediately after requesting a frame on input. | Nicolas George | 2015-11-07 | 1 | -3/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -12/+13 |
* | avfilter/concat: use AV_OPT_TYPE_BOOL for unsafe option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-22 | 1 | -1/+1 |
* | lavfi/concat: accept a single segment | Stefano Sabatini | 2014-10-21 | 1 | -1/+1 |
* | lavfi/avf_concat: use av_make_q. | Nicolas George | 2014-01-19 | 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/+1 |
* | lavf/concat: Never fail for sample aspect ratio 0:1. | Carl Eugen Hoyos | 2013-07-18 | 1 | -1/+4 |
* | avfilter/avf_concat: fix AVOption flags typo | Michael Niedermayer | 2013-07-15 | 1 | -1/+1 |
* | lavfi: flag more dynamic i/o filters. | Clément Bœsch | 2013-04-13 | 1 | -0/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/concat: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | lavfi/avf_concat: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -9/+3 |
* | lavfi/concat: fix silence duration computation. | Nicolas George | 2013-03-20 | 1 | -6/+10 |
* | lavfi/concat: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -19/+32 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -14/+11 |
* | avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia... | Michael Niedermayer | 2012-12-29 | 1 | -2/+2 |
* | lavfi/concat: prefer av_asprintf() over stack allocated buffer. | Clément Bœsch | 2012-11-29 | 1 | -5/+3 |
* | lavfi/concat: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -34/+2 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -2/+2 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -4/+4 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi/concat: implement unsafe mode. | Nicolas George | 2012-10-28 | 1 | -1/+6 |
* | lavfi/avf_concat: fix invalid exclusive test. | Nicolas George | 2012-10-17 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -3/+7 |
* | avf_concat: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | avf_concat: fix silence duration. | Nicolas George | 2012-07-28 | 1 | -1/+1 |
* | avf_concat: fix min value for v option. | Nicolas George | 2012-07-28 | 1 | -1/+1 |
* | lavfi: add concat filter. | Nicolas George | 2012-07-23 | 1 | -0/+443 |