haiku/src
Adrien Destugues 9dd9b45436 Use swresample to rematrix audio channels, try 2
This code is closer to what we used before for gcc2, and should not
crash there anymore. I could not get exactly the same code to work, but
reduced the difference to a single statement (which makes gcc2 work and
breaks gcc4). This is protected under a guard with appropriate ffmpeg
version test.

This code works for both gcc2 and gcc4 (tested with mp3 and aac files as
well as youtube videos). It still gets the timestamps wrong with ffmpeg
2.4, but I'll try to solve that another time.
2015-12-19 21:55:10 +01:00
..
add-ons Use swresample to rematrix audio channels, try 2 2015-12-19 21:55:10 +01:00
apps Added application/xhtml+xml as supported type for TextSearch 2015-12-18 18:17:56 +01:00
bin passwd: Fixed copy&paste error in error message. 2015-11-28 13:59:19 +01:00
build Add __clang__ to a few #ifdefs 2015-11-07 23:02:53 +01:00
data Update usb.ids from www.linux-usb.org 2015-12-17 05:20:33 +01:00
kits Tracker: Add dragged poses to the drag message in the correct order 2015-12-17 16:25:16 -05:00
libs libunwind: Fixed build warning. 2015-11-16 20:37:18 +01:00
preferences Preferences/VirtualMemory: fixed crash when exiting from not fully initialized application. 2015-12-15 21:21:23 -05:00
servers app_server: declare jam dependency for BitmapPainter to freetype 2015-12-17 21:51:08 +01:00
system libroot: Add brk() and sbrk(). 2015-11-22 17:59:22 +01:00
tests libroot: Add brk() and sbrk(). 2015-11-22 17:59:22 +01:00
tools get_package_dependencies: catch and report exceptions 2015-11-09 12:58:51 +01:00
Jamfile