summaryrefslogtreecommitdiff
path: root/gst-libs/gst/audio/gstaudioencoder.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Revert "audioencoder: timestamp headers same as first buffer and use duration 0"Sebastian Dröge1-18/+7
2015-10-11audioencoder: timestamp headers same as first buffer and use duration 0Havard Graff1-7/+18
2015-08-18audioencoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18audioencoder: fix tag handlingTim-Philipp Müller1-59/+116
2015-08-16audioencoder: add src and sink query methodsThiago Santos1-11/+53
2015-07-02audioencoder: Don't try to get buffers from an empty adapterSebastian Dröge1-7/+12
2015-07-01{audio,video}{en,de}oder: Also copy POOL metas and make sure to copy over met...Sebastian Dröge1-6/+1
2015-06-30audioencoder: Add transform_meta() vfunc with default implementationSebastian Dröge1-4/+94
2015-02-19audio: video: fix a few GI annotationsThiago Santos1-1/+1
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-4/+5
2015-02-03audio{enc,dec}oder: Always directly post latency messages on the bus when the...Sebastian Dröge1-20/+4
2015-02-03audio{enc,dec}oder: Handle max_latency == GST_CLOCK_TIME_NONESebastian Dröge1-1/+5
2014-12-22audioencoder: Call reset() before the start() vfunc to guarantee a clean stateSebastian Dröge1-5/+2
2014-12-17video: audio: fix GI annotations for proxy caps functionThiago Santos1-3/+3
2014-12-17audioencoder: refactor getcaps proxy function to be reusableThiago Santos1-64/+4
2014-09-23audioencoder: reshuffle code in error handlingStefan Sauer1-4/+5
2014-09-18audioencoder: do not leak events when flushing themOgnyan Tonchev1-5/+4
2014-08-10audioencoder: Mark caps argument as not being transferredSebastian Rasmussen1-1/+1
2014-06-03audioencoder: Keep still meaningfull pending events on FLUSH_STOPThibault Saunier1-3/+21
2014-01-29audioencoder: push pending events and tags before EOSThiago Santos1-32/+51
2013-12-27audiobase*: Drop trailing withespacesReynaldo H. Verdejo Pinochet1-2/+2
2013-12-05audiodec/enc: clear reconfigure flag if negotiate succeedsJulien Isorce1-8/+30
2013-11-16audioencoder: also set output buffer DTSMark Nauwelaerts1-0/+1
2013-09-12audioencoder/decoder: Mark pads as requiring reconfiguration again if negotia...Sebastian Dröge1-0/+2
2013-08-23audioencoder: Simplify pushing of pending events during negotiationSebastian Dröge1-17/+19
2013-06-30audioencoder: Don't return not-negotiated if flushingSebastian Dröge1-1/+4
2013-06-19audioencoder: unref before memsetJonas Holmberg1-6/+6
2013-06-01audioencoder: Remove private copy of gst_audio_info_is_equal()Sebastian Dröge1-20/+1
2013-05-24audio: Always provide a buffer in gst_audio_(enc|dec)oder_allocate_output_buf...Sebastian Dröge1-3/+14
2013-05-08audio: Make sure to push pre-caps events before the caps eventSebastian Dröge1-1/+25
2013-04-18audioencoder: Ignore caps events if the input caps did not changeSebastian Dröge1-44/+55
2013-03-29audioencoder: api doc fixes.Stefan Sauer1-4/+5
2012-12-02audioencoder: add some more debug info and remove obsolete commentTim-Philipp Müller1-1/+9
2012-11-14gst_adapter_prev_timestamp -> gst_adapter_prev_ptsTim-Philipp Müller1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-04audioencoder: make stop() vfunc also optionalTim-Philipp Müller1-7/+3
2012-10-04audioencoder: don't fail if the start vfunc is not implementedAndoni Morales Alastruey1-2/+6
2012-09-14replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts1-2/+2
2012-09-13audio: Fix annotationsOlivier Crête1-1/+1
2012-09-10audio{de,en}coder: use GstClockTime parameters where appropriateMark Nauwelaerts1-3/+3
2012-09-06audioencoder: plug some leaksMark Nauwelaerts1-1/+3
2012-08-14audioencoder: getter for allocatorVíctor Manuel Jáquez Leal1-0/+27
2012-08-13audioencoder: return TRUE from _set_output_format() if all is goodTim-Philipp Müller1-1/+1
2012-08-09audioencoder: Let global tag events be handled the same way as other eventsSebastian Dröge1-12/+13
2012-08-09audio: Merge upstream stream tagsSebastian Dröge1-21/+21
2012-08-09audio: Always keep a complete taglist aroundSebastian Dröge1-13/+19
2012-08-09audioencoder: Add negotiate vfunc that is used to negotiate with downstreamSebastian Dröge1-14/+30
2012-08-09audioencoder: Decouple setting of output format and downstream negotiationSebastian Dröge1-41/+75
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-2/+2
2012-07-26audio{de,en}coder: delay input caps processing until processing dataMark Nauwelaerts1-1/+15