Fix two typos in daemon.c.
[paraslash.git] / mp3_afh.c
2009-05-07 Andre NollMerge branch 'next'
2009-05-04 Andre NollFix two gcc warnings.
2009-04-25 Andre NollMerge branch 'master' into next
2009-04-23 Andre NollMerge commit 'fml/master'
2009-04-23 Andre Noll[mp3_afh]: Ignore junk at the end of an mp3 file.
2009-04-19 Andre NollMerge commit 'athcx/next' into next
2009-04-19 Andre NollFix off-by-one bug in mp3_afh.
2009-03-15 Andre Nollmp3: Avoid rounding errors during bitrate calculation.
2009-02-11 Andre NollMerge commit 'fml/master'
2009-02-11 Andre NollDo not allocate too much space for the mp3 chunk table.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-11 Andre NollVarious small cleanups and documentation improvements.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-10-12 Andre Nollmp3_afh.c: Fix compilation on Mac OS 10.5.
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-29 Andre NollMove make_taginfo() from mp3_afh.c to afh_common.c.
2008-06-29 Andre Nollmp3: Add support for id3 version 2 tags.
2008-06-29 Andre NollKeep the audio file open when mmapping.
2008-06-29 Andre NollMake mp3_get_file_info() static.
2008-06-29 Andre NollReorder functions in mp3_afh.c.
2008-06-29 Andre NollGet rid of struct id3tag and struct mp3info.
2008-06-28 Andre Nollmp3_read_info(): Kill fl_avg.
2008-06-28 Andre NollKill struct mp3info->header.
2008-06-28 Andre NollMake mp3_seek_next_header() more readable.
2008-06-28 Andre NollSimplify mp3_seek_next_header().
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-06-25 Andre NollMerge commit 'meins/master'
2008-06-22 Andre Nollmp3_afh.c: Simplify mp3_get_id3().
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollAdd wrapper for isspace().
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-14 Andre NollMore loglevel adjustments.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollMerge the new afs code.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-04-04 Andre Nollfix some compiler warnings on Mac OS
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-24 Andre Nollkill some more unneeded includes
2007-03-24 Andre Nollmp3_afh.c: set bitrate, frequency and channels of struc...
2007-03-24 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-03-23 Andre Nollmp3_afh.c: Fix header_bitrate() for invalid headers
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