summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-03streamsynchronizer: avoid crashing when operating on released padMark Nauwelaerts1-2/+8
2012-01-02tag: add function to check whether a string is a valid language codeTim-Philipp Müller5-4/+38
2012-01-02audio, rtsp: remove private/protected gtk-doc markup for enumsTim-Philipp Müller2-6/+3
2011-12-28oggmux: fix leak when initializing padsThiago Santos1-2/+7
2011-12-23theoraenc: fix template caps creation on big endian systemsTim-Philipp Müller1-1/+1
2011-12-23tag: fix writing of Exif tag payloads <= 4 bytesTim-Philipp Müller2-16/+22
2011-12-22audioencoder: add a few more debug statementsMark Nauwelaerts1-1/+4
2011-12-22audiodecoder: tweak documentationMark Nauwelaerts2-2/+3
2011-12-22tag: xmp: Keep compatibility with our old generated xmpThiago Santos2-30/+45
2011-12-20gstvideo: fix a RGB ordering mixup in colorspace conversion codeVincent Penquerc'h1-3/+3
2011-12-20theoraenc: add "dup-on-gap" optionOleksij Rempel (Alexey Fisher)2-14/+245
2011-12-20audiodecoder: set a non-zero default maximum tolerated errorsMark Nauwelaerts2-0/+11
2011-12-16adder: do not send too many flush-stop eventsVincent Penquerc'h1-7/+27
2011-12-16adder: use the stream lock where appropriateVincent Penquerc'h1-6/+6
2011-12-16adder: send a flush event before trying to get the stream lockVincent Penquerc'h1-4/+6
2011-12-16oggdemux: assume live stream if byte size cannot be determinedVincent Penquerc'h1-1/+21
2011-12-15tag: exif: do not include \0 in size passed to g_convertThiago Santos1-5/+1
2011-12-14adder: port to GstCollectPads2Vincent Penquerc'h2-28/+30
2011-12-14decodebin2: tweak chain topology descriptionMark Nauwelaerts1-1/+2
2011-12-13baseaudiosink: fix late buffer leakVincent Penquerc'h1-1/+2
2011-12-13subtitleoverlay: Refactor code to check if a property exists on an elementSebastian Dröge1-39/+32
2011-12-13subtitleoverlay: Refactor autoplugging code and select overlay element by ran...Sebastian Dröge1-485/+397
2011-12-13glib-compat: Add license boilerplate for LGPLSebastian Dröge1-0/+15
2011-12-11po: update translationsTim-Philipp Müller7-253/+852
2011-12-09Add latest header file to spec fileChristian Fredrik Kalager Schaller1-0/+1
2011-12-09typefindfunctions: only typefind text with a BOM as text/utf16 or text/utf32Tim-Philipp Müller1-3/+5
2011-12-07video: make composition_blend() return a booleanTim-Philipp Müller2-8/+12
2011-12-07docs: add new API to docsTim-Philipp Müller4-2/+66
2011-12-07video: add seqnum getters for overlay compositions and rectanglesTim-Philipp Müller4-0/+57
2011-12-07video: support any type of video in _parse_capsThibault Saunier1-2/+6
2011-12-06videorate: don't leak previous buffer when shutting downTim-Philipp Müller1-0/+9
2011-12-06tests: fix calculation of last pixel offset in video unit testTim-Philipp Müller1-3/+15
2011-12-06examples: fix build of fft exampleTim-Philipp Müller1-1/+3
2011-12-06video: fix leak in gst_video_format_new_template_caps()Tim-Philipp Müller1-4/+2
2011-12-06subtitleoverlay: add suport for hardware accelerated videosThibault Saunier1-120/+189
2011-12-05video: don't use deprecated GStaticMutex with newer glib versionsTim-Philipp Müller1-5/+25
2011-12-05examples: dist fft sub-directoryTim-Philipp Müller1-1/+1
2011-12-05textoverlay: unpremultiply text imageThibault Saunier1-3/+24
2011-12-05textoverlay: Attach OverlayComposition to buffers when neededThibault Saunier2-2/+26
2011-12-05textoverlay: Make the text_image data a bufferThibault Saunier2-14/+13
2011-12-05textoverlay: Sync the caps with the new supported formatsThibault Saunier1-2/+10
2011-12-05textoverlay: Make use of the new video blending utilityThibault Saunier2-638/+146
2011-12-05tests: add basic unit test for video overlay composition and rectanglesTim-Philipp Müller1-1/+127
2011-12-05video: add video overlay composition API for subtitlesTim-Philipp Müller4-2/+1190
2011-12-05video: hide private video-blend.[ch] from gobject-introspectionTim-Philipp Müller2-7/+4
2011-12-05video: add fallbacks for compilation without orcTim-Philipp Müller2-0/+6225
2011-12-05video: add some internal helper functions for image blendingThibault Saunier5-10/+2028
2011-12-05xoverlay: Fix mistakes in the sample codeSebastian Dröge1-2/+3
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller11-0/+46
2011-12-04alsamixer: use GRectMutext instead of GStaticRecMutex with newer glib versionsTim-Philipp Müller2-3/+20