Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 12 13 14 15 16 17 18 19 20 ... 22 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Apr 8, 2005, 1:20 PM

Post #376 of 544 (10145 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Apr 8 20:15:17 2005

Modified Files:
in mythmovietime/mythmovietime:
dbcheck.cpp mtdbitem.cpp mtdbitem.h
Log Message:
Change the showtime to be an actual time.
Display the time in the user's selected format

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Apr 8 20:16:20 2005

Modified Files:
in mythmovietime/mythfetchmovies:
ddmovie.cpp
Log Message:
support for the time column. Since all times with DD::Movies are assumed to be PM adjust them accordingly

----------------------------------------------------------------------------


mythtv at cvs

Apr 8, 2005, 3:20 PM

Post #377 of 544 (10137 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Apr 8 22:15:27 2005

Modified Files:
in mythvideo/mythvideo:
video-ui.xml
Log Message:

Patch from Kevin Kuphal to fix the layout of the directed by label

----------------------------------------------------------------------------


mythtv at cvs

Apr 18, 2005, 4:55 PM

Post #378 of 544 (10105 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Mon Apr 18 23:51:34 2005

Modified Files:
in mythtv:
configure
Log Message:

Made AMD Athlon, Duron and VIA Samuel detection more generic. This catches
some variations between steppings seen by the wider audience of users of 0.18.

-- Daniel

----------------------------------------------------------------------------


mythtv at cvs

Apr 18, 2005, 7:05 PM

Post #379 of 544 (10099 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue Apr 19 02:01:14 2005

Modified Files:
in mythtv/libs/libmyth:
mythdialogs.cpp
Log Message:

John Patrick Poet has debugged his setCursor() problems more, it appears
he doesn't need setOverideCursor(), he just needs the setCursor() call to
come after the Show() call. I've applied that nicer fix.

----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 4:50 PM

Post #380 of 544 (10069 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Tue Apr 19 23:45:53 2005

Added Files:
in mfd/mfd/plugins/speakers:
livemedia.cpp livemedia.h rtspin.cpp rtspin.h
Modified Files:
in mfd:
configure
in mfd/mfd/plugins/audio:
livemedia.cpp
in mfd/mfd/plugins/speakers:
speakers.cpp speakers.h speakers.pro
Log Message:

Preliminary support for RTSP/RTP based "speakers". Lot of things wrong with
this at the moment (like completely ignoring presentation timestamps), but
it does work.



----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 5:55 PM

Post #381 of 544 (10079 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by taylor on Wed Apr 20 00:52:19 2005

Modified Files:
in mythtv/libs/libmythtv:
avformatdecoder.cpp
Log Message:
Remove the av_remove_stream loop from Mark Anderson. This code was resulting in audio streams pids
being closed when changing channels in livetv with mpeg-ts recordings. These would not be
re-opened by mpegts.c if the audiopids were the same between the two channels since mpegts.c thought that the
pids were still open.

Please test this with PVRx50 recordings and livetv. I do not have the hardware to test. I think
this is safe, but i'd like a sanity check or two.

Taylor


----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 6:00 PM

Post #382 of 544 (10078 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 00:57:42 2005

Modified Files:
in mfd/clientlib:
playlistchecker.cpp
Log Message:

Add #include <unistd.h> for pipe() in client library.


----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 6:05 PM

Post #383 of 544 (10072 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 01:01:53 2005

Modified Files:
in mfd/mfd/plugins/audio:
audio.pro
in mfd/mfd/plugins/speakers:
speakers.pro
Log Message:

More extensive include paths (-I's) and library paths (-L's) for building
against liveMedia library.


----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 7:10 PM

Post #384 of 544 (10065 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 02:07:04 2005

Modified Files:
in mfd/mfd/plugins/daapclient:
README
Log Message:

Update the README's description of hacking around libopendaap's annoying
habit of not naming libraries properly. Now refers to v0.3 of libopendaap.


----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 7:15 PM

Post #385 of 544 (10076 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 02:12:28 2005

Modified Files:
in mfd/mfd/plugins/daapclient:
README
Log Message:

Change other libopendaap version reference to 0.3.0.


----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 9:45 PM

Post #386 of 544 (10071 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Apr 20 04:44:05 2005

Modified Files:
in mythtv/libs/libmythtv:
commercial_skip.cpp
Log Message:


* Commmercial Flagging changes:
- Fix a logic bug that crept in in my recent speedup patch.
- Rearrange some debugging statements.
- Revert the change (temporarily for now) that made strict mode require
blank frames to be totally blank so frames with logos on them but
otherwise blank would not be detected as so in strict mode.
- Remove some old code that required blank-frame detection to find at least
one commercial break before the ALL method would work.
- Fix a logic bug that that would prevent the first commercial break in a
recording from being flagged sometimes.


----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 11:35 PM

Post #387 of 544 (10068 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Apr 20 06:31:51 2005

Modified Files:
in mythtv/programs/mythbackend:
httpstatus.cpp
Log Message:


Patch by Robert Tsai to correct the original patch of his that I broken when
applying the other day when I was way to sleepy to be applying a patch the
other day that he submitted then on the mailing list the other day.

----------------------------------------------------------------------------


mythtv at cvs

Apr 19, 2005, 11:40 PM

Post #388 of 544 (10079 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Apr 20 06:35:54 2005
on branch: release-0-18-fixes

Modified Files:
in mythtv/programs/mythbackend:
httpstatus.cpp
Log Message:


Patch by Robert Tsai to fix the patch of his that I broke the other day
when I committed it. :( Glad somebody is paying attention, 'cause it doesn't
appear to be me!

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 9:20 AM

Post #389 of 544 (10075 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Wed Apr 20 16:16:51 2005

Modified Files:
in mythmovietime/mythmovietime:
main.cpp mainwnd.cpp settings.cpp
Log Message:
Added a setting to preserve the film data in the database instead of purging it evey time we fill.
Changed the logic for determining if we need to pull data. Fill dates in the future no longer trigger a fetch.
If there aren't going to be any items on the popup menu, don't show the menu

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 9:40 AM

Post #390 of 544 (10032 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 16:39:07 2005

Modified Files:
in mfd/mfd/plugins/audio:
audio.cpp livemedia.cpp livemedia.h
Log Message:

Build properly when --disable-rtsp is specified.


----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 10:05 AM

Post #391 of 544 (10064 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Wed Apr 20 17:02:23 2005

Modified Files:
in mythtv/libs/libmythtv:
osdsurface.cpp osdsurface.h
Log Message:

Adds revision tracking to osdsurface. This avoids redundant caching
in the of color conversion buffers of video output classes.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 10:10 AM

Post #392 of 544 (10047 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Wed Apr 20 17:09:43 2005

Modified Files:
in mythtv/libs/libmythtv:
videobuffers.cpp videobuffers.h
Log Message:

* Renames process state to pause state, since this is
a better description of what it represents.
* Greatly adds to Doxygen docs.
* Reworks VERBOSE macros to avoid a potential deadlock.
* Makes DiscardFrame slightly more aggressive.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 10:50 AM

Post #393 of 544 (10032 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Wed Apr 20 17:49:26 2005

Modified Files:
in mythtv/docs:
index.html mythtv-HOWTO-1.html mythtv-HOWTO-10.html
mythtv-HOWTO-12.html mythtv-HOWTO-13.html mythtv-HOWTO-14.html
mythtv-HOWTO-15.html mythtv-HOWTO-16.html mythtv-HOWTO-17.html
mythtv-HOWTO-18.html mythtv-HOWTO-19.html mythtv-HOWTO-20.html
mythtv-HOWTO-21.html mythtv-HOWTO-22.html mythtv-HOWTO-3.html
mythtv-HOWTO-5.html mythtv-HOWTO-7.html mythtv-HOWTO-8.html
mythtv-HOWTO-9.html mythtv-HOWTO-singlehtml.html
mythtv-HOWTO.html mythtv-HOWTO.pdf mythtv-HOWTO.sgml
mythtv-HOWTO.txt
Log Message:

v0.18.01, 2005-04-20. Change all the plugins stuff since it's all within
the mythplugins tarball instead of individual ones.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 11:00 AM

Post #394 of 544 (10032 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Wed Apr 20 17:59:10 2005

Modified Files:
in mythtv/docs:
mythtv-HOWTO-16.html mythtv-HOWTO-singlehtml.html
mythtv-HOWTO.pdf mythtv-HOWTO.sgml mythtv-HOWTO.txt
Log Message:
Remove no longer accurate information in MythMusic section.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 11:45 AM

Post #395 of 544 (10033 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Wed Apr 20 18:41:29 2005

Modified Files:
in mythtv/docs:
mythtv-HOWTO-11.html mythtv-HOWTO-12.html mythtv-HOWTO-13.html
mythtv-HOWTO-14.html mythtv-HOWTO-18.html mythtv-HOWTO-19.html
mythtv-HOWTO-20.html mythtv-HOWTO-singlehtml.html
mythtv-HOWTO.pdf mythtv-HOWTO.sgml mythtv-HOWTO.txt
Log Message:
Update some directories to what's packaged in the tarball.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 11:55 AM

Post #396 of 544 (10050 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 18:54:10 2005

Modified Files:
in mythplugins/mythmusic/mythmusic:
cdrip.cpp
Log Message:

Don't segfault when toggling multi-artist when a given CD has non-audio
tracks on it.


----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 12:25 PM

Post #397 of 544 (10033 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 19:22:52 2005

Modified Files:
in mfd/mfd/plugins/audio:
livemedia.cpp livemedia.h
Log Message:

When checking for a configuration flag, it is generally a good idea to
#include the file where that flag is set.


----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 12:30 PM

Post #398 of 544 (10079 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Wed Apr 20 19:28:18 2005

Modified Files:
in mythtv/libs/libmythtv/mpeg:
atscdescriptors.h atsctables.h mpegtables.h
Log Message:

doxygen-ized some comments in the code.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 1:15 PM

Post #399 of 544 (10047 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Wed Apr 20 20:13:58 2005

Modified Files:
in mythtv/libs/libmyth:
DisplayRes.h
in mythtv/libs/libmythtv:
dtvrecorder.h dvbrecorder.h firewirerecorder.h hdtvrecorder.h
recorderbase.h
in mythtv/libs/libmythtv/mpeg:
mpegtables.h tspacket.h tsstats.h
Log Message:

Some more doxygen docs.

----------------------------------------------------------------------------


mythtv at cvs

Apr 20, 2005, 1:50 PM

Post #400 of 544 (10024 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 20 20:45:11 2005

Modified Files:
in mfd/mfd/plugins/audio:
audio.cpp
in mfd/mfd/plugins/speakers:
livemedia.cpp rtspin.cpp rtspin.h
Log Message:

Clean up liveMedia resources properly when speakers are turned off.

Finally get the MFD_RTSP_SUPPORT checks done properly in the audio plugin.


----------------------------------------------------------------------------

First page Previous page 1 ... 12 13 14 15 16 17 18 19 20 ... 22 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.