| Commit message (Expand) | Author | Age | Files | Lines |
* | avresample: Include libavutil/avutil.h in version.h | James Almer | 2013-12-06 | 1 | -0/+2 |
* | Add Windows resource file support for shared libraries | James Almer | 2013-12-05 | 2 | -0/+58 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\ |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | Merge commit '211ca69b13eb0a127a9ef7e70ddaccdab125d1c5' | Michael Niedermayer | 2013-10-28 | 1 | -1/+2 |
|\| |
|
| * | lavr: check that current_buffer is not NULL before using it | Justin Ruggles | 2013-10-27 | 1 | -1/+2 |
* | | Merge commit '206895708ea2b464755d340e44501daf9a07c310' | Michael Niedermayer | 2013-10-14 | 1 | -9/+9 |
|\| |
|
| * | x86inc: Remove our FMA4 support | Derek Buitenhuis | 2013-10-14 | 1 | -9/+9 |
* | | Merge commit '15748773bf33c110e6e2e9526c7ba5478274c74c' | Michael Niedermayer | 2013-10-14 | 1 | -1/+1 |
|\| |
|
| * | avresample/x86: Switch operand order for mulps | Derek Buitenhuis | 2013-10-14 | 1 | -1/+1 |
* | | Merge commit 'df6737a55f5dc7c0ae5272bc5fa6182836d5481c' | Michael Niedermayer | 2013-10-13 | 1 | -10/+10 |
|\| |
|
| * | audio_mix: fix channel order in mix_1_to_2_fltp_flt_c | Anton Khirnov | 2013-10-12 | 1 | -10/+10 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 22 | -89/+89 |
* | | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' | Michael Niedermayer | 2013-08-03 | 1 | -2/+2 |
|\| |
|
| * | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-26 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-18 | 3 | -24/+24 |
|\| |
|
| * | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 3 | -24/+24 |
* | | Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' | Michael Niedermayer | 2013-05-18 | 1 | -0/+6 |
|\| |
|
| * | lavr doxy: add version.h to the lavr group | Anton Khirnov | 2013-05-17 | 1 | -0/+6 |
* | | Merge commit 'e445647b4fdf481b13b2743b303d84de4f43bedd' | Michael Niedermayer | 2013-05-05 | 2 | -3/+4 |
|\| |
|
| * | avresample: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 2 | -3/+4 |
* | | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' | Michael Niedermayer | 2013-03-28 | 3 | -167/+166 |
|\| |
|
| * | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 3 | -167/+166 |
* | | Merge commit '45235ac488363e3360bf2f2275102d1ec66eba0f' | Michael Niedermayer | 2013-02-24 | 1 | -1/+13 |
|\| |
|
| * | lavr: allow setting internal_sample_fmt option by string | Justin Ruggles | 2013-02-23 | 1 | -1/+11 |
| * | lavr: Add "resample_cutoff" option as a duplicate of "cutoff" | Justin Ruggles | 2013-02-23 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-13 | 1 | -14/+35 |
|\| |
|
| * | lavr: fix mixing matrix reduction when normalization is disabled | Justin Ruggles | 2013-02-12 | 1 | -0/+11 |
| * | lavr: fix matrix reduction for upmixing in certain cases | Justin Ruggles | 2013-02-12 | 1 | -0/+10 |
| * | lavr: cosmetics: reindent | Justin Ruggles | 2013-02-12 | 1 | -14/+14 |
* | | Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90' | Michael Niedermayer | 2013-02-13 | 1 | -44/+57 |
|\| |
|
| * | lavr: make sure that the mix function is reset even if no mixing will be done | Justin Ruggles | 2013-02-12 | 1 | -21/+31 |
| * | lavr: print out the mix matrix in ff_audio_mix_set_matrix() | Justin Ruggles | 2013-02-12 | 1 | -26/+29 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-18 | 1 | -8/+5 |
|\| |
|
| * | lavr: always reset mix function names and pointers in mix_function_init() | Justin Ruggles | 2013-01-17 | 1 | -3/+4 |
| * | lavr: call mix_function_init() in ff_audio_mix_set_matrix() | Justin Ruggles | 2013-01-17 | 1 | -5/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-09 | 2 | -0/+86 |
|\| |
|
| * | x86: lavr: add SSE2/AVX dither_int_to_float() | Justin Ruggles | 2013-01-08 | 2 | -0/+86 |
* | | Merge commit '1fb8f6a44f06e48386450fe0363aefc02583d24a' | Michael Niedermayer | 2013-01-09 | 5 | -0/+102 |
|\| |
|
| * | x86: lavr: add SSE2 quantize() for dithering | Justin Ruggles | 2013-01-08 | 5 | -0/+102 |
* | | Merge commit '8729698d50739524665090e083d1bfdf28235724' | Michael Niedermayer | 2013-01-08 | 2 | -57/+217 |
|\| |
|
| * | lavr: log channel conversion description for any-to-any functions | Justin Ruggles | 2013-01-07 | 1 | -2/+3 |
| * | lavr: mix: reduce the mixing matrix when possible | Justin Ruggles | 2013-01-07 | 1 | -30/+186 |
| * | lavr: cosmetics: reindent | Justin Ruggles | 2013-01-07 | 1 | -25/+28 |
* | | Merge commit '074a00d192c0e749d677b008b337da42597e780f' | Michael Niedermayer | 2013-01-08 | 13 | -41/+317 |
|\| |
|
| * | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 10 | -27/+301 |
| * | lavr: typedef internal structs in internal.h | Justin Ruggles | 2013-01-07 | 8 | -14/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-06 | 1 | -26/+9 |
|\| |
|