- 24 Jan, 2012 16 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 1f558cd6b1ca166d6d9dc6c29d900df010141b7e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
we could end up with 'ggcc' forgotten in a6e2d06608df593af6118be34cc2f416d0c6d354 (cherry picked from commit a9739cc0a5ffe72aed386d50b9a08c5cce75d481) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Was broken since the pure virtual method getId() was renamed in the PLModel cleanup 4a61e6a8 (cherry picked from commit 88ecb49b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 8eb8d941) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Fix the second part of #5896 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8e141adb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Fix the first part of #5896 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ccb134a6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
A 0 bandwidth forbid us to seek, as the position would always be 0. This fixes one of the problems described in #5370 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1f33a25e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 56a345ef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Don't stop when playing a vod file without bandwidth information When a playlist doesn't contains any bandwidth stream or information, initialize stream->bandwidth to 0 (it's a unsigned number). So test will not fail when calculating if we have the time to download it. >> uint64_t size = (segment->duration * hls->bandwidth); >> int estimated = (int)(size / s->p_sys->bandwidth); >> if (estimated > segment->duration) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9ffcb9c5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1a89d92f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bcbad8c7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 04f73b95) (cherry picked from commit 00a0d572) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
- Bandwidth is an unsigned int in hls_New(), so initiliaze it to 0 iso -1. - Do not calculate StreamSIze if bandwidth is not known, yet. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl> (cherry picked from commit be906d52) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
The relativeURL function missed various checks to determine the correct location for the next download. Checking not only the meta playlist locations, but also the HLS playlist locations itself should fix #4268. (cherry picked from commit 5de5d154) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
When an already existing segment is updated, then make sure it to take the lock. (cherry picked from commit 2ada723d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit 632b2058) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Jan, 2012 21 commits
-
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b6471932) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit a43414d0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0fabd4d2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
V4L2_FIELD_INTERLACED_BT was introduced in v2.6.25-3581-g26d507f Check for headers from last supported kernel (cherry picked from commit 5740099f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 510ceaa4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit a6e2d066) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 341253ed) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Fix error if interrupted in the process (cherry picked from commit d6411a2a2a3d7eba00b1aa78bcb7060181d43358) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 1a4006ed1695eb8ca385bae15176b4fef974b931) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit f78ec4aebf6e7c4b373c5889d785470b479ce39f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit e63dd4e1e97b8131358306860707af568f72df10) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(text from the patch author) On many systems taking couple of kilo-bytes for full sinc table is not a problem. With a straight filter table the number of MAC operations needed drops to one quarter. Also the inner loop of the filter becomes more simple and easier to optimize. So the full sinc table version runs much faster in most cases. The trade off is some kilo-bytes bigger memory usage and more CPU needed when initializing the resampler. (cherry picked from commit b35a1328145b6f8c938d22f35df943669fe8146e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
from http://lists.xiph.org/pipermail/speex-dev/2011-September/008242.html (cherry picked from commit 0ef89a6b388dca119fb4f1236e491ac887d0ee03) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit c1ca5dbcda400b3cd226783d24185d4e28092be6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7a6940fb9c59864c5ef143d95c59ea31aa4e981b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: fixed a crash in the video effects panel if no vout is present and set the slider values as their respective tooltip (cherry picked from commit 394b188ceced5e2a1df1a26e767d7f81a19c7bec) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 6a0e3463ff1e05fc15e0652166b3408a20007764) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit ff572f6e19eef3d0573d1b197dd671d59f91f9bb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 432a626a513e768023cfd5bf9fff735b146611fc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
For example crop/pad can change p_enc.in values, so run soverlay in part that they are actually correct in p_pict. (cherry picked from commit 82e22a4443bc431c4b0c759883db2960b492d97c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean Baptiste-Kempf authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit e423b4ec42eaee7003f850d720a8e8c497e9edec) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Jan, 2012 3 commits
-
-
Faustino E. Osuna authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit bf8c4379b6d16102c78f8a9de49e50c6c683502c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 7dfc1b4a65177736e358a2e671b760c81703595f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: make sure that the fullscreen controller is always available when playing a video in lion's fullscreen mode (cherry picked from commit a91121012e8cc73be977bf53f7003c0310768cc3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-