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

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 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

May 3, 2005, 12:15 AM

Post #426 of 544 (9398 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 07:10:16 2005

Modified Files:
in mythtv/libs/libmyth:
lcddevice.cpp lcddevice.h uitypes.cpp
in mythtv/programs/mythfrontend:
globalsettings.cpp main.cpp
in mythtv/programs/mythlcd:
mythlcd.cpp
Log Message:
Eskil Heyn Olsen: lcd.patch (minus mythdialog change).

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


mythtv at cvs

May 3, 2005, 12:20 AM

Post #427 of 544 (9427 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 07:16:40 2005

Modified Files:
in mythplugins/mythmusic/mythmusic:
cdrip.cpp cdrip.h globalsettings.cpp metadata.cpp
playbackbox.cpp playbackbox.h
Log Message:
Eskil Heyn Olsen: lcd.patch (mythmusic part), cdrip.patch, musicsplit.patch.

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 07:19:26 2005

Modified Files:
in mythtv/programs/mythfilldatabase:
filldata.cpp
Log Message:
Derek Atkins: better zap2it failure handling (ie., don't delete data).

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


mythtv at cvs

May 3, 2005, 12:25 AM

Post #428 of 544 (9393 views)
Permalink
mythtv commits [In reply to]

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

Modified Files:
in mythtv/libs/libmythtv:
osdtypes.cpp osdtypes.h
Log Message:
Robson Braga Araujo: Fix scrolling text (in OSD).

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


mythtv at cvs

May 3, 2005, 12:30 AM

Post #429 of 544 (9396 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Tue May 3 07:28:27 2005

Modified Files:
in mythtv:
configure
in mythtv/libs/libmythtv:
firewirechannel.cpp firewirechannel.h tv_rec.cpp
videosource.cpp
Log Message:
Jim Westfall: internal channel change for dct-6200.

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


mythtv at cvs

May 3, 2005, 5:35 AM

Post #430 of 544 (9374 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by oscar on Tue May 3 12:34:20 2005

Modified Files:
in mythtv/libs/libmythtv:
videosource.cpp
in mythtv/programs/mythfilldatabase:
filldata.cpp
in mythtv/setup:
backendsettings.cpp
Log Message:
William Uther:
- Combines the addTimeOffset() and fromXMLTVDate() functions in mythfilldatabase
so we have one XMLTV time parser (and we no longer parse, unparse and then
re-parse timestamps)
- Changes the meaning of a missing XMLTV timezone spec to mean UTC instead of
local time (in line with the XMLTV spec). Setting the mythtv-setup TimeOffset
value to "None" will allow people to achieve the old effect - the timestamp
interpreted as local time.
- Makes "Auto" TimeOffset setting do the conversion to local time for each
program separately. This uses the new conversion routine added to handle the
recent Qt timezone weirdness.

Roel Teuwen:
- New grabber for Belgium (both French and Dutch), availible at http://pytvgrab.sf.net


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


mythtv at cvs

May 3, 2005, 10:45 AM

Post #431 of 544 (9370 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 17:42:46 2005

Added Files:
in mythtv/libs/libmyth:
exitcodes.h
Modified Files:
in mythtv/libs/libmyth:
libmyth.pro mythcontext.cpp mythcontext.h mythdialogs.cpp
themedmenu.cpp uilistbtntype.cpp util.cpp xmlparse.cpp
xmlparse.h
in mythtv/libs/libmythtv:
RingBuffer.cpp channelbase.cpp
Log Message:

This removes all but two exit's within libmyth and libmythtv.
Please hold off on compiling cvs for the next 30 minutes, unless
you really want to recompile everything using mythcontext.h twice...
I have 3 updates coming on the heals of this one: one to update
mythbrowser and mythdvd/mtd to check the result of gContext->Init(),
one to remove the exit() in ThreadedFileWriter, and another to
remove some exit() calls in the various myth programs.

This ads a centralized location for exit codes, exitcodes.h.
This is useful when we are examining the exit code, such as
when we do commercial flagging. For example, some error codes
get mistakenly considered as correct exits from commercial
flagging. A fix for this will be in the fourth exit() cleanup
commit.


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


mythtv at cvs

May 3, 2005, 10:55 AM

Post #432 of 544 (9407 views)
Permalink
mythtv commits [In reply to]

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

Modified Files:
in mythplugins/mythdvd/mtd:
main.cpp
in mythplugins/mythbrowser/mythbrowser:
main.cpp
Log Message:

Have these plugins check the result of gContext->Init()

Also, used exitcodes.h defines for exit codes, and VERBOSE-IFIED
some error messages.

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


mythtv at cvs

May 3, 2005, 11:20 AM

Post #433 of 544 (9387 views)
Permalink
mythtv commits [In reply to]

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


mythtv at cvs

May 3, 2005, 11:25 AM

Post #434 of 544 (9387 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Tue May 3 18:23:53 2005

Added Files:
in myththemes/isthmus:
cut_end.png cut_start.png fill_green.png fill_red.png
news_scroller.png osd-alert.png osd-mid.png osd.xml phone.png
popup.png position_marker.png red.png selector.png
slider_frame.png
Modified Files:
in myththemes:
myththemes.pro
Log Message:
The Isthmus OSD theme from http://www.aldorf.no/mythtv/

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


mythtv at cvs

May 3, 2005, 12:00 PM

Post #435 of 544 (9356 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 18:58:58 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.h
in mythtv/libs/libmythtv:
NuppelVideoRecorder.cpp RingBuffer.cpp remoteencoder.cpp
remoteencoder.h tv_play.cpp tv_rec.cpp tv_rec.h
in mythtv/programs/mythbackend:
encoderlink.cpp encoderlink.h mainserver.cpp
Log Message:

This removes the next to last exit() call in the myth libraries.
It removes the exit() call in ThreadedFileWriter when an output
file can not be opened (due to permissions problems, space, etc.)

If the file can not be opened the RingBuffer::IsOpen() call will
return false. No change here actually, except we don't no longer
exit the backend before this check could be made. But this does
that we need to check IsOpen() in NVR, and that "SETUP_RING_BUFFER"
can fail, so we now have it return false on failure. Finally, this
means we need to check the result in tv_rec.cpp, and tv_play.cpp.

In the old code the backend would go away leaving the frontend waiting
for a response to the SETUP_RING_BUFFER query.

This isn't a a big change, but I thought I'd explain why
MYTH_PROTO_VERSION had to change.

The only remaining exit() call in libmyth and libmythtv is in
ThemedMenuPrivate::handleAction(). I'm not sure how one would
go about fixing it without major changes. There are also some
left in mythui code, but I'm assuming there will be a larger
sync with the current MythTV tree to the new UI code.

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


mythtv at cvs

May 3, 2005, 1:15 PM

Post #436 of 544 (9387 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 20:14:12 2005

Modified Files:
in mythtv/programs/mythbackend:
housekeeper.cpp httpstatus.cpp main.cpp mainserver.cpp
scheduler.cpp server.cpp
Log Message:

Uses exitcodes.h for exit values.

Moves ok() check from httpstatus.cpp and server.cpp to mainserver.cpp,
this will make it easier to remove the exit() calls in a followup commit.

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


mythtv at cvs

May 3, 2005, 1:20 PM

Post #437 of 544 (9369 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 20:19:32 2005

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

Use exitcodes.h for exit codes. Along with some earlier exit() removal
commits this fixes error recovery for commercial flagging. That is some
erroring exits were falsely considered to be successful commercial flagging
runs because the exit code was below the threshold checked for as a valid
number of breaks in jobqueue.cpp.

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


mythtv at cvs

May 3, 2005, 1:25 PM

Post #438 of 544 (9369 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 20:22:42 2005

Modified Files:
in mythtv/programs/mythfilldatabase:
filldata.cpp
in mythtv/programs/mythtv:
main.cpp
in mythtv/programs/mythtvosd:
main.cpp mythtvosd.pro
Log Message:

Use exitcodes.h

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


mythtv at cvs

May 3, 2005, 1:30 PM

Post #439 of 544 (9385 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 20:30:01 2005

Modified Files:
in mythtv/programs/mythtranscode:
main.cpp mpeg2trans.cpp mpeg2trans.h
Log Message:

* Use exitcodes.h in main.cpp
* Replace one assert in mpeg2trans.cpp with proper error recovery,
replaced the other with exit call.
* Do proper error recovery in DoTranscode(), and BuildKeyframeIndex().
Those two methods appear to have originally had error recovery,
but parts were added later that just made exit calls without any
cleanup.

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


mythtv at cvs

May 3, 2005, 1:55 PM

Post #440 of 544 (9372 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 20:50:29 2005

Modified Files:
in mythtv/programs/mythfrontend:
channelrecpriority.cpp main.cpp playbackbox.cpp
previousbox.cpp programrecpriority.cpp viewscheduled.cpp
Log Message:

This is the last exit() cleanup commit for a while.

For the most part this just changes exits to use exitcodes.h

But I've changed the order of gContext->Init() and
gContext->ParseGeometryOverride(). In general MythContext::Init()
should be performed before any other calls to MythContext.

I've also added the define NO_EXIT to main.cpp compliment QUIT and HALT,
this just makes the code a little more self documenting.

Finally, I removed a few exit calls that weren't needed.

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


mythtv at cvs

May 3, 2005, 2:05 PM

Post #441 of 544 (9383 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 21:01:35 2005

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

Added <cerrno> to includes. Needed on FC3.

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


mythtv at cvs

May 3, 2005, 3:00 PM

Post #442 of 544 (9392 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 21:56:30 2005

Modified Files:
in mythtv/programs/mythfilldatabase:
filldata.cpp
Log Message:

Another cerrno include for FC3 from Terry Barnaby.

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


mythtv at cvs

May 3, 2005, 3:15 PM

Post #443 of 544 (9411 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 3 22:13:17 2005

Modified Files:
in mythtv:
configure
Log Message:

Added another Pentium II processor to configure script.
Contributed by Mike Green.

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


mythtv at cvs

May 3, 2005, 11:20 PM

Post #444 of 544 (9368 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Wed May 4 06:15:55 2005

Modified Files:
in mythtv/libs/libmythtv:
videobuffers.cpp videoout_xv.cpp
Log Message:
Fix bug #280 (green screen caused by uninitialized video buffers)
Fix bug #281 (bob frames misaligned. y offset from calc_bob was way off).

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


mythtv at cvs

May 3, 2005, 11:35 PM

Post #445 of 544 (9360 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Wed May 4 06:31:57 2005

Modified Files:
in mythtv/libs/libmythtv:
guidegrid.cpp guidegrid.h
Log Message:
Harvard Pan: EPG Jump to Channel bugfixes.

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


mythtv at cvs

May 4, 2005, 12:35 AM

Post #446 of 544 (9360 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Wed May 4 07:34:17 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp mythcontext.h
in mythtv/programs/mythbackend:
mainserver.cpp mainserver.h
Log Message:
David Shay's protocol extension patch, slightly modified to remove a couple redundant functions.

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


mythtv at cvs

May 4, 2005, 12:40 AM

Post #447 of 544 (9369 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Wed May 4 07:36:09 2005

Modified Files:
in mythplugins/mythweb/includes:
mythbackend.php
Log Message:
Bump mythweb's protocol version.

----------------------------------------------------------------------------
Changes committed by ijr on Wed May 4 07:37:05 2005

Modified Files:
in mythtv/libs/libmythtv:
firewirerecorder.cpp
Log Message:
Jim Westfall: firewire mpeg2ts sync bugfix.

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


mythtv at cvs

May 4, 2005, 6:40 AM

Post #448 of 544 (9369 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed May 4 13:38:23 2005

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

Make the AudioOutputNULL device stay locked at the bitrate, sampling
frequency, and number of channels it was originally created with. That
causes resampling code to be used when playing other formats (e.g. many
podcasts are at 22050 instead of 44100) in the mfd across rtsp speakers.



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


mythtv at cvs

May 4, 2005, 7:00 AM

Post #449 of 544 (9358 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Wed May 4 13:59:41 2005

Modified Files:
in mythtv/libs/libavcodec:
xvmcvldvideo.c
Log Message:

Fixes a bug that caused some of the AddInheritence warnings. These
did not effect playback, but did make debugging more difficult.
Discovered by Terry Barnaby.

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


mythtv at cvs

May 4, 2005, 7:50 AM

Post #450 of 544 (9365 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Wed May 4 14:47:57 2005

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

Adds a "test_surface" parameter to VOXv::GetBestSupportedCodec().
In avformatdecoder, don't test xvmc surface creation if we are already
using an XvMC surface.

This hopefully fixes channel changing for port limited hardware,
specifically Epias with XvMC-VLD.

This problem was discovered by Terry Barnaby.


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

First page Previous page 1 ... 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 Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.