- 24 Jan, 2012 2 commits
-
-
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 5 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>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit bd4d1b6907e545b8ecaf6971a8a20cb6bdfc7de4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
This means we don't rebuild() everything with every item when we populate playlist without search (cherry picked from commit f043aa0e11894803f8b0f6f9f940a660d3a36069) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jan, 2012 12 commits
-
-
Rafaël Carré authored
not thread-safe, not available on android just use '.' as decimal separator (cherry picked from commit 6309ae8cb1f75aba2b6a5b3473dc635073c9ab3d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Use make install instead of broken rule in a custom script Close #5891 Also move headers installation from said script to package.mak We should use make install in the main directory but for some reason the rule recurses and never ends (cherry picked from commit 860a7e5c4193e4990f171cea93bddf43dba009b5) Conflicts: extras/package/macosx/package.mak projects/macosx/framework/Pre-Compile.sh
-
David Fuhrmann authored
should fix #4812 for vlc 2 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 9ae001675da6a878b4bdbe3fc4c693bd9a802013) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 9266718f657569e30e348564d37f90fdee297d36) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 3d7351e61608abf3aa724883aff20cff59b3b673) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 1fb57312dde28b3e8d1bb966418229898d1fdfa5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 3ab779178263e7831e9e1d38b618428d0d44dad9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 75beeaed4f5a27201cc6310d1b8bef5505754a0d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 07c007cc2439e99b8d72fa8c94601f7c5fc92da2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit a7bd6bdebe4c9086e53cbc8e2d8928dff2e22298) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit fdb56db9694f4e3df0b8a58cd6a63a486f662071) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit cbfb9425df939d90ace2ae136b4c08485d71f981) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-