[FFmpeg-cvslog] lavf/qsv_scale: add scaling modes support

2019-06-24 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Jun 18 15:52:29 2019 +0800| [dd662bbdd26e09957b3e67d3cde07b9468931e15] | committer: Zhong Li lavf/qsv_scale: add scaling modes support low_power mode will use a fixed HW engine (SFC), thus can offload EU usage. high quality mode will take EU usage (AVS

[FFmpeg-cvslog] movsub_bsf: Fix mov2textsub regression

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Sun Jun 23 06:46:12 2019 +0200| [5ace41951948c6507926f13a924ff557bf7c2093] | committer: James Almer movsub_bsf: Fix mov2textsub regression The mov flavour of timed text uses the first two bytes of the packet as a length field. And up until

[FFmpeg-cvslog] movsub_bsf: Fix mov2textsub regression

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Sun Jun 23 06:46:12 2019 +0200| [b5229a0b3e422e0de5f0f3d06b354aa8abe901e3] | committer: James Almer movsub_bsf: Fix mov2textsub regression The mov flavour of timed text uses the first two bytes of the packet as a length field. And up until

[FFmpeg-cvslog] movsub_bsf: Fix mov2textsub regression

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jun 23 06:46:12 2019 +0200| [800f618a340d122754e7bdb82c22463cb9bd17b0] | committer: James Almer movsub_bsf: Fix mov2textsub regression The mov flavour of timed text uses the first two bytes of the packet as a length field. And up until

[FFmpeg-cvslog] lavf/flvenc: add automatic bitstream filtering

2019-06-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 22 16:50:31 2019 +0800| [053d33b46b169f35e644ddbf2a2e482515d3a8fe] | committer: Jun Zhao lavf/flvenc: add automatic bitstream filtering add automatic bitstream filtering when mux AAC Reported-by: Yabo Wei weiyabogeij...@gmail.com Reviewed-by:

[FFmpeg-cvslog] avformat/matroskadec: Properly check return values

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:54 2019 +0200| [a27e5398e2d0e8af7eaa35001ea920d717fe9e38] | committer: James Almer avformat/matroskadec: Properly check return values Up until now, webm_dash_manifest_cues used the return values of ebml_read_num and

[FFmpeg-cvslog] avformat/matroskadec: Improve error/EOF checks III

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 24 01:42:31 2019 +0200| [ff5ea59f7b05cb4d37ba9e2c3ee383ff24a10ae0] | committer: James Almer avformat/matroskadec: Improve error/EOF checks III Up until now, when an element was skipped, it was relied upon ffio_limit to make sure that

[FFmpeg-cvslog] avformat/matroskadec: Improve read error/EOF checks II

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 24 01:42:30 2019 +0200| [a569a7b3bb017315b954ca686e1e8add05f07f09] | committer: James Almer avformat/matroskadec: Improve read error/EOF checks II This commit fixes a number of bugs: 1. There was no check that no read error/EOF occured

[FFmpeg-cvslog] avformat/matroskadec: Improve read error/EOF checks I

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 25 03:08:56 2019 +0200| [239c7369e0490c6a130a1e4fd11c4fbf56379ce7] | committer: James Almer avformat/matroskadec: Improve read error/EOF checks I ebml_read_num had a number of flaws: 1. The check for read errors/EOF was totally wrong.

[FFmpeg-cvslog] avformat/matroskadec: Don't zero unnecessarily

2019-06-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:48 2019 +0200| [1215b3a5f3f801f1f3179b9c29a0d52f906eef98] | committer: James Almer avformat/matroskadec: Don't zero unnecessarily It is only necessary to zero the initial allocated memory used to store the size of laced frames if

[FFmpeg-cvslog] configure: print_in_columns: Replace pr with awk

2019-06-24 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Sat Apr 27 23:15:08 2019 +0200| [99147312ce6ffd3a3b70e10aacc9b64a63b6aefe] | committer: Alexander Strasser configure: print_in_columns: Replace pr with awk Get rid of pr dependency and write the columns strictly alphabetical without page size

[FFmpeg-cvslog] avformat/hlsenc: better error log message for var_stream_map content

2019-06-24 Thread Bela Bodecs
ffmpeg | branch: master | Bela Bodecs | Sat Jun 22 15:55:54 2019 +0200| [2045dd0050f1ef0df348e11bd44657c2475aa7c3] | committer: Steven Liu avformat/hlsenc: better error log message for var_stream_map content When multiple variant streams are specified by var_stream_map option, %v is expected