summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_liba52.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
* Remove duplicate #include of mpbswap.h.diego2008-03-141-2/+0
* Move extern int audio_output_channels; to ad_internal.hreimar2007-07-301-2/+0
* Make sure we always have a swab() prototype when we use it,reimar2007-06-241-0/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+1
* verbosity--;diego2006-09-231-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-2/+0
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-14/+9
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* No overlap allowed in memcpy, use memmovehzoli2005-05-241-1/+1
* Make sure that samplesize is at least 2, as some demuxers set it to 1hzoli2005-05-241-0/+1
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMhzoli2005-05-241-1/+2
* Add float output support. Add ADCTRL_QUERY_FORMAT control to report thehzoli2005-02-251-4/+85
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* a52 dynamic range compression support by Peter Ganstereralex2004-04-261-0/+37
* reversing my brokeness, but imho dnet is still broken on BE systemsalex2003-10-021-2/+0
* fix for bigendian systemsalex2003-09-261-0/+2
* ac3 byteswapping support (when format!=0x2000)arpi2003-05-171-3/+7
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+1
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-011-0/+3
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* renamed to match driver family namearpi2002-08-301-0/+192