summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggparse.c
Commit message (Expand)AuthorAgeFilesLines
* ogg: small GValue optimisationTim-Philipp Müller2013-03-031-3/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* update for HEADER flag changesWim Taymans2012-01-301-1/+1
* port to new map APIWim Taymans2012-01-251-4/+2
* add parent to pad functionsWim Taymans2011-11-171-3/+4
* update for _get_caps() -> _query_caps()Wim Taymans2011-11-151-1/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-291-2/+2
|\
| * ogg: use memory slices where appropriateVincent Penquerc'h2011-08-251-2/+2
* | Merge branch 'master' into 0.11Wim Taymans2011-08-191-2/+2
|\ \ | |/
| * ogg: do not use 32 bit modifiers to print serial numbersVincent Penquerc'h2011-08-181-2/+2
* | Fix debug statementsJosep Torra2011-08-101-2/+2
* | ogg: Update for negotiation related API changesSebastian Dröge2011-05-161-1/+1
* | -base: don't use buffer capsWim Taymans2011-05-091-11/+2
* | oggparse: fix for _make_writableWim Taymans2011-03-281-5/+5
* | Merge branch 'master' into 0.11-fdoWim Taymans2011-03-281-29/+31
|\ \ | |/
| * oggparse: fix list iteration codeTim-Philipp Müller2011-03-261-30/+24
| * oggparse: make sure buffer metadata is writable before setting caps on buffersTim-Philipp Müller2011-03-261-2/+10
* | plugins: more porting to new memory APIWim Taymans2011-03-271-8/+9
|/
* oggparse: better detection of delta unit flagDavid Schleef2011-02-171-11/+36
* oggparse: Make gst_ogg_parse_submit_buffer() safeYang Xichuan2011-01-241-9/+21
* oggparse: Set DELTA_UNIT on buffersDavid Schleef2010-12-021-7/+30
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-161-7/+4
* Add -Wmissing-declarations -Wmissing-prototypes to warning flagsBenjamin Otte2010-03-111-0/+1
* oggparse: Fix another format string compiler warningSebastian Dröge2010-02-151-1/+1
* ogg: Fixing some printf format stringsThiago Santos2009-12-031-1/+1
* ogg: Add ogg stream parsingDavid Schleef2009-11-211-52/+53
* ogg: fixes warnings on macosx snow leopardJosep Torra2009-10-091-5/+7
* ext/ogg/gstoggparse.c: Set caps on pushed buffers; fix up refcounting of caps...Michael Smith2006-10-201-6/+26
* Printf format fixes.Tim-Philipp Müller2006-10-051-3/+5
* ext/gnomevfs/gstgnomevfssrc.c: Add docs about icydemux usage in connection wi...Stefan Kost2006-09-161-1/+1
* make GstElementDetails constStefan Kost2006-04-281-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsj^2006-03-291-1/+1
* Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost2006-03-241-5/+6
* ext/ogg/gstoggparse.c: Fix very inefficient usage of linked lists (#335365).Tim-Philipp Müller2006-03-211-25/+29
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+2
* ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps): ext/ogg/gstoggparse.c (...Alessandro Dessina2005-11-211-8/+8
* Fix a whole set of pad template leaksThomas Vander Stichele2005-11-161-4/+3
* declare variable at start of blockThomas Vander Stichele2005-10-071-1/+2
* All plugins updated for element state changes.Andy Wingo2005-09-021-13/+16
* Add an ogg parser elementMichael Smith2005-08-291-0/+663