[FFmpeg-cvslog] avformat/movenc: split MPEG-4 bit rate value calculation

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 14:41:18 2020 +0300| [667d5045d38c19a9a7ccfe7f1abaaf4cb8b225fc] | committer: Jan Ekström avformat/movenc: split MPEG-4 bit rate value calculation This can now be re-utilized in other places. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avformat/movenc: implement writing of the btrt box

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 15:26:42 2020 +0300| [3838e8fc210aa09a9f9058506c0ce80b6ad9b9c3] | committer: Jan Ekström avformat/movenc: implement writing of the btrt box This is utilized by various media ingests to figure out the bit rate of the content you are pushing towa

[FFmpeg-cvslog] avformat/movenc: simplify ISML manifest bit rate logic

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 19:55:14 2020 +0300| [519bd469d01af1727f943e5b73c964c94f29ccd0] | committer: Jan Ekström avformat/movenc: simplify ISML manifest bit rate logic The newly calculated average bit rate value is pretty much what is being done here. > http://git.vi

[FFmpeg-cvslog] avformat/movenc: use more fall-back values for average bit rate fields

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 18:14:48 2020 +0300| [308882d9f2c6cc7159aba2ca7cdc99d07a9b531e] | committer: Jan Ekström avformat/movenc: use more fall-back values for average bit rate fields If the average bit rate cannot be calculated, such as in the case of streamed fragme

[FFmpeg-cvslog] avformat/movenc: utilize bit rate helper function in ISML writing

2020-09-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sun Sep 20 15:01:29 2020 +0300| [6475dc18cc4250b1d66e52a979eb71a3738d4716] | committer: Jan Ekström avformat/movenc: utilize bit rate helper function in ISML writing This way we have a single location in movenc which utilizes the CPB properties. > http:/

[FFmpeg-cvslog] avcodec/magicyuv: add support for recently added new format

2020-09-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 22 18:31:14 2020 +0200| [904ab5365cf4881eae1e5cac980f3c4f252b69cd] | committer: Paul B Mahol avcodec/magicyuv: add support for recently added new format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=904ab5365cf4881eae1e5cac980f3c4f2

[FFmpeg-cvslog] avformat/argo_asf: implement seeking

2020-09-22 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Mon Sep 21 19:36:03 2020 +1000| [003b5c800fef909fa84dd2fae43d66bd434d3f7e] | committer: Zane van Iperen avformat/argo_asf: implement seeking Causes some error as the ADPCM predictors aren't known, but the difference is negligible and not audible. Si