summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2011-10-07vorbisdec: port to audiodecoderMark Nauwelaerts3-797/+133
2011-10-07vorbisenc: port to audioencoderMark Nauwelaerts3-700/+203
2011-10-03alsasrc: fail gracefully when ALSA does not give timestampsVincent Penquerc'h2-5/+36
2011-10-01textoverlay: add YV12 supportVincent Penquerc'h1-11/+11
2011-09-19oggstream: only use information from skeleton if we have nothing betterVincent Penquerc'h2-4/+18
2011-09-19textoverlay: Protect against accessing the NULL parent of the pads during shu...Sebastian Dröge1-0/+25
2011-09-16oggdemux: remove superfluous check in newsegment event handlerTim-Philipp Müller1-6/+7
2011-09-16oggdemux: minor printf format fixTim-Philipp Müller1-1/+1
2011-09-16oggdemux: fix wedge when seeking twice quickly in push modeVincent Penquerc'h1-0/+5
2011-09-16oggdemux: implement push mode seekingVincent Penquerc'h2-49/+866
2011-09-14oggdemux: do not propagate discontinuities in sparse streamsVincent Penquerc'h1-1/+6
2011-09-11theoraenc: Fix descriptions of propertiesThomas Vander Stichele1-3/+3
2011-09-07theoraenc: do not automatically override quality when using target bitrateVincent Penquerc'h1-1/+7
2011-08-25theoraenc: fix caps leakVincent Penquerc'h1-3/+4
2011-08-25oggmux: fix leaks in skeleton writingVincent Penquerc'h1-1/+2
2011-08-25oggmux: generate message headers from received tagsVincent Penquerc'h2-4/+86
2011-08-25ogg: use memory slices where appropriateVincent Penquerc'h2-8/+8
2011-08-24oggdemux: do not warn when reaching EOS while scanning for the end chainVincent Penquerc'h1-1/+5
2011-08-24oggdemux: add media type to chain information reportsVincent Penquerc'h1-1/+2
2011-08-24oggstream: correctly identify skeleton EOS packetVincent Penquerc'h1-2/+5
2011-08-24oggdemux: do not warn about expected occurencesVincent Penquerc'h1-1/+1
2011-08-24oggdemux: do not warn when finding a non BOS pageVincent Penquerc'h1-2/+4
2011-08-24oggdemux: rename local variable for clarityVincent Penquerc'h1-9/+9
2011-08-24oggdemux: do not try to determine duration of header packetsVincent Penquerc'h1-2/+7
2011-08-24oggstream: include stream type in warningsVincent Penquerc'h1-5/+10
2011-08-24oggstream: set skeleton stream media type to application/x-ogg-skeletonVincent Penquerc'h1-1/+1
2011-08-24oggmux: add skeleton write supportVincent Penquerc'h2-9/+142
2011-08-23oggdemux: do not skip sparse streams when determining start timesVincent Penquerc'h1-1/+1
2011-08-23oggdemux: do not ignore sparse streams' start timeVincent Penquerc'h1-3/+8
2011-08-23vorbisenc: Relax overly-tight jitter tolerances in gstvobisencMonty Montgomery1-19/+27
2011-08-22textoverlay: fix text buffer leakVincent Penquerc'h1-1/+2
2011-08-18ogg: do not use 32 bit modifiers to print serial numbersVincent Penquerc'h2-34/+24
2011-08-18ogg: get the operator precedence right, even if only a docVincent Penquerc'h1-1/+1
2011-08-18oggstream: vorbis has a preroll of 2Vincent Penquerc'h1-0/+1
2011-08-18oggstream: new convenience function to get a stream's media typeVincent Penquerc'h2-0/+14
2011-08-18ogg: move the "always flush page" to oggstreamVincent Penquerc'h4-10/+7
2011-08-18oggmux: use oggstream to decide which BOS packets to place firstVincent Penquerc'h1-10/+8
2011-08-18ogg: rationalize serialno type to guint32Vincent Penquerc'h3-40/+60
2011-08-18oggmux: factor the header packet creation codeVincent Penquerc'h1-16/+15
2011-08-18oggmux: headers should always have granpos 0Vincent Penquerc'h1-6/+2
2011-08-03oggstream: Fix crashes with 0-byte vorbis packetsJonathan Liu1-1/+1
2011-08-03theoradec: segfault on 0-byte ogg_packet in _chain_reversePhilip Jägenstedt1-1/+1
2011-07-25textoverlay: improve the exampleStefan Sauer1-2/+5
2011-07-23textoverlay: add example for feeding from stdinStefan Sauer1-0/+6
2011-07-23textoverlay: keep untimestamped textbuffer until next oneStefan Sauer1-11/+16
2011-07-09oggmux: check for EOS on both current and best padDavid Schleef1-0/+13
2011-07-09oggmux: check for EOS on current pad, not bestDavid Schleef1-10/+15
2011-06-10oggmux: refactor how EOS is determinedDavid Schleef2-114/+45
2011-06-08GST_PLUGINS_BASE_LIBS is not defined in -base.Tim-Philipp Müller1-1/+0
2011-06-06oggmux: determine granulepos metadata using stream mapper whenever possibleMark Nauwelaerts2-1/+115