gui: Combine open_stat_pipe() and para_open_stat_pipe().
[paraslash.git] / ogg_afh.c
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