aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming2-22/+12
2006-04-18fix obvious breakagekpfleming1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo14-174/+101
2006-04-13Fix format for big endian systemstilghman1-1/+1
2006-04-13Bug 6896 - Fix for garbled wav49 formattilghman1-2/+2
2006-04-13Typo fixtilghman1-1/+1
2006-04-13Document the MSGSM format, and fix the uncalculated number of samplestilghman1-27/+68
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo13-13/+13
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming14-28/+28
2006-04-07Merged revisions 18436 via svnmerge from tilghman1-1/+1
2006-04-06remove traces of previously merged filesrizzo1-6/+0
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-04-04these files are now unused, corresponding functions are mergedrizzo2-605/+0
2006-04-04remove an unused function.rizzo1-6/+0
2006-04-04ogg_vorbis now compiles so put it back in.rizzo3-136/+87
2006-04-04temporarily disconnect ogg_vorbis from the build while i update itrizzo1-1/+6
2006-04-04Largely simplify format handlers (for file copy etc.)rizzo16-2126/+1137
2006-02-23silence some more compiler warningskpfleming3-5/+7
2006-02-21suppress some compiler warnings due to recent format changes to use off_trussell1-2/+2
2006-02-20Bug 5984 - Convert file offsets to 64 bittilghman14-115/+112
2006-02-19Merged revisions 10487 via svnmerge from tilghman1-7/+1
2006-02-19Merged revisions 10462 via svnmerge from tilghman1-1/+7
2006-02-18remove unused variablerussell1-2/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-12major dialplan functions updatekpfleming1-113/+117
2006-02-11don't try to include non-existing (and unneeded) header filekpfleming1-3/+0
2006-02-11use auto-build for pbx moduleskpfleming1-1/+1
2006-02-11use auto-build for formatskpfleming1-17/+9
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-20Fix for formats so they give better output on failure conditions. (#6141)mattf2-38/+49
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-08Minor video fixesmarkster1-1/+1
2006-01-07Add support for H.264 with SIP and recordingmarkster2-1/+282
2006-01-05Merged revisions 7819 via svnmerge from kpfleming2-2/+2
2006-01-05Merged revisions 7807 via svnmerge from kpfleming2-2/+4
2006-01-04Merged revisions 7805 via svnmerge from kpfleming2-6/+6
2006-01-04Merged revisions 7803 via svnmerge from kpfleming2-0/+2
2006-01-04Merged revisions 7799-7800 via svnmerge from kpfleming2-48/+102
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming17-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-1/+0
2005-11-16Fix compile issue (presumably on BSD) (bug #5745)markster1-0/+1
2005-11-06issue #5605russell15-12/+48
2005-11-01issue #4678kpfleming1-4/+8
2005-10-26more doxygenification (issue #5513)russell15-30/+30
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster14-344/+358
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming3-5/+20
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming14-69/+224
2005-09-10Make sure RTP timestamps are accurate on playbackmarkster1-1/+4
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-3/+10