aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
...
* 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
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Move variable declaration to appropriate placeGravatar reimar2007-02-10
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.Gravatar reimar2007-02-10
* Fix memory leaks.Gravatar uau2007-02-10
* Use AF_NCH for max number of channels instead of private CHANS define.Gravatar uau2007-02-10
* Fix nonsense tests like previously in af_pan.Gravatar uau2007-02-10
* Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").Gravatar uau2007-02-10
* Cosmetics: add space after comma in outputGravatar reimar2007-02-08
* Experimental support for multichannel ladspa effectsGravatar reimar2007-02-05
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...Gravatar nplourde2006-11-28
* FFmpeg-style dependency declarationGravatar diego2006-11-27