summaryrefslogtreecommitdiff
path: root/main/format.c
AgeCommit message (Expand)Author
2017-12-30core: Use macros to generate ao2_container callbacks where possible.Corey Farrell
2017-05-30format: Reintroduce smoother flagsSean Bright
2016-11-06ast_format: Adds an identifier for interleaved audio formats to the ast_formatfrahaase
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-11-13format: Register format-attribute module with cached formats.Alexander Traud
2015-08-10main/format: Add an API call for retrieving format attributesMatt Jordan
2015-05-03Format Interfaces: Prevent unload except by shutdown.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-06Ensure that a non-zero sample rate is returned for all formats.Mark Michelson
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-12-12media: Fix crash when determining sample count of a frame during shutdown.Joshua Colp
2014-08-05chan_iax2: Fix a crash that occurs when using allow=all for an IAX2 peerJonathan Rose
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-15codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM"Matthew Jordan
2014-06-11format.c: Fix misuse of hash container function.Richard Mudgett
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-27main/formats: Fix crash in ast_format_cmp during non-clean shutdown.Corey Farrell
2014-02-14format.c: correct possible null pointer dereferenceScott Griepentrog
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-06-12Fix memory leak while loading modules, adding formats, and destroying endpointsMatthew Jordan
2012-12-05Remove init_framer(). It no longer does anything.Richard Mudgett
2012-12-05Fix registering core show codecs/codec CLI commands twice.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-13Use struct copy instead of memcpy().Richard Mudgett
2012-02-28Astobj2 locking enhancement.Richard Mudgett
2012-01-25Eliminate unnecessary rebuilds of main/format*.c.Kevin P. Fleming
2011-11-07list all of the codecs associated with a particular format id for CLI command...Matthew Nicholson
2011-10-31Misc format capability fixes.Richard Mudgett
2011-07-07Adds pass-through support for codec CELT.David Vossel
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel