log libaf/af.c @ 34507:582ca9169495

age author description
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.
Sat, 25 Sep 2010 10:49:39 +0000 reimar Fix af_append and af_prepend prototypes, the name should be const.
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Mon, 13 Sep 2010 03:54:37 +0000 diego const-correctness for af_info_t audio filter declarations
Fri, 19 Feb 2010 21:52:29 +0000 reimar Move code that makes the filter chain match the desired output format into
Sun, 17 Jan 2010 15:08:31 +0000 reimar Add a proper header for our strsep implementation so strsep will
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.