[FFmpeg-cvslog] flvenc: move metadata updates into a single function

2014-11-17 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Fri Nov 7 16:09:09 2014 -0500| [4d0cd5f58c892276716f46f4b2702915e5018215] | committer: Anton Khirnov flvenc: move metadata updates into a single function Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.

2014-11-17 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Fri Nov 7 16:09:10 2014 -0500| [c64f3615118d757dcf76040fe5407bf2b3883206] | committer: Anton Khirnov flvenc: Send new metadata when FLAG_METADATA_UPDATED is set. Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] rtmp: support the AMF_DATE tag

2015-09-01 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Mon Aug 31 20:28:42 2015 -0400| [dc926ab518a30880c9e8dd9ec26c74d5e9aa6182] | committer: Michael Niedermayer rtmp: support the AMF_DATE tag Instead of returning EINVAL, which can cause a stream to fail to load, this allows the tag to be passed through

[FFmpeg-cvslog] avcodec/libvorbisdec: Fix memory leak

2015-09-08 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Tue Sep 8 16:08:29 2015 -0400| [a450ec267225baf431eefadcfacf15879256f363] | committer: Michael Niedermayer avcodec/libvorbisdec: Fix memory leak Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf: add AVFormatContext/ AVStream fields for signaling to the user when events happen.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Fri Aug 8 13:09:23 2014 -0400| [afbd4b7e093adf6d7a830b32759ca3ba8500363d] | committer: Anton Khirnov lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. The only flags, for now, indicate if metadata was updated and

[FFmpeg-cvslog] AVOption: add support for dictionary types.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Thu Jul 31 19:56:34 2014 -0400| [a8c104a511f97e4ea617df73b31737e28a8a5126] | committer: Anton Khirnov AVOption: add support for dictionary types. In order to support metadata being set as an option, it's necessary to be able to set dictionari

[FFmpeg-cvslog] http: export icecast metadata as an option with name "metadata".

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Thu Jul 31 19:56:35 2014 -0400| [7601f9412a2d3387617a45966b65b452a632c27a] | committer: Anton Khirnov http: export icecast metadata as an option with name "metadata". Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] http: enable icy metadata by default.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Thu Jul 31 19:56:36 2014 -0400| [7e38903b5c86a759549e70647ae42bb22d353b14] | committer: Anton Khirnov http: enable icy metadata by default. It won't hurt servers that don't care about the header, and those that do will include it by defaul

[FFmpeg-cvslog] Set protocol-level metadata in AVFormatContext any time a packet is read.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Thu Jul 31 19:56:37 2014 -0400| [019d3fccc4dcf5c8379112f697ce9eb08edee9b9] | committer: Anton Khirnov Set protocol-level metadata in AVFormatContext any time a packet is read. If any option named "metadata" is set inside the context, it is pu

[FFmpeg-cvslog] Expose metadata found in onCuePoint events in .flv files.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Mon Aug 11 13:35:09 2014 -0400| [93c04e095dc37ebdab22174e88cfa91e24940866] | committer: Anton Khirnov Expose metadata found in onCuePoint events in .flv files. Currently, only onMetaData is used, but some providers (wrongly) put metadata into

[FFmpeg-cvslog] flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Tue Aug 12 17:03:52 2014 -0400| [0f789322efa78a672e4c3027e5cc12b8a947043a] | committer: Anton Khirnov flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. Signed-off-by: Anton Khirnov > http://git.videolan.

[FFmpeg-cvslog] nutdec: update AVFormatContext.event_flags with STREAM_/ METADATA_UPDATED whenever metadata changes.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Tue Aug 12 17:03:53 2014 -0400| [fa3a5dd4dea34baa6bb2f7fe6006fc4b2888f2aa] | committer: Anton Khirnov nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. Signed-off-by: Anton Khirnov > h

[FFmpeg-cvslog] mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Tue Aug 12 17:03:54 2014 -0400| [cc3e88a2b9e7ecf62e4ea1c41ce1623cea67ee96] | committer: Anton Khirnov mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. Signed-off-by: Anton Khirnov > http://git.videolan.

[FFmpeg-cvslog] ogg: update event_flags with STREAM_/ METADATA_UPDATED whenever metadata changes.

2014-08-13 Thread Andrew Stone
ffmpeg | branch: master | Andrew Stone | Tue Aug 12 17:03:55 2014 -0400| [db68ef898a3802e51b6f41fd600d0d46d058e3f8] | committer: Anton Khirnov ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. Originally, AVFormatContext and a metadata dict were provided to

[FFmpeg-cvslog] Revert "lavf: eliminate ff_get_audio_frame_size()"

2014-09-14 Thread Andrew Stone
ffmpeg | branch: release/2.4 | Andrew Stone | Mon Aug 18 17:28:23 2014 -0400| [04361427e65a687469a3bb0859971292d2dc11e4] | committer: Anton Khirnov Revert "lavf: eliminate ff_get_audio_frame_size()" This reverts commit 30e50c50274f88f0f5ae829f401cd3c7f5266719. The original commit