summaryrefslogtreecommitdiff
path: root/libavfilter/src_movie.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/src_movie: switch to new decoding APIAnton Khirnov2020-11-201-90/+81
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-111-1/+1
* avfilter/src_movie: Fix leak of packet upon errorAndreas Rheinhardt2020-09-101-0/+1
* avfilter/src_movie: Remove unnecessary secondary AVPacketAndreas Rheinhardt2020-09-101-15/+6
* avfilter/src_movie: Remove unneeded resetting of AVPacketAndreas Rheinhardt2020-09-101-1/+0
* Revert "avfilter/src_movie: switch to activate"Nicolas George2020-09-081-27/+10
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/src_movie: switch to activatePaul B Mahol2020-09-041-10/+27
* avfilter/src_movie: Avoid intermediate buffer for writing stringAndreas Rheinhardt2020-08-311-3/+1
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-121-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-2/+2
* lavfi/movie: Use filter thread count for decoding threads.Carl Eugen Hoyos2019-10-011-3/+4
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
* avfilter/src_movie: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-1/+4
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer2017-04-041-0/+4
* avfilter/src_movie: Add option to remove timestamp discontinuitiesMichael Niedermayer2016-06-261-0/+22
* avfilter/src_movie: call open_stream after guess_channel_layoutMuhammad Faiz2016-06-091-3/+3
* avfilter/src_movie: add various commandsMuhammad Faiz2016-05-251-0/+45
* Merge commit '1138eb5509d3db7f6d565cb45f137a786d22beb9'Derek Buitenhuis2016-04-111-25/+34
* avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas2016-04-031-1/+1
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-3/+3
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-6/+10
* Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-051-1/+0
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+2
* lavfi: check av_strdup() return valuePaul B Mahol2015-01-061-0/+2
* lavfi/src_movie: minor simplificationsLukasz Marek2014-07-241-5/+3
* lavfi/src_movie: remove frame from priv contextLukasz Marek2014-07-241-15/+13
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-2/+2
* avfilter/src_movie: Check that the pixel format hasnt changedMichael Niedermayer2014-03-181-0/+10
* lavfi/movie: fix display of pushed frame informationStefano Sabatini2014-02-021-10/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* avfilter/src_movie: Fix handling of packet size for videoMichael Niedermayer2013-06-261-1/+1
* libavfilter/src_movie: fix which packet is resetMichael Niedermayer2013-06-261-2/+2
* lavfi/movie: free packet on decoder errorMichael Niedermayer2013-06-251-0/+3
* Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79'Michael Niedermayer2013-06-211-1/+0
* lavfi/src_movie: Use movie_common_init instead individual wrappersAlexander Strasser2013-06-181-12/+2
* lavfi/src_movie: Check pointer is not NULL before derefAlexander Strasser2013-06-181-1/+1
* Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
* Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-051-0/+2
* src_movie: fix scanf stringMichael Niedermayer2013-05-051-3/+3
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-131-0/+2
* avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer2013-04-121-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-2/+2
* Merge commit 'a42d6e6c4c19912b73cae8ca9133b4202667c303'Michael Niedermayer2013-04-111-28/+17
* lavfi/movie: raise filter_frame() error.Clément Bœsch2013-03-131-1/+3
* lavfi/moviesrc: use refcounted framesHendrik Leppkes2013-03-121-0/+2
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-54/+26
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-3/+3