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 19, 2005, 4:00 PM

Post #501 of 544 (10085 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Thu May 19 22:56:42 2005

Modified Files:
in mythtv/libs/libmythtv:
videobuffers.cpp videoout_xv.cpp videooutbase.cpp
videooutbase.h
Log Message:
More documentation.

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


mythtv at cvs

May 19, 2005, 8:45 PM

Post #502 of 544 (10082 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri May 20 03:40:19 2005

Modified Files:
in mythtv/libs/libmythtv:
programinfo.cpp programinfo.h
Log Message:
More documentation
----------------------------------------------------------------------------


mythtv at cvs

May 30, 2005, 2:00 PM

Post #503 of 544 (10083 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jarod on Mon May 30 20:58:01 2005
on branch: release-0-18-fixes

Modified Files:
in mythtv/programs/mythfrontend:
mythfrontend.pro globalsettings.cpp
in mythtv/libs/libmythtv:
vsync.cpp
Log Message:
>From Joe Votour: make use of OpenGL Vsync a toggleable option.

The option to enable/disable OpenGL VSync is located in
Utilities/Setup -> Setup -> TV Settings -> Playback, on the
Hardware Decoding Settings page.

The big advantage of this patch is that binary packagers can
enable the OpenGL VSync code in their packages, rather than
having to leave it out due to instability on some people's
systems. OpenGL VSync defaults to off.

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


mythtv at cvs

May 30, 2005, 5:20 PM

Post #504 of 544 (10039 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Tue May 31 00:18:29 2005

Modified Files:
in mythtv/libs/libmythtv:
firewirechannel.h
Log Message:
Stub in a GetFd function so that things will compile for folks using firewire

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


mythtv at cvs

May 30, 2005, 7:10 PM

Post #505 of 544 (10057 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by nigel on Tue May 31 02:05:23 2005

Modified Files:
in mythtv/libs/libmyth:
util.cpp
Log Message:
Patch from Mino Taoyama, which seems to be necessary on OS X 10.4?

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


mythtv at cvs

May 31, 2005, 6:50 AM

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

----------------------------------------------------------------------------
Changes committed by danielk on Tue May 31 13:45:27 2005

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

Fixes printf that used %ld for ints, this causes problems on 64 bit
systems.

Also replaced some printf's and cerr redirects with verbose macros,
and replaced the commercial flagging output ones with two sets of
macros print_v0 and print_v1. print_v0 is for non-error messages
that are always printed, and print_v1 is for non-error messages
that are printed only in verbose commercial flagging. I didn't
convert to VERBOSE macros on these because there are a lot of
C style formatting strings..

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


mythtv at cvs

May 31, 2005, 3:45 PM

Post #507 of 544 (10046 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Tue May 31 22:41:59 2005

Modified Files:
in mythtv/themes/classic:
main_settings.xml mainmenu.xml
Log Message:
Move mythcontrols in the classic menu theme as suggested by Simon Kenyon.

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


mythtv at cvs

May 31, 2005, 9:10 PM

Post #508 of 544 (10028 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Jun 1 04:08:23 2005

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


Patch by Devan Lippman to add seconds to STARTTIME value in
ProgramInfo::getProgramFlags() query. This bug was causing mythtranscode to
not apply the cutlist when transcoding recordings via the JobQueue.


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


mythtv at cvs

May 31, 2005, 9:15 PM

Post #509 of 544 (10028 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Jun 1 04:11:46 2005
on branch: release-0-18-fixes

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


Patch by Devan Lippman to add seconds to STARTTIME value in
ProgramInfo::getProgramFlags() query. This bug was causing mythtranscode to
not apply the cutlist when transcoding recordings via the JobQueue.


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


mythtv at cvs

Jun 1, 2005, 3:25 AM

Post #510 of 544 (10010 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Wed Jun 1 10:24:25 2005

Modified Files:
in mythtv/libs/libmyth:
audiooutput.h
Log Message:
Added an enum for AUDIOSOURCE_TELEPHONY

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


mythtv at cvs

Jun 1, 2005, 10:15 AM

Post #511 of 544 (10008 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Jun 1 17:10:44 2005

Added Files:
in mfd/mfd/plugins/transcoder:
cdinput.cpp cdinput.h encoder.cpp encoder.h vorbisencoder.cpp
vorbisencoder.h
Modified Files:
in mfd/clientlib:
metadataclient.cpp
in mfd/mfd:
mdserver.cpp mdserver.h
in mfd/mfd/plugins/mmusic:
mmusic.cpp
in mfd/mfd/plugins/transcoder:
audiocdjob.cpp audiocdjob.h importjob.cpp importjob.h job.cpp
job.h transcoder.cpp transcoder.h transcoder.pro
in mfd/mfdlib:
mdcontainer.cpp mdcontainer.h
Log Message:

Rudimentary CD ripping service within the transcoding plugins.

Pros:

It will rip a CD in the background.

Cons (at the moment):

Ignores quality and codec settings (only does ogg high)
No progress info or other feedback.



----------------------------------------------------------------------------
Changes committed by thor on Wed Jun 1 17:11:40 2005

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

Client changes to kick off cd importing.


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


mythtv at cvs

Jun 1, 2005, 11:55 AM

Post #512 of 544 (10001 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Jun 1 18:52:50 2005

Added Files:
in mfd/mfd/plugins/transcoder:
flacencoder.cpp flacencoder.h lameencoder.cpp lameencoder.h
Modified Files:
in mfd/mfd/plugins/transcoder:
audiocdjob.cpp transcoder.pro vorbisencoder.cpp
vorbisencoder.h
Log Message:

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


mythtv at cvs

Jun 1, 2005, 2:00 PM

Post #513 of 544 (10006 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Jun 1 20:55:41 2005

Modified Files:
in mfd/mfd/plugins/transcoder:
audiocdjob.cpp transcoder.pro
Log Message:

Rip audio discs available on other mfds.


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


mythtv at cvs

Jun 1, 2005, 2:10 PM

Post #514 of 544 (9992 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Wed Jun 1 21:09:54 2005

Modified Files:
in mythtv/libs/libmyth:
mythcontext.cpp
Log Message:
Change some code around for rkulagow.

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


mythtv at cvs

Jun 1, 2005, 3:00 PM

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

----------------------------------------------------------------------------
Changes committed by thor on Wed Jun 1 21:55:16 2005

Modified Files:
in mfd/mfd/plugins/daapclient:
daapinstance.cpp database.cpp database.h
in mfd/mfd/plugins/daapserver:
daapserver.cpp
Log Message:

Add and parse daap headers for ripable collections.


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


mythtv at cvs

Jun 1, 2005, 3:25 PM

Post #516 of 544 (10006 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Wed Jun 1 22:24:16 2005

Modified Files:
in mfd/mfd/plugins/daapclient:
daapinstance.cpp database.cpp database.h
in mfd/mfd/plugins/daapserver:
daapserver.cpp
Log Message:

Revert the ripable stuff in daap as that was the wrong way to do it.


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


mythtv at cvs

Jun 1, 2005, 7:50 PM

Post #517 of 544 (9986 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Thu Jun 2 02:45:59 2005

Modified Files:
in mythtv/libs/libavformat:
utils.c
Log Message:
Merge in a fix from ffmpeg cvs. Should fix long startup times of live tv, I believe.

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


mythtv at cvs

Jun 2, 2005, 11:30 AM

Post #518 of 544 (10001 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 18:27:52 2005

Modified Files:
in mfd/clientlib:
metadataclient.cpp metadatacollection.cpp mfdcontent.cpp
mfdcontent.h mfdinterface.cpp mfdinterface.h playlist.cpp
playlist.h transcoderclient.cpp transcoderclient.h
in mfd/mdcaplib:
markupcodes.cpp markupcodes.h mdcapinput.cpp mdcapinput.h
mdcapoutput.cpp mdcapoutput.h
in mfd/mfd:
mdserver.cpp mdserver.h
in mfd/mfd/plugins/daapclient:
database.cpp
in mfd/mfd/plugins/daapserver:
daapserver.cpp
in mfd/mfd/plugins/daapserver/daaplib:
registry.cpp
in mfd/mfd/plugins/discwatcher:
devicewatcher.cpp
in mfd/mfd/plugins/transcoder:
audiocdjob.cpp audiocdjob.h importjob.cpp importjob.h
transcoder.cpp
in mfd/mfdlib:
metadata.cpp metadata.h
Log Message:

Access CD's to be ripped via playlists rather than content collections, so
it will work across mfd's.


----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 18:28:26 2005

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

Client changes to accessing CD ripping via playlists.


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


mythtv at cvs

Jun 2, 2005, 11:40 AM

Post #519 of 544 (10000 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Thu Jun 2 18:35:27 2005

Modified Files:
in mythplugins/mythphone/mythphone:
h263.cpp
Log Message:
Set pix_fmt before initialising H263 encoder, as required by new avcodec lib

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


mythtv at cvs

Jun 2, 2005, 12:40 PM

Post #520 of 544 (9994 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 19:39:25 2005

Modified Files:
in mfd/mfd/plugins/transcoder:
audiocdjob.cpp
Log Message:

Don't try and eject a cd that isn't local.


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


mythtv at cvs

Jun 2, 2005, 12:45 PM

Post #521 of 544 (9967 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 19:44:20 2005

Modified Files:
in mfd/mfd/plugins/daapclient:
database.cpp
Log Message:

Add a break; to the case: where we hear from another mfd that the list in
question is ripable.


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


mythtv at cvs

Jun 2, 2005, 1:00 PM

Post #522 of 544 (9979 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 19:57:57 2005

Modified Files:
in mfd/mfd/plugins/daapclient:
database.cpp
in mfd/mfd/plugins/daapserver:
daapserver.cpp
in mfd/mfd/plugins/daapserver/daaplib:
registry.cpp
Log Message:

Add an mfd <--> mfd only daap content code to mark a playlist as being
ripped.


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


mythtv at cvs

Jun 2, 2005, 1:30 PM

Post #523 of 544 (9976 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 20:26:20 2005

Modified Files:
in mfd/mfd/plugins/transcoder:
transcoder.pro
Log Message:

transcoder plugin requires daaprequest object file


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


mythtv at cvs

Jun 2, 2005, 2:50 PM

Post #524 of 544 (9986 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Jun 2 21:49:43 2005

Modified Files:
in mythplugins/mythdvd/mythdvd:
main.cpp
Log Message:
Allow the use of the playback plugin mechanism for DVD playback

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


mythtv at cvs

Jun 2, 2005, 3:20 PM

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

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 22:19:39 2005

Modified Files:
in mfd/mfdlib:
httpoutresponse.cpp
Log Message:

Calculate size of a track on a cd properly.

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

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.