audiod.c: Fix typo in log message
[paraslash.git] / mp3_afh.c
2007-03-22 Andre Nollmp3_afh.c: Fix off by one bug
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-13 Andre Nollmp3_afh.c: More documentation updates
2007-03-13 Andre Nollmp3_afh.c: Documentation update
2007-03-13 Andre Nollkill file parameter from get_file_info of struct audio...
2007-03-13 Andre Nollmp3_afh.c: Switch to memory mapped input file
2007-03-12 Andre Nollfirst draft of the mmap patch series
2007-03-12 Andre NollMerge ../paraslash_meins/paraslash
2007-03-11 Andre Nollcomment out some noisy debug messages
2007-03-11 Andre Nollfix doxygen comment of the init functions of all audio...
2007-03-11 Andre Nollmp3_afh.c: Kill global variable num_chunks and seconds.
2007-03-11 Andre Nollkill close_audio_file handler from struct audio format.
2007-03-11 Andre Nollkill global variable af from all audio format handlers
2007-03-11 Andre Nollintroduce struct audio_format_info
2007-03-04 Andre Nollmp3_afh.c: Mark frequencies, bitrate and frame_size_ind...
2007-03-04 Andre Nollmp3_afh.c: Kill unused mp3.filename
2007-03-04 Andre Nollmp3_afh.c: Kill unused inbuf and inbuf_size;
2007-03-04 Andre Nollsimplify vss_read_chunk()
2007-03-04 Andre Nollkill the read_chunk handler of struct audio_format...
2007-03-04 Andre Nollmake get_file_info() return the chunk table
2007-03-04 Andre Nollkill the reposition handler in struct audio_format_handler
2007-03-04 Andre Nollunify all audio format handlers
2007-03-04 Andre Nollunify aac and mp3 audio format handlers
2007-02-10 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-10 Andre Nolladd more missing documentation
2007-01-06 Andrerename afs to vss (the virtual streaming system)
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-05-17 Andremp3_afh.c/ogg_afh.c: fix doxygen file documentation
2006-05-17 Andrerename mp3.c to mp3_afh.c and ogg.c to ogg_afh.c