index
:
~arun/gst-plugins-good
master
osxaudio
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
wavenc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-14
wavenc: Support RF64 format
Peter G. Baum
2
-15
/
+90
2014-10-02
wavenc: Send CAPS event after the pad was activated
Sebastian Dröge
1
-3
/
+7
2014-09-29
wavenc: print channel masks in hexadecimal
Antonio Ospite
1
-2
/
+2
2014-09-15
wavenc: use WAVE_FORMAT_EXTENSIBLE for more than 2 channels
Peter G. Baum
2
-83
/
+200
2014-07-10
wavenc: Return not-negotiated if we got no caps or caps negotiation failed
Sebastian Dröge
1
-1
/
+4
2013-11-09
wavenc: generate a non-empty data header
Philippe Normand
1
-3
/
+5
2013-10-08
wavenc: A-Law and Mu-Law don't have width/depth/signed caps fields
Sebastian Dröge
1
-8
/
+2
2013-06-07
wavenc: Link with libgstbase for GstByteWriter
Sebastian Dröge
1
-0
/
+2
2013-06-05
wavenc: Fix taglist ref handling that made the unit test fail
Sebastian Dröge
1
-3
/
+1
2013-06-01
wavenc: add tags & toc support
Anton Belka
2
-307
/
+153
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-04-12
wavenc: add TOC setter support
Anton Belka
1
-6
/
+16
2013-04-12
wavenc: small cleanups for toc handling
Stefan Sauer
1
-12
/
+26
2013-04-11
wavenc: add 'note' chunk support
Anton Belka
2
-89
/
+221
2013-03-23
wavenc: add some example pipelines
Tim-Philipp Müller
1
-1
/
+11
2013-03-23
wavenc: add TOC support
Anton Belka
2
-0
/
+217
2012-11-04
Fix FSF address
Tim-Philipp Müller
2
-4
/
+4
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
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-02-08
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Wim Taymans
1
-1
/
+1
2012-01-25
more memory API porting
Wim Taymans
1
-2
/
+4
2012-01-05
fix pad templates
Wim Taymans
1
-2
/
+2
2012-01-05
wavenc: Update for the new raw audio caps
Sebastian Dröge
1
-1
/
+9
2011-11-22
Fix printf format compiler warnings on OS X / 64bit
Matej Knopp
1
-1
/
+2
2011-11-17
add parent to pad functions
Wim Taymans
1
-9
/
+10
2011-10-27
wavenc: port to 0.11 raw audio caps
René Stadler
2
-46
/
+17
2011-07-06
wavenc: port to 0.11
Mark Nauwelaerts
1
-27
/
+36
2011-05-14
wavenc: Set fixedcaps getcaps function on the sinkpad
Sebastian Dröge
1
-0
/
+1
2011-05-14
wavenc: Allow setcaps to be called after a format was negotiated if it's comp...
Sebastian Dröge
1
-1
/
+1
2011-04-11
android: Make it ready for androgenizer
Thibault Saunier
1
-0
/
+14
2010-09-29
wavenc: miniscule code clean-up
Tim-Philipp Müller
1
-2
/
+1
2010-04-08
wavenc: remove internal copy of riff.h and use riff-library instead.
Stefan Kost
3
-455
/
+11
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-7
/
+3
2010-03-17
Add -Wmissing-declarations -Wmissing-prototypes warning flags
Benjamin Otte
1
-0
/
+2
2010-01-20
wavenc: Post warning if file isnt finished properly
Thiago Santos
2
-0
/
+22
2009-11-18
wavenc: Raise rank of muxer to PRIMARY
Edward Hervey
1
-1
/
+1
2009-10-27
wavenc: Fix buffer offset by moving length incrementation
Robert Swain
1
-2
/
+2
2009-01-28
Update and add documentation for plugins with no deps (gst).
Stefan Kost
1
-1
/
+6
2008-11-27
gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #5...
Sebastian Dröge
3
-14
/
+48
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2008-10-30
gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ...
Sebastian Dröge
2
-11
/
+20
2008-10-28
gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires ...
Sebastian Dröge
1
-53
/
+2
2008-08-21
gst/wavenc/gstwavenc.c: Revert the last commit. wavenc still supports width!=...
Sebastian Dröge
1
-6
/
+0
2008-08-21
gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we shoul...
Sebastian Dröge
1
-0
/
+6
2008-08-19
gst/wavenc/gstwavenc.c: Remove depth ranges and replace with sane values. Fi...
David Schleef
1
-4
/
+4
2007-06-03
gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ...
Sebastian Dröge
2
-4
/
+58
2007-04-18
gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ...
Sebastian Dröge
2
-9
/
+23
2007-03-29
gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.
Sebastian Dröge
1
-10
/
+8
2006-04-19
gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...
Tim-Philipp Müller
2
-269
/
+222
[next]