[FFmpeg-cvslog] avformat/webvttdec: Accept \r as newline

2020-06-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jun 20 07:06:04 2020 +0200| [7447045cc0dacf9eedf230070c0675eecf546ff6] | committer: Andreas Rheinhardt avformat/webvttdec: Accept \r as newline After parsing the end timestamp of a WebVTT cue block, the current code skips everything after the

[FFmpeg-cvslog] avformat/av1: Avoid using dynamic buffer when assembling av1c

2020-06-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jun 21 12:58:21 2020 +0200| [36fa84e7ac805a774820d06b3d58e4e875cb11c9] | committer: Andreas Rheinhardt avformat/av1: Avoid using dynamic buffer when assembling av1c Given that AV1 only has exactly one sequence header, it is unnecessary to copy

[FFmpeg-cvslog] avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false

2020-06-25 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jun 21 15:30:45 2020 -0300| [d1c55fc46019229b5526768ffdb0e1e67beb21ff] | committer: James Almer avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false Based on cbs_h264 code. Should fix ticket #8752. Signed-off-by: J

[FFmpeg-cvslog] avcodec: add AV1 profiles to profile.h

2020-06-25 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 25 23:28:57 2020 -0300| [82b64e9bf671e37c078a4aae26b6f5c68723d7f9] | committer: James Almer avcodec: add AV1 profiles to profile.h Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82b64e9bf671e37c078a4aae26b

[FFmpeg-cvslog] lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation

2020-06-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 17 12:10:05 2020 +0800| [60d79b1df9d4c6030010ccb0c134ede9e33158c2] | committer: Jun Zhao lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation Now we just use one ADTS raw frame to calculate the bit rate, it's lead to a larger error whe

[FFmpeg-cvslog] avformat/microdvddec: skip malformed lines without frame number.

2020-06-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 23 01:43:14 2020 +0200| [a8fb7612a97530bdd0b2549dacf91dcf71a3187a] | committer: Michael Niedermayer avformat/microdvddec: skip malformed lines without frame number. Fixes: signed integer overflow: 1 - -9223372036854775808 cannot be repres

[FFmpeg-cvslog] avfilter/zoompan: add in_time variable

2020-06-25 Thread exwm
ffmpeg | branch: master | exwm | Fri Jun 19 15:58:41 2020 +| [32d6fe23b66075565894a5432278c95ab479584a] | committer: Paul B Mahol avfilter/zoompan: add in_time variable Currently, the zoompan filter exposes a 'time' variable (missing from docs) for use in the 'zoom', 'x', and 'y' expressio