summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-07-29mpegtsparse: actually work when we have small buffers coming inZaheer Abbas Merali1-2/+1
2010-07-28ivfparse: fix up macros and function names to match guidelinesTim-Philipp Müller2-39/+39
2010-07-28gaudieffects: fix structure names to comply with the plugin moving guidelinesTim-Philipp Müller12-78/+78
2010-07-28qtmux: use caps bitrate at last chanceMarc-André Lureau1-0/+5
2010-07-28qtmux: btrt - max bitrate before averageMarc-André Lureau1-2/+2
2010-07-20gaudieffects: Adds new plugin 'gaudieffects'Luis de Bethencourt15-0/+2594
2010-07-11frei0r: Use correct order of directories to search for pluginsSebastian Dröge8-26/+49
2010-07-09aifmmux: use alternative way to check for infDavid Hoyt1-1/+12
2010-07-08jpegparse: fix exif frame sizeVíctor Manuel Jáquez Leal1-2/+2
2010-07-07camerabin: Fix viewfiner-sink property for binsThiago Santos1-1/+1
2010-07-07qtmux: Write 'btrt' atom for H.264 media if possibleArun Raghavan3-0/+29
2010-07-07qtmux: Write avg/max bitrate to ESDS if availableArun Raghavan4-9/+38
2010-07-06asfmux: only use g_warning() when setting the old is-live property, not when ...Tim-Philipp Müller1-1/+2
2010-07-05jpegparse: fix skipping extra 0xff markersMark Nauwelaerts1-1/+3
2010-07-02qtmux: Don't use bogus codec/format tagsEdward Hervey1-2/+10
2010-07-02rtpmux: Add support for GstBufferListOlivier Crête3-79/+156
2010-07-02rtpmux: Don't leak invalid buffersOlivier Crête1-0/+1
2010-07-02videomaxrate: Add to docsOlivier Crête2-0/+16
2010-07-02videomaxrate: Add fixates_capsOlivier Crête1-0/+18
2010-07-02videomaxrate: Accept wider capsOlivier Crête1-2/+4
2010-07-02videomaxrate: Make period over which to average configurableOlivier Crête2-6/+64
2010-07-02videomaxrate: Simplify transform_capsOlivier Crête1-5/+6
2010-07-02videomaxrate: Use basetransform correctlyOlivier Crête1-16/+29
2010-07-02videomaxrate: Make plugin actually work by using an averageOlivier Crête2-18/+52
2010-07-02videomaxrate: Import pluginOlivier Crête3-0/+265
2010-07-01fpsdisplaysink: signal-fps-measurements is writableThiago Santos1-2/+10
2010-06-30mpegtsparse: don't free PAT structure which may still be needed laterSebastian Pölsterl1-3/+0
2010-06-27legacyresample: Include _stdint.h for int16_t and friendsSebastian Dröge2-1/+4
2010-06-27assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...Tim-Philipp Müller2-7/+10
2010-06-25qtmux: Write uint tags that don't have a complementThiago Santos1-4/+4
2010-06-24asfmux: Warn if preroll value is too bigThiago Santos1-0/+9
2010-06-24asfmux: Make metadata writable before setting itThiago Santos1-0/+1
2010-06-24fpsdisplaysink: Adds a signal to inform measurements to appsThiago Santos5-1/+72
2010-06-24fpsdisplaysink: Adds max-fps and min-fps propertyThiago Santos2-4/+37
2010-06-24fpsdisplaysink: Use G_PARAM_STATIC_STRINGS in all propertiesThiago Santos1-2/+3
2010-06-24fpsdisplaysink: Add fps-update-interval propertyThiago Santos2-5/+19
2010-06-23h264parse: obtain correct upstream timestampMark Nauwelaerts1-1/+1
2010-06-22h264parse: add new h264 caps attribute alignmentMark Nauwelaerts1-1/+33
2010-06-21qtmux: Remove the pad from our internal list before calling collectpadsEdward Hervey1-15/+12
2010-06-21camerabin: Move debug category declaration to a separate fileThiago Santos7-4/+35
2010-06-21Revert "h264parse: add parsed field to src caps"Thijs Vermeir1-1/+1
2010-06-20mpegvideoparse: Remove redundant log messageAustin Lund1-2/+1
2010-06-20h264parse: add parsed field to src capsThijs Vermeir1-1/+1
2010-06-18id3tag: Use gst_tag_list_peek_string_indexThiago Santos1-32/+24
2010-06-18h264parse: also handle 3-byte bytestream sync codeMark Nauwelaerts1-9/+61
2010-06-17mpegdemux: improve debug outputThijs Vermeir1-2/+2
2010-06-16pnmdec: Don't crash if no valid input was parsed yetBenjamin Otte1-1/+1
2010-06-16mpegvideoparse: Added debugging output for mpegpacketiserAustin Lund2-16/+14
2010-06-15baseparse: fix seek event ref handlingMark Nauwelaerts1-2/+2
2010-06-15baseparse: prevent arithmetic overflows in pull mode buffer cache handlingMark Nauwelaerts1-2/+2