summaryrefslogtreecommitdiff
path: root/formats/format_siren7.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
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-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
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
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming