[FFmpeg-cvslog] avcodec/crystalhd: Explicitly set frame pts at all times

2017-04-23 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Apr 23 14:34:03 2017 -0700| [181aa1be493416c38c8adf0ce21e7fdac64a039e] | committer: Philip Langdale avcodec/crystalhd: Explicitly set frame pts at all times Previously, the pts value was initialised to AV_NOPTS_VALUE and so it was not necessary t

[FFmpeg-cvslog] avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsf

2017-04-23 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Apr 23 15:31:55 2017 -0700| [dd49eff93095110d2e878bbcc81b0062590d865f] | committer: Philip Langdale avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsf I tried doing this before, but it resulted in weird behaviour with certain sa

[FFmpeg-cvslog] decode: Initialize ret before using it

2017-04-23 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Apr 3 21:58:15 2017 +0200| [960b4d47612ec89cfdf0ff8b83bc7424ad4c754a] | committer: James Almer decode: Initialize ret before using it libavcodec/decode.c:608:9: warning: variable 'ret' is used uninitialized whenever 'if' condition is fals

Re: [FFmpeg-cvslog] Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'

2017-04-23 Thread Michael Niedermayer
On Sat, Apr 22, 2017 at 11:32:41PM +, James Almer wrote: > ffmpeg | branch: master | James Almer | Sat Apr 22 > 20:08:42 2017 -0300| [bddb2343b6e594e312dadb5d21b408702929ae04] | committer: > James Almer > > Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' > > * commit '061a0c14bb576

[FFmpeg-cvslog] avcodec/movtextenc: Ignore unmatched closing style tags

2017-04-23 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Apr 23 10:42:25 2017 -0700| [f95c81ce104554b6860d94724a681a1bac0c4fbd] | committer: Philip Langdale avcodec/movtextenc: Ignore unmatched closing style tags The existing code will segfault if a closing tag shows up when there was never an opening

[FFmpeg-cvslog] webm_dash_manifest_demuxer: Fix initialization range for files with cues at the front

2017-04-23 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Fri Apr 21 16:40:35 2017 +0100| [6ba1c9bf7e8a92cf1977ca11ce595a5872d0ce40] | committer: Derek Buitenhuis webm_dash_manifest_demuxer: Fix initialization range for files with cues at the front The WebM DASH spec states: The Initialization Segment

[FFmpeg-cvslog] webm_dash_manifest_demuxer: Fix UB in cue timestamp string code and make it actually work

2017-04-23 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Thu Apr 20 15:02:54 2017 +0100| [8e6b9ef4733be91b32c8b7becd95124340b92334] | committer: Derek Buitenhuis webm_dash_manifest_demuxer: Fix UB in cue timestamp string code and make it actually work Output was apparently not tested for correctness. Pas

[FFmpeg-cvslog] avcodec/crystalhd: Switch to the new generic filtering mechanism

2017-04-23 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Apr 22 20:03:27 2017 -0700| [41b0561dc7246b72a834067da539ae98b1ec6631] | committer: Philip Langdale avcodec/crystalhd: Switch to the new generic filtering mechanism This lets us drop all the code for handling the mp4toannexb conversion. > http:/

[FFmpeg-cvslog] avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)

2017-04-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 23 18:31:05 2017 +0200| [f4218d93efaefb2fb1a1dfcf45d6917a397e96ed] | committer: Paul B Mahol avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s) Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4

[FFmpeg-cvslog] avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)

2017-04-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 23 18:01:00 2017 +0200| [9d1f9ba582aa8b62d08922a126fe36784d434003] | committer: Paul B Mahol avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s) Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d

[FFmpeg-cvslog] avfilter/vf_premultiply: add planes option

2017-04-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 23 18:19:40 2017 +0200| [710c97d5f6a880597701ea7b3ad56920cd0fb731] | committer: Paul B Mahol avfilter/vf_premultiply: add planes option Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=710c97d5f6a880597701

[FFmpeg-cvslog] avcodec/decode: also update consumed bytes on last_pkt_props->size

2017-04-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 23 12:51:52 2017 -0300| [16c88465a1c1c2cb003590d667c4341c8da9372a] | committer: James Almer avcodec/decode: also update consumed bytes on last_pkt_props->size > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16c88465a1c1c2cb003590d667c4

[FFmpeg-cvslog] avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAX

2017-04-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 23 17:36:33 2017 +0200| [0699722ad050344c8bb04a7027849ec9e6e3ab90] | committer: Paul B Mahol avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAX Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

Re: [FFmpeg-cvslog] Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'

2017-04-23 Thread Michael Niedermayer
On Sat, Apr 22, 2017 at 11:32:41PM +, James Almer wrote: > ffmpeg | branch: master | James Almer | Sat Apr 22 > 20:08:42 2017 -0300| [bddb2343b6e594e312dadb5d21b408702929ae04] | committer: > James Almer > > Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' > > * commit '061a0c14bb576

[FFmpeg-cvslog] ffmpeg: do not report EOF on filters as an error.

2017-04-23 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Apr 23 14:22:22 2017 +0200| [0dfb4d4b438b7203b3aaef9fc6ffebc57df140d8] | committer: Nicolas George ffmpeg: do not report EOF on filters as an error. Also print the error message in case of real error. > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/dnxhd_parser: fix parsing interlaced video, simplify code

2017-04-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 23 11:53:57 2017 +0200| [ac30754a148df58822a272555d1f6f860e42037e] | committer: Paul B Mahol avcodec/dnxhd_parser: fix parsing interlaced video, simplify code There appears to be no need to treat interlaced videos differently, also that code is f

[FFmpeg-cvslog] tests: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:59:09 2017 +0700| [cdd3048134b8b032b69d3c076d73d24e329dc9ba] | committer: Muhammad Faiz tests: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdd304

[FFmpeg-cvslog] avdevice: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:56:47 2017 +0700| [8103c595223613c08e44bcf56ae7098d3c31be8b] | committer: Muhammad Faiz avdevice: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=810

[FFmpeg-cvslog] avfilter: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:57:18 2017 +0700| [6af050d7d0c3c73f3d62115152db82ebd2dc5d57] | committer: Muhammad Faiz avfilter: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6af

[FFmpeg-cvslog] ff*: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:58:03 2017 +0700| [8893c943a9bdbe8ed2c0f99ca986d6f662d58185] | committer: Muhammad Faiz ff*: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8893c943

[FFmpeg-cvslog] avcodec: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:54:58 2017 +0700| [31f61b0d4f8d452becb44f044c739f9057900159] | committer: Muhammad Faiz avcodec: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31f6

[FFmpeg-cvslog] examples: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:58:37 2017 +0700| [327a1c0dee05efff74b1fe18144a6543c44975fa] | committer: Muhammad Faiz examples: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=327

[FFmpeg-cvslog] avformat: do not use AVFrame accessor

2017-04-23 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Sat Apr 22 15:55:45 2017 +0700| [9f030ee00f049a09cb3b74dbd0314bcf626bef10] | committer: Muhammad Faiz avformat: do not use AVFrame accessor Reviewed-by: wm4 Signed-off-by: Muhammad Faiz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f0