Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> elenril
Anton Khirnov (elenril)
Total Commits : 5
Master Commits : 5
Branch Commits : 0
First Commit : January 28, 2014
Latest Commit : January 28, 2014
Commits by Month
Date | Number of Commits | |
---|---|---|
January, 2014 | 5 |
Favourite Files
Filename | Total Edits |
---|---|
indexer.c | 4 |
ffmpeg_compat.h | 4 |
anim_movie.c | 2 |
AUD_FFMPEGWriter.cpp | 2 |
writeffmpeg.c | 2 |
AUD_FFMPEGWriter.h | 1 |
CMakeLists.txt | 1 |
rna_scene.c | 1 |
util.c | 1 |
SConscript | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 20 | 4.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 285 | 57.0 |
Lines Removed | 178 | 35.6 |
Latest commits
January 28, 2014, 08:25 (GMT) |
audaspace: use new libavcodec audio encoding API where available |
January 28, 2014, 08:20 (GMT) |
libavformat API usage: use avformat_close_input() instead of av_close_input_file() |
January 28, 2014, 08:18 (GMT) |
libavformat API usage: use avg_frame_rate instead of r_frame_rate r_frame_rate is a guessed number defined as "the least common multiple of all framerates in the stream". It has been deprecated and removed in new Libav releases. Use avg_frame_rate instead, which is the average framerate of the stream. |
January 28, 2014, 08:17 (GMT) |
libavcodec API usage: use new video encoding API avcodec_encode_video() has been replaced with avcodec_encode_video2() in new libavcodec versions. |
January 28, 2014, 08:00 (GMT) |
Change libavcodec CODEC_ID_* to AV_CODEC_ID_* CODEC_ID_* have been replaced with AV_CODEC_ID_* in new libavcodec versions. Update the code to use those new identifiers. Added a compatibility code to ffmpeg_compat.h |
MiikaHweb - Blender Git Statistics v1.06