Fix com_stat() for arguments greater than one.
[paraslash.git] / ogg_afh.c
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-11-24 Andre Nollogg_afh.c: Increase eof timeval.
2007-11-11 Andre NollAdd more status items.
2007-11-02 Andre NollRename audio_info status items and get rid of duplicate...
2007-10-26 Andre NollRename instances of struct afh_info from "afi" to ...
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-22 Andre NollSwitch to the new afs.
2007-09-15 Andre Nollogg_afh.c: Store the bitrate in KHz rather than in Hz.
2007-09-14 Andre Nollloglevel adjustments.
2007-09-13 Andre Nollogg_afh.c: Fix a memory leak.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-06-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-06-10 Andre Nollclean up error.h
2007-06-03 Andre Nollogg_afh.c: add documentation of struct ogg_datasource
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-25 Andre Nolldo not copy the audio file header
2007-03-24 Andre Nollogg_afh.c: store bitrate, frequency and channels in...
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-13 Andre Nollkill file parameter from get_file_info of struct audio...
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 Nollogg_afh.c: make two functions static
2007-03-11 Andre Nollfix doxygen comment of the init functions of all audio...
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-10 Andre Nollogg_afh.c: Kill tunetable()
2007-03-10 Andre Nollogg_afh.c: Switch to ogg vorbis callbacks
2007-03-05 Andre Nollogg_afh.c: Fix format string compiler warning
2007-03-04 Andre Nollogg_afh.c: Kill unneccessary inclusion of fd.h
2007-03-04 Andre Nollogg_afh.c: Kill global variable num_chunks
2007-03-04 Andre Nollogg_afh.c: make vi_sampling_rate, vi_bitrate local
2007-03-04 Andre Nollogg_afh.c: Kill unused vi_bitrate_nominal
2007-03-04 Andre Nollogg_afh.c: get rid of global variable max_chunk_len
2007-03-04 Andre Nollsimplify ogg_compute_chunk_table()
2007-03-04 Andre Nollogg_afh.c: Kill global variable infile
2007-03-04 Andre Nollogg_afh.c: Kill superflous vi_channels
2007-03-04 Andre Nollogg_afh.c: Kill unused inbuf and inbuf_size
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 Nollogg_afh.c: Rename oggbuf_len to inbuf_size
2007-03-04 Andre Nollogg_afh.c: Rename oggbuf to inbuf
2007-03-03 Andre Nollogg_afh.c: chunk_table is an array of type size_t
2007-03-03 Andre Nollsimplify ogg_compute_header_len()
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-12-22 Andre NollMerge ../paraslash.meins/paraslash
2006-12-22 Andre Nollogg_afh.c: include inttypes.h
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