summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-08-07hls, timecode: fix linkingxlazom001-1/+1
2016-08-06aiffparse: keep end_offset when seekingBernhard Miller1-0/+9
2016-08-06dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller1-1/+3
2016-08-04timecodewait: New element to wait for a specific timecodeVivia Nikolaidou4-5/+722
2016-08-04timecodestamper: New element to attach SMPTE timecode to buffersVivia Nikolaidou4-0/+533
2016-08-03tsdemux: Fix draining on wrong programsEdward Hervey1-13/+21
2016-08-03tsdemux: Fix GAP synchronization without a valid PCR PIDEdward Hervey1-7/+13
2016-08-03tsdemux: handle pcr_pid == 0x1fffMichael Olbrich1-1/+18
2016-08-03mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac1-1/+1
2016-08-03mpegtsdemux: only wait for PCR when PCR pid is setArnaud Vrac1-0/+2
2016-08-02aiffparse: Add tags for container format and bitrateCarlos Rafael Giani2-1/+28
2016-08-02videoparsers: h264: Add more scalable profiles to the profile listSreerenj Balachandran1-1/+6
2016-07-29rawaudioparse: Use G_GINT64_MODIFIER for portabilitySebastian Dröge1-4/+4
2016-07-29unalignedaudioparse: Fix element factory name of inner parserSebastian Dröge1-1/+1
2016-07-26rawparse: Remove old parser code and wrap new parsers in old elementsCarlos Rafael Giani7-1871/+362
2016-07-26rawparse: Add new raw audio and video parser elementsCarlos Rafael Giani12-2/+3649
2016-07-25tsdemux: add support for LPCM with stream_type = 0x83Michael Olbrich2-0/+5
2016-07-12jpeg2000parse: Use correct enum typeSebastian Dröge1-1/+1
2016-07-11Fix various gboolean vs GstFlowReturn problemsNirbheek Chauhan1-1/+1
2016-07-08camerabin: update docs sectionTim-Philipp Müller1-13/+12
2016-07-07gaudi: fix documentation warning in GstGaussianBlurLuis de Bethencourt1-4/+4
2016-07-07gaudi: fix documentation warning in GstChromiumLuis de Bethencourt1-4/+4
2016-07-01gstjpeg2000parse: no need for else after a gotoLuis de Bethencourt1-37/+34
2016-07-01gstjpeg2000parse: improved parsing of jpc magic and j2c boxAaron Boxer1-36/+35
2016-06-30h264parse: Drop filler dataEdward Hervey1-0/+21
2016-06-24h264parse: When input alignment=AU, always drain each packet.Jan Schmidt2-1/+8
2016-06-24videoparsers: fix broken includeTim-Philipp Müller1-1/+1
2016-06-24jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer4-171/+69
2016-06-21doc: Automatic updateNicolas Dufresne1-1/+1
2016-06-21build: Factor out endian-order RGB formatsNirbheek Chauhan4-20/+28
2016-06-17jpeg2000parse: support j2c formatAaron Boxer2-28/+139
2016-06-13h264parse: support for handling of config-interval = -1Mats Lindestam1-2/+15
2016-06-13h264parse: refactored handling of SPS/PPS when pushing framesMats Lindestam1-81/+88
2016-06-13h264parse: change "config-interval" property type from uint to intMats Lindestam2-4/+4
2016-06-10jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer3-131/+166
2016-06-07vmncdec: Wait for segment event before checking itNicolas Dufresne1-5/+23
2016-06-07jpeg2000parse: Add JPEG2000 parser elementAaron Boxer5-0/+489
2016-06-07openjpeg: set sampling in the capsAaron Boxer2-0/+87
2016-06-07mpegtsmux: Set PTS on aligned buffersJan Alexander Steffens (heftig)1-2/+15
2016-06-06tsdemux: Change the pad naming scheme to include a generation IDJan Schmidt2-8/+21
2016-05-30h265parse: Don't assume contiguous id's in make_codec_dataScott D Phillips1-3/+3
2016-05-24pnmdec: Fix ASCII parsingJan Schmidt2-31/+103
2016-05-24pnmenc: Make output caps match the srcpad templateJan Schmidt1-1/+5
2016-05-24pnmenc: Tidy up code, support BE/LE GRAY16 properlyJan Schmidt1-95/+85
2016-05-24pnmdec: Actually output LE or BE GRAY16 as negotiatedJan Schmidt2-92/+91
2016-05-24pnmdec: Implementation of GRAY16 handlingDimitrios Katsaros3-11/+103
2016-05-24pnmenc: Implementation of GRAY16 handlingDimitrios Katsaros1-29/+117
2016-05-15compositor: Check if we get a valid display ratioEdward Hervey1-7/+8
2016-05-15rawparse: Add unaligned raw audio parsing to audioparse and add new elementCarlos Rafael Giani6-0/+230
2016-05-15mpegdemux: Handle system header when scanning for timestamps.Jan Schmidt1-4/+28