index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cmyth
/
libcmyth
/
proginfo.c
Age
Commit message (
Expand
)
Author
2012-07-09
[libcmyth] Rename proginfo_prodyear to proginfo_year and change type to match...
David Teirney
2012-06-30
[libcmyth] Pull across upstream changes to handle compiling with the Microsof...
David Teirney
2012-06-20
[libcmyth] Cosmetic: change default hostname to libcmyth from mediamvp.
David Teirney
2012-06-20
[libcmyth] Remove redundant else statement.
David Teirney
2012-06-20
[libcmyth] Remove redundant else statement.
David Teirney
2012-06-20
[libcmyth] Fixed: release the reference to proginfo_recpriority_2 when destro...
David Teirney
2012-06-19
[libcmyth] Cosmetic: match upstream copyright statements and comments for met...
David Teirney
2012-06-19
[libcmyth] Add in the cmyth_proginfo_port method from upstream.
David Teirney
2012-05-01
Added support for myth protocol 67.
David Teirney
2011-09-04
Silence compiler warning by specifying 0 as 0L so it's treated as a long.
David Teirney
2011-09-04
Introduce a cmyth_proginfo_flags method to retrieve the flags associated with...
David Teirney
2011-08-29
Initialize all variables in the delete_command and fill_command to 0 to ensur...
David Teirney
2011-08-29
Added support for the ProgramInfo changes in protocol 57 for DELETE_RECORDING.
David Teirney
2011-08-29
Cosmetic. Match spacing between delete_command and fill_command in preparatio...
David Teirney
2011-08-29
Cosmetic. Move content to same line where possible. Break out multiple fields...
David Teirney
2011-08-29
Fix the 15th and 16th parameters for ProgramInfo, neither of which are curren...
David Teirney
2011-08-29
Fixed the 8th parameter for ProgramInfo to be the channel name rather than th...
David Teirney
2011-08-29
Rearrange the layout for outputting the recordinginfo so it's easier to compa...
David Teirney
2011-08-29
Remove code that masked a delete error from the MythTV backend. The real retu...
David Teirney
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni