aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* Fix buffer overflow bug by calculate the buffer size accurately.Gravatar ulion2008-01-11
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Relicense GPL v2 files as GPL v2+ and add proper license headers.Gravatar diego2007-12-31
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.Gravatar ulion2007-12-13
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Fix my wrong code in r25530.Gravatar ulion2007-12-10
* Fix missing command line bug by making the input parameter constant.Gravatar ulion2007-12-10
* 100l, bzero is deprecated, use memset insteadGravatar reimar2007-11-30
* Remove redundant changelog from comments. There's always svn log.Gravatar ivo2007-11-29
* Fix multiple inclusion guards, identifiers starting with __ are reservedGravatar diego2007-11-29
* Prevent from using data->len when data is NULL (when play() return NULL).Gravatar ulion2007-11-23
* Add padding and unroll loop 4x for at least another 10% speedupGravatar reimar2007-11-18
* Change to a 64 bit accumulation variable instead of shifting.Gravatar reimar2007-11-18
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...Gravatar reimar2007-11-18
* Use "long" instead of "int" for innermost loop variable.Gravatar reimar2007-11-18
* Rearrange scaletempo inner loop.Gravatar reimar2007-11-18
* 100l, someone mixed up && and ||, so if allocation of only one buffers failedGravatar reimar2007-11-18
* Avoid some casts by changing int8_t* to void* in af_scaletempoGravatar reimar2007-11-18
* A/V sync: take audio filter buffers into accountGravatar uau2007-11-01
* af_scaletempo: code cleanupGravatar uau2007-11-01
* af_scaletempo: Fix crash in option parsingGravatar uau2007-11-01
* af_scaletempo: Fix audio copy positionGravatar uau2007-11-01
* Add audio filter scaletempoGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Remove some pointless 'inline' qualifiersGravatar uau2007-11-01
* libaf: Remove rational number implementationGravatar uau2007-11-01
* libaf: change filter input/output ratio calculationsGravatar uau2007-11-01
* Remove unused functions in af.cGravatar uau2007-11-01
* cosmetics: misc typo fixesGravatar diego2007-09-25
* Fix loads of typosGravatar reimar2007-09-19
* Fix typo in commentGravatar reimar2007-09-16
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix warning:Gravatar diego2007-08-25
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* ff_gcd is already in libavutil/common.h, no need for an extra prototype hereGravatar reimar2007-06-24
* Add AF_CONTROL_PAN_BALANCE controlGravatar zuxy2007-06-17
* Remove incorrect comment: pan defaults to block all, instead of pass-thru.Gravatar zuxy2007-06-13
* Avoid zero output for pan filter; zero output now means same # of channelsGravatar zuxy2007-06-13
* Make pan reentrant. Multiple pans in chain work fine.Gravatar zuxy2007-06-13
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Add general variables for either static or shared FFmpeg libraries.Gravatar diego2007-04-26
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* reasonable cutoff frequency defaultGravatar michael2007-03-22
* Remove unnecessary unistd.h include.Gravatar diego2007-03-20
* Remove MinGW hack, it's no longer needed.Gravatar diego2007-03-20
* Rename open to af_open so as not to conflict with a previous header definition.Gravatar diego2007-03-20
* Conditionally compile af_export instead of having #ifdef around the file.Gravatar diego2007-03-19
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18