| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 41 | -12756/+0 |
* | Replace fast_memcpy() uses | wm4 | 2012-11-11 | 2 | -6/+4 |
* | uncrustify af.h | Stefano Pigozzi | 2012-11-02 | 1 | -76/+77 |
* | audio: untypedef af_stream | Stefano Pigozzi | 2012-11-02 | 2 | -29/+28 |
* | audio: untypedef af_cfg | Stefano Pigozzi | 2012-11-02 | 3 | -5/+5 |
* | audio: untypedef af_instance | Stefano Pigozzi | 2012-11-02 | 26 | -152/+151 |
* | audio: untypedef af_info | Stefano Pigozzi | 2012-11-02 | 25 | -53/+52 |
* | audio: untypedef af_data and rename it to mp_audio | Stefano Pigozzi | 2012-11-02 | 27 | -190/+189 |
* | af_hrtf: clamp output to relieve noises | upsuper | 2012-10-31 | 1 | -4/+5 |
* | af_scaletempo: reset latency info when reconfiguring | Uoti Urpala | 2012-10-28 | 1 | -0/+3 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -2/+2 |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 2 | -1/+8 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 2 | -1/+1 |
* | options, libaf: unify audio format name handling | wm4 | 2012-08-29 | 3 | -63/+28 |
* | af_scaletempo: fix crash on channel reconfiguration | wm4 | 2012-08-26 | 1 | -0/+6 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 1 | -0/+1 |
* | reorder_ch: support reordering 8 channels to AAC layout | mplayer-svn | 2012-08-03 | 1 | -0/+19 |
* | AF: remove af_stats | wm4 | 2012-08-03 | 2 | -161/+0 |
* | af: some spelling/grammar fixes | mplayer-svn | 2012-08-03 | 1 | -3/+3 |
* | af_lavcac3enc: remove pointless casts | mplayer-svn | 2012-08-03 | 1 | -5/+5 |
* | af: fix crash on invalid channel count | mplayer-svn | 2012-08-03 | 1 | -0/+4 |
* | libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoder | mplayer-svn | 2012-08-03 | 2 | -0/+12 |
* | AF: remove af_gate and af_comp | wm4 | 2012-08-02 | 3 | -336/+0 |
* | Remove dead code | wm4 | 2012-08-01 | 4 | -149/+0 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 2 | -2/+2 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 2 | -4/+6 |
* | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 1 | -14/+12 |
|\ |
|
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -2/+3 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -12/+9 |
* | | Merge branch 'softvol' into my_master | wm4 | 2012-01-18 | 1 | -1/+43 |
|\ \
| |/
|/| |
|
| * | af: fix crash when trying to use volume controls with AC3 pass-through | wm4 | 2012-01-18 | 1 | -1/+8 |
| * | af: print audio filter chain in verbose mode | wm4 | 2012-01-18 | 1 | -0/+35 |
* | | af_volume: do not change data when volume is 1 | wm4 | 2012-01-16 | 1 | -5/+4 |
|/ |
|
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -7/+1 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 1 | -3/+0 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 1 | -1/+1 |
* | audio: clamp sample values in float->int format conversions | Rudolf Polzer | 2011-05-04 | 1 | -4/+4 |
* | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 | 2 | -13/+14 |
* | af_lavcac3enc: fix channel reordering | Uoti Urpala | 2011-03-31 | 1 | -2/+3 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 1 | -4/+5 |
* | af_lavcac3enc: fix for lavc AC-3 encoder change to float input | Uoti Urpala | 2011-02-03 | 1 | -5/+26 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 20 | -119/+51 |
* | libaf: Make af_reinit "public", to allow using it in future patches | reimar | 2010-11-02 | 2 | -4/+8 |
* | audio: auto-add downmix filter when stereo output is requested | cigaes | 2010-11-02 | 1 | -0/+25 |
* | libaf: add opts pointer to struct af_stream | Uoti Urpala | 2010-11-02 | 1 | -0/+2 |
* | af.c: Minor simplification of af_init | reimar | 2010-11-02 | 1 | -5/+6 |
* | af.c: add "const" to af_append(), af_prepend() prototypes | reimar | 2010-11-02 | 1 | -2/+2 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -3/+3 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 1 | -7/+2 |
* | af_lavcresample: avoid multiple calls to av_resample_init | reimar | 2010-11-02 | 1 | -2/+18 |
* | af_export: Avoid void *-arithmentic warnings | reimar | 2010-11-02 | 1 | -2/+2 |
* | af_ladspa: Fix multiple instances of a filter type | reimar | 2010-11-02 | 1 | -3/+2 |
* | af_extrastereo: Improve filter description | diego | 2010-11-02 | 1 | -1/+1 |
* | af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size" | Uoti Urpala | 2010-10-14 | 1 | -11/+11 |
* | af_lavcac3enc: actually enable the filter by default | Uoti Urpala | 2010-05-26 | 1 | -3/+1 |
* | af_lavcac3enc: make the filter work without FFmpeg internals | Uoti Urpala | 2010-05-14 | 1 | -5/+20 |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\ |
|
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 6 | -13/+0 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 4 | -4/+0 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -42/+55 |
|\| |
|
| * | Move code that makes the filter chain match the desired output format into | reimar | 2010-02-19 | 1 | -42/+55 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -11/+0 |
|\| |
|
| * | Make the code match the documentation by making higher-quality but slower | reimar | 2010-01-30 | 1 | -11/+0 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -15/+17 |
* | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 1 | -0/+1 |
|\| |
|
| * | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 4 | -26/+24 |
|\| |
|
| * | Let the format filter do the AC3 endianness conversion instead of duplicating | reimar | 2010-01-11 | 1 | -21/+7 |
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 4 | -5/+14 |
| * | Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this | reimar | 2010-01-11 | 1 | -0/+1 |
| * | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 | 1 | -0/+2 |
| * | Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask, | reimar | 2010-01-11 | 1 | -1/+1 |
* | | Merge svn changes up to r30173 | Uoti Urpala | 2010-01-08 | 1 | -1/+1 |
|\| |
|
| * | Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes | reimar | 2010-01-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 | 1 | -11/+11 |
|\| |
|
| * | Fix mangling of 24-bit audio during channel reorder. | tack | 2009-11-28 | 1 | -11/+11 |
* | | af_scaletempo: Fix delay value after changing scale to 1 | Uoti Urpala | 2009-11-22 | 1 | -0/+1 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 4 | -19/+196 |
|\| |
|
| * | Add support for 8 channel audio. | tack | 2009-11-10 | 4 | -13/+195 |
| * | Cosmetics: remove trailing whitespace from file. | tack | 2009-11-10 | 1 | -1/+0 |
| * | reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_* | tack | 2009-11-04 | 2 | -6/+1 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -12/+12 |
|\| |
|
| * | Change libaf control ordering to make the controls unique again, (AF_CONTROL_... | reimar | 2009-09-26 | 1 | -12/+12 |
* | | Merge svn changes up to r29544 | Uoti Urpala | 2009-08-22 | 3 | -29/+30 |
|\| |
|
| * | Fix channel reordering when using 24-bit samples by adding breaks to cases | tack | 2009-08-19 | 1 | -0/+4 |
| * | Cosmetics: adjust alignment. | tack | 2009-08-18 | 1 | -3/+3 |
| * | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 3 | -26/+23 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 4 | -5/+11 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 3 | -5/+5 |
| * | Fix 24bit audio playback. | iive | 2009-07-19 | 1 | -0/+6 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 34 | -1324/+1324 |
* | | build: Readd support for code depending on FFmpeg internals | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 35 | -1337/+1323 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 4 | -24/+24 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 4 | -28/+28 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -38/+100 |
|\| |
|
| * | Cosmetics for r29244 to follow K&R style closely. | bircoph | 2009-05-03 | 1 | -17/+17 |
| * | Support for libbs2b ver. 3.0.0 API. | bircoph | 2009-05-03 | 1 | -20/+82 |
* | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 2 | -4/+216 |
|\| |
|
| * | Use native endian float filter provided by libbs2b instead of | bircoph | 2009-04-02 | 1 | -5/+2 |
| * | Add libbs2b audio filter itself. | bircoph | 2009-04-02 | 2 | -0/+219 |
| * | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 1 | -4/+0 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 20 | -216/+152 |
|\| |
|
| * | Move config.h include directive up as a precaution measure. | bircoph | 2009-03-28 | 1 | -1/+2 |
| * | Reorder includes alphabetically. | bircoph | 2009-03-28 | 1 | -2/+2 |
| * | Remove af_mp.h and add its content to af.h | bircoph | 2009-03-28 | 2 | -34/+8 |
| * | Remove af_msg special-casing API in libaf. | bircoph | 2009-03-28 | 20 | -180/+141 |
| * | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 | 1 | -1/+1 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 | 1 | -15/+21 |
|\| |
|
| * | Remove several useless casts from af_resample | reimar | 2009-03-06 | 1 | -4/+4 |
| * | Free af->setup and contents in af_resample uninit function. | reimar | 2009-03-06 | 1 | -0/+7 |
| * | Use calloc to allocate the af_resample ring buffers, reportedly using | reimar | 2009-03-06 | 1 | -1/+1 |
| * | Use a single malloc to allocate space for the circular buffers. | reimar | 2009-03-06 | 1 | -5/+4 |
| * | Comment typo fixes for af_resample | reimar | 2009-03-06 | 1 | -7/+7 |
* | | Merge svn changes up to r28712 | Uoti Urpala | 2009-02-23 | 2 | -0/+162 |
|\| |
|
| * | af_stats: Some fixes to the new filter | uau | 2009-02-21 | 1 | -13/+14 |
| * | Add missing #include "config.h", fixes the warning: | diego | 2009-02-21 | 1 | -0/+1 |
| * | Add statistics audio filter that prints information about the audio stream. | diego | 2009-02-21 | 2 | -0/+160 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -1/+1 |
|\| |
|
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 3 | -12/+5 |
|\| |
|
| * | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 | 2 | -3/+3 |
| * | Drop HAVE_LRINTF check, lrintf is used without checking in other places. | diego | 2009-01-26 | 1 | -8/+1 |
| * | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -1/+1 |
* | | Merge svn changes up to r28368 | Uoti Urpala | 2009-01-26 | 1 | -1/+2 |
|\| |
|
| * | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 | 1 | -1/+2 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -0/+1 |
|\| |
|
| * | Add missing header for av_gcd, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 2 | -4/+4 |
|\| |
|
| * | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 | 1 | -2/+2 |
| * | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 | 1 | -1/+1 |
| * | More #ifdef -> #if fixes | reimar | 2009-01-16 | 1 | -1/+1 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 36 | -276/+731 |
|\| |
|
| * | Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and | diego | 2009-01-05 | 3 | -8/+8 |
| * | Use standard multiple inclusion guards. | diego | 2009-01-05 | 2 | -6/+6 |
| * | Remove unnecessary local definition of _ISOC9X_SOURCE. | diego | 2009-01-05 | 1 | -3/+0 |
| * | Remove obsolete and misleading comment. | diego | 2009-01-05 | 1 | -4/+0 |
| * | Replace informal license notices by standard license header | diego | 2009-01-05 | 35 | -245/+705 |
| * | Fix two more instances of nonstandard license headers. | diego | 2009-01-05 | 1 | -11/+13 |
| * | Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as | diego | 2009-01-02 | 2 | -5/+5 |
* | | Merge svn changes up to r28103 | Uoti Urpala | 2008-12-06 | 1 | -3/+3 |
|\| |
|
| * | Add const to avoid warnings about discarded qualifiers. | reimar | 2008-12-05 | 1 | -3/+3 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 3 | -30/+29 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 3 | -30/+29 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 3 | -7/+11 |
|\| |
|
| * | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -6/+5 |
|