source: roaraudio/libroardsp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4123:e8ac20348706   14 years phi make the conv2 nuericaly more stable
(edit) @4122:e1c8cefe15f6   14 years phi updated converters so work better in most cases
(edit) @4117:dc93b9056733   14 years phi moved comment to where it should be
(edit) @4115:c3fb01959302   14 years phi ha, got resampling with wrong number of channels working!
(edit) @4114:41916d68d624   14 years phi optimize the code a bit more
(edit) @4113:db143e08f4e8   14 years phi move vars decls. to where they should be
(edit) @4112:215f5e16823a   14 years phi some fist cleanup
(edit) @4111:ea89fa7723d6   14 years phi experimental patch from maister for resampling
(edit) @4110:9e1843b01eba   14 years phi typos working_before_resamplerpatch2
(edit) @3813:9a1ebd9f3025   14 years phi fixed some copyright statements
(edit) @3812:acdaec327ece   14 years phi fixed some copyright statements
(edit) @3811:49db840fb4f4   14 years phi fixed some copyright statements
(edit) @3791:a7a9134c0861   14 years phi fixed some warnings
(edit) @3790:1ba31162e041   14 years phi fixed copyright
(edit) @3635:7948dba81516   14 years phi removed -Wextra from makefile
(edit) @3634:4302b0003d93   14 years phi bit more in direction of -Wextra
(edit) @3633:33a6a1a59939   14 years phi code for multi channel RMS (currently only 1 and 2 channels)
(edit) @3629:94d301064a3a   14 years phi start to support diffrent SONAME versions for the libs, not yet supported …
(edit) @3626:7fc82747cba3   14 years phi added functions to request status
(edit) @3605:57ed51fac847   14 years phi cleanup, support for PDP byte order
(edit) @3554:129c6f16409b   14 years phi update API
(edit) @3552:24a88686e1f2   14 years phi less compiler warnings
(edit) @3551:6975683fbd9e   14 years phi some debug output
(edit) @3550:894340e379a7   14 years phi correcteced mapping
(edit) @3548:f45c9bcfcf20   14 years phi wrote channel mapper functions for PCM
(edit) @3545:f63be4b292cd   14 years phi detect invalid channels
(edit) @3543:af952b03e304   14 years phi added names for midi channels
(edit) @3541:1e63ce5b7951   14 years phi support for inverse channel mapping
(edit) @3538:a5ca10905545   14 years phi added function to init channel map list
(edit) @3517:1a3218a3fc5b   14 years phi updated license headers, FSF moved office
(edit) @3331:b028f43b4738   14 years phi use char[] not int[]
(edit) @3330:b7af6ecf138b   14 years phi added roardsp_chanlist2str()
(edit) @3329:d939b3aedbc5   14 years phi added function to calc a channel map
(edit) @3328:5d21c87bce42   14 years phi some channale name functions
(edit) @3327:3ff4287ec9f7   14 years phi added empty channels.c
(edit) @3268:56a8d2d3dbb7   14 years phi updated some sonames
(edit) @3098:d2712c3e3e42   14 years phi set soname in most libs
(edit) @3063:955233719a84   14 years phi use memory functions from libroar, not libc, fixed a small memory leak
(edit) @3037:c1821f5d7d60   14 years phi wrote interleaver…
(edit) @3036:0789cd065a6a   14 years phi added dummy for roar_interl_encode_ext()
(edit) @3035:ffd68a1a48cb   14 years phi corrected function name
(edit) @3034:01472131e78b   14 years phi added libroardsp/interleave.[ch]
(edit) @3029:816a2dba7285   14 years phi test if we have the speex filter
(edit) @3014:c4dc5270a335   14 years phi units…
(edit) @3011:7b2d74e17603   14 years phi fixed bug reported by Simon Matter
(edit) @3010:f853cab15d30   14 years phi started with AGC filter
(edit) @3005:8a2821b526bb   14 years phi make basic options settable
(edit) @3003:9d0935291fca   14 years phi run data thru preprep
(edit) @3002:9399e9015485   14 years phi test for data to be NULL
(edit) @3001:98395340e261   14 years phi do not use malloc()/free() but roar_mm_*()
(edit) @3000:8a9e97fe897d   14 years phi WARN -> DBG
(edit) @2999:c08010b8e02f   14 years phi swap filter needs to be run in 2 channel, not in 1 channel mode
(edit) @2998:8b5eba2cfc0a   14 years phi added dummy roardsp_speex_prep_calc161()
(edit) @2997:eee5ab459b3e   14 years phi check for correct format
(edit) @2996:448b4a461a37   14 years phi speex_prep filter!
(edit) @2992:ff4cbda31297   14 years phi start with Speex Prep filter
(edit) @2990:24fadf8a2fd3   14 years phi added support for roardsp_filter_new() and roardsp_filter_free()
(edit) @2974:c0a12639565a   14 years phi set the correct option
(edit) @2966:46120df7db96   14 years phi better switch()-case formating
(edit) @2965:3e0e878ed13c   14 years phi spacing
(edit) @2964:0bc44f212994   14 years phi set default mode depending on sample rate
(edit) @2963:977e8f9a1778   14 years phi honor codec mode
(edit) @2937:1cca3e1fa89c   14 years phi added roar_amp_pcm*()
(edit) @2936:b51b75f803c8   14 years phi updated (c)
(edit) @2935:f184fa6421e0   14 years phi added dummy amp.c
(edit) @2933:93d2b273f414   14 years phi moved all filters from *.c to filter_*.c
(edit) @2931:b35c453d35e9   14 years phi code for PCM mixer
(edit) @2930:92c4fc19f77d   14 years phi added mixer.c
(edit) @2927:1c2c516cbdf9   14 years phi added support for ROAR_LIBROAR_CONFIG_PSET_VBR
(edit) @2924:fdaddc789f71   14 years phi moved header stuff to roar_xcoder_speex_proc_header()
(edit) @2923:8ea2211037fa   14 years phi added stub of roar_xcoder_speex_proc_header()
(edit) @2922:9f34dd4612f5   14 years phi added roar_xcoder_dummy_proc_header()
(edit) @2921:d2fd1f7cdfa6   14 years phi added roar_xcoder_proc_header(), roar_bixcoder_read_header() and …
(edit) @2914:b91428cba7ad   14 years phi added debug lion
(edit) @2898:8d125311b6c1   14 years phi patch to reduce TCP overhead
(edit) @2894:70f3e75119e6   14 years phi make it possible to set q, complexity, dtx and max_cc option for speex
(edit) @2802:ba5a00746517   15 years phi ignore *.dll and *.exe
(edit) @2797:d6185d393e50   15 years phi first version seems to work best
(edit) @2796:ed4b8a2ee05a   15 years phi try a XOR based solution
(edit) @2795:5230f2b20ac0   15 years phi more clear code
(edit) @2750:3b5c1d0d75e0   15 years phi downmixing 4.0->2.0
(edit) @2749:bbb02514597a   15 years phi new prototypes
(edit) @2748:c64f61dde0fd   15 years phi parameter is in samples not frames
(edit) @2743:0a9f381f7519   15 years phi corrected nummber of channels, corrected decrement
(edit) @2742:a5c3ca61e61d   15 years phi added roar_conv_chans_2to616(), roar_conv_chans_2to516() and …
(edit) @2741:09f063a4a56e   15 years phi added roar_conv_chans_2to316()
(edit) @2644:f7c9a860b404   15 years phi wrote bixcoder code
(edit) @2643:18137627e3f6   15 years phi new debug lions
(edit) @2642:937a308aafb4   15 years phi +debug code
(edit) @2641:80c7f8cb3dbd   15 years phi some very basic code, copy of prototypes
(edit) @2639:660f42fb54e5   15 years phi added vio_transcode.c
(edit) @2637:38fc8e7a38c9   15 years phi some code used to read/write non block aligned data from/to xcoder
(edit) @2501:b7965573ae61   15 years phi start of roar_conv_bits_24to32()
(edit) @2483:758d9d062f97   15 years phi added ROAR_SYNTH_SYNF_DEFAULT
(edit) @2482:98c1836272a8   15 years phi test for libm
(edit) @2475:6bace8656151   15 years phi some debug infos
(edit) @2474:ab15be66e611   15 years phi debug lions and cast
(edit) @2443:9ecbba170d49   15 years phi got the fader work
(edit) @2442:2750ac386c39   15 years phi added roar_math_cvpoly()
(edit) @2441:c7b4330e821a   15 years phi wrote most of the basic fader
Note: See TracRevisionLog for help on using the revision log.