aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_h264.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2007-11-29Merged revisions 90155 via svnmerge from tilghman1-1/+1
2007-11-22implement the split of file.h and mod_format.hrizzo1-1/+1
2007-11-19format handlers don't need network, lock, channel and scheduler headersrizzo1-7/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-31More changes to change return values from load_module functions.qwell1-1/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+3
2006-06-08Update doxygen for video formatsoej1-0/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+7
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo1-1/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-04Largely simplify format handlers (for file copy etc.)rizzo1-139/+57
2006-02-21suppress some compiler warnings due to recent format changes to use off_trussell1-2/+2
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-01-08Minor video fixesmarkster1-1/+1
2006-01-07Add support for H.264 with SIP and recordingmarkster1-0/+281