- 15 Jun, 2010 8 commits
-
-
Sebastian Dröge authored
-
Edward Hervey authored
-
Edward Hervey authored
From 9339ccc to 35617c2
-
Stefan Kost authored
From 5adb1ca to 9339ccc
-
Stefan Kost authored
From 57c89b7 to 5adb1ca
-
Tim-Philipp Müller authored
-
Stefan Kost authored
From c804988 to 57c89b7
-
Marc-André Lureau authored
It seems to me this code is useless: removing it. https://bugzilla.gnome.org/show_bug.cgi?id=618871
-
- 14 Jun, 2010 11 commits
-
-
Wim Taymans authored
when the SDP specifies an aggregate control url, use that for playback control. Fixes #619531
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Zaheer Abbas Merali authored
So matroska's Block structure has no keyframe flag, only the SimpleBlock has it. To detect keyframes in Blocks, it is just the BlockGroup container that needs to have a ReferenceBlock attached if it is a delta frame in video.
-
Mark Nauwelaerts authored
Fixes #583047 (more).
-
Mark Nauwelaerts authored
Use an adapter to collect incoming data, and use adapter API to scan and peek. Fixes #583047.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 7a0fdf5 to c804988
-
Mark Nauwelaerts authored
Fixes #620154.
-
Sebastian Dröge authored
From 6da3bab to 7a0fdf5
-
- 12 Jun, 2010 4 commits
-
-
Stefan Kost authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 733fca9 to 6da3bab
-
- 11 Jun, 2010 6 commits
-
-
David Schleef authored
-
Tim-Philipp Müller authored
Fixes generic/states unit test.
-
Tim-Philipp Müller authored
Use new dts audio typefinder from -base to check if the PCM data contains a dts stream. This way we recognise more varieties more reliably and also detect the dts stream if there isn't a frame sync right at the start of the data. Fixes #413942.
-
Tim-Philipp Müller authored
gst_type_find_helper_for_buffer() will need the correct offset set on the buffer (ie. 0) and not the byte offset we started pulling the data from.
-
Mark Nauwelaerts authored
Fixes #589997.
-
Mark Nauwelaerts authored
... by using proper offsets for tag list writing. Also use _reset rather than _free and consistently use bytewriter position. See #619293.
-
- 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 5 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
-