summaryrefslogtreecommitdiff
path: root/src/lib/ecore_audio/ecore_audio_obj_in_sndfile.c
Commit message (Expand)AuthorAgeFilesLines
* ecore/audio: correctly handle sndfile error when setting new vioMike Blumenkrantz2020-03-251-0/+4
* ecore/audio: remove duplicated vio code from sndfile inputMike Blumenkrantz2020-03-251-25/+5
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-2/+2
* ecore_audio - don't about destruction because of failed sndfile loadCarsten Haitzler (Rasterman)2018-01-121-1/+0
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-9/+9
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-3/+3
* ecore_audio - save 232k of real RAM by dlopening depedneciesCarsten Haitzler (Rasterman)2016-08-011-7/+12
* Automatic migration to Eo4.Tom Hacohen2016-03-031-1/+1
* Ecore audio: Remove redundant constructor/destructor.Tom Hacohen2015-05-201-7/+0
* Efl: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-9/+9
* Eo: EO_BASE_CLASS->EO_CLASS.Tom Hacohen2014-04-101-1/+1
* Eolian: Integration of Ecore Audio In SndfileYossi Kantor2014-04-021-107/+32
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-1/+1
* Revert "eo: libs,test,benchmarks Eo_Class -> Eo"Tom Hacohen2013-09-271-1/+1
* eo: libs,test,benchmarks Eo_Class -> EoJérémy Zurcher2013-09-271-1/+1
* ecore_audio: Add missing break in _format_set()Stefan Schmidt2013-09-121-0/+1
* ecore_audio: Handle destruction of sndfile inputDaniel Willmann2013-05-091-1/+15
* ecore_audio: _read is a system defined symbol on Windows.Cedric Bail2013-05-051-2/+2
* revert the revert... damn you git!Carsten Haitzler (Rasterman)2013-05-021-7/+7
* Revert "Efl: replace eo_data_get for objects data referencing."Carsten Haitzler (Rasterman)2013-05-021-7/+7
* Efl: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-7/+7
* ecore_audio: Move sndfile VIO into a file to access from in- and outputDaniel Willmann2013-04-261-72/+2
* ecore_audio: Add more return values for methods, catch up with APIDaniel Willmann2013-04-231-0/+13
* ecore_audio: Fix seeking in tone inputDaniel Willmann2013-04-191-4/+4
* ecore_audio: Fix warningsDaniel Willmann2013-04-181-2/+2
* ecore_audio: Change method signature of read and read_internalDaniel Willmann2013-04-181-3/+3
* ecore_audio: Support VIO in sndfile inputDaniel Willmann2013-04-181-1/+140
* ecore_audio: Add sndfile in- and outputDaniel Willmann2013-04-181-0/+196