summaryrefslogtreecommitdiff
path: root/ext/flac/gstflacenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | flac: Port to the new raw audio capsSebastian Dröge2012-01-061-123/+117
* | More printf format warning fixesTim-Philipp Müller2011-11-221-1/+2
* | Merge branch 'master' into 0.11Wim Taymans2011-11-171-0/+2
|\ \ | |/
| * flacenc: reset tag setter interface when appropriateMark Nauwelaerts2011-11-161-0/+2
* | _query_peer_*() -> _peer_query_*()Wim Taymans2011-11-151-4/+4
* | ext, gst: update for taglist API changesTim-Philipp Müller2011-10-301-1/+1
* | flacenc: Properly register typeEdward Hervey2011-10-131-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-09-281-236/+160
|\ \ | |/
| * flacenc: port to audioencoderMark Nauwelaerts2011-09-281-228/+136
* | flac: port to 0.11Wim Taymans2011-04-191-74/+71
|/
* flacenc: Properly interprete the result of strcmp()Sebastian Dröge2011-04-131-1/+2
* flacenc: Don't store image tags inside the vorbiscomments and the flac metadataSebastian Dröge2011-04-131-0/+6
* flacenc: Add support for writing METADATA_BLOCK_PICTURE blocks for GST_TAG_IM...Sebastian Dröge2011-04-011-5/+54