summaryrefslogtreecommitdiff
path: root/ext/flac/gstflacenc.c
Commit message (Expand)AuthorAgeFilesLines
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-02-231-6/+4
* flacenc: avoid potential string overflowTim-Philipp Müller2015-09-281-2/+2
* flacenc: actually return true for accept-caps query handlingThiago Santos2015-08-171-0/+1
* flacenc: remove single entry if from loopThiago Santos2015-08-161-12/+10
* flacenc: implement proper accept-capsThiago Santos2015-08-161-0/+37
* flacenc: improve sink pad template capsThiago Santos2015-08-161-63/+62
* flacenc: update output segment stop time to match clipped samplesVincent Penquerc'h2014-10-301-0/+32
* flacenc: order format in template caps by preferenceTim-Philipp Müller2014-02-041-2/+2
* gst: Don't use endianness-specific S8 audio formatRafał Mużyło2014-02-041-3/+3
* flacenc: Properly set headers via the base class instead of just pushing them...Sebastian Dröge2013-08-161-17/+1
* flacenc: Fix handling of image tagsSebastian Dröge2013-07-281-4/+14
* flacenc: Don't crash if there is no image tag informationSebastian Dröge2013-07-281-2/+6
* flac: add more loggingStefan Sauer2013-04-171-1/+2
* flacenc: remove old since comments and update loggingStefan Sauer2013-04-031-19/+4
* flacenc: add more example pipelinesTim-Philipp Müller2013-03-231-2/+9
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* flacenc: allow a TOC with single alternative top-level entryAnton Belka2012-08-101-7/+20
* flacenc: add TOC supportAnton Belka2012-08-071-6/+119
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-2/+2
* flacenc: obtain image type from the sample infoMark Nauwelaerts2012-07-271-11/+2
* flacenc: remove extraneous _unrefMark Nauwelaerts2012-07-271-1/+0
* flacenc: Update to use GstSample tag setting APIRobert Swain2012-07-271-3/+6
* flacenc: only set complete output caps onceMark Nauwelaerts2012-07-251-16/+1
* flacenc: pass correct parameters to encoder libMark Nauwelaerts2012-07-251-2/+2
* flacenc: adjust to modified audioencoder getcaps helper APIMark Nauwelaerts2012-07-251-1/+1
* update for audio api changeWim Taymans2012-06-081-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* ext: Update for GstAudioEncoder API changesSebastian Dröge2012-03-301-4/+4
* flacenc: plug ref leakMark Nauwelaerts2012-03-291-0/+1
* flacenc: query downstream for BYTE seeking supportMark Nauwelaerts2012-03-281-0/+20
* Merge branch 'master' into 0.11Wim Taymans2012-03-221-1/+1
|\
| * flacenc: generate seektables every 10 sec by defaultRoss Burton2012-03-121-1/+1
* | flacenc: fix streamheadersWim Taymans2012-03-131-4/+5
* | flacenc: fix event handlingWim Taymans2012-02-271-35/+3
* | Merge commit '38516ad367128d83f9e156529018adb4433cd328' into 0.11Tim-Philipp Müller2012-02-271-3/+0
|\ \ | |/
| * flacenc: remove post-port bogus _unrefMark Nauwelaerts2012-02-221-3/+0
* | flacenc: fix get_caps function some more so that all structures have channel ...Tim-Philipp Müller2012-02-221-2/+2
* | flacenc: microoptimisation: avoid unnecessary list and string copiesTim-Philipp Müller2012-02-221-6/+5
* | flacenc: audio caps have a *list* of formats, not an array of formatsTim-Philipp Müller2012-02-221-8/+8
* | flacenc: remove bogus pad locking that causes deadlocksTim-Philipp Müller2012-02-221-4/+0
* | flacenc: set right number of channels on caps in get_caps functionTim-Philipp Müller2012-02-221-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-8/+9
|\ \ | |/
| * flacenc: fix event leak when there is no peer on the src padVincent Penquerc'h2012-02-031-4/+2
* | flac: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-1/+1
* | update for HEADER flagWim Taymans2012-01-301-2/+2
* | more memory API portingWim Taymans2012-01-251-19/+22
* | eqMerge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-121-1/+3
|\ \ | |/
| * flacenc: do not drop the first data buffer on the floor (and leak it either)Vincent Penquerc'h2012-01-121-1/+3
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+2