[FFmpeg-cvslog] avformat/utils: use av_packet_make_refcounted to ensure packets are ref counted

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 24 22:33:32 2018 -0300| [02ae52db87270715bb81ddb912a2e3968e973d1f] | committer: James Almer avformat/utils: use av_packet_make_refcounted to ensure packets are ref counted Simplifies code, while also fixing a potential leak of side data in pkt. S

[FFmpeg-cvslog] avcodec/avpacket: add av_packet_make_refcounted()

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 24 19:18:59 2018 -0300| [860086ee168866c8b7cdb5c1c13ac962c5f3efc4] | committer: James Almer avcodec/avpacket: add av_packet_make_refcounted() It works as a drop in replacement for the deprecated av_dup_packet(), to ensure a packet is reference cou

[FFmpeg-cvslog] avcodec/encode: use av_packet_make_refcounted to ensure packets are ref counted

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 24 21:58:56 2018 -0300| [e61d8b82a2ca866582454c6c90ffad664e2bb5e1] | committer: James Almer avcodec/encode: use av_packet_make_refcounted to ensure packets are ref counted Simplifies code. Signed-off-by: James Almer > http://git.videolan.org/gi

[FFmpeg-cvslog] avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref counted

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 25 00:23:58 2018 -0300| [265ec55983bf3b981190b564925a609d53391aa5] | committer: James Almer avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref counted Simplifies code. Signed-off-by: James Almer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/frame_thread_encoder: remove usage of av_dup_packet()

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 24 22:27:05 2018 -0300| [de0526070eb173b86e85c87b5d45b042a7590202] | committer: James Almer avcodec/frame_thread_encoder: remove usage of av_dup_packet() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de05

[FFmpeg-cvslog] avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are ref counted

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 24 22:28:42 2018 -0300| [38fa61b94766fc21bf32a279c77fc4084b30de1c] | committer: James Almer avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are ref counted Partially reverts commit e91f0c4f8b, simplifying code. Signed-off-

[FFmpeg-cvslog] Revert "avformat/format: temporarily use old next api"

2018-04-01 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Apr 1 00:19:49 2018 +0100| [85bf89885a97c18bfaf9dbe30321af9a58a1444d] | committer: Josh de Kock Revert "avformat/format: temporarily use old next api" This reverts commit 909e00ae816df9b6a05b1c4d0cafb794d4d0ca28. There is no need to use the old API

[FFmpeg-cvslog] lavf/format: use const AVInputFormat for iteration

2018-04-01 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Apr 1 03:17:07 2018 +0100| [d1221f335183a07dae761551188677551e5ba792] | committer: Josh de Kock lavf/format: use const AVInputFormat for iteration Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1221f335183

[FFmpeg-cvslog] lavf/img2dec: use new iteration API

2018-04-01 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Mar 18 15:31:20 2018 +| [e0f32286861ddf7666ba92297686fa216d65968e] | committer: Josh de Kock lavf/img2dec: use new iteration API Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0f32286861ddf7666ba9229768

[FFmpeg-cvslog] lav*,tests: remove several register_all calls

2018-04-01 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Feb 18 17:54:23 2018 +| [89029bd2c7f385c078fba8f2a8c19229833caa13] | committer: Josh de Kock lav*,tests: remove several register_all calls avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being

[FFmpeg-cvslog] avfilter: bump version for the latest API change

2018-04-01 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 1 23:19:02 2018 -0300| [f1805d160d66442567094fc84d3063ad42458809] | committer: James Almer avfilter: bump version for the latest API change And fix the entry in doc/APIchanges Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] lavf/allformats: remove left-over index decrement

2018-04-01 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Apr 1 03:07:11 2018 +0100| [db85d657faabf8e5ce7690ddbe6325ec430c61e7] | committer: Josh de Kock lavf/allformats: remove left-over index decrement Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db85d657faabf

[FFmpeg-cvslog] lavf: move avpriv function definition to internal.h

2018-04-01 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Apr 1 00:20:59 2018 +0100| [42d26145e9561d0e7cc700b79be9e34caf449ecc] | committer: Josh de Kock lavf: move avpriv function definition to internal.h Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42d26145e95

[FFmpeg-cvslog] cmdutils: fix new API break the "ffmpeg -muxers/demuxers"

2018-04-01 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 1 22:29:46 2018 +0800| [9b125826ed7eda54387c06469c081229b222ee59] | committer: Josh de Kock cmdutils: fix new API break the "ffmpeg -muxers/demuxers" fix commit 2238190 break the "ffmpeg -muxers/demuxers". Signed-off-by: Jun Zhao Signed-off-by: Jo

[FFmpeg-cvslog] avformat/mpeg: add missing check

2018-04-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 1 21:08:16 2018 +0200| [0995641202741e56874d468fbdacf2f8728535a2] | committer: Paul B Mahol avformat/mpeg: add missing check Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0995641202741e56874d468fbdacf2

[FFmpeg-cvslog] avformat/mpeg: fix logic failure

2018-04-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 1 20:58:48 2018 +0200| [1f7705e5b16d83d2ac4bfc48c7b8d6a34bfef20a] | committer: Paul B Mahol avformat/mpeg: fix logic failure Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f7705e5b16d83d2ac4bfc48c7b8d6

[FFmpeg-cvslog] avformat/mpeg: fix detection and demuxing of raw AC3 in mpegps

2018-04-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 30 18:44:34 2018 +0200| [7643e27528047f02dd1a2ae61332308d2e22196d] | committer: Paul B Mahol avformat/mpeg: fix detection and demuxing of raw AC3 in mpegps Fixes #4889. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avformat/mpeg: fix PCM-DVD mis-detection as MLP

2018-04-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 30 16:06:55 2018 +0200| [52e97814a18f62e4be7cc5d509ff9025f23ef2be] | committer: Paul B Mahol avformat/mpeg: fix PCM-DVD mis-detection as MLP Fixes #6563. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5

[FFmpeg-cvslog] avfilter/af_amix: add weights option

2018-04-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 29 13:54:51 2018 +0200| [8dff6c2844965473ec37a32c136887efe5e622b9] | committer: Paul B Mahol avfilter/af_amix: add weights option Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8dff6c2844965473ec37a32c13

[FFmpeg-cvslog] avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()

2018-04-01 Thread heimdallr
ffmpeg | branch: master | heimdallr | Sat Mar 31 19:37:23 2018 +0700| [354b26a3945eadd4ed8fcd801dfefad2566241de] | committer: Michael Niedermayer avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list() example: AVPixelFormat pixFmts[] = { AV_PIX_FMT_RGB24, AV_PIX_FMT_RGBA

[FFmpeg-cvslog] avfilter/showvolume : move clear picture part to a func

2018-04-01 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Mar 31 15:50:19 2018 +0200| [4152413dde1cf851c4556459e3e1b3a5669f3a5e] | committer: Paul B Mahol avfilter/showvolume : move clear picture part to a func and use it if fade == 0. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4152413d

[FFmpeg-cvslog] avfilter/showvolume : indent after prev commit and add comment

2018-04-01 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Mar 31 15:51:18 2018 +0200| [78b6887da3b926db7df64807ef6f3026136921fc] | committer: Paul B Mahol avfilter/showvolume : indent after prev commit and add comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=78b6887da3b926db7df64807ef6

[FFmpeg-cvslog] avfilter/showvolume : move width test for draw volume to the start of the loop

2018-04-01 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Mar 31 15:50:53 2018 +0200| [e4cfb2c669993f01011e940de30e5da11a191b01] | committer: Paul B Mahol avfilter/showvolume : move width test for draw volume to the start of the loop > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4cfb2c6699

[FFmpeg-cvslog] lavc: prefer the mp3float decoder to the mp3 decoder

2018-04-01 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Mar 31 23:57:09 2018 +0100| [a1b91b0cc28ac9d7ca77f21a3010233edeee457c] | committer: Rostislav Pehlivanov lavc: prefer the mp3float decoder to the mp3 decoder On modern x86 systems its around 2x faster. For systems without FPUs it'll be slowe

[FFmpeg-cvslog] ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitles

2018-04-01 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Mar 31 19:39:07 2018 +0300| [e760c12aeef608aa8b416664687b9aca3a2c6f68] | committer: Jan Ekström ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitles With certain types of input and the filter chain getting re-initialized or re-configure