log libmpcodecs/ad_liba52.c @ 31979:ed8a577b9a20

age author description
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.