- 24 May, 2014 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
playlist_EnableAudioFilter() can be used to turn the equalizer on or off. The GUI already does so.
-
Rémi Denis-Courmont authored
This is no longer set anywhere, since equalizer-preset superseded it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is just a wrapper from the pair of pre-amp and bands callbacks. (This patch does not fix existing race conditions in init.)
-
Rémi Denis-Courmont authored
-
- 23 May, 2014 5 commits
-
-
Ilkka Ollakka authored
Also name it to be next_input_pts instead of interpolated_pts If input drift is more than 100ms that we estimate, we have most likely dropped some packet and we should reset timers. Otherwise it can cause lipsync issues if we for example just transcode video track and audio track keeps original (jumped) pts.
-
Ilkka Ollakka authored
This helps to keep filters etc if there is for example 2 different audio tracks with different channel count etc.
-
Nicolas Bertrand authored
Use the option --file-caching to set PTS_DELAY Default caching value is 30s, okay for DCPs with 100Mb/s bitrate For higher bitrates and high resolution values, file-caching shall be reduced. Avoid fifo full problem in decoder. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
-
Adrien Maglo authored
The nanf function is missing.
-
- 22 May, 2014 12 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
The pointer returned is only valid for the statement calling the function. The temporary QByteArray falls out of scope immediatly after Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dennis Hamester authored
This plugin is capable of decoding MPEG-2 and H264 video through the Multi Media Abstraction Layer (MMAL) by Broadcom. It is supported by recent Broadcom SoCs and found on the widely spread Raspberry Pi. Signed-off-by: Dennis Hamester <dennis.hamester@gmail.com> Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dennis Hamester authored
This plugin uses the Multimedia Abstraction Layer (mmal) by Broadcom. It is supported on recent Broadcom SoCs as found on the well known Raspberry Pi. The plugin features support for native blending of overlays through DispManX. Furthermore it supports automatic adaption of refresh rate to the video being played through the tvservice API. Signed-off-by: Dennis Hamester <dennis.hamester@gmail.com> Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Add a new fourcc, which will be used by the mmal decoder and vout plugins for passing around opaque picture pointers to realize a zerocopy pipeline on mmal enabled platforms. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Dennis Hamester <dennis.hamester@gmail.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
This code was superseded by another approach and is not used anymore. This reverts commit ba82f10c.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 21 May, 2014 7 commits
-
-
Francois Cartegnie authored
Changes from a depth first (local then network) per item to an horizontal parsing. Allows displaying all local files first and let the thread slowly process all other resources.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Only used by fetcher for cache entries
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Julien 'Lta' BALLET authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 May, 2014 9 commits
-
-
Francois Cartegnie authored
Fixes the false positive and fallback on avcodec with files having a mvex/trex but no fragments, and conforms to the spec.
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Instead of hardcoding it depending on the codec Tested with PGS and XSub
-
Felix Abecassis authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-