log libmpcodecs/ad_liba52.c @ 37195:ac6c37d85d65 default tip

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