Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flacenc: remove old since comments and update logging | Stefan Sauer | 2013-04-03 | 1 | -19/+4 |
| | | | | Don't pretend that we have a timestamp on a buffer when we never set one. | ||||
* | flacenc: add more example pipelines | Tim-Philipp Müller | 2013-03-23 | 1 | -2/+9 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert | Tim-Philipp Müller | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | flacenc: allow a TOC with single alternative top-level entry | Anton Belka | 2012-08-10 | 1 | -7/+20 |
| | | | | | | | Allow a TOC that has a single alternative top-level entry with multiple sequence sub-entries https://bugzilla.gnome.org/show_bug.cgi?id=540891 | ||||
* | flacenc: add TOC support | Anton Belka | 2012-08-07 | 1 | -6/+119 |
| | | | | | | Add TOC as embedded cuesheets in flac files. https://bugzilla.gnome.org/show_bug.cgi?id=54089 | ||||
* | gst_tag_list_free -> gst_tag_list_unref | Tim-Philipp Müller | 2012-08-04 | 1 | -2/+2 |
| | |||||
* | flacenc: obtain image type from the sample info | Mark Nauwelaerts | 2012-07-27 | 1 | -11/+2 |
| | |||||
* | flacenc: remove extraneous _unref | Mark Nauwelaerts | 2012-07-27 | 1 | -1/+0 |
| | | | | ... since we did not obtain a buffer ref from the GstSample. | ||||
* | flacenc: Update to use GstSample tag setting API | Robert Swain | 2012-07-27 | 1 | -3/+6 |
| | |||||
* | flacenc: only set complete output caps once | Mark Nauwelaerts | 2012-07-25 | 1 | -16/+1 |
| | | | | ... so as to avoid downstream complaints about missing streamheaders. | ||||
* | flacenc: pass correct parameters to encoder lib | Mark Nauwelaerts | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | flacenc: adjust to modified audioencoder getcaps helper API | Mark Nauwelaerts | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | update for audio api change | Wim Taymans | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Use new gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | ext: Update for GstAudioEncoder API changes | Sebastian Dröge | 2012-03-30 | 1 | -4/+4 |
| | |||||
* | flacenc: plug ref leak | Mark Nauwelaerts | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | flacenc: query downstream for BYTE seeking support | Mark Nauwelaerts | 2012-03-28 | 1 | -0/+20 |
| | |||||
* | Merge branch 'master' into 0.11 | Wim Taymans | 2012-03-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unport gdkpixbuf not merged: https://bugzilla.gnome.org/show_bug.cgi?id=654850 Conflicts: docs/plugins/Makefile.am docs/plugins/gst-plugins-good-plugins-docs.sgml docs/plugins/gst-plugins-good-plugins-sections.txt docs/plugins/gst-plugins-good-plugins.hierarchy docs/plugins/inspect/plugin-avi.xml docs/plugins/inspect/plugin-png.xml ext/flac/gstflacdec.c ext/flac/gstflacdec.h ext/libpng/gstpngdec.c ext/libpng/gstpngenc.c ext/speex/gstspeexdec.c gst/audioparsers/gstflacparse.c gst/flv/gstflvmux.c gst/rtp/gstrtpdvdepay.c gst/rtp/gstrtph264depay.c | ||||
| * | flacenc: generate seektables every 10 sec by default | Ross Burton | 2012-03-12 | 1 | -1/+1 |
| | | | | | | | | | | Since this is what the command line tool does as well, it seems like a better default. | ||||
* | | flacenc: fix streamheaders | Wim Taymans | 2012-03-13 | 1 | -4/+5 |
| | | | | | | | | | | | | Fix the caps of flacenc, the reference encoder only support 24 bits in 32 bits. Set streamheader on output caps. | ||||
* | | flacenc: fix event handling | Wim Taymans | 2012-02-27 | 1 | -35/+3 |
| | | | | | | | | | | Fix dodgy segment event handling Chain up to parent event handler | ||||
* | | Merge commit '38516ad367128d83f9e156529018adb4433cd328' into 0.11 | Tim-Philipp Müller | 2012-02-27 | 1 | -3/+0 |
|\ \ | |/ | | | | | | | | | Conflicts: ext/pulse/pulseaudiosink.c gst/audioparsers/gstmpegaudioparse.c | ||||
| * | flacenc: remove post-port bogus _unref | Mark Nauwelaerts | 2012-02-22 | 1 | -3/+0 |
| | | |||||
* | | flacenc: fix get_caps function some more so that all structures have channel ↵ | Tim-Philipp Müller | 2012-02-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | info Set channels and channel-layout on the right structure; that is, the structure we are going to append to the caps we are building, and not the structure we are using as a template for all the structures. Fixes first structure of the returned caps not having any channel info set on it. | ||||
* | | flacenc: microoptimisation: avoid unnecessary list and string copies | Tim-Philipp Müller | 2012-02-22 | 1 | -6/+5 |
| | | |||||
* | | flacenc: audio caps have a *list* of formats, not an array of formats | Tim-Philipp Müller | 2012-02-22 | 1 | -8/+8 |
| | | | | | | | | | | | | A list of things in caps is something where one is picked in the course of negotiation. An array is always something that only makes sense as a whole in that order. | ||||
* | | flacenc: remove bogus pad locking that causes deadlocks | Tim-Philipp Müller | 2012-02-22 | 1 | -4/+0 |
| | | | | | | | | | | | | It's not clear why the pad object lock is taken here. But gst_pad_{has,get}_current_caps() will try to take the lock as well and deadlock, since it's not recursive. | ||||
* | | flacenc: set right number of channels on caps in get_caps function | Tim-Philipp Müller | 2012-02-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into 0.11 | Wim Taymans | 2012-02-10 | 1 | -8/+9 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/flac/gstflacenc.c ext/jack/gstjackaudioclient.c ext/jack/gstjackaudiosink.c ext/jack/gstjackaudiosrc.c ext/pulse/plugin.c ext/shout2/gstshout2.c gst/matroska/matroska-mux.c gst/rtp/gstrtph264pay.c | ||||
| * | flacenc: fix event leak when there is no peer on the src pad | Vincent Penquerc'h | 2012-02-03 | 1 | -4/+2 |
| | | |||||
* | | flac: Use new audio encoder/decoder base class API for srcpad caps | Sebastian Dröge | 2012-02-01 | 1 | -1/+1 |
| | | |||||
* | | update for HEADER flag | Wim Taymans | 2012-01-30 | 1 | -2/+2 |
| | | |||||
* | | more memory API porting | Wim Taymans | 2012-01-25 | 1 | -19/+22 |
| | | |||||
* | | eqMerge remote-tracking branch 'origin/master' into 0.11 | Tim-Philipp Müller | 2012-01-12 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: ext/jack/gstjackaudiosink.c ext/jack/gstjackaudiosrc.c gst/matroska/matroska-mux.c gst/matroska/matroska-read-common.c gst/rtpmanager/gstrtpssrcdemux.c | ||||
| * | flacenc: do not drop the first data buffer on the floor (and leak it either) | Vincent Penquerc'h | 2012-01-12 | 1 | -1/+3 |
| | | |||||
| * | various: fix pad template leaks | Vincent Penquerc'h | 2011-11-28 | 1 | -4/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664 | ||||
* | | flac: Port to the new raw audio caps | Sebastian Dröge | 2012-01-06 | 1 | -123/+117 |
| | | |||||
* | | More printf format warning fixes | Tim-Philipp Müller | 2011-11-22 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into 0.11 | Wim Taymans | 2011-11-17 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | Conflicts: ext/speex/gstspeexenc.c gst/rtpmanager/rtpsession.c | ||||
| * | flacenc: reset tag setter interface when appropriate | Mark Nauwelaerts | 2011-11-16 | 1 | -0/+2 |
| | | |||||
* | | _query_peer_*() -> _peer_query_*() | Wim Taymans | 2011-11-15 | 1 | -4/+4 |
| | | |||||
* | | ext, gst: update for taglist API changes | Tim-Philipp Müller | 2011-10-30 | 1 | -1/+1 |
| | | |||||
* | | flacenc: Properly register type | Edward Hervey | 2011-10-13 | 1 | -1/+1 |
| | | | | | | | | It's a subclass of GstAudioEncoder and not of GstElement | ||||
* | | Merge branch 'master' into 0.11 | Wim Taymans | 2011-09-28 | 1 | -236/+160 |
|\ \ | |/ | | | | | | | Conflicts: ext/flac/gstflacenc.c | ||||
| * | flacenc: port to audioencoder | Mark Nauwelaerts | 2011-09-28 | 1 | -228/+136 |
| | | |||||
* | | flac: port to 0.11 | Wim Taymans | 2011-04-19 | 1 | -74/+71 |
|/ | |||||
* | flacenc: Properly interprete the result of strcmp() | Sebastian Dröge | 2011-04-13 | 1 | -1/+2 |
| | |||||
* | flacenc: Don't store image tags inside the vorbiscomments and the flac metadata | Sebastian Dröge | 2011-04-13 | 1 | -0/+6 |
| | | | | | | Instead only store them inside the flac metadata. There's no point in storing them twice and the flac metadata is still the official way to store image tags inside flac. | ||||
* | flacenc: Add support for writing METADATA_BLOCK_PICTURE blocks for ↵ | Sebastian Dröge | 2011-04-01 | 1 | -5/+54 |
| | | | | GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE |