| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/src_movie: switch to new decoding API | Anton Khirnov | 2020-11-20 | 1 | -90/+81 |
* | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 1 | -1/+1 |
* | avfilter/src_movie: Fix leak of packet upon error | Andreas Rheinhardt | 2020-09-10 | 1 | -0/+1 |
* | avfilter/src_movie: Remove unnecessary secondary AVPacket | Andreas Rheinhardt | 2020-09-10 | 1 | -15/+6 |
* | avfilter/src_movie: Remove unneeded resetting of AVPacket | Andreas Rheinhardt | 2020-09-10 | 1 | -1/+0 |
* | Revert "avfilter/src_movie: switch to activate" | Nicolas George | 2020-09-08 | 1 | -27/+10 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -4/+4 |
* | avfilter/src_movie: switch to activate | Paul B Mahol | 2020-09-04 | 1 | -10/+27 |
* | avfilter/src_movie: Avoid intermediate buffer for writing string | Andreas Rheinhardt | 2020-08-31 | 1 | -3/+1 |
* | avfilter/formats: Schedule avfilter_make_format64_list() for removal | Andreas Rheinhardt | 2020-08-12 | 1 | -1/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -2/+2 |
* | lavfi/movie: Use filter thread count for decoding threads. | Carl Eugen Hoyos | 2019-10-01 | 1 | -3/+4 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
* | avfilter/src_movie: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+4 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8' | James Almer | 2017-04-04 | 1 | -0/+4 |
* | avfilter/src_movie: Add option to remove timestamp discontinuities | Michael Niedermayer | 2016-06-26 | 1 | -0/+22 |
* | avfilter/src_movie: call open_stream after guess_channel_layout | Muhammad Faiz | 2016-06-09 | 1 | -3/+3 |
* | avfilter/src_movie: add various commands | Muhammad Faiz | 2016-05-25 | 1 | -0/+45 |
* | Merge commit '1138eb5509d3db7f6d565cb45f137a786d22beb9' | Derek Buitenhuis | 2016-04-11 | 1 | -25/+34 |
* | avfilter/src_movie: fix how we check for overflows with seek_point | Marios Titas | 2016-04-03 | 1 | -1/+1 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -3/+3 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -6/+10 |
* | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 1 | -1/+0 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+2 |
* | lavfi: check av_strdup() return value | Paul B Mahol | 2015-01-06 | 1 | -0/+2 |
* | lavfi/src_movie: minor simplifications | Lukasz Marek | 2014-07-24 | 1 | -5/+3 |
* | lavfi/src_movie: remove frame from priv context | Lukasz Marek | 2014-07-24 | 1 | -15/+13 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -2/+2 |
* | avfilter/src_movie: Check that the pixel format hasnt changed | Michael Niedermayer | 2014-03-18 | 1 | -0/+10 |
* | lavfi/movie: fix display of pushed frame information | Stefano Sabatini | 2014-02-02 | 1 | -10/+9 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | avfilter/src_movie: Fix handling of packet size for video | Michael Niedermayer | 2013-06-26 | 1 | -1/+1 |
* | libavfilter/src_movie: fix which packet is reset | Michael Niedermayer | 2013-06-26 | 1 | -2/+2 |
* | lavfi/movie: free packet on decoder error | Michael Niedermayer | 2013-06-25 | 1 | -0/+3 |
* | Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79' | Michael Niedermayer | 2013-06-21 | 1 | -1/+0 |
* | lavfi/src_movie: Use movie_common_init instead individual wrappers | Alexander Strasser | 2013-06-18 | 1 | -12/+2 |
* | lavfi/src_movie: Check pointer is not NULL before deref | Alexander Strasser | 2013-06-18 | 1 | -1/+1 |
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 1 | -0/+2 |
* | src_movie: fix scanf string | Michael Niedermayer | 2013-05-05 | 1 | -3/+3 |
* | lavfi: flag more dynamic i/o filters. | Clément Bœsch | 2013-04-13 | 1 | -0/+2 |
* | avfilter: Filter options that are used for both video and audio should have b... | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -2/+2 |
* | Merge commit 'a42d6e6c4c19912b73cae8ca9133b4202667c303' | Michael Niedermayer | 2013-04-11 | 1 | -28/+17 |
* | lavfi/movie: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -1/+3 |
* | lavfi/moviesrc: use refcounted frames | Hendrik Leppkes | 2013-03-12 | 1 | -0/+2 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -54/+26 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -3/+3 |