summaryrefslogtreecommitdiff
path: root/formats/format_ogg_vorbis.c
AgeCommit message (Expand)Author
2018-03-17BuildSystem: Check for header file of OGG.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-25cleanup: Fix fread() and fwrite() error handlingSean Bright
2017-04-15format_ogg_vorbis: Clear ogg/vorbis data structures on closeSean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-06-07Fix a typo in format_ogg_vorbis.c: suportTzafrir Cohen
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-02-16Fix compile problem when old version of libvorbisfile v1.1.2 is used.Richard Mudgett
2012-02-14Fix voicemail problems when using ogg/vorbis.Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-26Merged revisions 279472 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2009-12-08Set a module load priority for format modules.Russell Bryant
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-05-22Fix a few places where frame data was used directly.Jason Parker
2007-11-29Merged revisions 90155 via svnmerge from Tilghman Lesher
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-22implement the split of file.h and mod_format.hLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19format handlers don't need network, lock, channel and scheduler headersLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-06-14oops... somebody patched this module without compile-testing it... bad :-)Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-09-25This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.Steve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-19Fix a few doxygen warnings.North Antara
2006-07-05update dependency information to match new names for dependenciesKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERLuigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04remove an unused function.Luigi Rizzo
2006-04-04ogg_vorbis now compiles so put it back in.Luigi Rizzo
2006-04-04Largely simplify format handlers (for file copy etc.)Luigi Rizzo
2006-02-20Bug 5984 - Convert file offsets to 64 bitTilghman Lesher
2006-02-12major dialplan functions updateKevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming