summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-07-27amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ...Iago Toral12-1329/+54
2009-07-25kate: break up macros into multiple linesTim-Philipp Müller1-4/+15
2009-07-25kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h7-39/+55
2009-07-24musepackdec: Implement SEEKING querySebastian Dröge1-0/+13
2009-07-22mimdec: Lock element before unlockingOlivier Crête1-1/+2
2009-07-22mimdec: Fix leaksOlivier Crête1-6/+4
2009-07-22mimenc: Use gst_pad_new_from_static_templateOlivier Crête1-6/+2
2009-07-22mimenc: Unref clockidOlivier Crête1-0/+2
2009-07-22mimdec: Don't overwrite valid timestampsOlivier Crête1-1/+5
2009-07-22Revert "mimdec: Ignore the timestamps inside the buffers"Olivier Crête2-2/+97
2009-07-22mimenc: Ignore errors pushing out new segmentsOlivier Crête1-12/+4
2009-07-22docs: add docs for ladspa and update plugin docsStefan Kost1-1/+10
2009-07-21make: remove whitespace after trailing backslashStefan Kost1-1/+1
2009-07-21kate: fix time conversion from DVD style timestamps.Vincent Penquerc'h1-1/+1
2009-07-21kate: use new GST_TAG_SUBITLE_CODEC tag instead of GST_TAG_CODECTim-Philipp Müller1-2/+2
2009-07-21katedec: only put primary language tag in GST_TAG_LANGUAGETim-Philipp Müller2-11/+20
2009-07-21katedec: add comment why we dont' support application/x-kate here for nowTim-Philipp Müller1-0/+4
2009-07-21katedec: create SPU format images from suitable background imagesVincent Penquerc'h6-584/+990
2009-07-20kate: fix some minor memory leaksogg.k.ogg.k2-3/+12
2009-07-20metadata: don't dereference the pointer before the validity checkStefan Kost1-1/+3
2009-07-20kateenc: also recognise the new recommended 'SUB' categoryVincent Penquerc'h1-1/+19
2009-07-20kateenc: keep bitmap/palette/region around when on the spot encoding is not p...Vincent Penquerc'h2-11/+51
2009-07-19kate: add some FIXMEsTim-Philipp Müller6-2/+13
2009-07-19katedec: demote to GST_RANK_NONE for nowTim-Philipp Müller1-1/+1
2009-07-19kate: make sure to free some more stuffTim-Philipp Müller2-0/+33
2009-07-19kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller6-18/+26
2009-07-19kate: remove local kate typefinder, use the one in -baseTim-Philipp Müller1-33/+0
2009-07-19kate: change media type to subtitle/x-kate and update define accordinglyTim-Philipp Müller6-9/+9
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h17-0/+5074
2009-07-17metadata: reset state if there is something to resetStefan Kost1-3/+3
2009-07-16mimenc: Don't pretend to be ML20 if pausedOlivier Crête1-1/+1
2009-07-16mimdec: Ignore the timestamps inside the buffersOlivier Crête2-97/+2
2009-07-16mimdec: Don't try to parse the header before dropping the paused framesOlivier Crête1-6/+6
2009-07-16mimdec: Print the incoming fourcc on errorsOlivier Crête1-4/+4
2009-07-16Add more debug output to metadatamuxZeeshan Ali (Khattak)1-0/+9
2009-07-15metadata: Fix some compiler warningsJan Schmidt1-6/+12
2009-07-14metadata: fix copy'n'paste in tag descriptionStefan Kost1-1/+1
2009-07-13schro: Add enum types for schroedinger settingsDavid Schleef1-2/+36
2009-07-13resindvd: Don't send empty language code stringsJan Schmidt1-3/+5
2009-07-10mimenc: Only enable paused mode if the property is trueOlivier Crête1-3/+7
2009-07-10ivorbis: extract vorbis commentsTim-Philipp Müller2-10/+13
2009-07-07mimenc: Send pause frames when pausedOlivier Crête2-2/+123
2009-07-07mimdec: Ignore pause framesOlivier Crête1-1/+7
2009-07-07mimenc: Put keyframe/paused flags in tcp headerOlivier Crête1-7/+9
2009-07-07mimenc: Put timestamp on the header bufferOlivier Crête1-4/+6
2009-07-07mimenc: Retimestamp to the running timeOlivier Crête2-11/+41
2009-07-07mimenc: Save the segmentOlivier Crête2-0/+80
2009-07-07mimenc: Add property for the paused modeOlivier Crête2-0/+61
2009-07-03basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller1-0/+1
2009-07-01basevideo: move from -baseDavid Schleef8-0/+2340