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.
|
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.
|
Thu, 02 Apr 2009 19:01:57 +0000 |
bircoph |
Add libbs2b audio filter itself.
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
Sat, 28 Mar 2009 19:57:56 +0000 |
bircoph |
Remove af_msg special-casing API in libaf.
|
Sat, 21 Feb 2009 21:29:38 +0000 |
diego |
Add missing #include "config.h", fixes the warning:
|
Sat, 21 Feb 2009 21:27:27 +0000 |
diego |
Add statistics audio filter that prints information about the audio stream.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Thu, 13 Dec 2007 12:38:17 +0000 |
ulion |
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|