- 10 Jun, 2010 6 commits
-
-
Sebastian Dröge authored
Add the generated orc source files
-
Sebastian Dröge authored
All audio frames are marked as keyframe now instead of marking them all as delta unit...
-
Sebastian Dröge authored
Only remaining MMX implementation is the ARGB/BGRA/AYUV blending for which we first need the orc compositing opcodes.
-
Sebastian Dröge authored
-
Andoni Morales Alastruey authored
The cycleCount register is 13 bits long and the cycleOffset one is 12 bits long. To read the cycleCount register we need to shift 12 bits and not 13. Fixes #615461
-
David Schleef authored
-
- 09 Jun, 2010 24 commits
-
-
Zaheer Abbas Merali authored
-
Zaheer Abbas Merali authored
Start cluster at every keyframe or when we would overflow the previous cluster's relative timestamp field. This would avoid as much as possible starting clusters at non-keyframes.
-
David Schleef authored
From fad145b to 733fca9
-
David Schleef authored
From 47683c1 to fad145b
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Julien Moutte authored
Segment size needs to be a multiple of the sample size in bytes.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #620540.
-
Sebastian Dröge authored
-
Zaheer Abbas Merali authored
The property streamable has reverse semantics to indexed.
-
Thiago Santos authored
Rename 'indexed' to 'streamable' for a better name while it hasn't been released
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
David Schleef authored
-
- 08 Jun, 2010 3 commits
-
-
Zaheer Abbas Merali authored
Add indexed property to be the negation of what the disabled is-live property was. Fixes bug #613066.
-
Sebastian Dröge authored
Fixes bug #620929.
-
Sebastian Dröge authored
oggmux does this for CMML by its own now
-
- 07 Jun, 2010 2 commits
-
-
Sebastian Dröge authored
Don't send them upstream because for upstream a BYTES seek might make sense but is completely wrong because upstream can't seek to a byte position of the audio or video stream. Also don't build the index in push mode for non-TIME seeks, things will go wrong here otherwise.
-
Sjoerd Simons authored
-
- 06 Jun, 2010 5 commits
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Philip Jägenstedt authored
This allows us to skip delta units earlier and is a bit clearer in my opinion. It also makes only video buffers ever be delta units, not just for SimpleBlock as before.
-