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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 3 4 5 6 7 8 9 10 11 ... 17 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Jan 17, 2005, 10:05 PM

Post #151 of 415 (8232 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Tue Jan 18 01:03:32 2005

Modified Files:
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp commercial_skip.cpp commercial_skip.h
in mythtv/programs/mythfrontend:
globalsettings.cpp
Log Message:


* Tweaks to Commercial Detection/Flagging code.
- Code should now detect actual Blank frames rather than Black
frames as was previously done. The method of detecting blank
frames changed to detect the difference between min/max
brightness rather than just checking for frames with a max
brightness below a certain level. This seems to eliminate a
lot of false positives and do better detection on dark shows and
shows with black frames interspersed throughout the show. Tested
with some problem episodes of shows such as CSI, Law & Order,
Alien, and LAX. Works well on all of these except when CBS
and/or the local affiliate decide to put their station logo on
the blank frames before/after commercials. When logo
information is present, this is accounted for and the frames
are detected as being blank even with the logo present. This is
useful in the new "All" detection method mentioned below.
- Tighted up some of the commercial length checks for the blank
frame detection method.
- Bumped up border size for area that is ignored during commercial
detection from a 10 pixel border to 20.
- Added new "All" detection method. This detection method uses
information from blank-frame, scene change, and logo detection
and can easily be modified to take advantage of other detection
information. It works in a fundamentally different way than the
normal blank-frame and scene change methods. The code groups
the frames into blocks separated by blank frames and rates each
block based upon several factors such as the rate of scene
change, what percentage of frames in the block have a logo
present, how long/short the block is, etc.. Indications that
a block is part of a commercial (such as very high rates of
scene changes) lower the block's score, while indications that
a block is part of the show (such as having a logo present on
most frames) raise the block's score. In the end the
blocks are looked at as a group and various bits of logic
applied to make the final determination where commercials
start and end. On most of the shows I've tested on, this
method seems to be doing a much better job than just
blank-frame or blank-frame plus scene-change (which I
normally use).
- The sample pixel spacing for the various detection methods
now varies based upon the total number of pixels in the frame.
Rather than being fixed at every-other-pixel, the code will
now use a larger spacing for larger frames. This should
help speedup flagging for people using higher frame sizes
whether by choice or because of precompressed video as in
HDTV, etc..

NOTE: The new "ALL" detection method has been running on my live
production Myth system for the past week and a half or so, but
if you're WAF is currently low, you might not want to switch
to it just yet. I'm putting this out there so others can test
to see if it is working better for them than the previously
available detection methods.


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


mythtv at cvs

Jan 29, 2005, 5:55 PM

Post #152 of 415 (8200 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sat Jan 29 20:52:06 2005

Modified Files:
in nuvexport/export:
transcode.pm
Log Message:
--print_status (thanks Eric Cottrell)

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


mythtv at cvs

Jan 29, 2005, 8:25 PM

Post #153 of 415 (8202 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Sat Jan 29 23:21:27 2005

Modified Files:
in mythtv/programs/mythtranscode:
transcode.cpp
Log Message:
More qt3.1.

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


mythtv at cvs

Jan 30, 2005, 8:15 AM

Post #154 of 415 (8181 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:10:05 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.h settings.cpp settings.h
in mythtv/programs/mythfrontend:
globalsettings.cpp
in mythtv/setup:
backendsettings.cpp
in mythtv/libs/libmythtv:
videosource.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:10:49 2005

Modified Files:
in mythdvd/mythdvd:
settings.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:11:49 2005

Modified Files:
in mythgallery/mythgallery:
gallerysettings.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:12:53 2005

Modified Files:
in mythgame/mythgame:
gamesettings.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:13:13 2005

Modified Files:
in mythmusic/mythmusic:
globalsettings.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:13:58 2005

Modified Files:
in mythphone/mythphone:
PhoneSettings.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 11:14:10 2005

Modified Files:
in mythvideo/mythvideo:
globalsettings.cpp
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

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


mythtv at cvs

Jan 30, 2005, 11:00 AM

Post #155 of 415 (8197 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jeremiah on Sun Jan 30 13:59:59 2005

Modified Files:
in mythtv/programs/mythfrontend:
globalsettings.h
Log Message:
Renaming settings classes to be more accurate.
Removing custom subclasses for most settings.

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


mythtv at cvs

Jan 30, 2005, 1:50 PM

Post #156 of 415 (8194 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Sun Jan 30 16:48:00 2005

Modified Files:
in mythtv:
settings.pro
Log Message:
Use Qt's x11 lib dir, instead of blindly specifying /usr/X11R6/lib. Should fix problems for people with mixed 64/32 bit environments.

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


mythtv at cvs

Jan 30, 2005, 3:30 PM

Post #157 of 415 (8193 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 18:25:12 2005

Modified Files:
in mythtv/libs/libmythtv:
dbcheck.cpp
in mythtv/programs/mythfilldatabase:
filldata.cpp
Log Message:
Updates to the XMLTV part of mythfilldatabase:
- adds generation of programids based on episode-num (xmltv_ns) from xmltv
- updated a bunch of other stuff
- renamed/reordered variables to better match the database names (next step would be to rename them all to match the database names)
- fixed bug #169
- add all variables to Class ProgInfo to make it easier for future updates
- now check almost all fields when deciding if a program needs updating or not
- change some stuff in the db (program table) to notnull and increase the size of programid a little (see the dbcheck update)
- populate seriesid with a hashed value if we don't get a seriesid (to be able to build a programid)
- populate syndicatedepisodenumber with the info from episode-num
- use the new Swedish grabber (tv_grab_se_swedb) instead of the old one

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


mythtv at cvs

Jan 30, 2005, 4:05 PM

Post #158 of 415 (8188 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 19:01:22 2005

Modified Files:
in mythtv/i18n:
mythfrontend_nl.qm mythfrontend_nl.ts
in mythtv/programs/mythfrontend:
info_menu.xml info_settings.xml mainmenu.xml main_settings.xml
manage_recordings.xml recpriorities_settings.xml tvmenu.xml
tv_schedule.xml tv_search.xml
Log Message:
Dutch translation update from Steven

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 19:03:41 2005

Modified Files:
in mythvideo/i18n:
mythvideo_nl.qm mythvideo_nl.ts
Log Message:
Dutch translation update from Steven

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


mythtv at cvs

Jan 30, 2005, 4:25 PM

Post #159 of 415 (8168 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Sun Jan 30 19:21:52 2005

Added Files:
in nuvexport/export/ffmpeg:
DVCD.pm DVD.pm SVCD.pm VCD.pm XviD.pm
Log Message:
new modules from Beirdo

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


mythtv at cvs

Jan 30, 2005, 4:30 PM

Post #160 of 415 (8177 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 19:27:11 2005

Modified Files:
in mythtv/libs/libmythtv:
programinfo.cpp
in mythtv/i18n:
mythfrontend_ca.ts mythfrontend_de.qm mythfrontend_de.ts
mythfrontend_dk.ts mythfrontend_es.ts mythfrontend_fi.qm
mythfrontend_fi.ts mythfrontend_fr.qm mythfrontend_fr.ts
mythfrontend_it.qm mythfrontend_it.ts mythfrontend_ja.qm
mythfrontend_ja.ts mythfrontend_nl.qm mythfrontend_nl.ts
mythfrontend_pt.ts mythfrontend_si.qm mythfrontend_si.ts
mythfrontend_sv.qm mythfrontend_sv.ts mythfrontend_zh_tw.ts
Log Message:
- Change qtlinguist comment field about the various RecStatusChar and RecTypeChar strings and
should help translators finding a proper translation, patch from Stefan Frank.
- Japanese translation update from Hiro.

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


mythtv at cvs

Jan 30, 2005, 4:40 PM

Post #161 of 415 (8173 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 19:37:54 2005

Modified Files:
in mythtv/themes/classic:
recpriorities_settings.xml
in mythtv/programs/mythfrontend:
recpriorities_settings.xml
Log Message:
Patch from Stefan Frank:
"this patch modifies the priorities settings menu to better describe the channel/recording
priorities menu items."

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


mythtv at cvs

Jan 30, 2005, 4:45 PM

Post #162 of 415 (8198 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 19:44:18 2005

Modified Files:
in mythvideo/i18n:
mythvideo_ca.ts mythvideo_de.ts mythvideo_dk.ts
mythvideo_es.ts mythvideo_fr.qm mythvideo_fr.ts
mythvideo_it.ts mythvideo_ja.ts mythvideo_nl.qm
mythvideo_nl.ts mythvideo_pt.ts mythvideo_si.qm
mythvideo_si.ts mythvideo_sv.qm mythvideo_sv.ts
in mythvideo/mythvideo:
globalsettings.cpp
Log Message:
Fix typo, update the language files and bring the Swedish translation up to sync.

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


mythtv at cvs

Jan 30, 2005, 4:55 PM

Post #163 of 415 (8178 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Sun Jan 30 19:51:59 2005

Modified Files:
in mythtv/programs/mythfrontend:
tv_schedule.xml
Log Message:
Dutch translation updates from Martin Barnasconi
----------------------------------------------------------------------------


mythtv at cvs

Jan 30, 2005, 6:35 PM

Post #164 of 415 (8180 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Sun Jan 30 21:30:18 2005

Modified Files:
in mythtv/programs/mythfrontend:
programrecpriority.cpp programrecpriority.h
in mythtv/themes/G.A.N.T.:
ui.xml
in mythtv/themes/Iulius:
ui.xml
in mythtv/themes/Titivillus:
ui.xml
in mythtv/themes/blue:
ui.xml
Log Message:
Display the number of shows to record for each rule on the Set Priorities
page. Use the recording color for each rule that has one or more shows
scheduled to record.

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


mythtv at cvs

Jan 30, 2005, 9:40 PM

Post #165 of 415 (8181 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Mon Jan 31 00:39:03 2005

Modified Files:
in mythtv/libs/libmyth:
mythwidgets.cpp
Log Message:
In MythRemoteLineEdit, replace "\n" with "<br>" when converting to
RichText format. This prevents multiple lines from unwrapping when
using the numeric input method in the text box for Custom Record.

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 00:39:26 2005

Modified Files:
in mythvideo/mythvideo:
editmetadata.cpp editmetadata.h
Log Message:
Fix Marcus Gustafsson's bug.

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


mythtv at cvs

Jan 30, 2005, 9:45 PM

Post #166 of 415 (8182 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by xris on Mon Jan 31 00:42:41 2005

Modified Files:
in mythweb:
mythmusic.php video.php
in mythweb/config:
conf.php
in mythweb/languages:
Japanese.php
Log Message:
Japanese translation update from Hiro
utf-8 filesystem fixes, also from Hiro

----------------------------------------------------------------------------
Changes committed by xris on Mon Jan 31 00:44:11 2005

Modified Files:
in mythweb/languages:
Australian.php Dutch.php English.php French.php German.php
Spanish.php Swedish.php
Log Message:
language string updates, including a new Dutch file from Peter Martens

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


mythtv at cvs

Jan 30, 2005, 9:50 PM

Post #167 of 415 (8193 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 00:49:56 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbcam.cpp dvbcam.h dvbrecorder.cpp dvbrecorder.h
dvbsiparser.cpp dvbsiparser.h scanwizard.cpp siparser.cpp
siparser.h siscan.cpp sitypes.cpp sitypes.h
Log Message:
'DVB Code updates' from Taylor, John and Jesper.

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


mythtv at cvs

Jan 30, 2005, 10:15 PM

Post #168 of 415 (8180 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 01:14:20 2005

Modified Files:
in mythtv/libs/libmythsoundtouch:
mmx_gcc.cpp
in mythtv/programs/mythbackend:
mythbackend.pro
in mythtv/programs/mythcommflag:
mythcommflag.pro
in mythtv/programs/mythepg:
mythepg.pro
in mythtv/programs/mythfilldatabase:
mythfilldatabase.pro
in mythtv/programs/mythfrontend:
mythfrontend.pro
in mythtv/programs/mythjobqueue:
mythjobqueue.pro
in mythtv/programs/mythlcd:
mythlcd.pro
in mythtv/programs/mythprogfind:
mythprogfind.pro
in mythtv/programs/mythtranscode:
mythtranscode.pro
in mythtv/programs/mythtv:
mythtv.pro
in mythtv/programs/mythuitest:
mythuitest.pro
in mythtv/setup:
setup.pro
Log Message:
Mark Spieth: Fix the rewritten mmx opts in libsoundtouch.
Add proper lib deps to the generated programs.

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


mythtv at cvs

Jan 30, 2005, 10:20 PM

Post #169 of 415 (8176 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 01:16:58 2005

Modified Files:
in mythtv/programs/mythfrontend:
playbackbox.cpp
Log Message:
Shane Shrybman: usleep sync up between LiveTV and watching recordings.

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


mythtv at cvs

Jan 30, 2005, 10:30 PM

Post #170 of 415 (8167 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 01:27:44 2005

Modified Files:
in mythgallery/mythgallery:
iconview.cpp thumbgenerator.cpp
Log Message:
Non latin1 filename fixes from Hirobumi Shimada.

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


mythtv at cvs

Jan 30, 2005, 10:45 PM

Post #171 of 415 (8178 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 01:40:32 2005

Modified Files:
in mythmusic/mythmusic:
streaminput.cpp
in mythmusic/mythmusic/goom:
mmx.h
Log Message:
mmx compilation fix from Kyle Schlansker.

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


mythtv at cvs

Jan 31, 2005, 12:15 AM

Post #172 of 415 (8172 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 03:10:56 2005

Modified Files:
in mythmusic/mythmusic:
avfdecoder.cpp metaioavfcomment.cpp
Log Message:
Seems to fix seeking in wma files.

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


mythtv at cvs

Jan 31, 2005, 12:20 AM

Post #173 of 415 (8185 views)
Permalink
mythtv commits [In reply to]

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


mythtv at cvs

Jan 31, 2005, 9:20 AM

Post #174 of 415 (8172 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Mon Jan 31 12:15:16 2005

Modified Files:
in mythtv/libs/libavcodec:
4xm.c 8bps.c allcodecs.c apiexample.c asv1.c avcodec.h
beosthread.c bitstream.h cabac.c cljr.c dsputil.c dv.c
error_resilience.c eval.c ffv1.c flicvideo.c golomb.h h261.c
h263.c h263dec.c h264.c huffyuv.c imgconvert.c imgresample.c
indeo3.c lcl.c libavcodec.pro mdec.c mem.c mjpeg.c mpeg12.c
mpegaudio.h mpegaudiodec.c mpegvideo.c mpegvideo.h msmpeg4.c
msmpeg4data.h msrle.c msvideo1.c parser.c png.c pnm.c qdrw.c
qpeg.c qtrle.c ratecontrol.c resample2.c rpza.c rv10.c smc.c
snow.c svq1.c svq3.c truemotion1.c tscc.c utils.c vcr1.c vp3.c
vqavideo.c wmv2.c xan.c xl.c xvidff.c
in mythtv/libs/libavcodec/libpostproc:
postprocess.c
in mythtv/libs/libavformat:
4xm.c asf.c avformat.h avidec.c avienc.c aviobuf.c flic.c
flvdec.c gifdec.c grab.c http.c idroq.c img.c img2.c
matroska.c mov.c movenc.c mpeg.c nsvdec.c nut.c ogg.c rm.c
segafilm.c sgi.c udp.c utils.c wav.c wc3movie.c yuv4mpeg.c
in mythtv/libs/libmyth:
mythcontext.h mythdialogs.cpp settings.cpp
in mythtv/libs/libmythtv:
siparser.h tv_play.cpp
in mythtv/programs/mythbackend:
main.cpp
Log Message:
- Hirobumi Shimada's translation fixes.
- Taylor Jacob's extra log level for the siparser.
- ffmpeg resync. Only lightly tested, so lemme know if it (or I) broke anything.

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


mythtv at cvs

Jan 31, 2005, 11:10 AM

Post #175 of 415 (8160 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Mon Jan 31 14:08:37 2005

Modified Files:
in mythtv/libs/libmyth:
mythwidgets.cpp
Log Message:
In MythRemoteLineEdit, escape "<" and ">" before converting to RichText.

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

First page Previous page 1 ... 3 4 5 6 7 8 9 10 11 ... 17 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.