aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.in
AgeCommit message (Collapse)Author
2013-04-15[ffmpeg] fix shared library versionswsnipex
2013-04-07[FFmpeg] version bump to n1.2 (rev e820e3a) - xbmc filesFlyingRat
lib/DllAvFormat.h lib/Makefile.in lib/ffmpeg/build_xbmc_win32.sh project/Win32BuildSetup/BuildSetup.bat project/Win32BuildSetup/buildmingwlibs.sh tools/depends/native/gas-preprocessor-native/gas-preprocessor.pl xbmc/DllPaths_win32.h xbmc/cores/dvdplayer/DVDAudio.h xbmc/cores/dvdplayer/DVDCodecs/DVDCodecs.h xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecLibMpeg2.cpp xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.h xbmc/cores/dvdplayer/DVDPlayerAudio.h xbmc/cores/dvdplayer/DVDStreamInfo.h
2012-08-08[droid] more bionic fun. sonames need to match filenames exactlytheuni
2012-04-17[osx/ios] ignore return error for ar, inverse.o might already be removed ↵davilla
from a previous build
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build ↵Memphiz
issues on ios
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
xbmc ffmpeg 05f8b5549c5e20cf9a417069838edd6841d7bd40
2011-09-23[linux] fixed, cannot load swscale on arm. treat swscale like the others and ↵davilla
cp the .so
2011-07-10[osx] remove SYSROOT, it is not used anywhere, same for setting ↵davilla
MACOSX_DEPLOYMENT_TARGET, config.site takes care of that
2011-06-23[osx/ios] fixed libavfilter build on ppc and iosbeenje
2011-06-23[ios/atv2] fix: libavfilter would fail to compile on armamet
2011-06-22[osx] fox libavfilter on osx, thx davillaamet
2011-06-21added: build libavfilter and add dll loader for itelupus
Original Author: CrHasher <farkas.szilard@gmail.com>
2011-04-30[osx] fixed powerpc-osx buildbeenje
2011-03-30dvdplayer: fix build with gcc-4.6. Flags to the Linker must be passed via ↵Stephan Raue
-Wl,. This fixes ticket #11383
2011-03-09[darwin] changed, replace wrapping with wrapper.rb with linker alias_listS. Davilla
2011-03-05[osx] changed, configure and makefiles to support new osx build systemS. Davilla
2011-02-23changed: swscale library name to include major only on linux/osxAnssi Hannula
This makes it in line with other libraries and simplifies making SONAME match the library name in a later commit.
2011-02-19Merge removal of unneeded libdts and liba52Anssi Hannula
Conflicts: .gitignore XBMC.xcodeproj/project.pbxproj configure.in lib/Makefile.in project/VS2010Express/XBMC.vcxproj project/VS2010Express/XBMC.vcxproj.filters tools/Linux/packaging/debian/copyright xbmc/DllPaths_win32.h xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile.in
2011-02-17Removed use of libfaad2. It was already disabled on all platforms.theuni
2011-02-09Merge branch 'shellmacro'spiff
2011-02-07[OSX] fixed: missing ff_get_cpu_flags_x86 in avutil-50 libbeenje
2011-02-07remove all /bin/bash and replace them by @SHELL@ macroFneufneu
2011-02-06removed: use of deprecated libdtsAnssi Hannula
libdts hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg.
2011-02-06removed: use of deprecated liba52Anssi Hannula
liba52 hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg.
2011-02-03updated: internal ffmpeg to c3beafa0f1Anssi Hannula
Update internal FFmpeg to c3beafa0f1 from git://git.ffmpeg.org/ffmpeg.git. This update adds a new library, libavcore, which contains common multimedia utilities. Build scripts are updated to handle it (both internal and external). FFmpeg is no longer built with libfaad as it now supports LATM AAC audio natively. The unused build_xbmc.sh script is removed. The patchset in ffmpeg/patches has been updated, removals and additions are documented below. The following patches have been removed as no longer necessary: - Ticket #5481 - added support for LATM encapsulated AAC audio streams within FFmpeg (thanks Paul Kendall). - re-add libfaad wrapper to ffmpeg for now - added: ffmpeg spdif demuxer (fixes ac3-in-wav) - ffmpeg issue2137 patch for MKV (fixes #9014) - ffmpeg issue2137 patch for AVI (fixes #9014) - fixed: bitstream mode improperly set. Ticket #10981. - Add av_popcount() to libavutil/common.h and bump minor version - added: export DTS profile information in ffmpeg - Add av_get_profile_name() to get profile names. - Show profile in avcodec_string(). - libfaac: add recognized profiles array - dca: add profile names - h264: add profile names for the existing defines - dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA - added: metadata support to oggenc with vorbis streams (submitted upstream Issue #555) The following patch has been removed as its purpose is unclear and upstream code has diverged (passthrough works even without it): - Setup wanted pkt size in spdif muxers header parser The following patch: - When PMT is found, we have found mpegts header information, and av_find_stream_info doesn't need to read more to find streams has been re-replaced with - Speed up mpegts av_find_stream_info. The latter was apparently accidentally reverted in the previous FFmpeg update. The following patch has been added to fix a build regression with the configure flags we use on darwin: - swscale: fix build with --enable-runtime-cpudetect --disable-mmx/mmx2/amd3dnow
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp