- 25 Jan, 2013 1 commit
-
-
Rafaël Carré authored
-
- 24 Jan, 2013 15 commits
-
-
Rafaël Carré authored
Found-by: Kenneth Ellis
-
Ilkka Ollakka authored
Currently Draft on HTTP live streaming says that segment should be upto TAGETDURATION length. This change makes sure segments are upto seglen+10% length, it doesn't mind if they are left quite a lot shorter (like 10s keyint and 10s seglen can create segment with 2 sec long if next segment is 10s). Livehttp-module buffers blocks until header-block turns up. Then it will check if current buffer would fit on current segment without making it overflow, or starts new segment if it goes over.
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 62c58470. This commit broke the tests suite; the Qt interfaces crashes always.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note that you will hear silence atm, but at least it doesn't crash anymore and you can switch back to PCM mode
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 23 Jan, 2013 5 commits
-
-
Edward Wang authored
01-17 18:53:34.959 E/VLC/VlcCrashHandler(16725): java.lang.IllegalStateException 01-17 18:53:34.959 E/VLC/VlcCrashHandler(16725): at android.media.MediaCodec.releaseOutputBuffer(Native Method) 01-17 18:53:34.959 E/VLC/VlcCrashHandler(16725): at dalvik.system.NativeStart.run(Native Method) Personally I don't notice any performance regression. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
Note that right now, auhal will always output to the system's default device
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
This is incomplete as the spinner can't be stopped when there's an error or no item added. Use spin count set to 20 as a workaround for now.
-
Edward Wang authored
The decoding is being 'hardware-accelerated', not the acceleration being decoded by hardware. Also, the phrase "hardware-accelerated decoding" has more hits in Google.
-
- 22 Jan, 2013 19 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
auhal: replace deprecated CarbonCore calls introduced in Component Manager 3.0 back in 1994 with their modern counterparts requires 10.6 or later
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This saves one geometry request and some code.
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Flagging those PAT/PMT blocks enables us to segment ts-files so that each segment starts with PAT,PMT,Keyframes. Usable in livehttp-module.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
-
Rafaël Carré authored
Suggested-by: Rémi Denis-Courmont
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It seems to be better for the machines with lying power-improvement programs, like ASUS EPU-Engine
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Calling AllocConsole does not work all the time in Metro mode, and is supposed to be an undefined behaviour.
-