summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* trade out malloc, calloc, realloc for redefinable hooks _ogg_malloc,branch_beta3Monty2000-11-043-17/+23
| | | | | | _ogg_calloc, _ogg_realloc. svn path=/branches/branch_beta3/ogg/; revision=972
* Batch search/replace on header comments; fix typos, make them read LGPLMonty2000-11-044-8/+507
| | | | | | Monty svn path=/branches/branch_beta3/ogg/; revision=969
* Not all of the previous change was necessary; backed that out inMonty2000-10-301-48/+15
| | | | | | | | interests of staying streamlined. Monty svn path=/branches/branch_beta3/ogg/; revision=847
* Modification to ogg framing abstraction so that the page sequenceMonty2000-10-3025-956/+332
| | | | | | | | | | | | number a packet was extracted from (completed from) is passed in the packet struct. Vorbis needs this to do offset inference correctly. ogg_page_pageno now returns long (just in case we end up on a platform with 16 bit ints) Monty svn path=/branches/branch_beta3/ogg/; revision=790
* win32 project files and buld stuff for liboggJack Moffitt2000-10-133-0/+280
| | | | svn path=/trunk/ogg/; revision=732
* FIX GPL->LGPL in READMEMonty2000-10-101-3/+3
| | | | | | Monty svn path=/trunk/ogg/; revision=723
* cut-n-paste typoMonty2000-10-101-5/+1
| | | | svn path=/trunk/ogg/; revision=722
* Added 'ogg_page_packets()' call. See source for comment documentation.Monty2000-10-103-2/+93
| | | | | | Monty svn path=/trunk/ogg/; revision=721
* updated cvsignoreJack Moffitt2000-10-061-1/+1
| | | | svn path=/trunk/ogg/; revision=718
* macintosh build fixes for oggJack Moffitt2000-10-064-15/+38
| | | | | | os_types.h should be win32 and mac ready svn path=/trunk/ogg/; revision=717
* Where was ogg_sync_destroy... silly xiphmont :)Jack Moffitt2000-09-282-2/+10
| | | | svn path=/trunk/ogg/; revision=703
* ogg_stream_eof -> ogg_stream_eosJack Moffitt2000-09-262-3/+3
| | | | svn path=/trunk/ogg/; revision=691
* library versioning fixedJack Moffitt2000-09-262-1/+10
| | | | svn path=/trunk/ogg/; revision=688
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-262-12/+12
| | | | | | jack. svn path=/trunk/ogg/; revision=687
* ack, some of the '_' were still lingering.Jack Moffitt2000-09-072-53/+53
| | | | svn path=/trunk/ogg/; revision=648
* testing cvs commit emailsJack Moffitt2000-09-051-1/+0
| | | | svn path=/trunk/ogg/; revision=640
* testing againJack Moffitt2000-09-051-0/+1
| | | | svn path=/trunk/ogg/; revision=638
* testing commit emailsJack Moffitt2000-09-051-1/+0
| | | | svn path=/trunk/ogg/; revision=637
* this is a testJack Moffitt2000-09-051-0/+1
| | | | svn path=/trunk/ogg/; revision=635
* and the .cvsignores for the subdirsJack Moffitt2000-09-034-0/+13
| | | | svn path=/trunk/ogg/; revision=632
* added a .cvsignore fileJack Moffitt2000-09-031-0/+25
| | | | svn path=/trunk/ogg/; revision=631
* Initial revisionJack Moffitt2000-09-0322-0/+3722
svn path=/trunk/ogg/; revision=618