| Commit message (Expand) | Author | Age |
* | #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 |
* | 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 |