summaryrefslogtreecommitdiff
path: root/ext/flac
AgeCommit message (Expand)AuthorFilesLines
2018-01-11flacdec: flush flac decoder on lost sync.Mathieu Duponchelle2-1/+10
2017-06-19flactag: Fix warning with the newly added GstStateChange valuesThibault Saunier1-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-01-14flacenc: fix other icon counter checkTim-Philipp Müller1-1/+1
2017-01-14flacenc: also set PICTURE tag width and height if availableTim-Philipp Müller1-0/+5
2017-01-14flacenc: fix encoder init error with some GST_TAG_PREVIEW_IMAGEsTim-Philipp Müller1-7/+32
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+20
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM3-11/+9
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
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-07-06flacdec: improve error handlingVineeth TM1-0/+18
2014-11-12flacdec: set the channel positions using the appropriate APIVincent Penquerc'h1-18/+17
2014-10-30flacenc: update output segment stop time to match clipped samplesVincent Penquerc'h2-0/+34
2014-06-10flacdec: add const where appropriateVincent Penquerc'h1-2/+3
2014-05-10flacdec: Add support for variable block size files and remove dead codeSebastian Dröge1-39/+6
2014-05-02flacdec: fix theoretical integer overflowVincent Penquerc'h1-1/+1
2014-04-30flacdec: remove dead codeVincent Penquerc'h1-12/+4
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ło2-5/+5
2013-12-05flacdec: Require caps to be set before accepting any dataSebastian Dröge1-1/+1
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-17flactag: forward caps eventStefan Sauer1-12/+12
2013-04-17flac: add more loggingStefan Sauer2-2/+5
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
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üller7-14/+14
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2
2012-08-27docs: gst-launch-0.11 -> gst-launch-1.0Tim-Philipp Müller1-2/+2
2012-08-10flacenc: allow a TOC with single alternative top-level entryAnton Belka1-7/+20
2012-08-07flacenc: add TOC supportAnton Belka2-6/+120
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2-5/+5
2012-08-03flacdec: improve and relax audio frame parsingMark Nauwelaerts1-10/+33
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-1/+1
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-25flacdec: also support S24_32 outputMark Nauwelaerts1-23/+32
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-06-06update for tag event changeWim Taymans1-1/+1