summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-04-18aiff: port to 1.0Wim Taymans5-336/+364
2013-04-18tsdemux: Add support for Motorola DigiCipher II MPEG2 videoGreg Rutz2-54/+61
2013-04-16h264parse: Do not check for VUI parameters if they were not present in the SPSYouness Alaoui1-0/+4
2013-04-15mpegtsdemux: check value before using as denominatorDavid Schleef1-0/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge72-72/+72
2013-04-15sdpdemux: fix timeout valueWim Taymans1-2/+2
2013-04-13jpegparse: accept any jpeg input - parsed, unparsed or unmarkedAlexander Olsson1-1/+1
2013-04-12videoanalyse: port to 1.0David Schleef4-217/+152
2013-04-12videofiltersbad: port to 1.0David Schleef7-555/+220
2013-04-12mpegdemux: decrease log priority for repeating messagesMatej Knopp1-13/+13
2013-04-11tsdemux: Check the continuity counter for non-section packets tooSebastian Dröge1-1/+22
2013-04-11mfxdemus: update todo (ther eis a muxer)Stefan Sauer1-2/+0
2013-04-10mpegtsbase: Call ::program_stopped after removing all streamsSebastian Dröge1-31/+4
2013-04-10watchdog: race between g_main_loop_run/_quit fixedAlexander Schrab1-1/+22
2013-04-09watchdog: fix event handlingDavid Schleef1-2/+5
2013-04-09yadif: remove extra template codeDavid Schleef1-174/+0
2013-04-09ivtc: remove transform_size, it's not neededDavid Schleef1-17/+0
2013-04-09interaudiosink: fix leak when not connectedDavid Schleef1-3/+4
2013-04-07tsdemux: Add support for TrueHD audioEdward Hervey1-0/+5
2013-04-05audiovisualizer: shaders assume 32bppTim-Philipp Müller1-2/+4
2013-04-05audiovisualizer: handle non-existant pool in the default allocation queryMatthew Waters1-2/+8
2013-04-05audiovisualizer: improve allocationWim Taymans2-49/+224
2013-03-31mpegvideoparse: Only add meta if downstream needs itEdward Hervey2-21/+50
2013-03-31mpegvideoparse: Store information in GstMpegVideo12MetaEdward Hervey2-14/+84
2013-03-30tsparse: Ensure segment events are forwardedEdward Hervey2-1/+7
2013-03-30mpegpsdemux: push stream start eventWim Taymans1-0/+7
2013-03-30midiparser: ensure variable is initialized and fix debug message accessJosep Torra1-1/+3
2013-03-30mpeg4videoparser: Fix a compiler warning about uninitialised variable useJosep Torra1-1/+1
2013-03-27watchdog: new elementDavid Schleef4-1/+378
2013-03-25mxfdemux: Use %03u for format in gst_pad_create_stream_id_printf()David Schleef1-1/+1
2013-03-25interlaced: set both DTS and PTSWim Taymans1-10/+11
2013-03-24tsdemux: remove unused current_program_number fieldDouglas Bagnall2-4/+0
2013-03-22rawparse: send segment event in time format also in push modeTim-Philipp Müller1-0/+2
2013-03-22y4mdec: Use the correct strides as used by y4m and convert to GStreamer strid...Sebastian Dröge2-1/+173
2013-03-22y4mdec: Use the default event/query handlers for the default handlingSebastian Dröge1-4/+2
2013-03-22y4mdec: Properly handle segment and time values of -1Sebastian Dröge1-8/+31
2013-03-22midi: set midi parser rank primaryWim Taymans1-1/+1
2013-03-22midiparse: always seek back to beginningWim Taymans1-11/+7
2013-03-22midiparse: implement seekingWim Taymans2-6/+169
2013-03-21midiparse: simplify the callbacksWim Taymans1-39/+66
2013-03-21midiparse: clean up tracksWim Taymans1-3/+19
2013-03-21midiparse: don't leak midi dataWim Taymans2-2/+5
2013-03-21midiparse: small cleanups in error pathsWim Taymans1-7/+13
2013-03-21midiparse: duration is max of all track durationsWim Taymans1-2/+10
2013-03-21midiparse: fix klassWim Taymans1-1/+1
2013-03-21midiparse: Update durationWim Taymans2-189/+318
2013-03-21midiparse: handle midi in RIFFWim Taymans1-6/+95
2013-03-21midiparse: small fixesWim Taymans1-35/+19
2013-03-21midi: set rank as marginalWim Taymans1-1/+1
2013-03-21midiparse: add basic midi parserWim Taymans4-0/+1078