Commit Graph

252 Commits (3a50311c17e4de1998a01bbe939d02fd418fc13a)

Author SHA1 Message Date
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Tilghman Lesher 2291834bd5 Bug 7372: Wrong size for the block alignment (should have been 4 bytes;
19 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
19 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
19 years ago
Olle Johansson f15b38a775 Update doxygen for video formats
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Kevin P. Fleming cc2fb34bb3 fix obvious breakage
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Tilghman Lesher 4897c72d6b Fix format for big endian systems
19 years ago
Tilghman Lesher 33adff8a2b Bug 6896 - Fix for garbled wav49 format
19 years ago
Tilghman Lesher a9d8b4a553 Typo fix
19 years ago
Tilghman Lesher 3042c79182 Document the MSGSM format, and fix the uncalculated number of samples
19 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Tilghman Lesher bdff9c973d Merged revisions 18436 via svnmerge from
19 years ago
Luigi Rizzo 1d92bbc09b remove traces of previously merged files
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Luigi Rizzo 66adefc789 these files are now unused, corresponding functions are merged
19 years ago
Luigi Rizzo 6aa460f81d remove an unused function.
19 years ago
Luigi Rizzo 7261d52be1 ogg_vorbis now compiles so put it back in.
19 years ago
Luigi Rizzo ac0395fac3 temporarily disconnect ogg_vorbis from the build while i update it
19 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
19 years ago
Kevin P. Fleming 98dbc95533 silence some more compiler warnings
19 years ago
Russell Bryant 3b215d0df7 suppress some compiler warnings due to recent format changes to use off_t
19 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
19 years ago
Tilghman Lesher 206883d12f Merged revisions 10487 via svnmerge from
19 years ago
Tilghman Lesher 5ef84a55a0 Merged revisions 10462 via svnmerge from
19 years ago
Russell Bryant d4480e9c59 remove unused variable
19 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
19 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
19 years ago
Kevin P. Fleming 4b4ef55a49 don't try to include non-existing (and unneeded) header file
19 years ago
Kevin P. Fleming 407d3c289c use auto-build for pbx modules
19 years ago
Kevin P. Fleming a2551346f4 use auto-build for formats
19 years ago
Kevin P. Fleming e42c6c4f9e set standard properties on all non-binary files
19 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Matthew Fredrickson 52fe16259b Fix for formats so they give better output on failure conditions. (#6141)
20 years ago
Russell Bryant 4a7cec937d remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
20 years ago
Mark Spencer 940c49390c Minor video fixes
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Kevin P. Fleming b157f30e51 Merged revisions 7819 via svnmerge from
20 years ago
Kevin P. Fleming 1e9180d0a8 Merged revisions 7807 via svnmerge from
20 years ago
Kevin P. Fleming cb2f9640ba Merged revisions 7805 via svnmerge from
20 years ago
Kevin P. Fleming e8f9ee8f6a Merged revisions 7803 via svnmerge from
20 years ago
Kevin P. Fleming c3ce1852bc Merged revisions 7799-7800 via svnmerge from
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Mark Spencer 9cdcba170e Fix compile issue (presumably on BSD) (bug #5745)
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Mark Spencer d499a85f05 Use FILE * instead of fd for files to support buffering
20 years ago
Kevin P. Fleming b8f23573fa more license/copyright header updates (thanks Ian!)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Mark Spencer 1541e97afe Make sure RTP timestamps are accurate on playback
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Kevin P. Fleming 3db82d8597 add OGG/Vorbis file format support (bug #4296)
20 years ago
Kevin P. Fleming 6a0fdb312f don't take locks when reading usecounts, they are not necessary (bug #4585)
20 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
20 years ago
Kevin P. Fleming 7a8e125ff5 fix 2 bugs (bug #4518)
20 years ago
Kevin P. Fleming 93f5cbacf0 fix build on Solaris (bug #4476)
20 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 325602ff2b make format_au compile on FreeBSD (bug #4456)
20 years ago
Kevin P. Fleming 583ff43d60 add support for Sun Microsystems AU audio format (bug #4428 with minor mods)
20 years ago
Mark Spencer 2d76529279 Fix offset calculation for signed linear (bug #4433)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer f966e5e186 Simplify endianness and fix for unaligned reads (bug #3867)
20 years ago
Mark Spencer d5455abe17 Fix wav format (bug #3837)
20 years ago
Mark Spencer 6345a74c22 Make sure 10 byte read is considered EOF not error (bug #3505)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer b2c110329f Fix compiler warnings (bug #3367)
21 years ago
Mark Spencer 160c04b793 Repair // comments to /* */ comments (bug #3347)
21 years ago
Mark Spencer 6ffeccbd4c Mildly resurect G.723.1 file format
21 years ago
Mark Spencer d6471bec31 Merge Olle's comment patch (bug #3097)
21 years ago
Mark Spencer b3a0ef24ed Fix comment issues (bug #3089)
21 years ago
Mark Spencer 9d40b8ee80 Merge slimey's Solaris compatibility (with small mods) (bug #2740)
21 years ago
Mark Spencer dd43338425 Updates from char * to const char * + german syntax + enumeration (bug #2780)
21 years ago
Mark Spencer 07d1b22e81 Fix wave file lengths (bug #2486)
21 years ago
Mark Spencer c52e38d3be Merge member delay patch (bug #2563)
21 years ago
Mark Spencer f83715ce9c Add Anthony's format_sln (bug #2381)
21 years ago
Mark Spencer 08a8632ac7 Decrease use count in wav_gsm (bug #2350)
21 years ago
Anthony Minessale II 03cd30b746 fixed a use count bug
21 years ago
Mark Spencer 99f901f065 Fix "tell" for wav (bug #2212)
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 8800bd6b1f Merge rmarchev's vox fixes (bug #1812)
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
James Golovich c432265ab7 format_ilbc.c comment fix from bkw
21 years ago
Mark Spencer d851db3cee Small fixes from bkw
21 years ago
Mark Spencer a640df56e6 Fix iLBC with valgrind, add iLBC format from bkw_
21 years ago
James Golovich 65c3fe8b33 Unload g726 file formats in the order they were loaded (bug 1460)
21 years ago
Mark Spencer a3d9d7b58b Do proper bounds checking in formats (bug #1356)
21 years ago
Mark Spencer 39c60235f8 Make ADPCM frames standard
21 years ago
Mark Spencer 548d6bb6c0 Add G.726, revise Changelog
21 years ago
James Golovich 133748f004 Really fix format_wav_gsm.c. Thanks PCadach! (bug #1087)
21 years ago
James Golovich 462cfbe8ae Bug #1087. Fix wav49 format so it can be played. Make file functions
21 years ago
Martin Pycko 860f35a7ab Add recording agent's calls patch. Basically the call starts recording when the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available.
22 years ago
Mark Spencer 1e3c163233 Handle more complex wav files
22 years ago
Mark Spencer 695422d698 Various minor cleanups (bug #931)
22 years ago
Mark Spencer 32e131862d Elminate unused code/warnings (bug #934)
22 years ago
Mark Spencer 92aba71fb5 Fix name in some files (bug #897)
22 years ago
Mark Spencer c23ffc045d Fix size bug in wav49 format (bug #254) thanks rtucker!
22 years ago
Mark Spencer 1e95c3a4ac Remove really broke MP3 stuff in favor of G.726 in the near future
22 years ago
Mark Spencer 4ce283ff18 Make it build and run on MacOS X
22 years ago
Mark Spencer b5bcecce5d Add DESTDIR support (bug #200)
22 years ago
Mark Spencer f7f5b56b0a Minor ADPCM quality enhancements
22 years ago
Mark Spencer 27787e21ec Fix ADPCM file writing
22 years ago
Mark Spencer 479a67e629 BSD portability enhancements (bug #234)
22 years ago
Martin Pycko f14004abfd Fix synchronization of recorded files when using Monitor application
22 years ago
Mark Spencer 01882fa17e Format cleanups
22 years ago
Mark Spencer d3bdd36e46 depend stuff
22 years ago
Mark Spencer 1bb58646de Totally revamp thread debugging to support locating and removing deadlocks
22 years ago
Mark Spencer 40e4cfe458 Properly implement using zaptel for timing of file playback
22 years ago
Mark Spencer 9c9ee7c952 Add H.263 video support
22 years ago
Mark Spencer 3b78918878 Totally redo file formats
22 years ago
Mark Spencer 21e9421c4b Stop playing wav at end of data segment
22 years ago
Mark Spencer 4228090f88 Add and update .cvsignore files for .depend
22 years ago
Mark Spencer 1a3cd8e6ad dep fix, pbx fix
22 years ago
Mark Spencer 6eeee2496b More BSD enhancements
22 years ago
Mark Spencer b9d6efa20e Convert between MS and non-MS formats
22 years ago
Mark Spencer 82082c0a35 More include fixes
22 years ago
Mark Spencer 89e0dd94a2 Add commonly used include headers
22 years ago
Mark Spencer e6918cb42e Merge hint patch, add new variables, and misc. PBX cleanups
22 years ago
Mark Spencer 425b690ef2 Add Mahmut's Alaw patch
22 years ago
Matteo Brancaleoni f2c4538f61 Fri Mar 7 07:00:00 CET 2003
22 years ago
Mark Spencer 8ce222478d Version 0.3.0 from FTP
23 years ago
Mark Spencer b413c00ad1 Version 0.3.0 from FTP
23 years ago
Mark Spencer 8dd7713d21 Version 0.3.0 from FTP
23 years ago
Mark Spencer 8cd708fbeb Version 0.2.0 from FTP
23 years ago
Mark Spencer 67751c3992 Version 0.2.0 from FTP
23 years ago
Mark Spencer 123613853b Version 0.1.12 from FTP
23 years ago
Mark Spencer d5930d1fe8 Version 0.1.12 from FTP
23 years ago
Mark Spencer 97a72ecf96 Version 0.1.9 from FTP
24 years ago
Mark Spencer 66d9d817b5 Version 0.1.9 from FTP
24 years ago
Mark Spencer d9a7d03d8d Version 0.1.9 from FTP
24 years ago
Mark Spencer 579ad5672c Version 0.1.8 from FTP
24 years ago
Mark Spencer be5a2dee08 Version 0.1.8 from FTP
24 years ago
Mark Spencer bbff5356cc Version 0.1.8 from FTP
24 years ago
Mark Spencer 5f80ce7975 Version 0.1.8 from FTP
24 years ago
Mark Spencer cc1ca5d154 Version 0.1.7 from FTP
24 years ago
Mark Spencer 58e773dfe1 Version 0.1.7 from FTP
24 years ago
Mark Spencer 22318b627d Version 0.1.7 from FTP
24 years ago
Mark Spencer 760f0507e4 Version 0.1.4 from FTP
25 years ago
Mark Spencer 255ccb33d5 Version 0.1.3 from FTP
26 years ago
Mark Spencer 0ed9477395 Version 0.1.1 from FTP
26 years ago
Mark Spencer a34c3d3484 Version 0.1.1 from FTP
26 years ago
Mark Spencer f237713cab Version 0.1.0 from FTP
26 years ago
Mark Spencer ca87930eb1 Version 0.1.0 from FTP
26 years ago