index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
flac
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext/flac/: Fix typos
Jeremy Simon
2004-01-31
4
-4
/
+3
*
GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-01-29
3
-9
/
+9
*
use new error signal and classification
Thomas Vander Stichele
2004-01-18
3
-15
/
+13
*
ext/flac/gstflacenc.c: handle tags correctly
Benjamin Otte
2004-01-14
1
-4
/
+5
*
ext/flac/: length is already host endian, no need to convert. Fixes playback ...
Benjamin Otte
2004-01-14
1
-1
/
+1
*
ext/flac/gstflacdec.c: length is already host endian, no need to convert. Fix...
Benjamin Otte
2004-01-13
1
-1
/
+1
*
ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178.
Ronald S. Bultje
2004-01-03
1
-2
/
+1
*
ext/: OS X fixes (see #126628).
Ronald S. Bultje
2004-01-03
1
-1
/
+0
*
Convert elements to use gst_pad_use_explicit_caps() where appropriate.
David Schleef
2004-01-02
1
-1
/
+2
*
Merge CAPS branch
David Schleef
2003-12-22
3
-102
/
+63
*
distcheck fixes
Thomas Vander Stichele
2003-12-14
3
-3
/
+3
*
distcheck fixes
Thomas Vander Stichele
2003-12-08
1
-1
/
+1
*
Fixed bug when filling tags in gstflacenc
Christophe Fergeau
2003-12-08
2
-49
/
+188
*
Forgot to change one application/x-flac to audio/x-flac
Christophe Fergeau
2003-12-08
1
-2
/
+2
*
Compilation will work better if I don't forget new files..
Christophe Fergeau
2003-12-07
1
-0
/
+6
*
Added element to rewrite vorbiscomments embedded in flac files. It currently ...
Christophe Fergeau
2003-12-07
4
-3
/
+438
*
Forgot to mark one function as static
Christophe Fergeau
2003-12-07
1
-3
/
+3
*
remove copyright field from plugins
Andy Wingo
2003-12-04
1
-1
/
+0
*
Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.
David Schleef
2003-12-02
1
-8
/
+9
*
Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...
Christophe Fergeau
2003-11-28
5
-126
/
+77
*
flac mime type is audio/x-flac, not application/x-flac
Christophe Fergeau
2003-11-22
1
-1
/
+1
*
Don't reset flac decoder if init hasn't been called on it first, the flac dec...
Christophe Fergeau
2003-11-22
1
-8
/
+14
*
-fix segfault on PAUSED => READY when metadata wasn't set
Benjamin Otte
2003-11-22
1
-5
/
+8
*
+ checking in plugin category changes
Leif Johnson
2003-11-16
2
-2
/
+2
*
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
2003-11-07
3
-2
/
+3
*
Whheeee, FLAC ported to new system too
Iain Holmes
2003-11-01
3
-100
/
+124
*
change gst/bytestream.h to gst/bytestream/bytestream.h
David Schleef
2003-10-29
1
-1
/
+1
*
merge TYPEFIND branch. Major changes:
Benjamin Otte
2003-10-28
2
-39
/
+4
*
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
2003-10-08
2
-7
/
+8
*
fix flac mimetype
Jeremy Simon
2003-10-04
1
-1
/
+1
*
New typefind system: bytestream is now part of the core all plugins have been...
Ronald S. Bultje
2003-10-01
2
-32
/
+17
*
port #121143 to HEAD (flac file detection)
Jeremy Simon
2003-09-20
1
-3
/
+23
*
reverting error patch before making a branch.
Thomas Vander Stichele
2003-09-16
2
-12
/
+7
*
converted gst_element_error to new format in ext/ - gettext pending
Benjamin Otte
2003-09-15
2
-7
/
+12
*
Remove redundant plugindir definition
David Schleef
2003-08-10
1
-1
/
+0
*
Add buffer length checks to every typefinding function
David Schleef
2003-07-24
1
-1
/
+5
*
New mimetypes gone into effect today - this commit changes all old mimetypes ...
Ronald S. Bultje
2003-07-06
3
-12
/
+21
*
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
2003-06-29
2
-19
/
+25
*
fix flacdec when src not connected
Thomas Vander Stichele
2003-06-28
1
-18
/
+16
*
make flacdec work with unconnected src pad
Thomas Vander Stichele
2003-06-28
1
-40
/
+48
*
UNITS -> DEFAULT
Wim Taymans
2003-05-24
1
-17
/
+12
*
Oups I forgot gstflacenc.h
Jeremy Simon
2003-05-11
1
-1
/
+4
*
_ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to...
Jeremy Simon
2003-05-11
1
-91
/
+127
*
Add metadata (only vorbis comment)
Jeremy Simon
2003-04-27
2
-3
/
+117
*
fixes:
Benjamin Otte
2003-04-26
1
-5
/
+5
*
Fix a bunch of endianness conversions that were done as long instead of int32...
David Schleef
2003-04-07
1
-1
/
+1
*
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...
David Schleef
2003-02-02
1
-4
/
+4
*
PadConnect -> PadLink
Thomas Vander Stichele
2003-01-10
1
-2
/
+2
*
another batch of connect->link fixes please let me know about issues and plea...
Thomas Vander Stichele
2003-01-10
1
-3
/
+3
*
Fix plugins for new query API
Wim Taymans
2002-12-30
1
-9
/
+9
[next]