aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_ogg_vorbis.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Set a module load priority for format modules.russell1-1/+4
2008-11-03port gcc 4.3.x warning fixes from trunk to this branchkpfleming1-4/+12
2007-11-29Merged revisions 90155 via svnmerge from tilghman1-6/+6
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-1/+0
2007-11-22implement the split of file.h and mod_format.hrizzo1-1/+1
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19format handlers don't need network, lock, channel and scheduler headersrizzo1-6/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-10-31More changes to change return values from load_module functions.qwell1-1/+3
2007-06-14oops... somebody patched this module without compile-testing it... bad :-)kpfleming1-0/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-3/+3
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-4/+5
2006-09-25This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.murf1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+7
2006-07-19Fix a few doxygen warnings.north1-6/+6
2006-07-05update dependency information to match new names for dependencieskpfleming1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
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-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-04-04remove an unused function.rizzo1-6/+0
2006-04-04ogg_vorbis now compiles so put it back in.rizzo1-133/+87
2006-04-04Largely simplify format handlers (for file copy etc.)rizzo1-176/+118
2006-02-20Bug 5984 - Convert file offsets to 64 bittilghman1-4/+2
2006-02-12major dialplan functions updatekpfleming1-113/+117
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-16Fix compile issue (presumably on BSD) (bug #5745)markster1-0/+1
2005-11-06issue #5605russell1-1/+2
2005-10-26more doxygenification (issue #5513)russell1-2/+2
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster1-24/+24
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-0/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-3/+14
2005-07-20add OGG/Vorbis file format support (bug #4296)kpfleming1-0/+662