Sign in
coral
/
imx-gst-plugins-good
/
fdf64195ac8e7d4455b4e1f22e6a9748056ddb0b
/
gst
/
rtp
/
gstrtpamrdepay.c
4a28e64
rtp: cache meta tag quarks and add more utility functions for metas
by Tim-Philipp Müller
· 8 years ago
1071309
good: use new gst_element_class_add_static_pad_template()
by Vineeth TM
· 9 years ago
c75f94c
rtpamrdepay: fix unnecessary sub-buffer creation
by Tim-Philipp Müller
· 9 years ago
b1089fb
rtp: Copy metadata in the (de)payloader, but only the relevant ones
by Sebastian Dröge
· 9 years ago
6717c86
rtp: depayloaders: implement process_rtp_packet() vfunc
by Tim-Philipp Müller
· 9 years ago
9391622
Rename property enums from ARG_ to PROP_
by Luis de Bethencourt
· 10 years ago
c959729
docs: remove outdated and pointless 'Last reviewed' lines from docs
by Tim-Philipp Müller
· 11 years ago
15d2760
rtp: Remove caps restrictions from RTP depayloader sink caps
by Olivier Crête
· 11 years ago
1df2e62
docs: add some pay/depayloaders
by Wim Taymans
· 12 years ago
eac9efb
rtp: a marker bit should translate to RESYNC
by Wim Taymans
· 12 years ago
a7ddbc0
rtp-payloading: Fix unit test caps and AMR depayloader sink template caps
by Sebastian Dröge
· 12 years ago
4397c8f
rtpdepay: remove payload type restrictions
by Wim Taymans
· 12 years ago
230cf41
Fix FSF address
by Tim-Philipp Müller
· 12 years ago
f24b58d
rtpamrdepay: unmap rtp buffer
by Mark Nauwelaerts
· 12 years ago
e09ae57
Use new gst_element_class_set_static_metadata()
by Tim-Philipp Müller
· 13 years ago
583d39d
update for new memory API
by Wim Taymans
· 13 years ago
1e5dd9e
Fix printf format compiler warnings on OS X / 64bit
by Matej Knopp
· 13 years ago
249d008
update for base class rename
by Wim Taymans
· 13 years ago
9a96783
rtp: port some more elements
by Wim Taymans
· 14 years ago
5b18c65
rtp, rtpmanager: Address unused but set variables
by Robert Swain
· 14 years ago
f4155f3
rtp: add RTP hint to the klass
by Wim Taymans
· 14 years ago
f357e09
rtp: fix rank of payloaders and depayloaders
by Wim Taymans
· 14 years ago
22560c4
rtp: mark constant tables as const
by Tim-Philipp Müller
· 14 years ago
f5bbc56
rtpamr(de)pay: support AMR-WB SID frame
by Mark Nauwelaerts
· 14 years ago
cccfeaa
gst_element_class_set_details => gst_element_class_set_details_simple
by Benjamin Otte
· 15 years ago
9f098b3
rtp: use boilerplate
by Wim Taymans
· 15 years ago
6a53d0a
rtp: whitespace fixes
by Wim Taymans
· 15 years ago
84b6d07
rtpamrdepay: Remove unneeded variable, the value is only read once.
by Edward Hervey
· 16 years ago
4a9e807
Remove unused variables in _class_init
by Edward Hervey
· 16 years ago
5e27695
gst/rtp/: Fix the descriptions and fix some email addresses.
by Wim Taymans
· 16 years ago
2428a1c
gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.
by Wim Taymans
· 16 years ago
b17599a
gst/rtp/gstrtpamrdepay.c: Mark DISCONT on output buffers when the marker bit signals a new talk spurt.
by Wim Taymans
· 16 years ago
87609f0
gst/rtp/gstrtpamrdepay.c: Set outgoing packet duration because we can. Fixes #478244 some more.
by Wim Taymans
· 17 years ago
89ae9b4
gst/rtp/: Add support for AMR-WB.
by Daniel Charles
· 18 years ago
24c5812
gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setcaps function. Fixes #431282.
by Wim Taymans
· 18 years ago
acddbd8
gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups.
by Wim Taymans
· 18 years ago
3df533d
gst/rtp/: Fix caps with payload numbers.
by Wim Taymans
· 18 years ago
8707ff4
gst/rtp/: Fix element descriptions.
by Christian Schaller
· 18 years ago
b234d9b
gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592).
by Peter Kjellerstedt
· 18 years ago
af6e4da
gst/rtp/: Fix klass typos.
by Wim Taymans
· 18 years ago
ffed349
gst/rtp/: Caps extra properties must be defined as strings for depayloaders because they are generated from an SDP.
by Wim Taymans
· 18 years ago
0d462be
gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload.
by Sebastien Cote
· 18 years ago
c3fac62
fix descriptions and license blocks cut and paste anyone ?
by Thomas Vander Stichele
· 19 years ago
27f2c9b
Define GstElementDetails as const and also static (when defined as global)
by Stefan Kost
· 19 years ago
b5af832
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
by Stefan Kost
· 19 years ago
629fb23
better/unified long descriptions
by Wim Taymans
· 19 years ago
50f4eb8
Fix memleak with gst_static_pad_template_get().
by Edward Hervey
· 19 years ago
b0d0113
gst/rtp/gstrtpamrdepay.c: Patch from Sebastien Cote, fixes #319884
by Wim Taymans
· 19 years ago
509035f
gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes wrong.
by Wim Taymans
· 19 years ago
9a6ca70
gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payload range completly from depayloaders as...
by Philippe Kalaf
· 19 years ago
fe967d4
gst/rtp/: parsers are depayers
by Thomas Vander Stichele
· 19 years ago
7a4f865
Do burger's rename for rtp payloaders and depayloaders
by Thomas Vander Stichele
· 19 years ago
a297069
gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC and parse ILL/ILP.
by Wim Taymans
· 19 years ago
9dd3929
gst/rtp/README: Update README
by Wim Taymans
· 19 years ago
67abe2f
don't use underscores
by Thomas Vander Stichele
· 19 years ago
fc158bc
Updates to payloader/depayloaders, make payloaders use the base classes.
by Wim Taymans
· 19 years ago
7ebd7b9
All plugins updated for element state changes.
by Andy Wingo
· 19 years ago
dcc3732
gst/rtp/: Small updates, RFC reference to payload encoders.
by Wim Taymans
· 19 years ago
f48c4cb
ext/amrnb/: Update caps with audio/AMR.
by Wim Taymans
· 19 years ago
3e06447
gst/rtp/gstrtpamrdec.c: Fix up amr depayloader a bit.
by Wim Taymans
· 19 years ago
dc2d99d
gst/rtp/: Added very simplistic amr payloader. depayloader does not work yet.
by Wim Taymans
· 19 years ago