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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Fix support for building with ffmpeg < 5.0Sebastian Parborg
2022-02-11File headers: manually convert files to use SPDX headersCampbell Barton
2021-06-11Fix: VSE search in mpegts files would failSebastian Parborg
2021-06-11Fix: VSE indexer seeking not working correctlySebastian Parborg
2021-05-28Make encoded video fps correct with ffmpeg < 4.4Sebastian Parborg
2021-05-07Cleanup: Fix deinterlace code block styleSebastian Parborg
2021-05-07Cleanup: Remove deprecated variables and functions calls from our ffmpeg codeSebastian Parborg
2021-02-05Cleanup: Remove LibAV supportSebastian Parborg
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-19Use FFmpeg's own `av_guess_frame_rate()` function instead of guessing ourselvesSybren A. Stüvel
2019-08-30Cleanup: spellingCampbell Barton
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-23Fix T54834: VSE can't import OGG Theora videoSergey Sharybin
2018-05-08Fix building with latest versions of ffmpeg.Bastien Montagne
2018-03-09Fix T53857: Incorrect framerate for videos imported from OBSSergey Sharybin
2017-05-12Fix T51153: Video duration is detected wrong after FFmpeg updateSergey Sharybin
2017-03-06FFmpeg: Update for the deprecated API in 3.2.xSergey Sharybin
2016-02-20Fix compilation error with FFmpeg and Ubuntu TrustySergey Sharybin
2016-02-17Some more tweaks to make linking to a shared FFmpeg-3.0 happySergey Sharybin
2016-02-16Make Blender compilable with FFmpeg-3.0Sergey Sharybin
2014-04-14Fix video FFmpeg nt being able to produce video files due to usage of depreca...Sergey Sharybin
2014-03-27Make blender compilable with FFmpeg-0.8.1Sergey Sharybin
2014-02-06Fix wrong animation duration when using older LibavSergey Sharybin
2014-02-03Fix T38455: Blenderplayer is not workingSergey Sharybin
2014-01-28Code cleanup: indentation of interior preprocessorSergey Sharybin
2014-01-28audaspace: use new libavcodec audio encoding API where availableAnton Khirnov
2014-01-28libavformat API usage: use avformat_close_input() instead of av_close_input_f...Anton Khirnov
2014-01-28libavcodec API usage: use new video encoding APIAnton Khirnov
2014-01-28Change libavcodec CODEC_ID_* to AV_CODEC_ID_*Anton Khirnov
2013-12-11Attempt to fix compilation against libav-0.8.9Sergey Sharybin
2013-10-31code cleanup: spellingCampbell Barton
2013-04-29More build fixes for visual studio 2012.Brecht Van Lommel
2013-04-19Bring back support of FFmpeg >= 0.7Sergey Sharybin
2013-04-15Fix compilation with current FFmpeg trunkSergey Sharybin
2013-04-14== FFMPEG / Canon DSLR footage workaround ==Peter Schlaile
2013-04-02Fix FFMPEG build error with older versions after planar formats commit.Brecht Van Lommel
2013-04-01Hopefully compilation with FFmpeg 0.10 works fine now.Sergey Sharybin
2013-02-28Fix/workaround for newer FFmpeg 1.1.3 and MP3 decoderSergey Sharybin
2013-01-13Further tweaks to support libav from wheezySergey Sharybin
2013-01-13Tweak to ffmpeg compatibility layer to support debian's wheezy libavSergey Sharybin
2013-01-12Patch #33837: ffmpeg1.1 and libav9.1 compatibility updateSergey Sharybin
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-06-25Use own version of ff_update_cur_dts for FFmpeg >= 0.11, seemsSergey Sharybin
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-02-24Blender should now compile fine with older FFmpeg libraries used.Sergey Sharybin
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-26Possible fix for implicit declaration of av_rescale_q on some platforms.Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton