[vlc-commits] swscale: remove pointless code

2016-04-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Apr 13 00:35:57 2016 +0300| [3bdae973a0a8c37e3073d3eba83fb4ee188b0c13] | committer: Rémi Denis-Courmont swscale: remove pointless code The format of an input picture must always be equal to the input format the conversion filter (by definition a

[vlc-commits] swscale: do not clobber input format

2016-04-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Apr 13 00:35:57 2016 +0300| [290a87aec3b782e924bbb6d31773bc1b47b08ef0] | committer: Rémi Denis-Courmont swscale: do not clobber input format Conversion filters cannot change their input formats; the core fixes it when probing the module. > http

[vlc-commits] avcodec: fix invalid write and memory leak

2016-04-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Apr 13 00:33:02 2016 +0300| [c65d02805c39a646cf57c9744176d79f1a640c87] | committer: Rémi Denis-Courmont avcodec: fix invalid write and memory leak picture.format is set by the allocator of the picture. It cannot be changed. Indeed, this caused a

[vlc-commits] dtv: add timeout parameter to dvb_read()

2016-04-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Apr 12 18:38:00 2016 +0300| [3e49c97bd1e536e148d93d892af4c2d37c9e2686] | committer: Rémi Denis-Courmont dtv: add timeout parameter to dvb_read() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e49c97bd1e536e148d93d892af4c2d37c9e2686 --

[vlc-commits] http: fix segmentation fault on error

2016-04-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Apr 8 12:35:50 2016 +0300| [a839f1834c1410ddfc58e74f4f137042ee90f625] | committer: Rémi Denis-Courmont http: fix segmentation fault on error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a839f1834c1410ddfc58e74f4f137042ee90f625 ---

[vlc-commits] dtv: add timeout parameter to dvb_read()

2016-04-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Apr 12 18:38:00 2016 +0300| [4fba270b534807a0037e25c475b2f60874da04e7] | committer: Rémi Denis-Courmont dtv: add timeout parameter to dvb_read() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4fba270b534807a0037e25c475b2f60874da04e7 --

[vlc-commits] configure.ac: Use AC_PATH_PROGS for luac

2016-04-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 12 18:36:40 2016 +0200| [37c69b3326ca87685d7f15d107abe6946f9f0750] | committer: Hugo Beauzée-Luyssen configure.ac: Use AC_PATH_PROGS for luac > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37c69b3326ca87685d7f15d107abe6946f9f0750

[vlc-commits] Qt: Apply nothing if no change was made in toolbar custom

2016-04-12 Thread Benoit du Payrat
vlc | branch: master | Benoit du Payrat | Mon Apr 11 18:35:19 2016 +0200| [f6b29308ec1d29a963aa5acc7d806bce52e25cc3] | committer: Hugo Beauzée-Luyssen Qt: Apply nothing if no change was made in toolbar custom Fix #15011 Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cg

[vlc-commits] keystore/file: fix error path

2016-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 12 17:33:07 2016 +0200| [1dfc6b132d9721f37143122e146acd393cdadd73] | committer: Thomas Guillem keystore/file: fix error path > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1dfc6b132d9721f37143122e146acd393cdadd73 --- modules/keystore/

[vlc-commits] keystore/file: use POSIX file locking when flock() is unavailable

2016-04-12 Thread Sean McGovern
vlc | branch: master | Sean McGovern | Tue Apr 12 11:14:37 2016 -0400| [807ff3b7198a40c68ddb93c4ac5390f454985647] | committer: Thomas Guillem keystore/file: use POSIX file locking when flock() is unavailable Additionally, remove the unlock call as fclose() will drop the lock for us. Signed-of

[vlc-commits] bluray: fix chapter mark time offsets

2016-04-12 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Tue Apr 12 16:31:10 2016 +0300| [95b04ca88cc6fe2cc1ecc59c161ebf72342f1dc9] | committer: Petri Hintukainen bluray: fix chapter mark time offsets > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95b04ca88cc6fe2cc1ecc59c161ebf72342f1dc9 --- mod

[vlc-commits] dsm: fix smb_session_is_guest check

2016-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 12 14:22:46 2016 +0200| [389f7b86c663d753ce74d8eca07b7cf76140f7ae] | committer: Thomas Guillem dsm: fix smb_session_is_guest check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=389f7b86c663d753ce74d8eca07b7cf76140f7ae --- modules/acc

[vlc-commits] contrib/libdsm: update hash for updated 0.2.2 tarball

2016-04-12 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Apr 12 14:25:08 2016 +0200| [66b124ad6d5835e543e3ece23b14b8ffdd7aa052] | committer: Felix Paul Kühne contrib/libdsm: update hash for updated 0.2.2 tarball > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66b124ad6d5835e543e3ece23b14b8ffdd7a

[vlc-commits] contrib/libdsm: update to version 0.2.2

2016-04-12 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Apr 12 13:39:33 2016 +0200| [64818050bfa5e473e55fe74988528ab9f47216f3] | committer: Felix Paul Kühne contrib/libdsm: update to version 0.2.2 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64818050bfa5e473e55fe74988528ab9f47216f3 --- con

[vlc-commits] demux: mp4: add support for forced tx3g spu (fix #16803)

2016-04-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 12 12:48:51 2016 +0200| [691ddcdb6fbf4f459d0db56f64fbda46e0cb6440] | committer: Francois Cartegnie demux: mp4: add support for forced tx3g spu (fix #16803) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=691ddcdb6fbf4f459d0db56f64fbd

[vlc-commits] libvlc: media: deprecate libvlc_Buffering state

2016-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 12 09:27:12 2016 +0200| [ec03185b0f27045ab10adf18648d1a62678261a6] | committer: Thomas Guillem libvlc: media: deprecate libvlc_Buffering state This state was never set or used. If it was set, it would have overridden the media state since a media