aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_g726.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+9
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo1-1/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-04Largely simplify format handlers (for file copy etc.)rizzo1-336/+120
2006-02-20Bug 5984 - Convert file offsets to 64 bittilghman1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+6
2005-10-26more doxygenification (issue #5513)russell1-2/+2
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster1-20/+20
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-4/+17
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming1-8/+1
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-1/+1
2005-06-06more file version tagskpfleming1-8/+13
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-9/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-4/+4
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-04-21Unload g726 file formats in the order they were loaded (bug 1460)citats1-8/+8
2004-02-27Add G.726, revise Changelogmarkster1-0/+504