index
:
gstreamer/gst-plugins-ugly
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
RELEASE-0_10_10_BRANCH
RELEASE-0_10_10_ROOT
TYPEFIND
discontinued-for-monorepo
master
'Ugly' GStreamer plugins (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
realmedia
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-24
gst/realmedia/rmdemux.c: Add suport for mpeg4 and aac audio. See #556714.
Wim Taymans
1
-8
/
+61
2008-10-13
Don't install static libs for plugins. Fixes #550851 for ugly.
Stefan Kost
1
-0
/
+1
2008-08-27
gst/realmedia/rdtdepay.*: Parse other values from the incomming caps.
Wim Taymans
5
-19
/
+213
2008-08-27
gst/realmedia/rdtdepay.*: Check seqnum gaps and drop duplicate packets or mar...
Wim Taymans
3
-5
/
+57
2008-08-27
gst/realmedia/rdtmanager.c: Include the new rdt jitterbuffer in the session m...
Wim Taymans
1
-54
/
+350
2008-08-27
gst/realmedia/rdtdepay.*: Use new RDT parsing helper functions.
Wim Taymans
2
-91
/
+126
2008-08-27
gst/realmedia/: Add first support for parsing RDT messages.
Wim Taymans
5
-2
/
+1169
2008-08-27
gst/realmedia/rmdemux.*: Keep track of the first timestamp of the stream and ...
Wim Taymans
2
-5
/
+53
2008-06-13
Add missing elements to docs. Restore alphabetical order in section file. Doc...
Stefan Kost
3
-21
/
+7
2008-05-19
gst/realmedia/rmdemux.c: Flush timestamp correction variables on a flush. Fix...
Wim Taymans
1
-0
/
+11
2008-05-13
gst/realmedia/rmdemux.c: Properly aggregate GstFlowReturn from downstream in ...
Edward Hervey
1
-2
/
+6
2008-05-06
gst/realmedia/rmdemux.c: Fix video timestamps by adjusting it with the first ...
Wim Taymans
1
-10
/
+36
2008-05-06
gst/realmedia/rdtmanager.c: Set Rank to NONE so that we don't accidentally tr...
Wim Taymans
1
-1
/
+1
2008-04-30
gst/realmedia/rtspreal.*: Move assembly rule parsing to the place where we pa...
Wim Taymans
2
-35
/
+37
2008-04-29
gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which mig...
Michael Smith
2
-2
/
+2
2008-03-19
gst/realmedia/asmrules.c: make ) also a delimiter for rules.
Wim Taymans
1
-2
/
+16
2008-03-10
gst/realmedia/rtspreal.c: Add the version field when creating the CONT chunk ...
Pizpot Gargravarr
1
-2
/
+3
2007-12-21
gst/realmedia/rdtmanager.*: Implement some more signals that rtspsrc connects...
Wim Taymans
2
-2
/
+98
2007-11-20
gst/realmedia/rtspreal.c: Fix build on Mac OS X.
Julien Moutte
1
-14
/
+20
2007-10-08
gst/realmedia/: Fix some compiler warnings shown on Forte.
Jan Schmidt
2
-3
/
+3
2007-08-16
gst/realmedia/asmrules.c: Make ro memory to share.
Stefan Kost
1
-2
/
+2
2007-08-07
gst/realmedia/rmdemux.c: Activate timestamp fixing code.
Wim Taymans
1
-40
/
+58
2007-08-07
gst/realmedia/rmdemux.c: Do fragment collection in the demuxer so that we can...
Wim Taymans
1
-62
/
+430
2007-08-04
gst/realmedia/asmrules.c: Include stdlib.h.
Stefan Kost
1
-0
/
+1
2007-08-03
gst/realmedia/rdtmanager.c: Fix caps.
Wim Taymans
1
-2
/
+2
2007-08-03
gst/realmedia/rtspreal.c: Disable UDP transport for now.
Wim Taymans
1
-7
/
+9
2007-08-03
gst/realmedia/: Add simple rdt manager.
Wim Taymans
4
-2
/
+952
2007-08-03
gst/realmedia/rdtdepay.c: Fix the encoding-name so that it matches what the r...
Wim Taymans
1
-1
/
+1
2007-08-02
gst/realmedia/: Use g_hash_table_destroy instead of _unref which is too new.
Wim Taymans
2
-4
/
+4
2007-08-02
gst/realmedia/.cvsignore: Add test to ignore.
Wim Taymans
6
-80
/
+982
2007-07-31
gst/realmedia/rtspreal.c: Include stdlib.
Stefan Kost
1
-0
/
+1
2007-07-27
gst/realmedia/: Split out hash code in separate file.
Wim Taymans
4
-308
/
+370
2007-07-27
gst/: Fix include paths and link dependecies for rtsp extension.
Wim Taymans
2
-2
/
+1
2007-07-26
gst/realmedia/: Add RealMedia RTSP extension module. It has rank NONE until i...
Wim Taymans
4
-4
/
+1057
2007-05-16
gst/realmedia/rmdemux.c: After descrambling, push the packets out as individu...
Tim-Philipp Müller
1
-1
/
+12
2007-05-16
gst/realmedia/rmdemux.*: Remember first timestamp encountered in stream and r...
Tim-Philipp Müller
2
-37
/
+61
2007-04-12
gst/realmedia/rmdemux.*: Make rmdemux handle any number of logical streams. F...
René Stadler
2
-38
/
+35
2007-03-22
gst/realmedia/rmdemux.c: Remove unused zlib.h include. Fixes #421594.
Tim-Philipp Müller
1
-1
/
+0
2007-02-11
gst/realmedia/rmdemux.c: Use gst_guint64_to_gdouble for conversions.
Sébastien Moutte
1
-1
/
+2
2007-01-11
gst/realmedia/: Add demuxer for RealAudio files (#349779).
Tim-Philipp Müller
6
-14
/
+1105
2006-12-15
gst/realmedia/rmdemux.c: Implement SEEKING query, make query function thread-...
Tim-Philipp Müller
1
-10
/
+34
2006-12-15
gst/realmedia/rmdemux.c: Use alignment-safe macros here too (subbuffers ...);...
Tim-Philipp Müller
1
-6
/
+7
2006-12-14
gst/realmedia/rmdemux.c: Also, don't read the index for a stream a second tim...
Tim-Philipp Müller
1
-0
/
+7
2006-12-14
gst/realmedia/rmdemux.c: Don't leak stream index (#385292).
Roland Kay
1
-0
/
+1
2006-12-12
gst/realmedia/rmdemux.c: For version 4 streams, read the extra codec data siz...
Roland Kay
1
-3
/
+17
2006-10-16
gst/: Misc. fixes for problems discovered by Forte (different return types in...
Josep Torra Valles
1
-17
/
+18
2006-10-10
gst/realmedia/rdtdepay.c: Change caps to x-rdt, because it's not x-rtp.
Wim Taymans
2
-3
/
+9
2006-10-05
Printf format fixes.
Tim-Philipp Müller
1
-4
/
+4
2006-10-03
gst/realmedia/: Added RDT depayloader.
Wim Taymans
4
-36
/
+442
2006-08-07
gst/realmedia/rmdemux.c: Handle audio streams with stream_version 3 properly;...
Tim-Philipp Müller
1
-9
/
+34
[next]