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

Jun 2, 2005, 3:30 PM

Post #526 of 544 (7573 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 22:28:05 2005

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

Check file types when ripping, and skip over first 44 bytes (header) if the
type is a wav.


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


mythtv at cvs

Jun 2, 2005, 3:45 PM

Post #527 of 544 (7565 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Jun 2 22:41:10 2005

Modified Files:
in mythtv:
configure settings.pro
in mythtv/libs/libmythtv:
NuppelVideoPlayer.cpp NuppelVideoPlayer.h RingBuffer.cpp
RingBuffer.h tv_play.cpp tv_play.h
Log Message:
Audio sync adjustment patch from Mark Spieth.

Also a fix for a case where playback would never start due to there not being enough free buffers (because 0-1 is a REALLY big number in a long long)

Also a basic "native" DVD player. It's not in it's final implementation, and still has quite a bit of work to go. But it does work for main title playback. (yes menu support is planned)

You'll need to run configure again... If libdvdnav is detected the dvd playback code will be included. Use --disable-dvd to turn this off regardless of libdvdnav.


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


mythtv at cvs

Jun 2, 2005, 3:50 PM

Post #528 of 544 (7553 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Jun 2 22:46:33 2005

Modified Files:
in mythtv/libs/libmythtv:
RingBuffer.cpp
Log Message:
Fix the stub object for compilation without lbdvdnav

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


mythtv at cvs

Jun 2, 2005, 4:05 PM

Post #529 of 544 (7541 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Thu Jun 2 23:01:03 2005

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

Up the amount_read int by 44 bytes when we skip over the wav header.


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


mythtv at cvs

Jun 2, 2005, 4:15 PM

Post #530 of 544 (7557 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Thu Jun 2 23:14:53 2005

Modified Files:
in mythtv/libs/libmyth:
audiooutputalsa.cpp
Log Message:
Add support for a Telephony source with a much smaller fragment and buffer size

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


mythtv at cvs

Jun 2, 2005, 4:20 PM

Post #531 of 544 (7559 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Thu Jun 2 23:16:23 2005

Modified Files:
in mythplugins/mythphone/mythphone:
PhoneSettings.cpp
Log Message:
Add parameters for playout-delay

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


mythtv at cvs

Jun 2, 2005, 4:25 PM

Post #532 of 544 (7565 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Thu Jun 2 23:22:26 2005

Modified Files:
in mythplugins/mythphone/mythphone:
rtp.cpp rtp.h
Log Message:
Major changes to audio code to support Myth audiooutput routines, which deliver support for ALSA etc, and DirectSound routines under Windows instead of Wave. Move to a near millisecond-accurate playout-delay to allow video and audio to be synchronised. Moved audio routines into a different file.
Also removed the event-driven socket-monitor as it was causing problems, and gone back to a sleep-based polling method.

----------------------------------------------------------------------------
Changes committed by paulv on Thu Jun 2 23:24:12 2005

Modified Files:
in mythplugins/mythphone/mythphone:
directory.cpp
Log Message:
Allow speed-dials to be dialled even if their presence status is "not available" as it could be that the remote end does not support presence.

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


mythtv at cvs

Jun 2, 2005, 4:30 PM

Post #533 of 544 (7607 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by paulv on Thu Jun 2 23:26:50 2005

Added Files:
in mythplugins/mythphone/mythphone:
audiodrv.cpp audiodrv.h
Modified Files:
in mythplugins/mythphone/mythphone:
h263.cpp h263.h mythphone.pro phoneui.cpp phoneui.h sipfsm.cpp
tone.cpp tone.h
Log Message:
Added support for a near millisecond accurate playout buffer to allow video and audio to be synchronised, and moving audio code into a seperate file.

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


mythtv at cvs

Jun 2, 2005, 7:00 PM

Post #534 of 544 (7559 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by thor on Fri Jun 3 01:56:49 2005

Modified Files:
in mfd/clientlib:
mfdcontent.cpp
in mfd/mfd:
mdserver.cpp
in mfd/mfd/plugins/transcoder:
audiocdjob.cpp
in mfd/mfdlib:
httpoutresponse.cpp mdcontainer.cpp mdcontainer.h
Log Message:

Clean up some playlist-based ripping stuff. Mark playlists that are being
ripped as such over the mdcap protocol (so it becomes harder to launch
multiple rip jobs on the same disc in the same drive at the same time).

This actually works fairly well now, even across mfds.


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


mythtv at cvs

Jun 2, 2005, 8:30 PM

Post #535 of 544 (7536 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Fri Jun 3 03:29:58 2005

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


Patch by Rich Goodin to add missing colon in code that allows setting mixer
device to "ALSA:default".

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


mythtv at cvs

Jun 2, 2005, 8:35 PM

Post #536 of 544 (7559 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by ijr on Fri Jun 3 03:30:53 2005

Modified Files:
in mythtv/libs/libmythtv:
osd.h
Log Message:
Fix the build break.

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


mythtv at cvs

Jun 13, 2005, 8:15 AM

Post #537 of 544 (7523 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Mon Jun 13 15:13:23 2005

Modified Files:
in mythplugins/mythcontrols/mythcontrols:
actionid.h actionset.cpp actionset.h keybindings.cpp
keybindings.h main.cpp mythcontrols.cpp
Log Message:
Save on exit patch from Micah

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


mythtv at cvs

Jun 13, 2005, 7:25 PM

Post #538 of 544 (7528 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Tue Jun 14 02:21:08 2005

Modified Files:
in mythtv/libs/libmythtv:
scheduledrecording.cpp scheduledrecording.h
in mythtv/programs/mythfrontend:
customrecord.cpp customrecord.h
Log Message:
Added the ability to edit existing power search rules from the Custom
Record page. This works for all kPowerSearch whether they were created
from Custom Record or Advanced search. The title as well as the SQL
can be modified then saved by pressing "Record" and Save on the options
page just like creating new rules.

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


mythtv at cvs

Jun 14, 2005, 3:05 PM

Post #539 of 544 (7490 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by taylor on Tue Jun 14 22:00:42 2005

Added Files:
in mythtv/libs/libmythtv:
analogscan.cpp analogscan.h dvbconfparser.cpp dvbconfparser.h
Modified Files:
in mythtv/libs/libmythtv:
channeleditor.cpp dbcheck.cpp dvbtransporteditor.cpp
dvbtypes.cpp dvbtypes.h libmythtv.pro scanwizard.cpp
scanwizard.h siparser.cpp siscan.cpp siscan.h videosource.cpp
videosource.h
Log Message:
John Pullans massive ScanWizard patch. Also adds in an Analog Scan that I am unable to test.

Keith Irwins patch to make TS Recording mode default for DVB, and add 0x80 type for OpenCable
Mpeg2 streams.

I also removed the infamous delete code that has been causing many many issues with DVB Scaning and
updating.


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


mythtv at cvs

Jun 15, 2005, 6:55 AM

Post #540 of 544 (7496 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by rkulagow on Wed Jun 15 13:53:39 2005

Modified Files:
in mythtv/libs/libmythtv:
analogscan.h
Log Message:
Explicitly include pthread.h; debian and FC3 don't seem to need it.

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


mythtv at cvs

Jun 15, 2005, 3:00 PM

Post #541 of 544 (7476 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Wed Jun 15 21:57:32 2005

Modified Files:
in mythtv/setup:
checksetup.cpp
Log Message:
Patch from John Pullan to correctly handle startchan as a string.

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


mythtv at cvs

Jun 15, 2005, 5:50 PM

Post #542 of 544 (7467 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Thu Jun 16 00:45:31 2005

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


When mythcommflag is run with no arguments, it normally flags all unflagged
shows. This patch makes mythcommflag also check the recorded.commflagged
database column to determine whether the show needs to be flagged rather than
just counting the number of entries in the recordedmarkup table. This will
prevent things like commflagging shows recorded off of commercial-free
stations if the user runs mythcommflag without any arguments. Only recordings
that have recorded.commflagged = 0 (ie, the COMM_FLAG_NOT_FLAGGED status) and
have 0 commercial break markers in recordedmarkup will be flagged in this mode.

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


mythtv at cvs

Jun 16, 2005, 9:35 AM

Post #543 of 544 (7476 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Jun 16 16:30:04 2005

Modified Files:
in mythplugins/mythvideo/mythvideo:
globalsettings.cpp mythvideo.pro videobrowser.cpp videodlg.cpp
videodlg.h videogallery.cpp videogallery.h videoselected.cpp
videoselected.h videotree.cpp videotree.h
Log Message:
Patch from Leo Weppleman, with some tweaks here and there by me, to consolodate the metadata retrieval so that all the views use the same mechanism.

There are a few changes in this:
All views can now act as metadata only views or file + metadata views.
Each view has it's own setting for metadata / file mode.
The "filter" option only appears for metadata views.


This commit also fixes an issue with child videos in the video selected window.


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


mythtv at cvs

Jun 16, 2005, 12:25 PM

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

----------------------------------------------------------------------------
Changes committed by jdonavan on Thu Jun 16 19:22:00 2005

Added Files:
in mythplugins/mythvideo/mythvideo:
videolist.cpp videolist.h
Log Message:
Missing files from my previous commit plus:

Return const QString& instead of QString from metadata object inspectors.
Videos are now sorted without the leading "The |A |An ". So that "The Final Cut" gets sorted as though the title was "Final Cut". This closes wife bug #42.

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

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.