summaryrefslogtreecommitdiff
path: root/formats
AgeCommit message (Expand)Author
2006-07-17H.263 frames can apparently be larger than was originally coded.Tilghman Lesher
2006-07-17Merged revisions 37765 via svnmerge from Tilghman Lesher
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-07pointer signedness warningsRussell Bryant
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-05update dependency information to match new names for dependenciesKevin P. Fleming
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-20Bug 7372: Wrong size for the block alignment (should have been 4 bytes;Tilghman Lesher
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-08Update doxygen for video formatsOlle Johansson
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-18fix obvious breakageKevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Fix format for big endian systemsTilghman Lesher
2006-04-13Bug 6896 - Fix for garbled wav49 formatTilghman Lesher
2006-04-13Typo fixTilghman Lesher
2006-04-13Document the MSGSM format, and fix the uncalculated number of samplesTilghman Lesher
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-07Merged revisions 18436 via svnmerge from Tilghman Lesher
2006-04-06remove traces of previously merged filesLuigi Rizzo
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04these files are now unused, corresponding functions are mergedLuigi Rizzo
2006-04-04remove an unused function.Luigi Rizzo
2006-04-04ogg_vorbis now compiles so put it back in.Luigi Rizzo
2006-04-04temporarily disconnect ogg_vorbis from the build while i update itLuigi Rizzo
2006-04-04Largely simplify format handlers (for file copy etc.)Luigi Rizzo
2006-02-23silence some more compiler warningsKevin P. Fleming
2006-02-21suppress some compiler warnings due to recent format changes to use off_tRussell Bryant
2006-02-20Bug 5984 - Convert file offsets to 64 bitTilghman Lesher
2006-02-19Merged revisions 10487 via svnmerge from Tilghman Lesher
2006-02-19Merged revisions 10462 via svnmerge from Tilghman Lesher
2006-02-18remove unused variableRussell Bryant
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11don't try to include non-existing (and unneeded) header fileKevin P. Fleming
2006-02-11use auto-build for pbx modulesKevin P. Fleming
2006-02-11use auto-build for formatsKevin P. Fleming
2006-02-11set standard properties on all non-binary filesKevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-20Fix for formats so they give better output on failure conditions. (#6141)Matthew Fredrickson