Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-29avfilter/src_movie: add format_opts for the opened fileLimin Wang
2021-11-12avfilter/src_movie: make the number of decode thread configurableLimin Wang
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/src_movie: Deduplicate AVClassesAndreas Rheinhardt
2021-08-22avfilter/src_movie: Free outpads' names genericallyAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2020-11-20lavfi/src_movie: switch to new decoding APIAnton Khirnov
2020-09-11fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt
2020-09-10avfilter/src_movie: Fix leak of packet upon errorAndreas Rheinhardt
2020-09-10avfilter/src_movie: Remove unnecessary secondary AVPacketAndreas Rheinhardt
2020-09-10avfilter/src_movie: Remove unneeded resetting of AVPacketAndreas Rheinhardt
2020-09-08Revert "avfilter/src_movie: switch to activate"Nicolas George
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-09-04avfilter/src_movie: switch to activatePaul B Mahol
2020-08-31avfilter/src_movie: Avoid intermediate buffer for writing stringAndreas Rheinhardt
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2019-10-01lavfi/movie: Use filter thread count for decoding threads.Carl Eugen Hoyos
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2017-08-25avfilter/src_movie: check ff_insert_outpad() for failurePaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-04-04Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer
2016-06-26avfilter/src_movie: Add option to remove timestamp discontinuitiesMichael Niedermayer
2016-06-08avfilter/src_movie: call open_stream after guess_channel_layoutMuhammad Faiz
2016-05-25avfilter/src_movie: add various commandsMuhammad Faiz
2016-04-11Merge commit '1138eb5509d3db7f6d565cb45f137a786d22beb9'Derek Buitenhuis
2016-04-03avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2014-07-24lavfi/src_movie: minor simplificationsLukasz Marek
2014-07-24lavfi/src_movie: remove frame from priv contextLukasz Marek
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-03-18avfilter/src_movie: Check that the pixel format hasnt changedMichael Niedermayer
2014-02-02lavfi/movie: fix display of pushed frame informationStefano Sabatini
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-26avfilter/src_movie: Fix handling of packet size for videoMichael Niedermayer
2013-06-26libavfilter/src_movie: fix which packet is resetMichael Niedermayer
2013-06-25lavfi/movie: free packet on decoder errorMichael Niedermayer
2013-06-21Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79'Michael Niedermayer
2013-06-18lavfi/src_movie: Use movie_common_init instead individual wrappersAlexander Strasser
2013-06-18lavfi/src_movie: Check pointer is not NULL before derefAlexander Strasser
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer