aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-02-07added: option to ffmpeg spdif muxer to select endiannessAnssi Hannula
2011-02-06removed: glib now that libmms doesn't need itelupus
2011-02-06removed: libmms from win32 buildelupus
2011-02-06fixed: double free in libavformat/rtsp.c (patch from upstream)Anssi Hannula
2011-02-06fixed: detect incompatible yasm/nasm in ffmpeg configureAnssi Hannula
FFmpeg build needs either yasm or nasm-2.08 or newer. Add an appropriate configure check to detect the situation when there is no yasm and nasm is too old.
2011-02-06removed: internal copy of libdtsAnssi Hannula
It is no longer used. DTS streams are decoded by FFmpeg.
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: internal copy of liba52Anssi Hannula
It is no longer used. AC-3 streams are decoded by 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-06[WIN32] removed unneeded linker libs (is liba52.dll in use at all?)WiSo
2011-02-06Merge branch 'ffmpeg-update'Anssi Hannula
Conflicts: lib/ffmpeg/build_xbmc_win32.sh
2011-02-06fixed: restore dxva2api.h and avconfig.h to a win32 specific dirAnssi Hannula
dxva2api.h is needed to build FFmpeg on win32. avconfig.h is needed on win32 to allow building XBMC using FFmpeg headers before actually configuring/building FFmpeg. Also add these files to the FFmpeg patchset, renaming the "add build scripts" patch as it now only contains win32 specific changes.
2011-02-05[WIN32] reenable libfaadWiSo
2011-02-05[WIN32] set path in buildmingwlibs rather in every build scriptWiSo
2011-02-03changed: replace deprecated use of CODEC_TYPE_ definitionsAnssi Hannula
2011-02-03changed: stop using deprecated av_get_bits_per_sample_formatAnssi Hannula
av_get_bits_per_sample_format in libavcodec has been deprecated by av_get_bits_per_sample_fmt in libavcore. Switch to it. DllAvCore.h handles backward compatibility with old external FFmpeg versions.
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-02-03updated: bundled flush_packet_queue from current ffmpegAnssi Hannula
2011-02-03changed: guard lavf metadata API uses with version checksAnssi Hannula
2011-02-03changed: use the new ffmpeg parser functionAnssi Hannula
The old function was deprecated on 2009-03-05. Note that this API is currently not used in XBMC.
2011-02-03changed: use the new ffmpeg decoding functionsAnssi Hannula
The old ones were deprecated on 2009-04-07.
2011-02-03changed: do not use our audioconvert.h with external FFmpegAnssi Hannula
Including audioconvert.h from our FFmpeg may cause other files from the bundled FFmpeg to be included. Replace that by declaring the functions manually.
2011-02-03changed: load dependencies of ffmpeg libraries automaticallyAnssi Hannula
2011-02-03changed: split DllAvUtil.h to its own headerAnssi Hannula
2011-01-30[WIN32] fixed a few files location in the VS project. Will help with ↵CrystalP
unnecessary rebuilds. Thanks Ti-BEN for the pointer
2011-01-30added: several missed ffmpeg patches from our treeAnssi Hannula
These patches were applied but the patches themselves were not put in the ffmpeg patches/ directory.
2011-01-30updated: update ffmpeg add-build-scripts.patch to reflect tree stateAnssi Hannula
2011-01-29[WIN32] build libdvd in the right directoryWiSo
2011-01-29[WIN32] fixed oopsWiSo
2011-01-29[WIN32] changed: copy dll to the right location. bootstrap doesn't work ↵WiSo
anymore. Dunno how it worked ever (despite what I'm stated)
2011-01-29[WIN32] don't copy avconfig.h since it's in the repo anywayWiSo
2011-01-29[WIN32] check if we are called from within the ffmpeg directory. fixed: copy ↵WiSo
dlls to the right place.
2011-01-29[WIN32] fixed ffmpeg compilation by removing libfaad. Please provide a patch ↵WiSo
if anyone wants to have it back.
2011-01-29Changed: make swscale use the dynamically detected capabilities of the CPUCrystalP
2011-01-27fixed: move leftover files from xbmc/cores/dvdplayer/Codecs/ffmpeg to lib/ffmpegspiff
2011-01-24[WIN32] fix build: paths in libass and visWaveForm projectsCrystalP
(cherry picked from commit 560fc16c1b684ada175346a3a055f0c802fc88d5)
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
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-20CRLFLars Op den Kamp
2011-01-09pvr: libXBMC_addon.dll is a C dll and should not use std::string as function ↵Marcel Groothuis
argument or return type. This fixes heap corruption problems under VC++.
2011-01-09windows: Add addon & PVR support libraries to VS2010 solutionMarcel Groothuis
windows: Add MediaPortal PVR client to VS2010 solution
2011-01-07Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-07[WIN32] updated libbluray dll, headers and how to buildWiSo
2011-01-04Merge remote branch 'upstream/master'Lars Op den Kamp
Fixed conflicts: addons/skin.confluence/720p/DialogFullScreenInfo.xml addons/skin.confluence/720p/Home.xml addons/skin.confluence/720p/PlayerControls.xml addons/skin.confluence/720p/Settings.xml addons/skin.confluence/720p/SettingsSystemInfo.xml addons/skin.confluence/720p/VideoFullScreen.xml addons/skin.confluence/720p/VideoOSD.xml addons/skin.confluence/720p/custom_SkinSetting_1111.xml addons/skin.confluence/720p/defaults.xml addons/skin.confluence/720p/includes.xml addons/skin.confluence/language/English/strings.xml language/Dutch/strings.xml project/VS2008Express/XBMC for Windows.sln project/VS2008Express/XBMC.vcproj project/VS2008Express/guilib.vcproj xbmc/addons/AddonDll.h
2011-01-04Fix CRLFCory Fields
2011-01-04pvr: fixed: missing LDFLAGS for pvr libs and clients from: anssihLars Op den Kamp
2011-01-04pvr: fix vs2008 project file for libXBMC-pvrLars Op den Kamp
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp
2010-11-04Fixed always print real values in json writer with point as decimal marktopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35163 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-21[osx] sync to r34903, fixed: our internal libass needs to be linked to ↵davilla
fontconfig, broken since r34841 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34906 568bbfeb-2a22-0410-94d2-cc84cf5bfa90