| Commit message (Expand) | Author | Age |
* | 100l, bzero is deprecated, use memset instead | reimar | 2007-11-30 |
* | Remove redundant changelog from comments. There's always svn log. | ivo | 2007-11-29 |
* | Fix multiple inclusion guards, identifiers starting with __ are reserved | diego | 2007-11-29 |
* | Prevent from using data->len when data is NULL (when play() return NULL). | ulion | 2007-11-23 |
* | Add padding and unroll loop 4x for at least another 10% speedup | reimar | 2007-11-18 |
* | Change to a 64 bit accumulation variable instead of shifting. | reimar | 2007-11-18 |
* | 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not... | reimar | 2007-11-18 |
* | Use "long" instead of "int" for innermost loop variable. | reimar | 2007-11-18 |
* | Rearrange scaletempo inner loop. | reimar | 2007-11-18 |
* | 100l, someone mixed up && and ||, so if allocation of only one buffers failed | reimar | 2007-11-18 |
* | Avoid some casts by changing int8_t* to void* in af_scaletempo | reimar | 2007-11-18 |
* | A/V sync: take audio filter buffers into account | uau | 2007-11-01 |
* | af_scaletempo: code cleanup | uau | 2007-11-01 |
* | af_scaletempo: Fix crash in option parsing | uau | 2007-11-01 |
* | af_scaletempo: Fix audio copy position | uau | 2007-11-01 |
* | Add audio filter scaletempo | uau | 2007-11-01 |
* | Change decode_audio() interface | uau | 2007-11-01 |
* | Remove some pointless 'inline' qualifiers | uau | 2007-11-01 |
* | libaf: Remove rational number implementation | uau | 2007-11-01 |
* | libaf: change filter input/output ratio calculations | uau | 2007-11-01 |
* | Remove unused functions in af.c | uau | 2007-11-01 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 |
* | Fix loads of typos | reimar | 2007-09-19 |
* | Fix typo in comment | reimar | 2007-09-16 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 |
* | Fix warning: | diego | 2007-08-25 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 |
* | 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 |