summaryrefslogtreecommitdiff
path: root/libavfilter/src_movie.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* src_movie: switch to filter_frameMichael Niedermayer2012-11-281-4/+1
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-1/+1
* lavfi/movie: return proper error code in case of av_get_token() allocation fa...Stefano Sabatini2012-11-061-2/+5
* Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-251-1/+1
* Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-3/+3
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-9/+12
* lavfi/movie: split class definitions for movie and amovieStefano Sabatini2012-08-181-5/+18
* lavfi/movie: extend a doxygen comment.Nicolas George2012-08-161-0/+4
* lavfi/movie: set pkt->stream_index for flushing.Nicolas George2012-08-161-0/+1