- 03 Aug, 2011 4 commits
-
-
Trever Fischer authored
According to porting-to-0.11.txt in gstreamer sources.
-
Trever Fischer authored
-
Trever Fischer authored
-
Alessandro Siniscalchi authored
Signed-off-by:
Trever Fischer <tdfischer@fedoraproject.org>
-
- 02 Aug, 2011 2 commits
-
-
Alessandro Siniscalchi authored
Thanks for the patch, Alessandro! Signed-off-by:
Trever Fischer <tdfischer@fedoraproject.org>
-
Trever Fischer authored
BUG:279135
-
- 01 Aug, 2011 2 commits
-
-
Trever Fischer authored
-
Trever Fischer authored
-
- 30 Jul, 2011 2 commits
-
-
Trever Fischer authored
-
Trever Fischer authored
Conflicts: gstreamer/phononsrc.cpp
-
- 28 Jul, 2011 9 commits
-
-
Romain Perier authored
-
Romain Perier authored
to get your own font used by the backend, or let the application decide using QApplication::font(const char *className)
-
Romain Perier authored
Pipeline::setSource() : Don't emit errorMessage when the MediaSource is Empty, it can break the pipeline while it's playing
-
Trever Fischer authored
-
Romain Perier authored
-
Trever Fischer authored
-
Trever Fischer authored
Turns out there was a memory leak in there too. Whoops.
-
Trever Fischer authored
Now that the Pipeline manages everything, not using QMetaObject::invokeMethod is a safe and simpler route.
-
Trever Fischer authored
-
- 26 Jul, 2011 1 commit
-
-
Romain Perier authored
-
- 25 Jul, 2011 8 commits
-
-
Trever Fischer authored
-
Trever Fischer authored
-
Trever Fischer authored
-
Trever Fischer authored
-
Trever Fischer authored
-
Trever Fischer authored
-
Trever Fischer authored
-
Trever Fischer authored
-
- 24 Jul, 2011 1 commit
-
-
Romain Perier authored
-
- 20 Jul, 2011 2 commits
-
-
Romain Perier authored
-
Romain Perier authored
-
- 19 Jul, 2011 3 commits
-
-
Trever Fischer authored
-
Romain Perier authored
-
Romain Perier authored
-
- 18 Jul, 2011 1 commit
-
-
Harald Sitter authored
Since 2 channel input buffers were thought to be chopped by QVector::resize() the emitted data never went beyond returning 0 if the initial samples were 0. This is because resize() actually removes elements at the end of the vector, however since the vector is actually used like a queue we need to chop at the front. This is now simulated by using remove(0, n) with n = dataSize*channels. Also fix mono processing, instead of manually memcopying and whatnot we now create an implicitly shared copy vector and resize it to the size we need to return. This either results in implicitly shared remaining memory or, which is more likely, only copies the elements that are to be emitted. Eitherway a massive gain in readability.
-
- 21 Jun, 2011 1 commit
-
-
Harald Sitter authored
-
- 09 Jun, 2011 1 commit
-
-
Trever Fischer authored
-
- 08 Jun, 2011 3 commits
-
-
Trever Fischer authored
Previously, it emitted currentSourceChanged up to 30 seconds in advance. Thats because the source really did /technically/ change, from the pipeline's view. This introduces another viewpoint by having the mediaobject keep track of the source the hardware is actually seeing (and thus the user hearing).
-
Trever Fischer authored
-
Trever Fischer authored
-