diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /mpeglib/CHANGES | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mpeglib/CHANGES')
-rw-r--r-- | mpeglib/CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mpeglib/CHANGES b/mpeglib/CHANGES new file mode 100644 index 00000000..aefda7fd --- /dev/null +++ b/mpeglib/CHANGES @@ -0,0 +1,24 @@ +* seek on paused streams works +* close on paused streams works +* added shutdown mutex. This mutex is locked during creation and + shutdown of the decoder_loop thread, but not when + the while(runCheck()) loop is running. You should lock this + mutex if another thread calls methods on variables which are + constructed/destructed by the decode_loop. +* mpeglib now installs under /usr per default +* Many thanks to Ranty for his patches. Applied patches + for playtime(absolute/current),compile fixes, mpegstream dectection + and realtive seek (+/-) time +* added pts based sync to mpeg2 player (sync is still horrible) +* added a syncClock class. Now the sync is based on scr stamps +* hacked ac3dec/mpeg2dec so they no longer share the same (globally) +* added yaf frontends for ac3,mpeg2 +* added ac3 and mpeg2 player (an mpeg2 demuxer is still missing) +* moved the picture construction in the outputstream +* images are now "smoother" Its a good balance between fast/nice images +* SDL sound now works +* wrapper for video and sound. sound over SDL does not work->bug? +* wrapper for threads (SDL does not support try-lock and condition variables) +* directories restructured lib/* now installs as library +* added yaf backends for testing the decoders +* first release |