summaryrefslogtreecommitdiff
path: root/libavfilter/src_movie.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/src_movie: add format_opts for the opened fileLimin Wang2021-11-291-1/+3
* avfilter/src_movie: make the number of decode thread configurableLimin Wang2021-11-121-3/+7
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/src_movie: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-6/+3
* avfilter/src_movie: Free outpads' names genericallyAndreas Rheinhardt2021-08-221-4/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* 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