Re: [FFmpeg-trac] #7214(undetermined:new): Amazon violates (L)GPL

2018-05-17 Thread FFmpeg
#7214: Amazon violates (L)GPL
-+-
 Reporter:  kierank  |Owner:
 Type:  license  |   Status:  new
  violation  |Component:
 Priority:  normal   |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+-

Comment (by flamefew):

 Thank you ffmpeg community for your patience.

 We've worked with @ThomasXilinx on GitHub to update this conference
 tutorial with the build instructions and patch file. The build downloads
 the official ffmpeg source code from git.ffmpeg.org, and we have noted
 this in the LICENSE_README file so users know where they can get the
 source code from. If you would like us to also provide a copy of the
 source ourselves, please let me know and we can put a copy up on S3 and
 link to that.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #6521(avformat:open): HEIF support

2018-05-17 Thread FFmpeg
#6521: HEIF support
-+
 Reporter:  mateo|Owner:  mateo
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  mov heif |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+

Comment (by mojing1999):

 I write heif demux plugin for ffmpeg, it can work with vfilter

 ./ffmpeg -y -f heif -i ~/data/media/heif/IMG_4454.HEIC -vf
 "tile=8x6:48:0:0:blue, crop=4032:3024:0:0" heif2jpeg_2.jpg

 ./ffplay -f heif -i ~/data/media/heif/IMG_4454.HEIC -vf  "tile=8x6,
 crop=4032:3024:0:0"

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4831(avcodec:reopened): Can't initialize h264_qsv encoder post Aug 29 2015 - Ivy Bridge CPU

2018-05-17 Thread FFmpeg
#4831: Can't initialize h264_qsv encoder post Aug 29 2015 - Ivy Bridge CPU
-+-
 Reporter:  babgvant |Owner:  IvUs
 Type:  defect   |   Status:  reopened
 Priority:  important|Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  qsv  |   Blocked By:
  regression |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  1|
-+-

Comment (by Brainiarc7):

 Concerning platform support for QuickSync: If you're using Intel's Media
 SDK, they've been known for deprecating older hardware with newer
 releases.

 If you're able, stick to the latest stable version of the SDK that
 indicates support for your processor generation. For instance, the open
 source iMSDK and the related intel-media-driver only indicate support for
 Broadwell, Skylake, ApolloLake and Cannonlake, leaving owners of Kabylake,
 Coffeelake, etc out of support.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7216(trac:new): Apache 2.4.7 is not always responding

2018-05-17 Thread FFmpeg
#7216: Apache 2.4.7 is not always responding
-+
 Reporter:  techtonik|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  trac
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by techtonik):

 Upgrade to Ubuntu 18.04 + nginx ?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7213(undetermined:closed): Cannot build ffmpeg 4.0 with --enable-libvorbis

2018-05-17 Thread FFmpeg
#7213: Cannot build ffmpeg 4.0 with --enable-libvorbis
-+-
 Reporter:  mario_grgic  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:  invalid
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by mario_grgic):

 Replying to [comment:3 jamrial]:
 > This is not an ffmpeg issue. It looks like you only have static
 libraries of libvorbis and libogg in your system, so you need to run
 ffmpeg's configure with --pkg-config-flags="--static" in order to get pkg-
 config to explicitly include all of libvorbis dependencies (That means
 libogg).

 Thank you. That solves my problem. And yes, I am building static ffmpeg
 with all dependencies (i.e. all third party libraries built statically as
 well) for maximal portability.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7213(undetermined:new): Cannot build ffmpeg 4.0 with --enable-libvorbis

2018-05-17 Thread FFmpeg
#7213: Cannot build ffmpeg 4.0 with --enable-libvorbis
-+-
 Reporter:  mario_grgic  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by oromit):

 That means its pkg-config file is broken then. It's supposed to provide
 such informations.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7213(undetermined:new): Cannot build ffmpeg 4.0 with --enable-libvorbis

2018-05-17 Thread FFmpeg
#7213: Cannot build ffmpeg 4.0 with --enable-libvorbis
-+-
 Reporter:  mario_grgic  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by mario_grgic):

 If I also add -logg option to the linker command:

 gcc -L/Volumes/ramdisk/ffmpeg/lib -Wl,-dynamic,-search_paths_first
 -I/Volumes/ramdisk/ffmpeg/include -L/Volumes/ramdisk/ffmpeg/lib -o
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/Tffconf.p6ZBvzlB/test
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/Tffconf.p6ZBvzlB/test.o
 -lvorbis -logg


 then it all works. I have compiled vorbis with ogg support, and it seems
 it now needs to have ogg library added as dependency. I have worked around
 this problem by modifying vorbis.pc file in pkgconfig path to also have
 -logg in library search path.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7216(trac:new): Apache 2.4.7 is not always responding

2018-05-17 Thread FFmpeg
#7216: Apache 2.4.7 is not always responding
-+
 Reporter:  techtonik|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  trac
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by oromit):

 This is not 2.4.7, but a distribution version which supports it, but never
 does upgrades except security ones.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #7216(trac:new): Apache 2.4.7 is not always responding

2018-05-17 Thread FFmpeg
#7216: Apache 2.4.7 is not always responding
---+---
 Reporter:  techtonik  | Type:  defect
   Status:  new| Priority:  normal
Component:  trac   |  Version:  unspecified
 Keywords: |   Blocked By:
 Blocking: |  Reproduced by developer:  0
Analyzed by developer:  0  |
---+---
 Sometimes this Trac answers with error 500, sometimes doesn't answer at
 all. Maybe it is time to upgrade Apache 2.4.7 that comes with several DoS
 CVEs?

 https://www.cvedetails.com/vulnerability-
 list/vendor_id-45/product_id-66/version_id-161847/year-2014/Apache-Http-
 Server-2.4.7.html

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7212(undetermined:reopened): -ss before input does not provide proper output

2018-05-17 Thread FFmpeg
#7212: -ss before input does not provide proper output
-+-
 Reporter:  ryonsabouni  |Owner:
 Type:  defect   |   Status:  reopened
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by ryonsabouni):

 * status:  closed => reopened
 * version:  unspecified => git-master
 * resolution:  needs_more_info =>


Comment:

 Replying to [comment:5 cehoyos]:
 > Please test current FFmpeg git head and please provide the input sample.


 Double checked that I had git head installed and ran again. Same error.
 This error happens with any mp4 but I have now provided a sample mp4 that
 can be used.

 This error occurs when using {{{00:00:03}}}, {{{3}}} or {{{3s}}} as a seek
 argument. 3 is simply there as an example. Any amount of time will not
 provide proper output.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7210(avcodec:new): avcodec decoder error: existing hardware acceleration cannot be reused

2018-05-17 Thread FFmpeg
#7210: avcodec decoder error: existing hardware acceleration cannot be reused
+---
 Reporter:  styxxx  |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avcodec
  Version:  3.4 |   Resolution:
 Keywords:  vdpau   |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---

Comment (by jkqxz):

 That seems to all be fine with ffmpeg:

 {{{
 [AVHWDeviceContext @ 0x55be5154dc20] Successfully created a VDPAU device
 (G3DVL VDPAU Driver Shared Library version 1.0) on X11 display :0
 }}}
 {{{
 [h264 @ 0x55be51601a80] Reinit context to 1280x720, pix_fmt: vdpau
 }}}

 I suspect it's failing the level check when run in vlc?  The file is
 marked as level 5.1, but your hardware only declares support up to 4.1.
 The AV_HWACCEL_FLAG_IGNORE_LEVEL flag is set by default in libavcodec with
 ffmpeg (since the speed element doesn't matter for non-realtime use, and
 the dimensions are checked separately), but vlc might be overriding it.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7215(avcodec:new): xWMA 22KHz files produce garbled output

2018-05-17 Thread FFmpeg
#7215: xWMA 22KHz files produce garbled output
+---
 Reporter:  kerohazel   |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  xwma|   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Changes (by cehoyos):

 * component:  ffmpeg => avcodec


Comment:

 Please provide a sample.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #6304(undetermined:reopened): Unable to parse some subtitles with a system ffmpeg compiled HandBrake

2018-05-17 Thread FFmpeg
#6304: Unable to parse some subtitles with a system ffmpeg compiled HandBrake
-+-
 Reporter:  slaanesh |Owner:
 Type:  defect   |   Status:  reopened
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:  handbrake|   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by slaanesh):

 I think this should be closed here, it is not an FFMpeg issue.

 Aniway, trying to replace also the ASS/SSA subtitles as described here:

 https://github.com/HandBrake/HandBrake/issues/974#issuecomment-389577931

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac