log libmpcodecs/ad_liba52.c @ 34105:34c1bbba61a6

age author description
2011-03-05 reimar Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet
2010-10-04 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
2010-09-08 diego Remove duplicated audio_output_channels extern variable declaration.
2010-05-30 reimar Use the -a52drc option also for the libavcodec decoder.
2010-05-09 diego Remove internal liba52 copy.
2010-02-16 diego libmpcodecs: Mark functions not used outside of their files as static.
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-07 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
2009-02-03 reimar swab() needs _XOPEN_SOURCE to be defined.
2008-09-15 rathann External liba52 support, part 2 of 2.
2008-09-15 rathann External liba52 support part 1 of 2.
2008-06-01 reimar Properly free memory allocate by liba52.
2008-03-14 diego Remove duplicate #include of mpbswap.h.
2007-07-30 reimar Move extern int audio_output_channels; to ad_internal.h
2007-06-24 reimar Make sure we always have a swab() prototype when we use it,
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-09-23 diego verbosity--;
2006-06-21 diego Move #ifdefs around complete files into the build system.
2006-06-15 rathann sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
2006-02-10 reimar Make sure maxlen is respected, instead of just failing the assert later on.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-05-24 hzoli No overlap allowed in memcpy, use memmove
2005-05-24 hzoli Make sure that samplesize is at least 2, as some demuxers set it to 1
2005-05-24 hzoli Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM
2005-02-25 hzoli Add float output support. Add ADCTRL_QUERY_FORMAT control to report the
2004-09-21 reimar setting samplesize to 2 in decoders where neccessary.
2004-04-26 alex a52 dynamic range compression support by Peter Gansterer
2003-10-02 alex reversing my brokeness, but imho dnet is still broken on BE systems
2003-09-26 alex fix for bigendian systems
2003-05-17 arpi ac3 byteswapping support (when format!=0x2000)
2003-01-18 arpi AltiVec detection code ("borrowed" from FFmpeg and
2002-11-01 arpi usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
2002-08-31 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
2002-08-30 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
2002-08-30 arpi renamed to match driver family name base libmpcodecs/ad_a52.c@e6b3d8f82a45