Slightly reworked the final write loop.
[ruby-vorbistagger.git] / ext / vcedit.c
2006-08-23 Tilman SauerbeckSlightly reworked the final write loop.
2006-08-23 Tilman SauerbeckCheck the EOF flag on zero reads.
2006-08-23 Tilman SauerbeckCode cleanup.
2006-08-23 Tilman SauerbeckReworked the loop that finds the first ogg page in...
2006-08-23 Tilman SauerbeckCode cleanup.
2006-08-23 Tilman SauerbeckReject filenames that are longer than PATH_MAX.
2006-08-23 Tilman SauerbeckUse a flexiable array to store the filename.
2006-08-23 Tilman SauerbeckSanitized memory allocation scheme.
2006-08-23 Tilman SauerbeckMade MainTest#test_open_non_ogg_file pass.
2006-08-23 Tilman SauerbeckReworked error handling.
2006-08-23 Tilman SauerbeckSeparated vcedit_state_new() and vcedit_open() again.
2006-08-23 Tilman SauerbeckMake sure we aren't keeping the input file opened.
2006-08-23 Tilman SauerbeckCleaned up memory allocations.
2006-08-23 Tilman SauerbeckCode cleanup.
2006-08-23 Tilman SauerbeckReworked output file writing.
2006-08-10 Tilman SauerbeckInitial commit.