summaryrefslogtreecommitdiff
path: root/formats/format_pcm.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-09-05formats: Restore previous fread() behaviorSean Bright
2017-05-02cleanup: Change severity of fread short-read warningSean Bright
2017-04-25cleanup: Fix fread() and fwrite() error handlingSean Bright
2017-04-14format_pcm: Track actual header size of .au filesSean 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
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2012-04-29Fix error that caused truncate operations to failMatthew Jordan
2012-04-17Fix error that caused seek format operations to set max file size to '1' or '0'Matthew Jordan
2012-04-16Check for IO stream failures in various format's truncate/seek operationsMatthew Jordan
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
2010-04-20Update supported file extensions in doxygen.Leif Madsen
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-12-08Add alw as a valid file extension for alaw and ulw as a valid file extension ...Joshua Colp
2008-09-22Merged revisions 143903 via svnmerge from Sean Bright
2008-08-07Start moving in changes from my resolve-shadow-warnings branch. Going to doSean Bright
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2007-11-29Merged revisions 90155 via svnmerge from Tilghman Lesher
2007-11-22implement the split of file.h and mod_format.hLuigi 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-29Merged revisions 72705 via svnmerge from Russell Bryant
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-09-18u_intXX_t is sillyJason Parker
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...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-04Largely simplify format handlers (for file copy etc.)Luigi Rizzo
2006-02-23silence some more compiler warningsKevin P. Fleming
2006-02-20Bug 5984 - Convert file offsets to 64 bitTilghman Lesher
2006-01-20Fix for formats so they give better output on failure conditions. (#6141)Matthew Fredrickson
2006-01-05Merged revisions 7819 via svnmerge from Kevin P. Fleming
2006-01-05Merged revisions 7807 via svnmerge from Kevin P. Fleming
2006-01-04Merged revisions 7805 via svnmerge from Kevin P. Fleming
2006-01-04Merged revisions 7803 via svnmerge from Kevin P. Fleming
2006-01-04Merged revisions 7799-7800 via svnmerge from Kevin P. Fleming