aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
2008-04-22I thought I was going to be able to leave 1.4 alone, but that was not the case.russell1-7/+17
2008-03-28The file size of WAV49 does not need to be an even number.qwell1-12/+2
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-11-29Use of "private" as a field name in a header file messes with C++ projectstilghman7-20/+20
2007-06-29give format_pcm a more concise destriptionrussell1-1/+1
2007-04-05modified default GAIN for issue 5823, thanks jrwallikerdhubbard1-1/+2
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-4/+5
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-5/+21
2006-09-25This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.murf1-1/+2
2006-09-18u_intXX_t is sillyqwell2-13/+13
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21swap module macro arguments to proper orderkpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming15-208/+54
2006-07-19Fix a few doxygen warnings.north1-6/+6
2006-07-17H.263 frames can apparently be larger than was originally coded.tilghman1-1/+7
2006-07-17Merged revisions 37765 via svnmerge from tilghman1-1/+1
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-1/+4
2006-07-07pointer signedness warningsrussell1-3/+3
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-05update dependency information to match new names for dependencieskpfleming1-2/+2
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming2-38/+3
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-20Bug 7372: Wrong size for the block alignment (should have been 4 bytes;tilghman1-1/+1
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-08Update doxygen for video formatsoej2-0/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming14-56/+56
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+3
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