pass the buffer size to init_get_bits() in bytes.
[paraslash.git] / afh_common.c
2009-11-18 Andre NollFirst draft of the wma decoder.
2009-11-18 Andre NollMerge branch 'maint'
2009-11-12 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge commit 'meins/maint' into maint
2009-11-07 Andre NollMerge branch 'maint'
2009-11-06 Andre NollMerge branch 'master' into next
2009-11-06 Andre NollMerge branch 'maint'
2009-11-06 Andre NollMerge commit 'meins/maint' into maint
2009-11-06 Andre NollReplace assertion for invalid audio formats by a runtim...
2009-11-05 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-10-24 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint' into next
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint'
2009-10-16 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-09-24 Andre NollMerge branch 'master' into next
2009-09-21 Andre NollMerge branch 'master' into next
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge branch 'master' into next
2009-09-06 Andre NollMerge branch 'master' into next
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-03 Andre NollMerge branch 'master' into next
2009-08-31 Andre NollMerge branch 'master' into next
2009-08-29 Andre NollMerge branch 'master' into next
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-01 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-09 Andre NollMerge branch 'master' into next
2009-07-09 Andre NollMerge commit 'meins/next' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-06-26 Andre NollMajor audio format handler cleanups.
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.