summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-09audio: avoid buffer copy when nothing is clippedWim Taymans1-17/+21
2012-03-09playbin2: do not take a superfluous ref on uridecodebin instancesMark Nauwelaerts1-2/+8
2012-03-09uridecodebin: restore FLOATING flag when reusing decodebin instanceMark Nauwelaerts1-0/+2
2012-03-09audio{en,de}coder: Add optional open/close vfuncsSebastian Dröge4-2/+93
2012-03-08pango: re-port pangocairo deprecation and compiler warning fixes from 0.10Tim-Philipp Müller1-2/+3
2012-03-08vorbisdec: fix up for 0.11 after mergeTim-Philipp Müller1-1/+1
2012-03-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller19-82/+149
2012-03-08playsink: audio convert bin need not be unconditionally presentMark Nauwelaerts1-4/+3
2012-03-08playsink: plug element leakMark Nauwelaerts1-0/+1
2012-03-08check: Disable another lanczos videoscale testEdward Hervey1-1/+1
2012-03-08videopool: only do alignment when videometa is enabledWim Taymans2-7/+7
2012-03-08tests: deal with lists of formatsWim Taymans1-0/+1
2012-03-08videoscale: fix broken format filterWim Taymans1-105/+41
2012-03-07Revert "ogg: Fix handling of unset granuleshift for the skeleton parser"Tim-Philipp Müller4-52/+33
2012-03-07common: update common moduleTim-Philipp Müller1-0/+0
2012-03-07win32: update defs for new libgstaudio symbolEdward Hervey1-0/+1
2012-03-06vorbisdec: simplify tag handling using base class helperMark Nauwelaerts2-41/+15
2012-03-06audiodecoder: add some tag handling convenience helpMark Nauwelaerts2-0/+40
2012-03-06audiodecoder: add baseclass _CAST macroMark Nauwelaerts1-0/+2
2012-03-06x11: fix typosWim Taymans2-2/+2
2012-03-06pango: Fix 'implicit conversion from enumeration type 'GstTextOverlayLineAlig...Sebastian Dröge1-1/+2
2012-03-06ogg: Fix handling of unset granuleshift for the skeleton parserSebastian Dröge4-33/+52
2012-03-06videometa: make video metatransformWim Taymans2-14/+29
2012-03-06xvimagesink: Fix 'comparison of unsigned expression >= 0 is always true'Sebastian Dröge1-1/+1
2012-03-06video-blend: Actually allow negative offsets in the function signature tooSebastian Dröge2-2/+2
2012-03-06pbutils: Fix 'comparison of unsigned enum expression < 0 is always false' com...Sebastian Dröge1-1/+1
2012-03-05docs: make videooverlaycomposition types show up in the docsStefan Sauer1-0/+3
2012-03-05xvimage: improve debuggingWim Taymans1-1/+2
2012-03-05playsink: Chain up to the parent's GstBin::handle_message() for non-prepare-x...Sebastian Dröge1-0/+3
2012-03-05audio: add helper function to convert mask to channel positionsMark Nauwelaerts2-13/+73
2012-03-05audioencoder: stop proxying some old-style 0.10 raw audio caps fieldsMark Nauwelaerts1-8/+0
2012-03-05audioencoder: store segment event as pending event to forego dropping itMark Nauwelaerts1-0/+3
2012-03-05audiodecoder: plug caps leak when setting output formatMark Nauwelaerts1-0/+1
2012-03-05x-raw-bayer -> x-bayerWim Taymans2-3/+3
2012-03-05xvimagesink: don't use deprecated XKeycodeToKeysymOleksij Rempel (Alexey Fisher)1-13/+13
2012-03-05ximagesink: don't use deprecated XKeycodeToKeysymOleksij Rempel (Alexey Fisher)1-14/+13
2012-03-05audiodecoder: enhance some debug statementMark Nauwelaerts1-1/+1
2012-03-04pango: don't use deprecated pango_cairo_font_map_create_context()Oleksij Rempel (Alexey Fisher)3-3/+3
2012-03-03tests: add test to check discoverer return code for missing plugins caseTim-Philipp Müller3-0/+42
2012-03-03discoverer: don't change result for missing plugin errorsJonathan Matthew1-2/+9
2012-03-02videoconvert: use base class new vmethodsWim Taymans1-0/+30
2012-03-02videofilter: always chain up to parent propose_allocationWim Taymans1-3/+6
2012-03-02videoconvert: remove old metadata codeWim Taymans1-73/+0
2012-03-02theoradec: init VideoInfo before usage.Wim Taymans1-0/+1
2012-03-02videometa: add videoscale metadata transformWim Taymans2-14/+69
2012-03-02videoconvert: update for copy data changesWim Taymans1-1/+1
2012-03-02videoscale: remove old caps fieldsWim Taymans1-15/+1
2012-03-02playback-test: Link to libgstvideo tooSebastian Dröge1-0/+1
2012-03-02Merge branch 'master' into 0.11Sebastian Dröge0-0/+0
2012-03-02Merge branch 'master' into 0.11Sebastian Dröge5-134/+150