Make some blob functions static.
[paraslash.git] / afh_common.c
2009-03-17 Andre NollFix possible NULL pointer dereference in afh_get_header().
2009-03-08 Andre Nollafh: Introduce afh_get_largest_chunk_size().
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-28 Andre NollMerge commit 'fml/master'
2008-11-28 Andre Nollafh_common.c: Add missing source code documentation.
2008-11-13 Andre Nollguess_audio_format(): Return proper error code.
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 NollKeep the audio file open when mmapping.
2008-04-12 Andre NollMake para_server use the generic scheduling code.
2008-03-19 Andre NollFix use of uninitialized afhi->header_len.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-15 Andre NollMove the get_chunk and the get_header functions from...
2008-03-14 Andre NollMerge commit 'remotes/meins/master'
2008-03-13 Andre NollGet rid of E_BAD_AUDIO_FILE_SUFFIX.
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-25 Andre Nollafh_common.c: Add documentation of afh_init().
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-25 Andre NollSmall cleanups and documentation improvements.
2007-10-23 Andre NollAdd missing afh_common.c.