| Commit message (Expand) | Author | Age |
* | Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE. | diego | 2008-04-10 |
* | Remove useless #include. | diego | 2008-04-09 |
* | Merge libaf/Makefile into Makefile, one less instance of recursive make. | diego | 2008-04-09 |
* | Remove some useless quotes from #error preprocessor directives. | diego | 2008-04-09 |
* | Use quotes instead of angular brackets for local includes. | diego | 2008-04-09 |
* | Handle af_ladspa conditional compilation in the usual way. | diego | 2008-04-09 |
* | #include config.h before all other headers. | diego | 2008-03-14 |
* | Add missing header #include to fix 'make checkheaders'. | diego | 2008-03-10 |
* | af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that | diego | 2008-03-10 |
* | Fix ffvorbis decoder's output channel order with channel reordering function. | ulion | 2008-03-05 |
* | Add directory names to libavcodec #includes. | diego | 2008-03-03 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | Replace silly check for config.h inclusion, just include it. | diego | 2008-02-24 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 |
* | This header should not have multiple inclusion guards, it is meant | diego | 2008-02-18 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Fix buffer overflow bug by calculate the buffer size accurately. | ulion | 2008-01-11 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 |
* | Replace multiple inclusion guards with leading underscores by default names. | diego | 2008-01-01 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 |
* | Relicense GPL v2 files as GPL v2+ and add proper license headers. | diego | 2007-12-31 |
* | Add new audio filter for encoding multi-channel audio into ac3 at runtime. | ulion | 2007-12-13 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 |
* | Fix my wrong code in r25530. | ulion | 2007-12-10 |
* | Fix missing command line bug by making the input parameter constant. | ulion | 2007-12-10 |
* | 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 |