summaryrefslogtreecommitdiff
path: root/ext/flac/gstflacenc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-23gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig1-6/+4
2015-09-28flacenc: avoid potential string overflowTim-Philipp Müller1-2/+2
2015-08-17flacenc: actually return true for accept-caps query handlingThiago Santos1-0/+1
2015-08-16flacenc: remove single entry if from loopThiago Santos1-12/+10
2015-08-16flacenc: implement proper accept-capsThiago Santos1-0/+37
2015-08-16flacenc: improve sink pad template capsThiago Santos1-63/+62
2014-10-30flacenc: update output segment stop time to match clipped samplesVincent Penquerc'h1-0/+32
2014-02-04flacenc: order format in template caps by preferenceTim-Philipp Müller1-2/+2
2014-02-04gst: Don't use endianness-specific S8 audio formatRafał Mużyło1-3/+3
2013-08-16flacenc: Properly set headers via the base class instead of just pushing them...Sebastian Dröge1-17/+1
2013-07-28flacenc: Fix handling of image tagsSebastian Dröge1-4/+14
2013-07-28flacenc: Don't crash if there is no image tag informationSebastian Dröge1-2/+6
2013-04-17flac: add more loggingStefan Sauer1-1/+2
2013-04-03flacenc: remove old since comments and update loggingStefan Sauer1-19/+4
2013-03-23flacenc: add more example pipelinesTim-Philipp Müller1-2/+9
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-10flacenc: allow a TOC with single alternative top-level entryAnton Belka1-7/+20
2012-08-07flacenc: add TOC supportAnton Belka1-6/+119
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-2/+2
2012-07-27flacenc: obtain image type from the sample infoMark Nauwelaerts1-11/+2
2012-07-27flacenc: remove extraneous _unrefMark Nauwelaerts1-1/+0
2012-07-27flacenc: Update to use GstSample tag setting APIRobert Swain1-3/+6
2012-07-25flacenc: only set complete output caps onceMark Nauwelaerts1-16/+1
2012-07-25flacenc: pass correct parameters to encoder libMark Nauwelaerts1-2/+2
2012-07-25flacenc: adjust to modified audioencoder getcaps helper APIMark Nauwelaerts1-1/+1
2012-06-08update for audio api changeWim Taymans1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-30ext: Update for GstAudioEncoder API changesSebastian Dröge1-4/+4
2012-03-29flacenc: plug ref leakMark Nauwelaerts1-0/+1
2012-03-28flacenc: query downstream for BYTE seeking supportMark Nauwelaerts1-0/+20
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-1/+1
2012-03-13flacenc: fix streamheadersWim Taymans1-4/+5
2012-03-12flacenc: generate seektables every 10 sec by defaultRoss Burton1-1/+1
2012-02-27flacenc: fix event handlingWim Taymans1-35/+3
2012-02-27Merge commit '38516ad367128d83f9e156529018adb4433cd328' into 0.11Tim-Philipp Müller1-3/+0
2012-02-22flacenc: fix get_caps function some more so that all structures have channel ...Tim-Philipp Müller1-2/+2
2012-02-22flacenc: microoptimisation: avoid unnecessary list and string copiesTim-Philipp Müller1-6/+5
2012-02-22flacenc: audio caps have a *list* of formats, not an array of formatsTim-Philipp Müller1-8/+8
2012-02-22flacenc: remove post-port bogus _unrefMark Nauwelaerts1-3/+0
2012-02-22flacenc: remove bogus pad locking that causes deadlocksTim-Philipp Müller1-4/+0
2012-02-22flacenc: set right number of channels on caps in get_caps functionTim-Philipp Müller1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-8/+9
2012-02-03flacenc: fix event leak when there is no peer on the src padVincent Penquerc'h1-4/+2
2012-02-01flac: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-1/+1
2012-01-30update for HEADER flagWim Taymans1-2/+2
2012-01-25more memory API portingWim Taymans1-19/+22
2012-01-12eqMerge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+3
2012-01-12flacenc: do not drop the first data buffer on the floor (and leak it either)Vincent Penquerc'h1-1/+3