summaryrefslogtreecommitdiff
path: root/main/frame.c
AgeCommit message (Expand)Author
2017-11-14Merge "core: Add cache_media_frames debugging option."Jenkins2
2017-11-11core: Add cache_media_frames debugging option.Richard Mudgett
2017-11-11frame.c: Make ast_frame_free()/ast_frfree() NULL tolerantRichard Mudgett
2017-02-24channel: Add ast_read_stream function for reading frames from all streams.Joshua Colp
2017-01-27Merge "media: Add experimental support for RTCP feedback."George Joseph
2017-01-24frame.c: Fix off-nominal format ref leaks.Richard Mudgett
2017-01-23media: Add experimental support for RTCP feedback.Lorenzo Miniero
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-04-06frame.c: Copy the whole subclass in ast_frdup().Jacek Konieczny
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-01-17pjsip: fix support for allow=allScott Griepentrog
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-04-08Stasis application WebSocket supportDavid M. Lee
2013-01-31Improve func FRAME_TRACE DTMF digit format.Richard Mudgett
2012-07-24Rewrite a comment that didn't adequately explain the code it was documenting.Kevin P. Fleming
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-15Add HANGUPCAUSE hash support to IAX2Kinsey Moore
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2011-09-07Implement the '!' negation element to negate codecs directly in the allow key...Tilghman Lesher
2011-07-07Adds pass-through support for codec CELT.David Vossel
2011-06-30copy all flags on asterisk frames instead of just the timing flagMatthew Nicholson
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Modify alignment of 'core show codecs', since the ID is no longer a huge int.Jason Parker
2011-02-03Fixes output of "core show codecs" to display image types correctly.David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-06-17adds speex 16khz audio supportDavid Vossel
2010-06-16addition of G.719 pass-through supportDavid Vossel
2010-06-11Merged revisions 269960 via svnmerge from Tilghman Lesher
2010-04-21Added MixMonitorMute manager commandJulian Lyndon-Smith
2010-01-26Fix crash resulting from frames with invalid data pointers.Jeff Peeler
2010-01-10According to POSIX, the capital L modifier applies only to floating point types.Tilghman Lesher
2009-11-06Fix compiler warning gcc 4.2.4 foundRichard Mudgett
2009-11-05Rework codecs command to comply with the 64-bit schemeTilghman Lesher
2009-11-04Add a couple more casts so that code compiles correctly.Mark Michelson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-21Merged revisions 224931 via svnmerge from Russell Bryant
2009-10-08Merged revisions 222878 via svnmerge from Russell Bryant
2009-09-01Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properlyKevin P. Fleming
2009-08-10AST-2009-005Tilghman Lesher
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemsKevin P. Fleming
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Merged revisions 195206 via svnmerge from Joshua Colp
2009-03-05Merged revisions 180372 via svnmerge from Kevin P. Fleming
2009-02-18fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, en...Kevin P. Fleming