aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-20add OGG/Vorbis file format support (bug #4296)kpfleming2-0/+670
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming12-96/+12
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-3/+3
2005-06-17fix 2 bugs (bug #4518)kpfleming1-2/+2
2005-06-07fix build on Solaris (bug #4476)kpfleming1-5/+1
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming12-12/+13
2005-06-06more file version tagskpfleming14-92/+164
2005-06-05make format_au compile on FreeBSD (bug #4456)kpfleming1-4/+2
2005-06-03add support for Sun Microsystems AU audio format (bug #4428 with minor mods)kpfleming2-1/+378
2005-06-02Fix offset calculation for signed linear (bug #4433)markster1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming13-92/+92
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster12-108/+12
2005-03-23Fix wav format (bug #3837)markster1-4/+1
2005-02-04Make sure 10 byte read is considered EOF not error (bug #3505)markster1-1/+1
2005-01-21update copyright headers for 2005russell4-4/+4
2005-01-18Fix compiler warnings (bug #3367)markster1-1/+0
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-3/+3
2004-12-29Mildly resurect G.723.1 file formatmarkster2-158/+49
2004-12-19Merge Olle's comment patch (bug #3097)markster5-9/+9
2004-12-18Fix comment issues (bug #3089)markster3-14/+15