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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

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


mythtv at cvs

Apr 20, 2005, 7:40 PM

Post #401 of 544 (6776 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Thu Apr 21 02:39:08 2005

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


* Provide a user-configurable way to revert the revert I did yesterday
concerning logos on blank frames being detected as blank/non-blank. There
is now an undocumented setting called CommDetectBlankCanHaveLogo that will
require blank frames to be totally blank (ie, no logo) the way that blank-
frame detection in 0.18 works. The default for now with the new setting
is to work the way that 0.17 and prior worked (really CVS from a few days
before 0.18 was released and prior).

I'd be interested in hearing from people if this hurts or helps detection
on shows with the logo present during the blank frames preceeding and
following commercial breaks.

* Make the ALL method honor the CommSkipAllBlanks setting which controls
whether blank frames before and after a commercial break are marked as
part of the show or part of the commercial break.

* Cleanup another unused method, CommDetect::DumpFrameInfo() since that
is now done inside ProcessFrame when flagging debugging is turned ON.


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


mythtv at cvs

Apr 20, 2005, 9:15 PM

Post #402 of 544 (6753 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Thu Apr 21 04:11:15 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp commercial_skip.cpp
in mythtv/programs/mythcommflag:
main.cpp
Log Message:


* Fix a bug introduced on April 16th that caused the ~realtime detection
flagging to fail immediately after starting. Manual and non-realtime
flagging were unaffected.

* Couple spelling corrections, "I before E, except after C", blah blah blah

* Allow breaking out of the "building detection buffer" loop early while
waiting for the recorder to get far enough ahead for ~realtime flagging.
If the recording ends and we're no longer "watchingrecording", there's
no need to wait anymore so proceed with flagging.

* Couple more verbose error messages related to ~realtime flagging, I think
the event to signal the recording is over may not be coming in sometimes
(or at all), so these should help debug that.


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


mythtv at cvs

Apr 20, 2005, 10:15 PM

Post #403 of 544 (6769 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 05:10:26 2005

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

Better RTSP/RTP speakers, now featuring fewer segfaults. Basic framework is
done, main thing left to do is look at presentation time stamps and figure
out what to do with them.



----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 05:14:43 2005

Modified Files:
in mfd:
README
Log Message:

Mention --with-livemedia-prefix option for ./configure in the README.


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


mythtv at cvs

Apr 21, 2005, 7:15 AM

Post #404 of 544 (6764 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 21 14:14:28 2005

Modified Files:
in mythtv/programs/mythfrontend:
playbackbox.cpp playbackbox.h
in mythtv/libs/libmythtv:
yuv2rgb.cpp yuv2rgb.h
Log Message:

Added some documentation to yuv2rgb and changed PlaybackBox::updateVideo()
so that it allocates the rgba conversion buffer once per resolution change
instead of on every frame. The real performance hog is that we do everything
at full resolution and scale down at the last step, but fixing that looks
more involved...

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


mythtv at cvs

Apr 21, 2005, 12:55 PM

Post #405 of 544 (6761 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 19:54:19 2005

Modified Files:
in mfd/mfd/plugins/speakers:
speakers.cpp
Log Message:

Init server socket before advertising moap availability.


----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 19:54:47 2005

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

Lock moap mutex before tuning off speakers when exiting.


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


mythtv at cvs

Apr 21, 2005, 1:00 PM

Post #406 of 544 (6759 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 19:56:13 2005

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

Spell maop properly.


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


mythtv at cvs

Apr 21, 2005, 2:45 PM

Post #407 of 544 (6757 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 21:40:37 2005

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

Give a couple of tries to maop instance socket communications.


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


mythtv at cvs

Apr 21, 2005, 3:10 PM

Post #408 of 544 (6757 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 21 22:09:04 2005

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

This adds Neil Whelchel <koyama[at]firstlight.net> "User Functions"
functionality. I cleaned it up a bit and allowed for four functions
in the UI rather than two. -- dtk

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


mythtv at cvs

Apr 21, 2005, 3:25 PM

Post #409 of 544 (6726 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 22:22:55 2005

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

Take out hardcoded /dev/dsp, use whatever AudioDevice is.


----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 22:23:30 2005

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

By default, only use local speakers.


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


mythtv at cvs

Apr 21, 2005, 3:35 PM

Post #410 of 544 (6762 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Apr 21 22:31:44 2005

Modified Files:
in mfd/mfd/plugins/speakers:
speakers.cpp
Log Message:

Switch streams properly.


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


mythtv at cvs

Apr 21, 2005, 3:40 PM

Post #411 of 544 (6746 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu Apr 21 22:38:03 2005

Modified Files:
in mythplugins/mythweb/themes/Default:
theme.php
Log Message:

Derek Atkins' no break space patch. This replaces some regular spaces
with non-breaking spaces in the category menu, preventing a menu item
from spanning multiple lines. -- dtk

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


mythtv at cvs

Apr 21, 2005, 5:35 PM

Post #412 of 544 (6746 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Apr 22 00:31:24 2005

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

Reverting Neil Whelchel's "User Functions" patch.

<<There's just plenty of better ways externally to myth to handle something
like this, and there's too much stuff in the settings UI already.>> --ijr

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


mythtv at cvs

Apr 21, 2005, 6:10 PM

Post #413 of 544 (6756 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Fri Apr 22 01:07:51 2005

Modified Files:
in mythtv/setup:
backendsettings.cpp
Log Message:
Typo.

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


mythtv at cvs

Apr 21, 2005, 6:15 PM

Post #414 of 544 (6755 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Fri Apr 22 01:12:01 2005

Modified Files:
in mythplugins/mythweb/themes/Default:
theme.php header.css style.css
Log Message:
remove danielk's last commit to theme.php (please don't tweak UI stuff without checking with me)
implement Derek Atkins' desired effect through css, how it should have been done.

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


mythtv at cvs

Apr 21, 2005, 6:20 PM

Post #415 of 544 (6756 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Fri Apr 22 01:17:38 2005

Modified Files:
in mythplugins/mythweb/themes/Default:
style.css theme.php
Log Message:
fix my last commit so that it actually works.

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


mythtv at cvs

Apr 21, 2005, 8:40 PM

Post #416 of 544 (6747 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Apr 22 03:38:28 2005

Modified Files:
in mythtv:
configure
in mythtv/libs/libmythtv:
libmythtv.pro
Log Message:

Moves USING_OPENGL_VSYNC define to libmythtv.pro. There is no reason we need to
recompile all of myth when we change this setting.

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


mythtv at cvs

Apr 21, 2005, 8:50 PM

Post #417 of 544 (6746 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Apr 22 03:49:47 2005

Modified Files:
in mythtv/libs/libmyth:
DisplayRes.h
Log Message:

Adds doxygen documentation to DisplayRes.h.

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


mythtv at cvs

Apr 21, 2005, 10:15 PM

Post #418 of 544 (6753 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Fri Apr 22 05:13:03 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp
in mythtv/programs/mythcommflag:
main.cpp
Log Message:


* Should fix the bug experienced by some with remote ~realtime commercial
flagging in recent CVS.


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


mythtv at cvs

Apr 22, 2005, 7:00 AM

Post #419 of 544 (6732 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Fri Apr 22 13:56:24 2005

Modified Files:
in mythplugins/mythbrowser/i18n:
mythbrowser_si.qm mythbrowser_si.ts
in mythplugins/mythdvd/i18n:
mythdvd_si.qm mythdvd_si.ts
in mythplugins/mythdvd/mythdvd:
dvd_settings.xml dvdmenu.xml
in mythplugins/mythgallery/i18n:
mythgallery_si.qm mythgallery_si.ts
in mythplugins/mythgame/i18n:
mythgame_si.qm mythgame_si.ts
in mythplugins/mythgame/mythgame:
game_settings.xml gamemenu.xml
in mythplugins/mythmusic/i18n:
mythmusic_si.qm mythmusic_si.ts
in mythplugins/mythmusic/mythmusic:
music_settings.xml musicmenu.xml
in mythplugins/mythphone/i18n:
mythphone_si.ts
in mythplugins/mythvideo/mythvideo:
video_settings.xml videomenu.xml
in mythplugins/mythweather/i18n:
mythweather_si.qm mythweather_si.ts
Log Message:
- Slovenian translation update from Erik Robnik

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


mythtv at cvs

May 2, 2005, 2:40 PM

Post #420 of 544 (6679 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Mon May 2 21:35:18 2005

Modified Files:
in mfe/mfe:
mfedialog.cpp playlistdialog.cpp playlistdialog.h
Log Message:

Deal with playlist being deleted in one mfe while it is being edited in
another.


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


mythtv at cvs

May 2, 2005, 10:05 PM

Post #421 of 544 (6687 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 05:04:03 2005

Modified Files:
in mythplugins/mythmusic/mythmusic:
mainvisual.cpp mainvisual.h smartplaylist.cpp visualize.cpp
Log Message:
Robert Tsai: mythmusic visualizations disable xscreensaver/dpms.

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


mythtv at cvs

May 2, 2005, 10:55 PM

Post #422 of 544 (6682 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 05:51:04 2005

Modified Files:
in mythtv/libs/libmythtv:
avformatdecoder.cpp tv_play.cpp videobuffers.cpp
videoout_ivtv.cpp videoout_ivtv.h vsync.cpp
Log Message:
John Harvey: Fix PVR350 closing EPG goes to black screen.
Random other tiny changes.

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 05:52:20 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbcam.cpp siparser.cpp sitypes.h
Log Message:
phil.vid: DVB CAM keep original order of ca_descriptors.

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 05:54:17 2005

Modified Files:
in mythplugins/mythgame/mythgame:
mamehandler.cpp
Log Message:
Ian Armstrong: fix for genre parsing from mame.

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


mythtv at cvs

May 2, 2005, 11:00 PM

Post #423 of 544 (6692 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 05:55:55 2005

Modified Files:
in mythplugins/mythgame/mythgame:
gametree.cpp
Log Message:
Jon Wanderer: Add more views to mythgame.

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


mythtv at cvs

May 2, 2005, 11:05 PM

Post #424 of 544 (6693 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 06:00:03 2005

Modified Files:
in mythtv/programs/mythbackend:
scheduler.cpp
Log Message:
Tony Lill: Fix for my seg fault (modified to use numRowsAffected(), instead of removing).

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


mythtv at cvs

May 2, 2005, 11:45 PM

Post #425 of 544 (6686 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 06:41:13 2005

Modified Files:
in mythtv/programs/mythfrontend:
globalsettings.cpp playbackbox.cpp playbackbox.h
Log Message:
Kevin Kuphal: Configure default views for Watch Recordings.

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

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


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.