- 13 Aug, 2011 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do not need them afterward.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids seeking. This data was not useful.
-
Mirsal Ennaime authored
* Add the org.mpris.MediaPlayer2.Player.Seek method introspection data * Update the copyright headers
-
Mirsal Ennaime authored
* Use an int64 argument * Update the copyright headers
-
Jean-Baptiste Kempf authored
Else the check on i doesn't make sense
-
Jean-Baptiste Kempf authored
Fix #5066
-
Jean-Baptiste Kempf authored
Close #5168
-
- 12 Aug, 2011 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
- Rearrangements of effects in categories - Addition of antiflickering, gaussian, mirror - Removal of useless filters, like pano (wall is here) - Removal of rarely used vars - Simplifications
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
To support Xcode4, we require the 10.6 SDK now, which can be easily reverted when using Xcode3.2 an appropriate SDK. Note that this project file format now requires Xcode 3.2 or later
-
Felix Paul Kühne authored
-
- 11 Aug, 2011 9 commits
-
-
Rémi Denis-Courmont authored
Continuity of the two FIFOs is maintained, as is consistency with the input date. PTS discontinuity only seems to occur due to rounding errors in the filters. It should be better not to drop samples, but simply fix the buffer PTS and length. Ideally, resamplers would use date_Increment() so they do not introduce rounding errors. But first the block disconuity flag should be checked for correctness during filtering, so that resamplers can reset the date in case of hole.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
...for good this time (yeah right).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Logic for more than one reference was inverted)
-
Rémi Denis-Courmont authored
-
Mirsal Ennaime authored
libdbus has multiple thread-safety issues and using private connections (ie: not shared with other vlc modules) helps avoiding some of them.
-
- 10 Aug, 2011 12 commits
-
-
Felix Paul Kühne authored
thx to j-b for the reminder
-
Rémi Denis-Courmont authored
This happens almost all the time, and is unfortunately normal behavior.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix the infrequent assertions failures at exit.
-
Rémi Denis-Courmont authored
The decoder thread drains the output at end of stream. So there is always an underflow between consequent audio inputs. Thus this does not provide gap-less audio as is.
-
Felix Paul Kühne authored
macosx: fail the video output if Quartz Extreme isn't supported, removed specific options, which are now handled by the core QE is supported on virtually any Mac is running 10.5+ except for broken Hackintoshes
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
no functional change
-
Rémi Denis-Courmont authored
-