[vlc-commits] Fix sizeof mismatch

2014-11-29 Thread Tobias Güntner
vlc/vlc-2.2 | branch: master | Tobias Güntner | Sun Nov 16 22:10:36 2014 +0100| [0063e263f88d91c612c88cc0a0d5a6c1aa4f] | committer: Jean-Baptiste Kempf Fix sizeof mismatch Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit 547fb0dfa2e76f5b9de4d0e62d56d2ae83328d59) Signed-off

[vlc-commits] Force MPEG demuxer

2014-11-25 Thread Tobias Güntner
vlc/vlc-2.2 | branch: master | Tobias Güntner | Sun Nov 16 22:24:33 2014 +0100| [ccbaaefdd08f832b4637ec6f94c69a0dae96ef8c] | committer: Jean-Baptiste Kempf Force MPEG demuxer Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit ff7ee990e3eac51beec12d73044e4fc23efd58b4) Signed-off-by

[vlc-commits] Fix sizeof mismatch

2014-11-25 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Sun Nov 16 22:10:36 2014 +0100| [547fb0dfa2e76f5b9de4d0e62d56d2ae83328d59] | committer: Jean-Baptiste Kempf Fix sizeof mismatch Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Fix typo

2014-11-25 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Tue Nov 18 16:32:00 2014 +0100| [c6942c437bc79022d72a6ec16f547397506e561e] | committer: Jean-Baptiste Kempf Fix typo Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6942c437bc79022d72a6ec16f547397506e5

[vlc-commits] Force MPEG demuxer

2014-11-25 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Sun Nov 16 22:24:33 2014 +0100| [ff7ee990e3eac51beec12d73044e4fc23efd58b4] | committer: Jean-Baptiste Kempf Force MPEG demuxer Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Implement ACCESS_GET_SIZE

2014-11-15 Thread Tobias Güntner
vlc/vlc-2.2 | branch: master | Tobias Güntner | Sat Nov 15 21:39:47 2014 +0100| [5efafe2debd2bb7264c3acd0392ebc504e7b6dea] | committer: Rémi Denis-Courmont Implement ACCESS_GET_SIZE Signed-off-by: Rémi Denis-Courmont (cherry picked from commit eb588176daa8160191c9ba0a1cf2d80c2beb4f54

[vlc-commits] Implement ACCESS_GET_SIZE

2014-11-15 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Sat Nov 15 21:39:47 2014 +0100| [eb588176daa8160191c9ba0a1cf2d80c2beb4f54] | committer: Rémi Denis-Courmont Implement ACCESS_GET_SIZE Signed-off-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Leave minimal interface if Esc key was pressed

2012-05-15 Thread Tobias Güntner
vlc/vlc-2.0 | branch: master | Tobias Güntner | Wed Feb 1 23:46:59 2012 +0100| [632b91a9ac91501d35d8aa590d02f5f1c24d45d6] | committer: Jean-Baptiste Kempf Leave minimal interface if Esc key was pressed Close #5898 Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit

[vlc-commits] Improve range check.

2012-03-31 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Thu Mar 29 23:09:05 2012 +0200| [c34b980c06855220903643f3a33cd9465560f570] | committer: Rémi Denis-Courmont Improve range check. Use >= instead of > in range check because INT64_MAX could be rounded up when converted to a double for comparison.

[vlc-commits] Remove constructor

2012-02-05 Thread Tobias Güntner
vlc/vlc-2.0 | branch: master | Tobias Güntner | Fri Feb 3 14:01:18 2012 +0100| [50c5fd830d2743b0dade3e07a099a230f121a25d] | committer: Rafaël Carré Remove constructor Signed-off-by: Rafaël Carré (cherry picked from commit 64337e22d9a2f0f7ccbb71f55dd7e6cd78b39ba2) Signed-off-by: Rafaël

[vlc-commits] Remove constructor

2012-02-05 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Fri Feb 3 14:01:18 2012 +0100| [64337e22d9a2f0f7ccbb71f55dd7e6cd78b39ba2] | committer: Rafaël Carré Remove constructor Signed-off-by: Rafaël Carré > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64337e22d9a2f0f7ccbb71f55dd7e6cd78b39

[vlc-commits] Leave minimal interface if Esc key was pressed

2012-02-02 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Wed Feb 1 23:46:59 2012 +0100| [6e3489732966f4b124b4d68a53988b593c08777b] | committer: Jean-Baptiste Kempf Leave minimal interface if Esc key was pressed Close #5898 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] Keep tooltip within screen boundaries. Adjust tip position accordingly.

2012-02-01 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Fri Jan 27 00:29:37 2012 +0100| [b29a9f0d126c41594344c43fe92e51d0a15feaa6] | committer: Jean-Baptiste Kempf Keep tooltip within screen boundaries. Adjust tip position accordingly. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.

[vlc-commits] Seek only if the position actually changed.

2012-02-01 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Fri Jan 20 23:08:06 2012 +0100| [2b60e15e4f8f0a76818086c8fee6cc554edf3b78] | committer: Jean-Baptiste Kempf Seek only if the position actually changed. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Qt4: Use the width of the new text to calculate the tooltip position.

2012-01-26 Thread Tobias Güntner
vlc/vlc-2.0 | branch: master | Tobias Güntner | Thu Jan 26 03:22:18 2012 +0100| [3fd82b92b438f76fa6509713fc24fc7aa1eb8471] | committer: Jean-Baptiste Kempf Qt4: Use the width of the new text to calculate the tooltip position. Signed-off-by: Ludovic Fauvet Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] Qt4: Test the correct text.

2012-01-26 Thread Tobias Güntner
vlc/vlc-2.0 | branch: master | Tobias Güntner | Thu Jan 26 09:30:45 2012 +0100| [d6e7d4514e98655ae494df033f01269e66c04bf2] | committer: Jean-Baptiste Kempf Qt4: Test the correct text. Signed-off-by: Ludovic Fauvet Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit

[vlc-commits] Qt4: Use the width of the new text to calculate the tooltip position.

2012-01-26 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Thu Jan 26 03:22:18 2012 +0100| [d8ed5645a0835a2fa9b65513555cc958ccee6197] | committer: Jean-Baptiste Kempf Qt4: Use the width of the new text to calculate the tooltip position. Signed-off-by: Ludovic Fauvet Signed-off-by: Jean-Baptiste Kempf > h

[vlc-commits] Qt4: Test the correct text.

2012-01-26 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Thu Jan 26 09:30:45 2012 +0100| [85b39d9d430bb84ef734c341f688c368782badf0] | committer: Jean-Baptiste Kempf Qt4: Test the correct text. Signed-off-by: Ludovic Fauvet Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] Typo

2012-01-20 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Fri Jan 20 17:47:32 2012 +0100| [1ed111e78255eb98406f49a93d1d943939badbcb] | committer: Rafaël Carré Typo Signed-off-by: Rafaël Carré > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ed111e78255eb98406f49a93d1d943939badbcb --- modules/acc

[vlc-commits] Fix assertions

2011-12-19 Thread Tobias Güntner
vlc/vlc-1.2 | branch: master | Tobias Güntner | Mon Dec 19 15:36:04 2011 +0100| [e62a3d3089b3f1bc656883ea553f16729574ccb9] | committer: Jean-Baptiste Kempf Fix assertions Signed-off-by: Rémi Denis-Courmont (cherry picked from commit f3ea7239e16e5642f5bbb275ecafd4ba49da6521) Signed-off-by

[vlc-commits] Fix assertions

2011-12-19 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Mon Dec 19 15:36:04 2011 +0100| [f3ea7239e16e5642f5bbb275ecafd4ba49da6521] | committer: Rémi Denis-Courmont Fix assertions Signed-off-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Set title length and size.

2011-12-17 Thread Tobias Güntner
vlc/vlc-1.2 | branch: master | Tobias Güntner | Sat Dec 17 05:11:30 2011 +0100| [73eeb8ab1b9939f97eb68d53686a45c177dbdc1d] | committer: Jean-Baptiste Kempf Set title length and size. Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit 06ef351ed404719e9698710ae0c8a925b08f0471

[vlc-commits] Ignore missing meta data files. Check directory name instead.

2011-12-17 Thread Tobias Güntner
vlc/vlc-1.2 | branch: master | Tobias Güntner | Thu Dec 15 23:01:46 2011 +0100| [165adf97f1dfa7016444e20eae24117b64b18bbc] | committer: Jean-Baptiste Kempf Ignore missing meta data files. Check directory name instead. Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit

[vlc-commits] Set title length and size.

2011-12-16 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Sat Dec 17 05:11:30 2011 +0100| [06ef351ed404719e9698710ae0c8a925b08f0471] | committer: Jean-Baptiste Kempf Set title length and size. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Ignore missing meta data files. Check directory name instead.

2011-12-16 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Thu Dec 15 23:01:46 2011 +0100| [b4720edf2c54e5514074f50cb336d86b3b7b5ddc] | committer: Jean-Baptiste Kempf Ignore missing meta data files. Check directory name instead. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] Ignore invalid timestamps (PS demuxer)

2011-10-25 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Fri Sep 9 16:19:09 2011 +| [22dc9766c517fe7e6a7806737cb8529ba42ef821] | committer: Laurent Aimar Ignore invalid timestamps (PS demuxer) Signed-off-by: Laurent Aimar > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Remove unused struct member

2011-10-02 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Mon Sep 26 13:31:52 2011 +| [7df1090ac84838caa3d8da361511fcf4e1066610] | committer: Jean-Baptiste Kempf Remove unused struct member Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Skip redundant chapters

2011-09-29 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Thu Sep 29 08:50:39 2011 +| [7ad0c6549fcad2b8fdd9bd8ef74e8188ccc9a5ad] | committer: Jean-Baptiste Kempf Skip redundant chapters Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Merge if conditions

2011-08-22 Thread Tobias Güntner
vlc | branch: master | Tobias Güntner | Tue Aug 16 21:13:33 2011 +| [a9852371c349013a8503b28f03adba1da6f05614] | committer: Rémi Denis-Courmont Merge if conditions Signed-off-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi