summaryrefslogtreecommitdiff
path: root/gst/realmedia/rtspreal.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-19plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan1-1/+4
2014-05-16rtspreal: Fix some memory leaks in an error pathSebastian Dröge1-0/+4
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-07-26rtspreal: Ensure output value has an assigned valueEdward Hervey1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-01-30update for HEADER flagWim Taymans1-1/+1
2011-11-10update for adapter api changeWim Taymans1-1/+0
2011-10-05realmedia: port to 0.11Wim Taymans1-31/+12
2010-06-14configure: Update required GLib version to 2.20Sebastian Dröge1-6/+1
2010-04-30rtspreal: use GLib's base64 functions if availableTim-Philipp Müller1-0/+5
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsSebastian Dröge1-5/+6
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-01-31rtspreal: don't construct config header with uninitialised bytesTim-Philipp Müller1-1/+2
2010-01-30rtspreal: add finalize function so we can free streams and rulebookTim-Philipp Müller1-0/+28
2010-01-30rtspreal: fix minor memory leakTim-Philipp Müller1-0/+2
2009-04-19remove empty method implementations.Edward Hervey1-41/+0
2009-04-15realmedia: add special Real header to DESCRIBE message only for RealJosep Torra1-9/+9
2009-04-09realmedia: add special Real header to SETUP message only for Real serversTim-Philipp Müller1-2/+7
2009-03-25realrtsp: add more headersWim Taymans1-0/+16
2009-02-25rtspreal: ignore data streams. Fixes #527112Wim Taymans1-0/+3
2008-06-13Add missing elements to docs. Restore alphabetical order in section file. Doc...Stefan Kost1-4/+0
2008-04-30gst/realmedia/rtspreal.*: Move assembly rule parsing to the place where we pa...Wim Taymans1-35/+35
2008-04-29gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which mig...Michael Smith1-1/+1
2008-03-10gst/realmedia/rtspreal.c: Add the version field when creating the CONT chunk ...Pizpot Gargravarr1-2/+3
2007-11-20gst/realmedia/rtspreal.c: Fix build on Mac OS X.Julien Moutte1-14/+20
2007-08-03gst/realmedia/rtspreal.c: Disable UDP transport for now.Wim Taymans1-7/+9
2007-08-02gst/realmedia/: Use g_hash_table_destroy instead of _unref which is too new.Wim Taymans1-2/+2
2007-08-02gst/realmedia/.cvsignore: Add test to ignore.Wim Taymans1-78/+120
2007-07-31gst/realmedia/rtspreal.c: Include stdlib.Stefan Kost1-0/+1
2007-07-27gst/realmedia/: Split out hash code in separate file.Wim Taymans1-306/+7
2007-07-27gst/: Fix include paths and link dependecies for rtsp extension.Wim Taymans1-1/+1
2007-07-26gst/realmedia/: Add RealMedia RTSP extension module. It has rank NONE until i...Wim Taymans1-0/+993