[FFmpeg-trac] #9144(avformat:new): ffmetadata has inconsistent escaping

2021-03-08 Thread FFmpeg
#9144: ffmetadata has inconsistent escaping
-+-
 Reporter:   | Type:  defect
  federicocarboni|
   Status:  new  | Priority:  normal
Component:  avformat |  Version:  git-
 Keywords:   |  master
  metadata,ffmetadata|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 {{{
 ;FFMETADATA1
 key=value\\
 key2=value
 }}}
 The backslash here is used to escape itself, not the following newline
 character. Yet the ffmetadata demuxer will read a key with value
 'value\\\nkey2=value'.

 This behavior can also be observed by creating an ffmeta file with ffmpeg
 and probing it with ffprobe.
 {{{
 # Double backslash for terminal escaping
 $ ffmpeg -metadata key=value\\ any.ffmeta
 ...
 Output #0, ffmetadata, to 'any.ffmeta':
   Metadata:
 key : value\
 encoder : Lavf58.45.100
 $ ffprobe any.ffmeta
 ...
 Input #0, ffmetadata, from 's.ffmeta':
   Metadata:
 key : value\
 : encoder=Lavf58.45.100
 # The encoder metadata property is gone.
 ...
 }}}

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

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-trac] #9142(avformat:new): LIBSRT uses wrong write-readiness epoll on a listener socket

2021-03-08 Thread FFmpeg
#9142: LIBSRT uses wrong write-readiness epoll on a listener socket
+
 Reporter:  ethouris|Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  libsrt  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+
Changes (by cehoyos):

 * keywords:   => libsrt
 * version:  unspecified => git-master
 * component:  undetermined => avformat


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

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-trac] #9142(undetermined:new): LIBSRT uses wrong write-readiness epoll on a listener socket

2021-03-08 Thread FFmpeg
#9142: LIBSRT uses wrong write-readiness epoll on a listener socket
-+-
 Reporter:  ethouris |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cus):

 * cc: cus (added)


Comment:

 I have added a patch to the ticket which fixes this, compile tested only,
 can you check if it works for various modes?

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

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-trac] #9142(undetermined:new): LIBSRT uses wrong write-readiness epoll on a listener socket

2021-03-08 Thread FFmpeg
#9142: LIBSRT uses wrong write-readiness epoll on a listener socket
-+-
 Reporter:  ethouris |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cus):

 * Attachment "srt-epoll.patch" added.


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

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".