- 13 Oct, 2015 1 commit
-
-
Jean-Paul Saman authored
The BLOCK_FLAG_DISCONTINUITY signals timeline changes from the source content or due to seeking. BLOCK_FLAG_CORRUPTION signals data corruption due to corrupted or dropped packets, this includes transport stream continuity counter mismatches. Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
- 12 Oct, 2015 8 commits
-
-
Felix Paul Kühne authored
-
Marvin Scholz authored
This renames the playlist related class files to match the class name, which makes it easier to find the which belongs to a certain class and follows common Cocoa/Obj C file naming conventions. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Julian Scheel authored
Assign the picture pointer to mmal buffers user_data right before passing it into mmal instead of doing it in mmal_picture_lock. This is necessary, because the picture pointer used to call mmal_picture_lock points to the original picture instance, while the picture handed to the plugins from picture_pool_Get is a clone of the original picture. Assigning the picture in user_data caused picture_Release to be called on the original instead of the clone. Since commit 22e61f10 this is fatal as the pf_destroy pointer is not pointing to picture_pool_ReleasePicture anymore. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Moti Zilberman authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
Error 8973 is triggered if the number of open HW decoding sessions is > than the number of available HW decoders Further, a failing session creation should not invalidate the entire video decoding chain but just trigger the fallback
-
Jean-Baptiste Kempf authored
-
- 11 Oct, 2015 4 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is the work from Moti Zilberman, modified by me to build and integrate in-tree It's heavily inspired on the OS X one. Be careful: you need a very recent Mingw-W64 to hope to compile it. Ref #11893
-
- 10 Oct, 2015 5 commits
-
-
David Fuhrmann authored
Native fullscreen seems to be on by default on El Capitan, even if the corresponding flag is not set. This implicitely disables the new split view feature if native fullscreen is disabled. close #15491
-
David Fuhrmann authored
-
David Fuhrmann authored
It seems that Apple fixed this issue starting with Yosemite.
-
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 11 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
-