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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-05src_movie: fix scanf stringMichael Niedermayer
2013-04-13lavfi: flag more dynamic i/o filters.Clément Bœsch
2013-04-12avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11Merge commit 'a42d6e6c4c19912b73cae8ca9133b4202667c303'Michael Niedermayer
2013-03-13lavfi/movie: raise filter_frame() error.Clément Bœsch
2013-03-12lavfi/moviesrc: use refcounted framesHendrik Leppkes
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-29src_movie: switch to filter_frameMichael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-07lavfi/movie: return proper error code in case of av_get_token() allocation fa...Stefano Sabatini
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-18lavfi/movie: split class definitions for movie and amovieStefano Sabatini
2012-08-16lavfi/movie: extend a doxygen comment.Nicolas George
2012-08-16lavfi/movie: set pkt->stream_index for flushing.Nicolas George
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-31lavfi/movie: force channel layout if not set by the decoderStefano Sabatini
2012-07-28lavfi: move movie and amovie to a "multimedia sources" sectionStefano Sabatini
2012-07-23src_movie: implement multiple outputs.Nicolas George