aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_ogg_vorbis.c
AgeCommit message (Expand)AuthorFilesLines
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