summaryrefslogtreecommitdiffstats
path: root/libaf
Commit message (Expand)AuthorAgeFilesLines
* libaf: Make af_reinit "public", to allow using it in future patchesreimar2010-11-022-4/+8
* audio: auto-add downmix filter when stereo output is requestedcigaes2010-11-021-0/+25
* libaf: add opts pointer to struct af_streamUoti Urpala2010-11-021-0/+2
* af.c: Minor simplification of af_initreimar2010-11-021-5/+6
* af.c: add "const" to af_append(), af_prepend() prototypesreimar2010-11-021-2/+2
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-3/+3
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-7/+2
* af_lavcresample: avoid multiple calls to av_resample_initreimar2010-11-021-2/+18
* af_export: Avoid void *-arithmentic warningsreimar2010-11-021-2/+2
* af_ladspa: Fix multiple instances of a filter typereimar2010-11-021-3/+2
* af_extrastereo: Improve filter descriptiondiego2010-11-021-1/+1
* af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size"Uoti Urpala2010-10-141-11/+11
* af_lavcac3enc: actually enable the filter by defaultUoti Urpala2010-05-261-3/+1
* af_lavcac3enc: make the filter work without FFmpeg internalsUoti Urpala2010-05-141-5/+20
* Merge svn changes up to r30967Uoti Urpala2010-04-261-1/+1
|\
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-206-13/+0
* | Delete things related to old translation systemUoti Urpala2010-03-104-4/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-42/+55
|\|
| * Move code that makes the filter chain match the desired output format intoreimar2010-02-191-42/+55
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-11/+0
|\|
| * Make the code match the documentation by making higher-quality but slowerreimar2010-01-301-11/+0
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-15/+17
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* | Merge svn changes up to r30375Uoti Urpala2010-01-251-0/+1
|\|
| * Add a proper header for our strsep implementation so strsep willreimar2010-01-171-0/+1
* | Merge svn changes up to r30301Uoti Urpala2010-01-254-26/+24
|\|
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-111-21/+7
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-114-5/+14
| * Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since thisreimar2010-01-111-0/+1
| * Add and use AF_FORMAT_IS_AC3 macro.reimar2010-01-111-0/+2
| * Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,reimar2010-01-111-1/+1
* | Merge svn changes up to r30173Uoti Urpala2010-01-081-1/+1
|\|
| * Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesreimar2010-01-021-1/+1
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-11/+11
|\|
| * Fix mangling of 24-bit audio during channel reorder.tack2009-11-281-11/+11
* | af_scaletempo: Fix delay value after changing scale to 1Uoti Urpala2009-11-221-0/+1
* | Merge svn changes up to r29912Uoti Urpala2009-11-164-19/+196
|\|
| * Add support for 8 channel audio.tack2009-11-104-13/+195
| * Cosmetics: remove trailing whitespace from file.tack2009-11-101-1/+0
| * reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*tack2009-11-042-6/+1
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-12/+12
|\|
| * Change libaf control ordering to make the controls unique again, (AF_CONTROL_...reimar2009-09-261-12/+12
* | Merge svn changes up to r29544Uoti Urpala2009-08-223-29/+30
|\|
| * Fix channel reordering when using 24-bit samples by adding breaks to casestack2009-08-191-0/+4
| * Cosmetics: adjust alignment.tack2009-08-181-3/+3
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-183-26/+23
* | Merge svn changes up to r29455Uoti Urpala2009-07-294-5/+11
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-263-5/+5
| * Fix 24bit audio playback.iive2009-07-191-0/+6
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1334-1324/+1324
* | build: Readd support for code depending on FFmpeg internalsUoti Urpala2009-07-261-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-0735-1337/+1323
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-074-24/+24
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-074-28/+28
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-38/+100
|\|
| * Cosmetics for r29244 to follow K&R style closely.bircoph2009-05-031-17/+17
| * Support for libbs2b ver. 3.0.0 API.bircoph2009-05-031-20/+82
* | Merge svn changes up to r29134Uoti Urpala2009-04-022-4/+216
|\|
| * Use native endian float filter provided by libbs2b instead ofbircoph2009-04-021-5/+2
| * Add libbs2b audio filter itself.bircoph2009-04-022-0/+219
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+0
* | Merge svn changes up to r29117Uoti Urpala2009-04-0120-216/+152
|\|
| * Move config.h include directive up as a precaution measure.bircoph2009-03-281-1/+2
| * Reorder includes alphabetically.bircoph2009-03-281-2/+2
| * Remove af_mp.h and add its content to af.hbircoph2009-03-282-34/+8
| * Remove af_msg special-casing API in libaf.bircoph2009-03-2820-180/+141
| * cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-1/+1
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-15/+21
|\|
| * Remove several useless casts from af_resamplereimar2009-03-061-4/+4
| * Free af->setup and contents in af_resample uninit function.reimar2009-03-061-0/+7
| * Use calloc to allocate the af_resample ring buffers, reportedly usingreimar2009-03-061-1/+1
| * Use a single malloc to allocate space for the circular buffers.reimar2009-03-061-5/+4
| * Comment typo fixes for af_resamplereimar2009-03-061-7/+7
* | Merge svn changes up to r28712Uoti Urpala2009-02-232-0/+162
|\|
| * af_stats: Some fixes to the new filteruau2009-02-211-13/+14
| * Add missing #include "config.h", fixes the warning:diego2009-02-211-0/+1
| * Add statistics audio filter that prints information about the audio stream.diego2009-02-212-0/+160
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28403Uoti Urpala2009-01-313-12/+5
|\|
| * WORDS_BIGENDIAN is defined/undefined, not 0/1.diego2009-01-262-3/+3
| * Drop HAVE_LRINTF check, lrintf is used without checking in other places.diego2009-01-261-8/+1
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-1/+1
* | Merge svn changes up to r28368Uoti Urpala2009-01-261-1/+2
|\|
| * Fix build: Add required header and adjust preprocessor check.diego2009-01-251-1/+2
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-0/+1
|\|
| * Add missing header for av_gcd, fixes the warning:diego2009-01-251-0/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-192-4/+4
|\|
| * Fix compilation: s/ff_gcd/av_gcd.cehoyos2009-01-171-2/+2
| * More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-161-1/+1
| * More #ifdef -> #if fixesreimar2009-01-161-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-1536-276/+731
|\|
| * Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h anddiego2009-01-053-8/+8
| * Use standard multiple inclusion guards.diego2009-01-052-6/+6
| * Remove unnecessary local definition of _ISOC9X_SOURCE.diego2009-01-051-3/+0
| * Remove obsolete and misleading comment.diego2009-01-051-4/+0
| * Replace informal license notices by standard license headerdiego2009-01-0535-245/+705
| * Fix two more instances of nonstandard license headers.diego2009-01-051-11/+13
| * Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used asdiego2009-01-022-5/+5
* | Merge svn changes up to r28103Uoti Urpala2008-12-061-3/+3
|\|
| * Add const to avoid warnings about discarded qualifiers.reimar2008-12-051-3/+3
* | Merge svn changes up to r28087Uoti Urpala2008-12-043-30/+29
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-033-30/+29
* | Merge svn changes up to 27824Uoti Urpala2008-10-253-7/+11
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-6/+5
| * Fix channel order for ffmpeg flac codec.ulion2008-10-092-1/+6
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-4/+4
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-4/+4
* | Merge svn changes up to r27332Uoti Urpala2008-07-213-23/+23
|\|
| * Make af_hrtf tables static constreimar2008-07-151-6/+6
| * Add const to libaf/filter.c functions.reimar2008-07-152-17/+17
* | Merge svn changes up to r27025Uoti Urpala2008-06-072-5/+5
|\|
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-072-5/+5
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* | Merge svn changes up to r26783Uoti Urpala2008-05-157-41/+40
|\|
| * Use standard license headers with standard formatting.diego2008-05-147-41/+40
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
|/
* Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.diego2008-04-105-73/+92
* Remove useless #include.diego2008-04-091-1/+0
* Merge libaf/Makefile into Makefile, one less instance of recursive make.diego2008-04-091-37/+0
* Remove some useless quotes from #error preprocessor directives.diego2008-04-092-2/+2
* Use quotes instead of angular brackets for local includes.diego2008-04-094-5/+5
* Handle af_ladspa conditional compilation in the usual way.diego2008-04-091-1/+1
* #include config.h before all other headers.diego2008-03-141-1/+1
* Add missing header #include to fix 'make checkheaders'.diego2008-03-101-0/+2
* af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using thatdiego2008-03-101-2/+0
* Fix ffvorbis decoder's output channel order with channel reordering function.ulion2008-03-052-1/+6
* Add directory names to libavcodec #includes.diego2008-03-031-2/+2
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-8/+2
* Replace silly check for config.h inclusion, just include it.diego2008-02-241-3/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2210-32/+33
* This header should not have multiple inclusion guards, it is meantdiego2008-02-181-4/+3
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Fix buffer overflow bug by calculate the buffer size accurately.ulion2008-01-111-3/+20
* Add multiple inclusion guards to all header files that lack them.diego2008-01-013-0/+15
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-014-12/+12
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-313-3/+3
* Relicense GPL v2 files as GPL v2+ and add proper license headers.diego2007-12-312-4/+38
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.ulion2007-12-133-0/+306
* Fix all current known multi-channel wrong order problems by addingulion2007-12-103-0/+1323
* Fix my wrong code in r25530.ulion2007-12-101-1/+1
* Fix missing command line bug by making the input parameter constant.ulion2007-12-101-6/+8
* 100l, bzero is deprecated, use memset insteadreimar2007-11-301-1/+1
* Remove redundant changelog from comments. There's always svn log.ivo2007-11-291-33/+0
* Fix multiple inclusion guards, identifiers starting with __ are reserveddiego2007-11-292