[FFmpeg-cvslog] avcodec/microdvddec: support various broken form of color tags

2014-11-23 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Nov 23 12:16:30 2014 +0100| [8ef46f4a0cd3019b1099de424db28954f2c4ad59] | committer: Clément Bœsch avcodec/microdvddec: support various broken form of color tags Inspired by a patch from Michal Wazgird See https://lists.mplayerhq.hu/pipermail/mpl

[FFmpeg-cvslog] avcodec/microdvddec: support non persistent italic marker '/'

2014-11-23 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Nov 23 12:56:02 2014 +0100| [6e411d9cc7ecf266c2ee463f0addb596cbf470a8] | committer: Clément Bœsch avcodec/microdvddec: support non persistent italic marker '/' Inspired from a patch by Michal Wazgird See https://lists.mplayerhq.hu/pipermail/mpla

[FFmpeg-cvslog] Print a warning if vp6 is muxed into flv: The output is flipped.

2014-11-23 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 23 13:22:27 2014 +0100| [78093cf849b6de66d8e0d5ac2e4005592b6a0e08] | committer: Carl Eugen Hoyos Print a warning if vp6 is muxed into flv: The output is flipped. Fixes ticket #4132. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] Fix standalone compilation of the apng decoder on x86.

2014-11-23 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 23 13:21:29 2014 +0100| [600e38f5632e2ef2c8b1cf807c5340f09f3dc4f0] | committer: Carl Eugen Hoyos Fix standalone compilation of the apng decoder on x86. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=600e38f5632e2ef2c8b1cf807c534

[FFmpeg-cvslog] lavf/apngdec: print currently unsupported in-stream tags in a more readable form

2014-11-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 22 13:41:43 2014 -0300| [305b03097db3ccfed4b0b9d91e99fcb34c77da1b] | committer: James Almer lavf/apngdec: print currently unsupported in-stream tags in a more readable form Also use length and not stream position Reviewed-by: Benoit Fouet Signed

[FFmpeg-cvslog] lavc/mss1: fix mem leak in case of init failure

2014-11-23 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Sat Nov 22 22:56:51 2014 +0100| [331fae80a1fb9b027442047fb564c02c6c41e70b] | committer: Lukasz Marek lavc/mss1: fix mem leak in case of init failure Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=331fae80a1fb9b

[FFmpeg-cvslog] lavc/rv30: fix mem leak in case of init failure

2014-11-23 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Sat Nov 22 23:11:50 2014 +0100| [4e9745fbff5174c0679452b613b0b73f08ca0280] | committer: Lukasz Marek lavc/rv30: fix mem leak in case of init failure Also replaced return -1 with return AVERROR(EINVAL) Signed-off-by: Lukasz Marek > http://git.videolan

[FFmpeg-cvslog] avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleAccess

2014-11-23 Thread Jeffrey Wescott
ffmpeg | branch: master | Jeffrey Wescott | Wed Nov 5 17:55:34 2014 -0800| [60fd790f381cd404ffdafa8a86a6dc93c9d80f99] | committer: Michael Niedermayer avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleAccess In current versions of ffmpeg, when streaming to an RTMP s

[FFmpeg-cvslog] Changelog: remove 24bit lossless wma entry for now, some samples work others do not yet work

2014-11-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 24 00:36:58 2014 +0100| [8294f5042d5c5a9b806c90f866514f5a321c70cf] | committer: Michael Niedermayer Changelog: remove 24bit lossless wma entry for now, some samples work others do not yet work Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] avutil: remove FF_CONST_AVUTIL53, its no longer needed

2014-11-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 24 02:10:45 2014 +0100| [5182a2a235c3840e0ea0b5f3e352dc28646a11ed] | committer: Michael Niedermayer avutil: remove FF_CONST_AVUTIL53, its no longer needed version is 54 already Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] lavc/huffyuvdec: fix mem leak in case of init failure

2014-11-23 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Sun Nov 23 00:57:33 2014 +0100| [c9d39fc8c68700832d5206e40d12761d65a604de] | committer: Lukasz Marek lavc/huffyuvdec: fix mem leak in case of init failure Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9d39fc8

[FFmpeg-cvslog] lavc/smvjpegdec: fix mem leak in case of init failure

2014-11-23 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Sat Nov 22 23:25:12 2014 +0100| [02cb7d4c9c3adfae84ef0d5646c2de944176f849] | committer: Lukasz Marek lavc/smvjpegdec: fix mem leak in case of init failure Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02cb7d4c

[FFmpeg-cvslog] lavc/libxvid: fix mem leak in case of init failure

2014-11-23 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Mon Nov 24 01:10:49 2014 +0100| [efe34e87ebf5119bbfabe353f9eb3a99c4c6d266] | committer: Lukasz Marek lavc/libxvid: fix mem leak in case of init failure Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=efe34e87ebf

[FFmpeg-cvslog] avutil/file: fix av_tempfile() documentation

2014-11-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 24 04:57:56 2014 +0100| [b4d8724ab28d63d1297f3e48f491d827e48b6a81] | committer: Michael Niedermayer avutil/file: fix av_tempfile() documentation Found-by: Lukasz Marek Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb