- 16 Oct, 2015 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 15 Oct, 2015 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 14 Oct, 2015 10 commits
-
-
Ludovic Fauvet authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 13 Oct, 2015 15 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This reverts commit 5e36cb2c.
-
Ilkka Ollakka authored
This reverts commit 48a867c7. Revert for futher checking
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
If blocks are marked BLOCK_FLAG_DISCONTINUITY then do not drop them, unless BLOCK_FLAGS_CORRUPTED is set. Instead flush old blocks from decoder queue and restart at this new stream access point (new timeline). Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
Do not drop blocks with BLOCK_FLAG_DISCONTINUITY, but do drop blocks with BLOCK_FLAG_CORRUPTED. Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Jean-Paul Saman authored
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Jean-Paul Saman authored
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
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 1 commit
-
-
Francois Cartegnie authored
-