[FFmpeg-cvslog] lavf/dashenc.c: Fix creating audio-only HLS playlists

2021-05-31 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Thu May 20 11:50:27 2021 +0200| [575e52272d42f4278c6620f1a999c41425db2094] | committer: Karthick J lavf/dashenc.c: Fix creating audio-only HLS playlists With audio/video HLS playlists, audio chunklists are treated as alternative renditions for

[FFmpeg-cvslog] avformat/dashenc: Calculate average bitrate for adaptation sets in static manifest

2020-06-21 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Wed Jun 17 13:50:12 2020 +0200| [82352f3c1aaa1956e9a5cf22fdfde80dd1142130] | committer: Karthick J avformat/dashenc: Calculate average bitrate for adaptation sets in static manifest If stream's bitrate is not specified: - for static manifes

[FFmpeg-cvslog] Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"

2020-06-21 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Tue Jun 16 14:32:03 2020 +0200| [19726288d8b50290f0bda8b94f37cb7d9338320a] | committer: Karthick J Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate" This reverts commit 2a9ffd89fcb09bd69b2130da039ad2cab

[FFmpeg-cvslog] avformat/dashenc: Add hls_master_name option

2020-06-15 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Wed Jun 10 13:14:36 2020 +0200| [9d80f3ec4b08815719ce554c0a08ed27e671d6dc] | committer: Karthick J avformat/dashenc: Add hls_master_name option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d80f3ec4b08815719ce554c0a08ed27e671d

[FFmpeg-cvslog] avformat/dashenc: use AVStream timebase when computing missing bitrate

2020-06-01 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Wed May 27 17:07:22 2020 +0200| [2a9ffd89fcb09bd69b2130da039ad2caba79cf33] | committer: Karthick J avformat/dashenc: use AVStream timebase when computing missing bitrate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-11 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Fri Mar 3 09:38:28 2017 +0100| [89c0fda5f43d8a3d3a1c538ff8d72e6737bc7d8e] | committer: Michael Niedermayer lavf/dashenc: update bitrates on dash_write_trailer Provides a way to change bandwidth parameter inside DASH manifest after a non-CBR H

[FFmpeg-cvslog] libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOption

2016-05-09 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Mon May 9 11:27:09 2016 +0200| [1a3cff4f7eadad5292b6d65f751b0273d3a4124a] | committer: Michael Niedermayer libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOption Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_fps: set fps value boundaries

2016-05-09 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Mon May 9 11:17:23 2016 +0200| [5fce4753ff0f9e4ebada3fa3619e0cf0b639385d] | committer: Michael Niedermayer avfilter/vf_fps: set fps value boundaries Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/imgconvert: Support non-planar colorspaces while padding

2016-04-30 Thread Przemysław Sobala
ffmpeg | branch: release/2.5 | Przemysław Sobala | Fri Sep 18 15:40:58 2015 +0200| [bbc3395a0bb07fd9aee95d04f8e2c21ab48f7a9e] | committer: Michael Niedermayer avcodec/imgconvert: Support non-planar colorspaces while padding Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/imgconvert: Support non-planar colorspaces while padding

2016-04-29 Thread Przemysław Sobala
ffmpeg | branch: release/2.6 | Przemysław Sobala | Fri Sep 18 15:40:58 2015 +0200| [1eb1c2fd5d28f659263b6bc51a3db6caf13a1c9e] | committer: Michael Niedermayer avcodec/imgconvert: Support non-planar colorspaces while padding Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/imgconvert: Support non-planar colorspaces while padding

2016-04-27 Thread Przemysław Sobala
ffmpeg | branch: release/2.7 | Przemysław Sobala | Fri Sep 18 15:40:58 2015 +0200| [873ca2839052563b3f43b6f8a553fdde9371f76a] | committer: Michael Niedermayer avcodec/imgconvert: Support non-planar colorspaces while padding Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/imgconvert: Support non-planar colorspaces while padding

2016-04-26 Thread Przemysław Sobala
ffmpeg | branch: release/2.8 | Przemysław Sobala | Fri Sep 18 15:40:58 2015 +0200| [4818e074a0310d2f4f563a6da06f2efff3aaa4cc] | committer: Michael Niedermayer avcodec/imgconvert: Support non-planar colorspaces while padding Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] lavf/img2dec: Fix memory leak

2015-10-09 Thread Przemysław Sobala
ffmpeg | branch: release/2.4 | Przemysław Sobala | Tue Sep 29 15:25:07 2015 +0200| [13b34510b6bc50ccabffe7e6b0d570942d89ec58] | committer: Carl Eugen Hoyos lavf/img2dec: Fix memory leak Fixes #4886 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] lavf/img2dec: Fix memory leak

2015-10-09 Thread Przemysław Sobala
ffmpeg | branch: release/2.5 | Przemysław Sobala | Tue Sep 29 15:25:07 2015 +0200| [eb681e1fac2cdbdf81d535217934144ead347166] | committer: Carl Eugen Hoyos lavf/img2dec: Fix memory leak Fixes #4886 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] lavf/img2dec: Fix memory leak

2015-10-09 Thread Przemysław Sobala
ffmpeg | branch: release/2.6 | Przemysław Sobala | Tue Sep 29 15:25:07 2015 +0200| [b0b37e018b384776f76cb1be91fa3e5a5099e8d9] | committer: Carl Eugen Hoyos lavf/img2dec: Fix memory leak Fixes #4886 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] lavf/img2dec: Fix memory leak

2015-10-09 Thread Przemysław Sobala
ffmpeg | branch: release/2.7 | Przemysław Sobala | Tue Sep 29 15:25:07 2015 +0200| [2ef386d0a607b9b728603849597522ddf7455a88] | committer: Carl Eugen Hoyos lavf/img2dec: Fix memory leak Fixes #4886 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] lavf/img2dec: Fix memory leak

2015-10-09 Thread Przemysław Sobala
ffmpeg | branch: release/2.8 | Przemysław Sobala | Tue Sep 29 15:25:07 2015 +0200| [635831c08712f2dfea359fbe185458f54788a786] | committer: Carl Eugen Hoyos lavf/img2dec: Fix memory leak Fixes #4886 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] lavf/img2dec: Fix memory leak

2015-09-29 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Tue Sep 29 15:25:07 2015 +0200| [01dd7e025c246d9001f1a30f4a5d8fa2936d1a5e] | committer: Michael Niedermayer lavf/img2dec: Fix memory leak Fixes #4886 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/imgconvert: Support non-planar colorspaces while padding

2015-09-19 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Fri Sep 18 15:40:58 2015 +0200| [0d097a869c38850c9ac09bccef60a229470f489b] | committer: Michael Niedermayer avcodec/imgconvert: Support non-planar colorspaces while padding Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavcodec/imgconvert.c: support left band while cropping

2015-06-12 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Fri Jun 12 18:38:05 2015 +0200| [c39637f36aa3a942efaa098854bd0c2ae612bcd0] | committer: Michael Niedermayer libavcodec/imgconvert.c: support left band while cropping Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/mjpegdec: add pix_fmt: 0x14121200

2014-07-22 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Tue Jul 22 15:52:41 2014 +0200| [c68098ba4a1456e5e17ae6435db7487c64890934] | committer: Michael Niedermayer avcodec/mjpegdec: add pix_fmt: 0x14121200 Fixes: _15801_F.jpg Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.