[FFmpeg-cvslog] avformat/aiffdec: improve readability

2015-01-08 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Fri Jan 9 10:09:04 2015 +1100| [624384503643f1d3fd2e8f8f9b986ddcf2067a21] | committer: Michael Niedermayer avformat/aiffdec: improve readability Signed-off-by: Peter Ross Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] configure: fix convoluted shlib code

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 21 03:46:53 2014 +0100| [d1c6b7b2d1ef2fc0ada6bcb49c516e20e3627525] | committer: Michael Niedermayer configure: fix convoluted shlib code Fixes Ticket 4199 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] libavformat: Build hevc.o when building the RTP muxer

2015-01-08 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö | Tue Dec 9 12:13:54 2014 +0200| [93cbdcd4d30c9b673496df2649b6f91f40791dcc] | committer: James Almer libavformat: Build hevc.o when building the RTP muxer The RTP muxer enables the actual codepaths within sdp.c, which depend on hevc.o since e5cfc8

[FFmpeg-cvslog] Skip Exif data when auto-detecting jpeg images.

2015-01-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Jan 9 00:30:02 2015 +0100| [cd3405282c7007a535b297d14e50e4ff12c18679] | committer: Carl Eugen Hoyos Skip Exif data when auto-detecting jpeg images. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd3405282c7007a535b297d14e50e4ff12c1

[FFmpeg-cvslog] ffmpeg: Clear error message array at init.

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 23:02:30 2015 +0100| [6d1a2efb8ac399a003ea7d3b6f8c641d192567ee] | committer: Michael Niedermayer ffmpeg: Clear error message array at init. This avoids printing uninitialized bytes if no error message is set Signed-off-by: Michael Nie

[FFmpeg-cvslog] avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 20:09:30 2015 +0100| [07e4ed5637f5484cac4f5af2b890a8720b39e0b7] | committer: Michael Niedermayer avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 20:08:24 2015 +0100| [e360d030b3620dd7dfdfb635b4254af7620d9a4f] | committer: Michael Niedermayer avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] avformat/mlvdec: Simplify code by using avio_closep()

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 20:10:47 2015 +0100| [edeaf6f3a4d7983f3b86465920c7d425dd290362] | committer: Michael Niedermayer avformat/mlvdec: Simplify code by using avio_closep() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 20:11:00 2015 +0100| [d1d8f866b5400e1cb8ebbd06fde124642e894f31] | committer: Michael Niedermayer avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 20:08:24 2015 +0100| [f9ddaa35c7d9476022466672900b099f31587b14] | committer: Michael Niedermayer avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] avcodec/dvdsubdec: fix accessing dangling pointers

2015-01-08 Thread wm4
ffmpeg | branch: master | wm4 | Thu Jan 8 17:19:17 2015 +0100| [816577716bc6170bccfea3b9e865618b69a4b426] | committer: Michael Niedermayer avcodec/dvdsubdec: fix accessing dangling pointers dvdsub_decode() can call append_to_cached_buf() 2 times, the second time with ctx->buf as argument. If

[FFmpeg-cvslog] Merge commit '2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e'

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 17:35:17 2015 +0100| [3fd3647fdc5b13348df299a70ada00d712ff84e4] | committer: Michael Niedermayer Merge commit '2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e' * commit '2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e': libfdk-aacdec: Make sure de

[FFmpeg-cvslog] libfdk-aacdec: Make sure decoding doesn' t add any extra delay in the latest version of fdk-aac

2015-01-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jan 7 23:49:41 2015 +0200| [2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e] | committer: Martin Storsjö libfdk-aacdec: Make sure decoding doesn't add any extra delay in the latest version of fdk-aac The latest version added support for a new option fo

[FFmpeg-cvslog] libopenh264enc: Fix a typo and some nitpicks

2015-01-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Jan 8 00:03:09 2015 +0200| [3852e2c926ddb166c7aa69c4644a86100ea144d9] | committer: Martin Storsjö libopenh264enc: Fix a typo and some nitpicks Also move the .long_name entry to below the .name entry. Signed-off-by: Martin Storsjö > http://git.

[FFmpeg-cvslog] Merge commit '3852e2c926ddb166c7aa69c4644a86100ea144d9'

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 17:26:57 2015 +0100| [93870f0a0b71328d4502d8f979481e42e3cb71b4] | committer: Michael Niedermayer Merge commit '3852e2c926ddb166c7aa69c4644a86100ea144d9' * commit '3852e2c926ddb166c7aa69c4644a86100ea144d9': libopenh264enc: Fix a typo

[FFmpeg-cvslog] Merge commit '71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8'

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 17:12:49 2015 +0100| [de8f70b8e02dd0b036c5bd0b219dd495de976b58] | committer: Michael Niedermayer Merge commit '71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8' * commit '71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8': doc: Add initial documentat

[FFmpeg-cvslog] doc: Add initial documentation about the OpenH264 encoder wrapper

2015-01-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Jan 8 00:02:05 2015 +0200| [71ec3d36fa6122b3b6c5c68a21b9c70cb2e668e8] | committer: Martin Storsjö doc: Add initial documentation about the OpenH264 encoder wrapper Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] lavfi/boxblur: Readd 8bit colour spaces on big-endian.

2015-01-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 8 15:24:59 2015 +0100| [26ac6d543598f17ceb6771bce08a00291e62a4ef] | committer: Carl Eugen Hoyos lavfi/boxblur: Readd 8bit colour spaces on big-endian. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26ac6d543598f17ceb6771bce08a0

[FFmpeg-cvslog] avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:51:04 2015 +0100| [bf3126db6a600e9103ecea948589e1f8b195b8f4] | committer: Michael Niedermayer avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:50:07 2015 +0100| [50bb9b87ab6f3fe1e630a3e420f0bf39dbdde5e5] | committer: Michael Niedermayer avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:50:34 2015 +0100| [26c72d2941d9e390597b04a6dee60befd36b55ac] | committer: Michael Niedermayer avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:11:44 2015 +0100| [e5993aeb606e9748dc223907b86c1218a49c67c6] | committer: Michael Niedermayer avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avformat/hdsenc: Simplify code by using avio_closep()

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:13:36 2015 +0100| [b565fd44642c210ff7ee600f60548895ee609fa3] | committer: Michael Niedermayer avformat/hdsenc: Simplify code by using avio_closep() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] ffmpeg: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:10:58 2015 +0100| [78cb3c069d15803b9b02c22eaddd9db3cfa7707f] | committer: Michael Niedermayer ffmpeg: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: Use avio_closep() to avoid leaving stale pointers in memor

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:11:12 2015 +0100| [eb3e661babfdd9583db1a6706ca526a33b49a467] | committer: Michael Niedermayer ffserver: Use avio_closep() to avoid leaving stale pointers in memor Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] ffmpeg_opt: Use avio_closep() to avoid leaving stale pointers in memory

2015-01-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 8 14:10:23 2015 +0100| [558cef88605447156cd23b8780a34f930b1c1877] | committer: Michael Niedermayer ffmpeg_opt: Use avio_closep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/git