- 15 Aug, 2011 3 commits
-
-
Rémi Denis-Courmont authored
The module will never be proved. This applies to the "main" module and the playlist demux (which only has submodules).
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 14 Aug, 2011 7 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
-
- 13 Aug, 2011 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Zero-length strings are loaded as NULL. There are probably quite a few other similar failure cases :( I have not investigated.
-
Alexey Sokolov authored
For example, x264's git is one. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This is not really needed. Cache corruption would be detected anyway. But better safe than sorry.
-
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 7 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)
-