- 10 Oct, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Ilkka Ollakka authored
ChainGather in this case would make high amount of small memcopies which kill performance quite nicely. Also ChainAppend would seek long list of blocks everytime. This basicly reverts 609a5fe2 and adds ChainLastAppend. Overall speeding up livehttp-output quite a lot. Reported-by: JEEB
-
- 09 Oct, 2015 9 commits
-
-
Francois Cartegnie authored
Restores and fixes 7ce48b0d This reverts commit 99ef5536. This reverts commit df5bb189. This reverts commit 9abec5a2.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
nal based codecs should be able to restart by themselves. aac needs rate checking wich isn't specified by demuxer
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Marvin Scholz authored
It was impossible to scroll in the About Scroll Views as the code was doing automatic scrolling. This patch removes all the related code and introduces a new NSClipView subclass that handles the automatic scrolling. If it detects that the user scrolls, the animation is stopped and the user can scroll it as he wishes. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Marvin Scholz authored
Remove the primary state of the "Change" button in the simple preferences shotcut view, as the window already has a primary button, which is the one to apply the settings. Having two buttons as primary buttons is bad UX and very confusing as it's unclear which button will be triggered when hitting the enter key. Given that the "Change" button was not triggered by the enter key anyway, this should not cause any app behavior changes. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 08 Oct, 2015 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 07 Oct, 2015 19 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
We can't use stream_Memory as xmlreader backend if we don't load the whole file into memory, and that's not possible because we're probing. (xmlread can't load incomplete documents) This reverts commit 7ce48b0d.
-
Francois Cartegnie authored
need to wake up sometimes :/
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
we need to peek only
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
As callback does not provide return status, we need to prevent fix retries.
-
Francois Cartegnie authored
-
Sean McGovern authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 06 Oct, 2015 8 commits
-
-
Emeric Grange authored
macosx: add a 'rebuild' option to MacOSX build.sh script, triggering a rebuild for tools, contribs, and VLC Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
The correct way is to fix the toolchain
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Can now flush buffers on demux restart. Do align pcr after sending to decoders instead of always incrementing by the target value (avoid dropping blocks across segments on restart). Always issue a fakees to demuxer, then recycle on execution. Avoids double deletion with duplicate Del commands (demuxer 0..n+self n). Can now handle HLS discontinuities. Drops the streamoutput layer.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-