log libaf/af_lavcac3enc.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 25 Aug 2013 11:30:45 +0000 reimar Quick an inefficient hack to enable planar encoding.
Sun, 25 Aug 2013 11:30:43 +0000 reimar Extract audio encoding code into a separate helper function.
Sun, 25 Aug 2013 11:30:42 +0000 reimar lavcac3enc: avoid code duplication.
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Sun, 19 Feb 2012 15:21:23 +0000 diego lavcac3enc: make the filter buildable with shared FFmpeg
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Mon, 14 Nov 2011 19:05:49 +0000 reimar Remove pointless casts.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Fri, 22 Apr 2011 07:53:12 +0000 cehoyos Do not use a deprecated audio encoder.
Sun, 03 Apr 2011 14:39:27 +0000 iive Fix segfault in lavcac3enc audio filter.
Tue, 11 Jan 2011 13:15:36 +0000 cehoyos Change a forgotten instance of string 'ac3' to 'ac3_fixed'.
Tue, 11 Jan 2011 13:09:46 +0000 cehoyos Fix -af lavcac3enc after float ac3 encoder was made default in libavcodec.
Sat, 04 Sep 2010 08:36:38 +0000 diego Refactor more instances of avcodec_initialized handling into init_avcodec().
Mon, 11 Jan 2010 20:40:51 +0000 reimar Let the format filter do the AC3 endianness conversion instead of duplicating
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Tue, 18 Aug 2009 22:24:36 +0000 tack Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Sat, 28 Mar 2009 19:57:56 +0000 bircoph Remove af_msg special-casing API in libaf.
Wed, 14 May 2008 17:24:10 +0000 diego Use standard license headers with standard formatting.
Mon, 03 Mar 2008 19:32:15 +0000 diego Add directory names to libavcodec #includes.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Fri, 11 Jan 2008 10:15:46 +0000 ulion Fix buffer overflow bug by calculate the buffer size accurately.
Thu, 13 Dec 2007 12:38:17 +0000 ulion Add new audio filter for encoding multi-channel audio into ac3 at runtime.