summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggstream.c
Commit message (Expand)AuthorAgeFilesLines
* oggdemux: Create full Opus caps with all fieldsSebastian Dröge2015-11-031-1/+7
* oggdemux: Add GstAudioClippingMeta for Opus for accurate start/end clippingSebastian Dröge2015-11-031-0/+1
* oggdemux: Allow start clipping for OpusSebastian Dröge2015-11-031-1/+0
* oggstream: consider all opus packets as "keyframes"Vincent Penquerc'h2014-06-021-1/+1
* oggstream: use G_GUINT64_CONSTANT instead of ll suffixVincent Penquerc'h2014-04-101-3/+3
* oggstream: fix a few left shifts operations on 32 bits cast to 64 bitsVincent Penquerc'h2014-04-101-3/+3
* oggstream: remove NULL test after dereferenceVincent Penquerc'h2014-04-101-5/+6
* oggmux: implement vp8 granulepos functionThiago Santos2014-03-111-6/+52
* oggmux: create vp8 header data if not provided in capsThiago Santos2014-03-111-10/+155
* ogg: The Daala headers are little endian, not big endianSebastian Dröge2013-06-231-7/+7
* ogg: Add Daala supportSebastian Dröge2013-06-231-1/+135
* ogg: Prevent some symbol conflicts between the ogg plugin and schroedingerSebastian Dröge2013-04-151-3/+3
* oggdemux: add audio-codec and video-codec tags for streams in more casesTim-Philipp Müller2013-02-281-1/+30
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* oggstream: fix crash with 0 byte ogg packetsJonathan Liu2012-10-291-1/+1
* replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts2012-09-141-2/+2
* text/plain + text/x-pango-markup -> text/x-rawTim-Philipp Müller2012-09-021-1/+2
* fix interlace-modeWim Taymans2012-06-261-5/+5
* oggstream: add a flag to say whether start granule clamping is to be doneVincent Penquerc'h2012-06-061-0/+1
* oggstream: reject Ogg/Opus streams with nonsensical preskip/granpos setupVincent Penquerc'h2012-06-061-1/+25
* oggdemux: don't expose Annodex CMML streams any moreTim-Philipp Müller2012-05-131-0/+1
* oggstream: Fix 'comparison of unsigned expression < 0 is always false'Edward Hervey2012-03-301-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-13/+63
|\
| * oggdemux: fix granpos interpolation violating max keyframe distanceVincent Penquerc'h2012-02-021-13/+63
* | port to new map APIWim Taymans2012-01-251-8/+6
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-1/+1
|\ \ | |/
| * oggstream: initialize variableMark Nauwelaerts2012-01-171-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-121-0/+1
|\ \ | |/
| * oggstream: fix tag list leakVincent Penquerc'h2012-01-101-0/+1
* | ogg: Update for the libgstriff API changesSebastian Dröge2012-01-051-1/+3
* | ext: Add new layout field to the raw audio capsSebastian Dröge2012-01-051-0/+1
* | ogg: fix compilationWim Taymans2011-11-231-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-11-231-0/+113
|\ \ | |/
| * oggstream: extract opus comments if availableVincent Penquerc'h2011-11-221-1/+10
| * oggstream: recognize opus headers from data, not packet countVincent Penquerc'h2011-11-221-2/+8
| * oggstream: fix opus duration calculationVincent Penquerc'h2011-11-221-13/+13
| * oggstream: early out on headers when determining packet durationVincent Penquerc'h2011-11-221-0/+4
| * oggstream: account for opus pre-skip in granpos/time mappingVincent Penquerc'h2011-11-221-0/+9
| * ogg: add opus supportVincent Penquerc'h2011-11-191-0/+85
* | ext, gst, gst-libs, tests: update for tag list API changesTim-Philipp Müller2011-10-311-4/+4
* | fix compilationWim Taymans2011-10-271-9/+9
* | Merge branch 'master' into 0.11Edward Hervey2011-09-231-4/+14
|\ \ | |/
| * oggstream: only use information from skeleton if we have nothing betterVincent Penquerc'h2011-09-191-4/+14
* | audio: change audio format syntax a littleWim Taymans2011-09-061-10/+10
* | Merge branch 'master' into 0.11Wim Taymans2011-08-241-8/+16
|\ \ | |/
| * oggstream: correctly identify skeleton EOS packetVincent Penquerc'h2011-08-241-2/+5
| * oggstream: include stream type in warningsVincent Penquerc'h2011-08-241-5/+10
| * oggstream: set skeleton stream media type to application/x-ogg-skeletonVincent Penquerc'h2011-08-241-1/+1
* | fourcc: remove fourccWim Taymans2011-08-221-4/+10
* | more audio caps portingWim Taymans2011-08-191-50/+26