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

age author description
Wed, 26 Mar 2014 19:23:38 +0000 reimar Restore filter chain if af_add failed.
Sat, 23 Mar 2013 00:50:51 +0000 diego build: Add _BSD_SOURCE definition for strsep().
Wed, 13 Mar 2013 10:13:13 +0000 cehoyos Revert r35955, the resampling API in lavc is still available.
Tue, 12 Mar 2013 21:36:40 +0000 cehoyos Disable lavcresample compilation for the time being.
Mon, 05 Nov 2012 20:14:20 +0000 reimar Simplify.
Sun, 19 Feb 2012 15:21:23 +0000 diego lavcac3enc: make the filter buildable with shared FFmpeg
Mon, 14 Nov 2011 19:09:35 +0000 reimar Some spelling/grammar fixes.
Fri, 11 Nov 2011 17:15:13 +0000 reimar Sanitize channel count for libaf to avoid crashes since it is used unchecked.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Tue, 24 May 2011 19:51:38 +0000 diego configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
Sat, 09 Apr 2011 20:10:12 +0000 reimar Add const to type for pointer to a string constant.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 17 Oct 2010 15:52:18 +0000 reimar Make af_reinit "public", to allow using it in future patches.
Sun, 26 Sep 2010 08:45:40 +0000 cigaes Automatic downmix using the pan filter when the requested channel count is 2
Sat, 25 Sep 2010 11:55:56 +0000 reimar Minor simplification of af_init.