| Commit message (Expand) | Author | Age |
* | ff_gcd is already in libavutil/common.h, no need for an extra prototype here | reimar | 2007-06-24 |
* | Add AF_CONTROL_PAN_BALANCE control | zuxy | 2007-06-17 |
* | Remove incorrect comment: pan defaults to block all, instead of pass-thru. | zuxy | 2007-06-13 |
* | Avoid zero output for pan filter; zero output now means same # of channels | zuxy | 2007-06-13 |
* | Make pan reentrant. Multiple pans in chain work fine. | zuxy | 2007-06-13 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 |
* | reasonable cutoff frequency default | michael | 2007-03-22 |
* | Remove unnecessary unistd.h include. | diego | 2007-03-20 |
* | Remove MinGW hack, it's no longer needed. | diego | 2007-03-20 |
* | Rename open to af_open so as not to conflict with a previous header definition. | diego | 2007-03-20 |
* | Conditionally compile af_export instead of having #ifdef around the file. | diego | 2007-03-19 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | Move variable declaration to appropriate place | reimar | 2007-02-10 |
* | Cosmetics: remove tabs added in last commit from otherwise tab-free file. | reimar | 2007-02-10 |
* | Fix memory leaks. | uau | 2007-02-10 |
* | Use AF_NCH for max number of channels instead of private CHANS define. | uau | 2007-02-10 |
* | Fix nonsense tests like previously in af_pan. | uau | 2007-02-10 |
* | Fix nonsense tests ("if (af->data->audio)" before "if (af->data)"). | uau | 2007-02-10 |
* | Cosmetics: add space after comma in output | reimar | 2007-02-08 |
* | Experimental support for multichannel ladspa effects | reimar | 2007-02-05 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 |
* | Remove superfluous dependency declaration on real header files. | diego | 2006-11-27 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Remove config.h and move its content to af.h. There are multiple files under | diego | 2006-11-25 |
* | Use the real name of the header file when guarding against double inclusion. | diego | 2006-11-25 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Reinitialize some variables on af_resample reinit, fixes crash | uau | 2006-11-19 |
* | Fix double free in af_resample when reinited with suitable parameters | uau | 2006-11-18 |
* | Change value used to indicate "unknown audio format" from 0 to -1. | uau | 2006-11-08 |
* | Fix stupid use of multiplication to check signs which fails because of | uau | 2006-09-18 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | fix wrong and unrelated change done in r19199 | reynaldo | 2006-07-27 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 |
* | Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org | reynaldo | 2006-07-16 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 |