platform/upstream/gst-plugins-base.git
2015-02-25 Wim Taymansvideo-converter: activate scaler fastpath depending...
2015-02-25 Wim Taymansvideo-scaler: add scaler optimization
2015-02-25 Wim Taymansvideo-scaler: remove unused case
2015-02-25 Wim Taymansvideo-converter: don't overwrite border alpha
2015-02-24 Wim Taymansvideo-converter: use 1.0 as default alpha
2015-02-24 Wim Taymansvideo-converter: add alpha handling
2015-02-24 Wim Taymansvideo-converter: fix chroma subsampling
2015-02-24 Wim Taymansvideo-converter: disable fastpath when scaling and...
2015-02-24 Wim Taymansvideo-converter: don't do gamma on alpha channel
2015-02-24 Vincent Penquerc'hdecodebin: fix deadlock when resetting buffering
2015-02-24 Tim-Philipp... video-converter: minor docs fix
2015-02-24 Vincent Penquerc'hplaybin: forward template and ring buffer settings...
2015-02-23 Luis de Bethencourtdecodebin: move null check
2015-02-23 Jan Schmidtaudiodecoder: Don't send pending events before decode
2015-02-23 Jan Schmidtvideodecoder: Add drain() vfunc
2015-02-22 Mark NauwelaertsRevert "videodecoder: drain current segment upon new...
2015-02-22 Mark NauwelaertsRevert "audiodecoder: drain current segment upon new...
2015-02-22 Mark Nauwelaertsvideodecoder: drain current segment upon new one to...
2015-02-22 Mark Nauwelaertsaudiodecoder: drain current segment upon new one to...
2015-02-20 Sebastian Drögedecodebin: Only consider non-parser factories for gener...
2015-02-19 Thiago Santosaudio: video: fix a few GI annotations
2015-02-19 Vincent Penquerc'hdecodebin: fix deadlock between downward state change...
2015-02-19 Vincent Penquerc'hdecodebin: guard against the decode chain going while...
2015-02-19 Vincent Penquerc'hdecodebin: possible fix for deadlock when spamming...
2015-02-19 Thiago Santostagdemux: ensure tags have been fetched before pulling...
2015-02-18 Sebastian Drögeuridecodebin: Reset the default query return value...
2015-02-18 Sebastian Drögeuridecodebin: Let the latency query fail if one of...
2015-02-18 Tim-Philipp... pbutils: description: fix MPEG-2 video profiles in...
2015-02-17 Olivier Crêteuridecodebin: Pass object, not GValue to debug print
2015-02-16 Tim-Philipp... audiovisualizer: don't use private GMutex implementatio...
2015-02-16 Song Bingstreamsynchronizer: Use the same waiting function for...
2015-02-16 Song Bingstreamsynchronizer: Unit test for streamsynchronizer...
2015-02-16 Song Bingstreamsynchronizer: Send GAP events from the pads'...
2015-02-16 Song Bingstreamsynchronizer: Send GAP event to finish preroll...
2015-02-16 Sebastian DrögeRevert "codec-utils: Handle the two rext profiles for...
2015-02-15 Tim-Philipp... pbutils: description: move some code into utility function
2015-02-15 Tim-Philipp... pbutils: descriptions: add H.265 profile to description...
2015-02-15 Tim-Philipp... pbutils: descriptions: add MPEG-4 video profile to...
2015-02-15 Tim-Philipp... pbutils: descriptions: add Dirac/VC-2 profile to descri...
2015-02-15 Tim-Philipp... pbutils: descriptions: add H.264 profile to description...
2015-02-13 Tim-Philipp... install-plugins: fix indentation and add Since marker
2015-02-13 Tim-Philipp... install-plugins: add new API to exports .def and to...
2015-02-13 Kalev Lemberinstall-plugins: Add API to suppress confirmation befor...
2015-02-13 Kalev Lemberinstall-plugins: Add API for passing desktop ID and...
2015-02-12 Wim Taymansvideo-orc: update with new methods
2015-02-12 Wim Taymansvideo-format: add orc function for RGB15/16 unpack
2015-02-12 Stefan Sauerplaybin: improve debug log
2015-02-11 Sebastian Drögecodec-utils: Handle the two rext profiles for h265
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-02-11 Wim Taymansvideo-scaler: add 2d scaler
2015-02-10 Wim Taymansvideo-converter: Fix YUY2 formats and friends
2015-02-10 Wim Taymansvideo-scaler: Small performance tweaks
2015-02-10 Sebastian Drögevideo-scaler: Guard against (impossible) bits!=16 ...
2015-02-10 Sebastian Drögevideo-converter: Use correct enum type to fix compiler...
2015-02-10 Luis de Bethencourtvideo-converter: bits variable always set
2015-02-10 Wim Taymansvideo-converter: only enable backlog for interlaced...
2015-02-10 Wim Taymansvideo-converter: add fastpath for NV formats
2015-02-10 Wim Taymansvideo-format: fix pstride of NV16 and NV24 formats
2015-02-09 Tim-Philipp... rtspmessage: map headers we know that are added by...
2015-02-09 Tim-Philipp... tests: rtsp: add some unit tests for new GstRTSPMessage API
2015-02-09 Tim-Philipp... rtspmessage: add API to add and get custom headers
2015-02-09 Wim Taymansvideo-converter: Add more fastpaths
2015-02-09 Wim Taymansvideo-converter: add generic planar scaler/converter
2015-02-09 Sebastian Drögevideo-converter: Fix compiler warnings by using the...
2015-02-06 Jan Schmidtoggmux: Don't pass GstCollectData as a GstObject to...
2015-02-06 Wim Taymansvideo-converter: add more scaler fastpaths
2015-02-06 Wim Taymansvideo-orc: fix loading of param
2015-02-06 Wim Taymansvideo-converter: add border and crop to more fastpaths
2015-02-06 Wim Taymansvideo-converter: fix border for YUY2 and friends
2015-02-06 Ravi Kiran K Nvideo-converter: support AYUV border
2015-02-06 Wim Taymansvideo-converter: fix swapped border width
2015-02-06 Wim Taymansvideo-converter: actually draw the border in some fastpaths
2015-02-06 Wim Taymansvideo-converter: clamp width and heigth
2015-02-06 Wim Taymansvideo-format: add unaligned fallbacks
2015-02-05 Jan Schmidtaudiodecoder: Where possible, skip decode for GST_SEGME...
2015-02-05 Jan Schmidtaudiobasesink: Re-work GAP buffer and trick-mode handling
2015-02-05 Jan Schmidtoggdemux: Add a little timestamping debug output
2015-02-05 Jan Schmidttheora: If no header packets in stream, look for them...
2015-02-05 Jan Schmidttheora: Remove FIXME and return GST_CUSTOM_FLOW_DROP...
2015-02-05 Jan Schmidtaudiodecoder: Remove pointless else{} around some code
2015-02-05 Jan Schmidtaudiodecoder: Fix reverse playback when there's only...
2015-02-05 Jan Schmidtvideo: Fix simple typo in GstVideoFrameMapFlags docs
2015-02-05 Wim Taymansvideo-converter: add crop and border to some fastpaths
2015-02-05 Wim Taymansvideo-converter: add support for borders in scale fastpath
2015-02-05 Wim Taymansvideo-converter: disable fastpath for crop and border
2015-02-04 Wim Taymansvideo-converter: add fastpath for some gray formats
2015-02-04 Wim Taymansvideo-converter: add fastpath for some more RGB formats
2015-02-04 Wim Taymansvideo-converter: skip lines we don't need
2015-02-04 Luis de Bethencourtvideoscale: fix memory leak
2015-02-04 Luis de Bethencourtvideo-resampler: make sure params.envelope is initialized
2015-02-03 Sebastian Drögevideo{enc,dec}oder: Don't reset latency all the time...
2015-02-03 Sebastian Drögeaudio{enc,dec}oder: Always directly post latency messag...
2015-02-03 Sebastian Drögeaudio{enc,dec}oder: Handle max_latency == GST_CLOCK_TIM...
2015-01-30 Jan Schmidtaudiobasesink: Don't render a GAP silence buffer
2015-01-30 Jan Schmidtaudiobasesink: Make sure the ringbuffer is started...
2015-01-30 Jan Schmidtaudiobasesink: drop GAP buffers, or all buffers in...
2015-01-29 Vincent Penquerc'hoggdemux: do not throw a flow error on flushing
2015-01-28 Sebastian Drögevideo-converter: Fix compiler warnings
2015-01-28 Sebastian Drögevideo: Update orc files
2015-01-28 Wim Taymansdefs: update
next