platform/upstream/gst-plugins-base.git
2015-07-27 Nirbheek Chauhanopuscommon: Use GString instead of snprintf for concating
2015-07-20 Carlos Rafael... opusdec: Fix PLC frame size calculations
2015-06-22 Mersad Jelacicopusenc: Add bitrate to the tags
2015-06-04 Sebastian Drögeopusdec: If channel/rate negotiation fails, fall back...
2015-06-04 Sebastian Drögeopusdec: gst_structure_fixate_field_nearest_int() only...
2015-06-02 Edward Herveycheck: Use GST_CHECK_MAIN () macro everywhere
2015-05-04 Jose Antonio... opusheader: Do not include rate in caps if it is 0
2015-04-28 Tim-Philipp... opus: fix includes and compilation against opus in...
2015-04-28 Mersad Jelacicopus: don't use deprecated gst_buffer_new_and_alloc
2015-04-03 Arun Raghavanopus: Fix incorrect fall-through condition in property...
2015-03-24 Luis de Bethencourtopusenc: fall through switch statement
2015-03-23 Sebastian Drögeopusenc: Set output format immediately after creating...
2015-03-23 Sebastian Drögeopusenc: Remove another unused variable
2015-03-23 Sebastian Drögeopusenc: Remove useless headers and header_sent variabl...
2015-03-23 Sebastian Drögeopusdec: Take channels and sample rate from the caps...
2015-03-23 Sebastian Drögeopusdec: Reset the decoder if the caps change
2015-03-23 Sebastian Drögeopusdec: Take output sample rate from the stream header...
2015-03-23 Sebastian Drögeopusheader: Put number of channels and sample rate...
2015-03-12 Vincent Penquerc'hopusenc: replace cbr and constrained-vbr properties...
2015-03-04 Vincent Penquerc'hopusdec: fix latency query in FEC case
2015-02-18 Sebastian Drögeopusenc: Remove g_warnings() for the deprecated audio...
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-01-29 Vincent Penquerc'hopusenc: change audio property to audio-type
2014-12-18 Thiago Santosopusenc: plug ref leak of template caps
2014-10-30 Vincent Penquerc'hopusenc: update output segment stop time to match clipp...
2014-09-10 Tim-Philipp... Fix up one-element lists in template caps
2014-08-11 Sebastian Rasmussenopusenc: Unref pad template caps after usage
2014-08-10 Sebastian Rasmussenopus: Improve annotation of internal function
2014-07-11 Philip Withnallopus: Fix a double-unref in the Opus header code
2014-05-26 Miguel París... opusenc: Use aux vars to minimize critical region
2014-04-09 Vincent Penquerc'hopus: add missing va_end in variadic function
2014-02-08 Sebastian Drögeopus: Remove unused variable from unit test
2013-12-27 Vincent Penquerc'hopusenc: increase max payload size to 4000 bytes
2013-12-05 Sebastian Drögeopusdec: Require caps to be set before any data processing
2013-05-15 Sebastian Drögeopus: Fix event handling in unit test
2013-04-15 Sebastian Drögegst: Add better support for static plugins
2013-03-27 Tim-Philipp... Merge SBC decoder and encoder from bluez
2013-03-27 Marcel Holtmannsbc: Add SBC encoder and decoder skeletons for GStreamer
2013-02-11 Wim Taymansopusdec: clear the state of the decoder
2013-01-28 Tim-Philipp... opusenc: fix crash when setting "cbr" property when...
2012-12-18 Thijs Vermeiropus: use appropriate printf format for gsize
2012-11-04 Tim-Philipp... Fix FSF address
2012-10-25 Carlos Rafael... opusdec: fixed buffer unmapping bug
2012-10-17 Tim-Philipp... Use gst_element_class_set_static_metadata()
2012-09-22 Olivier Crêteopusenc: Rank as Primary
2012-09-14 Mark Nauwelaertsreplace gst_element_class_set_details_simple with gst_e...
2012-09-12 Peter Korsgaardopus + jpegformat: unbreak non-debug build
2012-09-11 Olivier Crêtetest: Flush opus encoder between tests
2012-09-11 Olivier Crêtetest: Flush opus encoder between tests
2012-09-11 Mark Nauwelaertsopusenc: port to the new GLib thread API
2012-08-04 Tim-Philipp... gst_tag_list_free -> gst_tag_list_unref
2012-06-15 Vincent Penquerc'hopusenc: add missing mutex unlock on error path
2012-06-15 Vincent Penquerc'hopus: set author to myself, and update copyright notices
2012-05-29 Vincent Penquerc'hopusdec: read gain from the right place in the header
2012-05-27 Vincent Penquerc'hopusdec: do not assert on bad header, error out instead
2012-05-24 Vincent Penquerc'hopus: reject major version number above what we grok
2012-05-24 Vincent Penquerc'hopus: bump written version from 0 to 0x01
2012-05-24 Vincent Penquerc'hopusdec: fix lost packet handling for FEC/PLC
2012-04-25 Edward Herveyopus: Handle GstByteWriter return values
2012-04-10 Mark Nauwelaertstests: port some more to 1.0
2012-04-10 Mark Nauwelaertsopusdec: tweak caps negotiation
2012-04-06 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-05 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-04-05 Sebastian Drögegst: Update for GST_PLUGIN_DEFINE() API changes
2012-04-04 Sebastian Drögegst: Update versioning
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-30 Mark Nauwelaertsopusenc: fixup merge
2012-03-30 Sebastian Drögeext: Update for GstAudioEncoder API changes
2012-03-29 Sebastian DrögeMerge branch 'master' of ssh://git.freedesktop.org...
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-27 Olivier Crêteopus: Rank rtp pay/depay
2012-03-12 Wim Taymansopusdec: fix for caps api change
2012-03-08 Wim Taymanstests: fix more caps
2012-03-07 Mark Nauwelaertsopus: port to updated 0.11
2012-03-07 Mark Nauwelaertsopusenc: only request and process 1 frame at a time
2012-03-07 Mark Nauwelaertsopusenc: configure baseclass requested samples really...
2012-02-27 Wim Taymansaudioencoders: chain up to parent event handler
2012-02-21 Wim TaymansMerge branch 'master' into 0.11
2012-02-20 Wim TaymansMerge branch 'master' into 0.11
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-16 Wim TaymansMerge branch 'master' into 0.11
2012-02-15 Mark NauwelaertsMerge branch 'master' into 0.11
2012-02-14 Wim TaymansMerge branch 'master' into 0.11
2012-02-10 Wim TaymansMerge branch 'master' into 0.11
2012-02-03 Tim-Philipp... build: fix CFLAGS order and LIBS order
2012-01-27 Vincent Penquerc'hplenty: fixup glib deprecations
2012-01-25 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-13 Tim-Philipp... Merge remote-tracking branch 'origin/master' into 0.11
2012-01-11 Vincent Penquerc'htests: fix buffer leaks in opus tests
2012-01-10 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-10 Vincent Penquerc'hopusenc: fix slist leak
2012-01-10 Vincent Penquerc'hopusenc: fix caps leak
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0.11
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0...
2011-12-15 Vincent Penquerc'hopus: fix bad merge (stray unmap, undeclared var)
2011-12-10 Vincent Penquerc'hopusenc: add upstream negotiation for multistream ability
2011-12-09 Danilo Cesar... Adding opus RTP payloader/depayloader element
2011-12-09 Vincent Penquerc'hopus: include streams count in caps
2011-12-09 Vincent Penquerc'hopus: properly create channel mapping tables
next