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
/
gstflacdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flac: apparently on some platforms a FLAC__uint64!=guint64
Stefan Kost
2009-10-09
1
-1
/
+1
*
build: don't cast, but use the right format specified instead
Stefan Kost
2009-10-09
1
-1
/
+1
*
flac: fix warnings on macosx
Josep Torra
2009-10-09
1
-3
/
+4
*
flacdec: send newsegment event when operating push-based and unframed
Tim-Philipp Müller
2009-08-01
1
-0
/
+7
*
flacdec: small cleanups
Tim-Philipp Müller
2009-08-01
1
-32
/
+18
*
flacdec: use gst_adapter_copy() to avoid unnecessary buffer merges
Tim-Philipp Müller
2009-08-01
1
-1
/
+1
*
flacdec: repair some broken indenting
Tim-Philipp Müller
2009-08-01
1
-15
/
+2
*
flacdec: Implement SEEKING query
Sebastian Dröge
2009-07-23
1
-3
/
+22
*
flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking
Tim-Philipp Müller
2009-07-21
1
-5
/
+31
*
flacdec: Don't send empty string tags
Edward Hervey
2009-07-01
1
-1
/
+2
*
flacdec: fix buffer leak
Tim-Philipp Müller
2009-05-13
1
-0
/
+1
*
flacdec: Actually output the pending buffer.. and not a blank one.
Edward Hervey
2009-05-08
1
-3
/
+4
*
flac: Make buffers created during seek act like normal buffers.
Jan Schmidt
2009-05-06
1
-3
/
+14
*
flacdec: don't use pad_alloc when decoding while seeking. Fixes #579422
Thomas Vander Stichele
2009-05-06
1
-8
/
+17
*
add pending_samples so that we only update segment's last stop after really s...
Thomas Vander Stichele
2009-04-04
1
-1
/
+8
*
add debugging
Thomas Vander Stichele
2009-04-04
1
-0
/
+2
*
clipping should also work if it's done on the first buffer starting at 0
Thomas Vander Stichele
2009-04-04
1
-1
/
+1
*
flac: require a 'newer' flac and remove support for the legacy flac API
Tim-Philipp Müller
2009-03-27
1
-251
/
+6
*
Don't call FLAC__ methods before it's initialized. Fixes #516031
Laszlo Pandy
2009-03-12
1
-4
/
+7
*
flacdec: don't lose the first buffer after a seek
Wim Taymans
2009-03-09
1
-27
/
+47
*
Add/clarify/fix some logging.
Thomas Vander Stichele
2009-03-02
1
-3
/
+6
*
respect DEFAULT segment by clipping the last buffer to be sent
Thomas Vander Stichele
2009-02-21
1
-0
/
+11
*
flacdec: if we aborted reading, don't do into an infinite loop.
Michael Smith
2009-02-05
1
-0
/
+7
*
debug on the object
Thomas Vander Stichele
2009-02-05
1
-26
/
+35
*
Update and add documentation for plugins with deps (ext).
Stefan Kost
2009-01-28
1
-13
/
+7
*
Fix typo and small flaw in flac decoder
Jan Schmidt
2009-01-22
1
-2
/
+3
*
Whitespace fixes and some improved debug lines.
Wim Taymans
2009-01-21
1
-37
/
+2
*
Switch to using GstStaticPadTemplate.
Edward Hervey
2008-12-13
1
-15
/
+27
*
ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...
Jan Schmidt
2008-10-10
1
-1
/
+1
*
ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with wi...
Sebastian Dröge
2008-08-07
1
-0
/
+4
*
ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.
Jonathan Matthew
2008-08-06
1
-9
/
+3
*
ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...
Sebastian Dröge
2008-08-03
1
-12
/
+23
*
ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...
Sebastian Dröge
2008-08-02
1
-9
/
+12
*
Use new utility functions in libgsttag to process coverart (#512333).
Tim-Philipp Müller
2008-06-04
1
-108
/
+9
*
ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side...
Sebastian Dröge
2008-06-04
1
-7
/
+70
*
ext/flac/: Set the channel layout when decoding FLAC files with more than 2 c...
Sebastian Dröge
2008-05-25
1
-1
/
+56
*
ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...
John Millikin
2008-02-02
1
-15
/
+5
*
ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...
Tim-Philipp Müller
2008-01-17
1
-0
/
+13
*
Generate the image-type values correctly. Leave them out of the caps when out...
Jan Schmidt
2008-01-11
1
-16
/
+15
*
ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encount...
John Millikin
2008-01-03
1
-0
/
+137
*
ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings ...
Sebastian Dröge
2007-12-29
1
-1
/
+3
*
ext/flac/gstflacdec.*: Remove some unused vars.
Wim Taymans
2007-12-18
1
-15
/
+26
*
ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.
Wim Taymans
2007-12-14
1
-75
/
+136
*
Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
Josh Coalson
2007-06-10
1
-2
/
+188
*
ext/flac/gstflacdec.c: Correctly post an error on the bus if something went w...
Sebastian Dröge
2007-05-02
1
-4
/
+9
*
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
2006-10-16
1
-5
/
+5
*
ext/flac/gstflacdec.c: Use libgsttag helper function here too.
Tim-Philipp Müller
2006-08-24
1
-15
/
+13
*
ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).
Tim-Philipp Müller
2006-08-22
1
-9
/
+60
*
ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...
Tim-Philipp Müller
2006-06-20
1
-65
/
+458
*
ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API cha...
Tim-Philipp Müller
2006-05-23
1
-11
/
+0
[next]