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

2018-05-16 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 styxxx):

 Thanks for all your replies!
 I attached the requested output (no error message there?) and uploaded a
 file:

 [https://styxxx.de/temp/ffmpeg/Ticket_7210_-
 
_avcodec_decoder_error_existing_hardware_acceleration_cannot_be_reused__sample.mkv]
 (First ~5M of one of the videos)

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


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

2018-05-16 Thread FFmpeg
#7215: xWMA 22KHz files produce garbled output
---+--
 Reporter:  kerohazel  | Type:  defect
   Status:  new| Priority:  normal
Component:  ffmpeg |  Version:  git-master
 Keywords:  xwma   |   Blocked By:
 Blocking: |  Reproduced by developer:  0
Analyzed by developer:  0  |
---+--
 Summary of the bug:

 I have several xWMA audio files from a game (Hydrophobia: Prophecy). Some
 play correctly, others produce garbled noise. I noticed that all the files
 that play correctly are 44.1 or 48 KHz. The ones that do not are all 22050
 Hz. Note the overflow errors in the output below.

 How to reproduce (one of the garbled files):
 {{{
 $ ffplay -v 9 -loglevel 99 -i Fear\ Sound\ 1.xWMA
 ffplay version N-91062-gf995aa8 Copyright (c) 2003-2018 the FFmpeg
 developers
   built with gcc 6.2.0 (Ubuntu 6.2.0-5ubuntu12) 20161005
   configuration:
   libavutil  56. 18.102 / 56. 18.102
   libavcodec 58. 19.101 / 58. 19.101
   libavformat58. 13.102 / 58. 13.102
   libavdevice58.  4.100 / 58.  4.100
   libavfilter 7. 22.100 /  7. 22.100
   libswscale  5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
 Initialized opengl renderer.
 [NULL @ 0x7f588c000940] Opening 'Fear Sound 1.xWMA' for reading
 [file @ 0x7f588c0012c0] Setting default whitelist 'file,crypto'
 Probing mp3 score:1 size:2048
 Probing xwma score:100 size:2048   0KB vq=0KB sq=0B f=0/0
 [xwma @ 0x7f588c000940] Format xwma probed with size=2048 and score=100
 [xwma @ 0x7f588c000940] Before avformat_find_stream_info() pos: 250 bytes
 read:32768 seeks:0 nb_streams:1
 [xwma @ 0x7f588c000940] max_analyze_duration 500 reached at 5109388
 microseconds st:0
 [xwma @ 0x7f588c000940] stream 0: start_time: -418293516410647.438
 duration: 18.019
 [xwma @ 0x7f588c000940] format: start_time: -9223372036854.775 duration:
 18.019 bitrate=20 kb/s
 [xwma @ 0x7f588c000940] After avformat_find_stream_info() pos: 33694 bytes
 read:45772 seeks:0 frames:35
 Input #0, xwma, from 'Fear Sound 1.xWMA':
   Duration: 00:00:18.02, bitrate: 20 kb/s
 Stream #0:0, 35, 1/22050: Audio: wmav2 (a[1][0][0] / 0x0161), 22050
 Hz, 1 channels, fltp, 48 kb/s
 detected 4 logical cores
 [ffplay_abuffer @ 0x7f588c055140] Setting 'sample_rate' to value '22050'
 [ffplay_abuffer @ 0x7f588c055140] Setting 'sample_fmt' to value 'fltp'
 [ffplay_abuffer @ 0x7f588c055140] Setting 'channels' to value '1'
 [ffplay_abuffer @ 0x7f588c055140] Setting 'time_base' to value '1/22050'
 [ffplay_abuffer @ 0x7f588c055140] tb:1/22050 samplefmt:fltp
 samplerate:22050 chlayout:(null)
 [ffplay_abuffersink @ 0x7f588c055240] auto-inserting filter
 'auto_resampler_0' between the filter 'ffplay_abuffer' and the filter
 'ffplay_abuffersink'
 [AVFilterGraph @ 0x7f588c003f40] query_formats: 2 queried, 0 merged, 3
 already done, 0 delayed
 [auto_resampler_0 @ 0x7f588c055dc0] [SWR @ 0x7f588c0560c0] Using fltp
 internally between filters
 [auto_resampler_0 @ 0x7f588c055dc0] ch:1 chl:1 channels fmt:fltp r:22050Hz
 -> ch:1 chl:1 channels fmt:s16 r:22050Hz
 [wmav2 @ 0x7f588c002cc0] overflow (120 > 116) in spectral RLE, ignoring
 [wmav2 @ 0x7f588c002cc0] frame_len overflow
 Last message repeated 1 times
 [wmav2 @ 0x7f588c002cc0] overflow (488 > 466) in spectral RLE, ignoring
 [wmav2 @ 0x7f588c002cc0] frame_len overflow
 Last message repeated 6 times
 [wmav2 @ 0x7f588c002cc0] overflow (475 > 466) in spectral RLE, ignoring
 Audio frame changed from rate:22050 ch:1 fmt:fltp layout:0 channels
 serial:-1 to rate:22050 ch:1 fmt:fltp layout:0 channels serial:1
 [ffplay_abuffer @ 0x7f5878001a00] Setting 'sample_rate' to value '22050'
 [ffplay_abuffer @ 0x7f5878001a00] Setting 'sample_fmt' to value 'fltp'
 [ffplay_abuffer @ 0x7f5878001a00] Setting 'channels' to value '1'
 [ffplay_abuffer @ 0x7f5878001a00] Setting 'time_base' to value '1/22050'
 [ffplay_abuffer @ 0x7f5878001a00] tb:1/22050 samplefmt:fltp
 samplerate:22050 chlayout:(null)
 [ffplay_abuffersink @ 0x7f5878009080] auto-inserting filter
 'auto_resampler_0' between the filter 'ffplay_abuffer' and the filter
 'ffplay_abuffersink'
 [AVFilterGraph @ 0x7f5878001700] query_formats: 2 queried, 0 merged, 3
 already done, 0 delayed
 [auto_resampler_0 @ 0x7f587800a740] [SWR @ 0x7f587800ac00] Using fltp
 internally between filters
 [auto_resampler_0 @ 0x7f587800a740] ch:1 chl:1 channels fmt:fltp r:22050Hz
 -> ch:1 chl:1 channels fmt:s16 r:22050Hz
 [wmav2 @ 0x7f588c002cc0] overflow (605 > 466) in spectral RLE, ignoring
 [wmav2 @ 0x7f588c002cc0] frame_len overflow
 [wmav2 @ 0x7f588c002cc0] overflow (239 > 233) in spectral RLE, ignoring
 [wmav2 @ 0x7f588c002cc0] frame_len overflow
 [wmav2 @ 0x7f588c002cc0] len -1 invalid
 [wmav2 @ 0x7f588c002cc0] frame_len 

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

2018-05-16 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 cehoyos):

 Replying to [comment:7 jkqxz]:
 > Replying to [comment:5 cehoyos]:
 > > Is there an encoder that is able to encode to baseline or extended
 profile?
 >
 > Any constrained baseline stream can be marked as baseline or extended,
 and any non-CABAC main stream can be marked as extended - it's not
 required that it uses the rarely-implemented features.

 > (Mislabelled streams of this form should be decodable with
 `-hwaccel_flags +allow_profile_mismatch`.)
 I guess this should be the default then.

--
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-16 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):

 Replying to [comment:5 cehoyos]:
 > Is there an encoder that is able to encode to baseline or extended
 profile?

 Any constrained baseline stream can be marked as baseline or extended, and
 any non-CABAC main stream can be marked as extended - it's not required
 that it uses the rarely-implemented features.  (Mislabelled streams of
 this form should be decodable with `-hwaccel_flags
 +allow_profile_mismatch`.)

--
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-16 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 cehoyos):

 Replying to [comment:1 styxxx]:
 > I cannot upload my sample file to your ftp server (I can't connect at
 all):

 Please use a file host of your choice.

--
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-16 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 cehoyos):

 Is there an encoder that is able to encode to baseline or extended
 profile?

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


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

2018-05-16 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|
-+-
Changes (by cehoyos):

 * reproduced:  0 => 1


Comment:

 {{{
 $ md5sum ffmpeg
 09725a633a31da86b9cec69676a4f85c  ffmpeg
 }}}

--
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-16 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):

 Can you provide the log from ffmpeg?

 {{{
 ffmpeg -v debug -hwaccel vdpau -i your_file -f null -
 }}}

 Given that it stops just after querying the capabilities, I suspect that
 your file is not supported (or can't be determined to be supported) by the
 hardware - e.g. maybe it's H.264 baseline or extended profile.

--
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:closed): -ss before input does not provide proper output

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

 * status:  reopened => closed
 * resolution:   => needs_more_info
 * component:  ffmpeg => undetermined


Comment:

 Please test current FFmpeg git head and please provide the input 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] #7214(undetermined:new): Amazon violates (L)GPL

2018-05-16 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:  0
Analyzed by developer:  0|
-+-

Comment (by kierank):

 https://github.com/awslabs/aws-fpga-app-notes/issues/11

--
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(ffmpeg:reopened): -ss before input does not provide proper output

2018-05-16 Thread FFmpeg
#7212: -ss before input does not provide proper output
-+
 Reporter:  ryonsabouni  |Owner:
 Type:  defect   |   Status:  reopened
 Priority:  normal   |Component:  ffmpeg
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by ryonsabouni):

 Replying to [comment:1 llogan]:
 > `-ss 3s` is invalid syntax. Use `-ss 3` or `-ss 00:00:03`.

 yes it is. try it. Also using 3 or 00:00:03 produces the same error

--
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(ffmpeg:reopened): -ss before input does not provide proper output

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

 * status:  closed => reopened
 * resolution:  invalid =>


--
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(ffmpeg:reopened): -ss before input does not provide proper output

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

 * status:  closed => reopened
 * resolution:  invalid =>


--
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(ffmpeg:closed): -ss before input does not provide proper output

2018-05-16 Thread FFmpeg
#7212: -ss before input does not provide proper output
-+---
 Reporter:  ryonsabouni  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  ffmpeg
  Version:  unspecified  |   Resolution:  invalid
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---
Changes (by llogan):

 * priority:  important => normal
 * status:  new => closed
 * version:  git-master => unspecified
 * resolution:   => invalid


Comment:

 `-ss 3s` is invalid syntax. Use `-ss 3` or `-ss 00:00:03`.

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


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

2018-05-16 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:  0
Analyzed by developer:  0|
-+-

Comment (by llogan):

 They (AWSOpen) have been notified about this on Twitter.

 https://twitter.com/daemon404/status/996760928036237313

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


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

2018-05-16 Thread FFmpeg
#7214: Amazon violates (L)GPL
-+-
 Reporter:  kierank  | Type:  license
   Status:  new  |  violation
Component:   | Priority:  normal
  undetermined   |  Version:
 Keywords:   |  unspecified
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
 Amazon distribute a binary of FFmpeg with some kind of FPGA acceleration
 that is nonfree. No source code provided.

 https://github.com/awslabs/aws-fpga-app-
 notes/tree/master/reInvent17_Developer_Workshop/ffmpeg

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


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

2018-05-16 Thread FFmpeg
#7213: Cannot build ffmpeg 4.0 with --enable-libvorbis
-+-
 Reporter:  mario_grgic  | Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:  git-
  undetermined   |  master
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 I am trying to build ffmpeg 4.0 with Xcode 9.3 on macOS 10.13.4. I have
 installed latest libvorbis with its dependencies.

 I have configured ffmpeg as follows:


 ./configure --prefix=/Volumes/ramdisk/ffmpeg --as=yasm --extra-version=Wu
 --disable-shared --enable-static --disable-ffplay --enable-gpl --enable-
 pthreads --enable-postproc --enable-gray --enable-libmp3lame --enable-
 libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-
 libspeex --enable-bzlib --enable-zlib --enable-libopencore-amrnb --enable-
 libopencore-amrwb --enable-nonfree --enable-version3 --enable-runtime-
 cpudetect --enable-libvo-amrwbenc --enable-opengl --enable-opencl
 --datadir=/usr/local/share/ffmpeg --mandir=/usr/local/share/man


 and got the error:

 ERROR: vorbis not found using pkg-config

 The config.log shows:

 gcc -L/Volumes/ramdisk/ffmpeg/lib -Wl,-dynamic,-search_paths_first -o
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test.o
 -lvo-amrwbenc
 require_pkg_config libvorbis vorbis vorbis/codec.h vorbis_info_init
 check_pkg_config libvorbis vorbis vorbis/codec.h vorbis_info_init
 test_pkg_config libvorbis vorbis vorbis/codec.h vorbis_info_init
 pkg-config --exists --print-errors vorbis
 check_func_headers vorbis/codec.h vorbis_info_init
 -I/Volumes/ramdisk/ffmpeg/include -L/Volumes/ramdisk/ffmpeg/lib -lvorbis
 test_ld cc -I/Volumes/ramdisk/ffmpeg/include -L/Volumes/ramdisk/ffmpeg/lib
 -lvorbis
 test_cc -I/Volumes/ramdisk/ffmpeg/include -L/Volumes/ramdisk/ffmpeg/lib
 BEGIN
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test.c
 1   #include 
 2   #include 
 3   long check_vorbis_info_init(void) { return (long)
 vorbis_info_init; }
 4   int main(void) { int ret = 0;
 5ret |= ((intptr_t)check_vorbis_info_init) & 0x;
 6   return ret; }
 END
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test.c
 gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 -I$(SRC_PATH)/compat/dispatch_semaphore -DPIC
 -I/Volumes/ramdisk/ffmpeg/include -L/Volumes/ramdisk/ffmpeg/lib -std=c11
 -Werror=partial-availability -fomit-frame-pointer -fPIC -pthread
 -I/Volumes/ramdisk/include -I/Volumes/ramdisk/ffmpeg/include
 -L/Volumes/ramdisk/ffmpeg/lib -c -o
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test.o
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test.c
 clang: warning: argument unused during compilation:
 '-L/Volumes/ramdisk/ffmpeg/lib' [-Wunused-command-line-argument]
 clang: warning: argument unused during compilation:
 '-L/Volumes/ramdisk/ffmpeg/lib' [-Wunused-command-line-argument]
 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/T//ffconf.p6ZBvzlB/test
 /var/folders/rk/7t49495d3w1btf_fydzx6k20gn/T//ffconf.p6ZBvzlB/test.o
 -lvorbis
 Undefined symbols for architecture x86_64:
   "_oggpack_adv", referenced from:
   _decode_packed_entry_number in libvorbis.a(codebook.o)
   "_oggpack_bytes", referenced from:
   _vorbis_synthesis_headerin in libvorbis.a(info.o)
   _vorbis_commentheader_out in libvorbis.a(info.o)
   _vorbis_analysis_headerout in libvorbis.a(info.o)
   _vorbis_staticbook_unpack in libvorbis.a(codebook.o)
   _vorbis_bitrate_addblock in libvorbis.a(bitrate.o)
   _vorbis_bitrate_flushpacket in libvorbis.a(bitrate.o)
   "_oggpack_get_buffer", referenced from:
   _vorbis_bitrate_flushpacket in libvorbis.a(bitrate.o)
   "_oggpack_look", referenced from:
   _decode_packed_entry_number in libvorbis.a(codebook.o)
   "_oggpack_read", referenced from:
   _vorbis_synthesis_idheader in libvorbis.a(info.o)
   _vorbis_synthesis_headerin in libvorbis.a(info.o)
   _vorbis_staticbook_unpack in libvorbis.a(codebook.o)
   _floor0_unpack in libvorbis.a(floor0.o)
   _floor0_inverse1 in libvorbis.a(floor0.o)
   _floor1_unpack in libvorbis.a(floor1.o)
   _floor1_inverse1 in libvorbis.a(floor1.o)
   ...
   "_oggpack_readinit", referenced from:
   _vorbis_synthesis_idheader in libvorbis.a(info.o)
   _vorbis_synthesis_headerin in libvorbis.a(info.o)
   "_oggpack_reset", referenced 

[FFmpeg-trac] #7212(ffmpeg:new): -ss before input does not provide proper output

2018-05-16 Thread FFmpeg
#7212: -ss before input does not provide proper output
-+-
 Reporter:  ryonsabouni  | Type:  defect
   Status:  new  | Priority:  important
Component:  ffmpeg   |  Version:  git-
 Keywords:   |  master
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
 Summary of the bug: When using -ss seek option before input file, seeks to
 correct spot BUT freezes the last video frame so that the output file is
 the same length as the input file. The audio is cut correctly, but the
 video is not.
 How to reproduce:
 {{{
 % ffmpeg -ss 00:00:xx -i input.mp4 -c copy output.mp4
 ffmpeg version 4.0
 built on mac
 }}}

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


Re: [FFmpeg-trac] #5419(avformat:open): HLS EXT-X-DISCONTINUITY tag is not supported

2018-05-16 Thread FFmpeg
#5419: HLS EXT-X-DISCONTINUITY tag is not supported
+
 Reporter:  xyq204101   |Owner:
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  hls |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  1   |
+

Comment (by jkoberg):

 I have a patch fixing this bug at http://ffmpeg.org/pipermail/ffmpeg-
 devel/2018-March/226706.html

 Please let me know if it's suitable for merge.

 Thanks!

--
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-16 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 cehoyos):

 Does vlc compilation work with current FFmpeg git head?

--
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-16 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
-+-
Changes (by cehoyos):

 * status:  closed => reopened
 * resolution:  invalid =>


Comment:

 Impressive.

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