index
:
~bilboed/gst-plugins-bad
0.10
WIP
WIP-1.5
amczerocopy-gl-wip
amczerocopy-gl-wip2
android-gl
closedcaption
current
dash-skip
dash-take2
descriptordump
dsmcc
glcontext
h264parsekey
h264parser
hls
master
mpegts-wip
multifile
pcroffset
streams
streams-rebased
teletext
trickmodes
tsdemux-gap
tsdemux-switch
tsid-pid
vapoursynth
vdpau
wip
wip2
wip3
Personal copy of gst-plugins-bad
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
opus
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-12
opusenc: replace cbr and constrained-vbr properties with an enum
Vincent Penquerc'h
2
-14
/
+83
2015-03-04
opusdec: fix latency query in FEC case
Vincent Penquerc'h
1
-4
/
+4
2015-02-19
rtpopuspay: default encoding name to OPUS
Vincent Penquerc'h
1
-2
/
+1
2015-02-19
rtpopuspay: make caps writable before truncating them
Vincent Penquerc'h
1
-1
/
+1
2015-02-19
rtpopuspay: negotiate the encoding name
Vincent Penquerc'h
1
-1
/
+18
2015-02-18
opusenc: Remove g_warnings() for the deprecated audio property
Sebastian Dröge
1
-4
/
+0
2015-02-11
Improve and fix LATENCY query handling
Sebastian Dröge
1
-0
/
+3
2015-01-29
opusenc: change audio property to audio-type
Vincent Penquerc'h
2
-10
/
+52
2014-12-17
opusenc: plug ref leak of template caps
Thiago Santos
1
-3
/
+1
2014-12-15
opusparse: fix frame size determination
Vincent Penquerc'h
1
-0
/
+5
2014-11-01
rtpopus: Use OPUS encoding name
Nicolas Dufresne
2
-2
/
+2
2014-10-30
opusenc: update output segment stop time to match clipped samples
Vincent Penquerc'h
2
-0
/
+28
2014-09-10
Fix up one-element lists in template caps
Tim-Philipp Müller
1
-1
/
+1
2014-08-11
opusenc: Unref pad template caps after usage
Sebastian Rasmussen
1
-5
/
+6
2014-08-10
opus: Improve annotation of internal function
Sebastian Rasmussen
1
-3
/
+4
2014-07-11
opus: Fix a double-unref in the Opus header code
Philip Withnall
1
-2
/
+5
2014-05-26
opusenc: Use aux vars to minimize critical region
Miguel París Díaz
1
-9
/
+17
2014-04-09
opus: add missing va_end in variadic function
Vincent Penquerc'h
1
-0
/
+1
2013-12-28
opusparse: Don't send caps in GstBaseParse::start()
Sebastian Dröge
1
-5
/
+0
2013-12-27
opusenc: increase max payload size to 4000 bytes
Vincent Penquerc'h
1
-2
/
+2
2013-12-05
opusdec: Require caps to be set before any data processing
Sebastian Dröge
1
-0
/
+2
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-02-11
opusdec: clear the state of the decoder
Wim Taymans
1
-2
/
+2
2013-01-31
opuspay: fix timestamps
Wim Taymans
1
-1
/
+10
2013-01-28
opusenc: fix crash when setting "cbr" property when encoder is not running yet
Tim-Philipp Müller
1
-1
/
+2
2012-12-18
opus: use appropriate printf format for gsize
Thijs Vermeir
3
-6
/
+6
2012-11-04
Fix FSF address
Tim-Philipp Müller
15
-30
/
+30
2012-10-25
opusdec: fixed buffer unmapping bug
Carlos Rafael Giani
1
-1
/
+1
2012-10-22
opuspay: remove pointless caps serialization
Wim Taymans
1
-7
/
+1
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
5
-5
/
+5
2012-09-22
opusenc: Rank as Primary
Olivier Crête
1
-1
/
+1
2012-09-22
rtpopuspay: Allocate the rtp buffer correctly
Olivier Crête
1
-17
/
+3
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
5
-5
/
+5
2012-09-12
opus + jpegformat: unbreak non-debug build
Peter Korsgaard
2
-3
/
+3
2012-09-11
opusenc: port to the new GLib thread API
Mark Nauwelaerts
2
-18
/
+18
2012-08-04
gst_tag_list_free -> gst_tag_list_unref
Tim-Philipp Müller
2
-2
/
+2
2012-06-15
opusenc: add missing mutex unlock on error path
Vincent Penquerc'h
1
-1
/
+3
2012-06-15
opus: set author to myself, and update copyright notices
Vincent Penquerc'h
7
-2
/
+8
2012-05-29
opusdec: read gain from the right place in the header
Vincent Penquerc'h
1
-1
/
+1
2012-05-27
opusdec: do not assert on bad header, error out instead
Vincent Penquerc'h
1
-3
/
+9
2012-05-25
opusparse: heed test vector framing to eat any padding
Vincent Penquerc'h
1
-0
/
+3
2012-05-25
opusparse: Simplify check
Edward Hervey
1
-28
/
+29
2012-05-24
opus: reject major version number above what we grok
Vincent Penquerc'h
1
-1
/
+5
2012-05-24
opus: bump written version from 0 to 0x01
Vincent Penquerc'h
1
-1
/
+1
2012-05-24
opusdec: fix lost packet handling for FEC/PLC
Vincent Penquerc'h
1
-8
/
+14
2012-04-25
opus: Handle GstByteWriter return values
Edward Hervey
1
-10
/
+14
2012-04-10
opusdec: tweak caps negotiation
Mark Nauwelaerts
1
-8
/
+12
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-04-04
gst: Update versioning
Sebastian Dröge
1
-2
/
+2
2012-03-30
opusenc: fixup merge
Mark Nauwelaerts
1
-3
/
+2
[next]