get a larger block... if we don't the PS3 has trouble buffering..
probably too much python overhead handling the small block size..
[git-p4: depot-paths = "//depot/": change = 1576]
what to do with them... with this change rtsp objects are now
exported... we had to add a rtpmimetype element so we would know
which base class to create..
[git-p4: depot-paths = "//depot/": change = 1575]
place namespace games...
add the pure python version of the interleaver in case the user
hasn't compiled the C version.. only make it a warning as it
is only a performance improvement..
[git-p4: depot-paths = "//depot/": change = 1431]
only do one block when we are called...
flac.py:
add the support for returning the results of one block or up to
n samples... This should help prevent some of the coping that
goes w/ combining strings, though it may increase call overhead..
add usage...
[git-p4: depot-paths = "//depot/": change = 1424]
disable a bunch of debugging print's...
document why we need to keep a pauseProducing, bug in twisted...
[git-p4: depot-paths = "//depot/": change = 1423]
if two files are the same... we check name (maybe we should drop
that) date_time, size and CRC...
make the two createObjects have the same structure...
[git-p4: depot-paths = "//depot/": change = 1409]
your function failed... Default to off.. makes debugging a lot
easier when testing the auto detect feature..
[git-p4: depot-paths = "//depot/": change = 1378]
add method for formating the duration... convert from int/float to
the string..
make sorting a bit smarter...
[git-p4: depot-paths = "//depot/": change = 1377]
drop addContainer, it wasn't used, and didn't make much sense as
we normally addItem Containers directly, instead of creating a
Container..
make example work again..
[git-p4: depot-paths = "//depot/": change = 1349]
rid of a lot of cut and paste...
add a new module that uses XML to create a custom object... One
example is to support a simple mp3 streaming website:
<?xml version="1.0"?>
<Object>
<mimetype>audio/mpeg</mimetype>
<res>
<url>http://streaming.uoregon.edu:8000/</url>
</res>
</Object>
Should be expanded to support more, but this is a good first
cut...
[git-p4: depot-paths = "//depot/": change = 1345]
can take a long while, bad in that we loose some of the async
requirements...
as things are in a thread, do requests web synchronously, we no longer
have to raise a Defered.. I'm not happy, but it'll take work to
properly be a mix between the two..
[git-p4: depot-paths = "//depot/": change = 1308]
exactly like os.path.join.. it'll dirname the base and then add
the component... not very useful as paths and files cannot be
told apart.. urljoin is only useful for relative browsing, not
for my use..
[git-p4: depot-paths = "//depot/": change = 1278]