index
:
~bilboed/gst-plugins-dlnasrc
master
refactoring
CableLabs DLNA source element
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-05
Merge pull request #105 from cablelabs/dlnasrc-35-var-declarations
Brendan Long
2
-43
/
+36
2013-11-05
Got rid of some comments that we not providing any additional information. C...
Lori Anderson
2
-43
/
+36
2013-11-05
Removed code that got inadvertantly included while doing manual merge for dln...
Lori Anderson
1
-24
/
+0
2013-11-05
Merge branch 'master' into dlnasrc-36-cpp-comments
Lori Anderson
2
-4
/
+26
2013-11-05
Resolved conflicts with prior checkins in dlnasrc-101 branch. Got rid of som...
Lori Anderson
2
-256
/
+214
2013-11-05
Merge pull request #104 from cablelabs/dlnasrc-101-dtcp
Brendan Long
2
-86
/
+98
2013-11-05
Adjusted log level of message from ERROR to DEBUG
Lori Anderson
1
-1
/
+1
2013-11-05
Changed comment from c++ style to c style
Lori Anderson
1
-1
/
+1
2013-11-04
Got rid of unused attributes in header file, left over from socket code. Mov...
Lori Anderson
2
-81
/
+76
2013-11-04
Initial investigation into dtcp issue where encrypted content does not play. ...
Lori Anderson
2
-14
/
+31
2013-11-04
Convert all C++-style comments to C-style
Greg Rutz
1
-5
/
+6
2013-11-04
Convert all C++-style comments to C-style
Greg Rutz
1
-259
/
+250
2013-10-30
Add a missing line feed to print out of HTTP message for better readability.
Lori Anderson
1
-1
/
+1
2013-10-30
Merge pull request #102 from cablelabs/npt-str-g-slice-dtcp-content-type
Brendan Long
1
-11
/
+43
2013-10-30
Added method to format nanoseconds into a npt string. Changed g_try_malloc()...
Lori Anderson
1
-11
/
+43
2013-10-30
Merge pull request #97 from cablelabs/add-conversion-indicator
Brendan Long
2
-0
/
+68
2013-10-30
Changed local variable names from tmp2 & tmp2 to header & value to clarify code
Lori Anderson
1
-5
/
+5
2013-10-30
Corrected comment.
Lori Anderson
1
-1
/
+1
2013-10-29
Add logic to parse the DLNA.ORG_CI sub field in protocol info, store value an...
Lori Anderson
2
-0
/
+68
2013-10-29
Merge pull request #96 from cablelabs/dtcp-block-size
Brendan Long
2
-6
/
+26
2013-10-29
Added property "dtcp_blocksize" to set the buffer size of the pipeline to imp...
Lori Anderson
2
-6
/
+26
2013-10-28
Merge pull request #95 from cablelabs/dlnasrc-92-flag-parsing
Brendan Long
1
-1
/
+1
2013-10-28
Fix issue in dlna_src_head_response_is_flag_set() where it was using strtol()...
Lori Anderson
1
-1
/
+1
2013-10-28
Merge pull request #81 from cablelabs/dlnasrc-69-common-refactor
Brendan Long
3
-1166
/
+928
2013-10-25
Modified printing out the structure and HEAD request and response to used GSt...
Lori Anderson
1
-359
/
+232
2013-10-25
Major rework to use libsoup. Also addressed a couple of issue from gstreamer...
Lori Anderson
3
-777
/
+634
2013-10-23
Added support for seeking with live content which requires (at least for the ...
Lori Anderson
1
-18
/
+57
2013-10-22
Fixed mismatch on number of formats, from 3 to 2
Lori Anderson
1
-1
/
+1
2013-10-22
using theirs
Lori Anderson
1
-1
/
+1
2013-10-22
Changed 3 to 2 since there are two formats supported.
Lori Anderson
1
-1
/
+1
2013-10-22
Treat GST_FORMAT_DEFAULT as unsupported. Modified dlna_src_assign_content_in...
Lori Anderson
1
-43
/
+36
2013-10-22
Treat GST_FORMAT_DEFAULT as unsupported. Modified dlna_src_assign_content_in...
Lori Anderson
1
-43
/
+36
2013-10-22
Merge pull request #79 from cablelabs/dlnasrc-69-common-refactor
Brendan Long
2
-763
/
+709
2013-10-22
Address dlnasrc Issue #69 - simplified logic by creating overall start, stop ...
Lori Anderson
2
-763
/
+709
2013-10-17
Merge pull request #68 from cablelabs/dtcp-trickmodes
Brendan Long
1
-40
/
+81
2013-10-17
Make sure for dtcp encrypted content, the dtcp range values are used rather t...
Lori Anderson
1
-40
/
+81
2013-10-16
Merge pull request #66 from cablelabs/fix-int-format-string
lorianderson
1
-1
/
+1
2013-10-16
Replace G_SIZE_FORMAT with "%d" for an int.
Brendan Long
1
-1
/
+1
2013-10-15
Merge pull request #65 from cablelabs/change-size_t-to-gsize
Brendan Long
1
-14
/
+14
2013-10-15
Changed all size_t to gsize types.
Lori Anderson
1
-14
/
+14
2013-10-14
Merge pull request #59 from cablelabs/include-time-seek-hdr
Brendan Long
2
-12
/
+67
2013-10-13
Got rid of a unnecessary log message.
Lori Anderson
1
-4
/
+0
2013-10-13
Added logic to track time seek events and not process the byte based version ...
Lori Anderson
2
-9
/
+63
2013-10-12
Modified logic so TimeSeekRange header will be included when seek format is t...
Lori Anderson
1
-4
/
+9
2013-10-11
Merge pull request #57 from cablelabs/dtcp-range-fix
Brendan Long
1
-15
/
+74
2013-10-11
Modified the default accept range value to be false unless bytes is explicitl...
Lori Anderson
1
-15
/
+74
2013-10-10
Merge pull request #54 from cablelabs/dtcp-cvp2-dms-fix
Brendan Long
1
-7
/
+8
2013-10-10
Added check for inclusion of byte range in TimeSeekRange header value. Also ...
Lori Anderson
1
-7
/
+8
2013-10-10
Merge pull request #33 from cablelabs/get-server-features-first
Brendan Long
1
-131
/
+127
2013-10-10
Changed the array size parameter on dlna_src_head_request() to be size_t head...
Lori Anderson
1
-51
/
+52
[next]