aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-03-21fixed: build with recent external ffmpeg (fixes #11259)Anssi Hannula
Libavcore was merged to libavutil in FFmpeg commit 737eb5976f6a on 2011-02-15. Fix build with an external FFmpeg where that is the case. Tested by Paul Menzel <paulepanter@users.sourceforge.net>.
2011-03-19Support for myth-0.23-fixesspiff
2011-03-19added: FreeBSD support in libhtsFneufneu
2011-03-19added: FreeBSD support in nosefartFneufneu
2011-03-19added: FreeBSD support in libRTVFneufneu
2011-03-19added: FreeBSD support in libXDAAPFneufneu
2011-03-19added: FreeBSD support in libXBMSFneufneu
2011-03-19added: FreeBSD support in stsoundFneufneu
2011-03-18[osx/ios] banish libass to xxx-depends, this removes the need for an ↵S. Davilla
external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
2011-03-15[ios] final mergeS. Davilla
2011-03-15fixed, various compile fallout from ios mergeS. Davilla
2011-03-15cleanup of #ifdef _XBOXamet
2011-03-14[ios] various compile and makefile fixesS. Davilla
2011-03-13Ticket #11177: Fixed detection of Myth 0.23.1 protocol by specifically ↵David Teirney
handling the protocol version number abberation (23056).
2011-03-12[osx] removed lib/darwin/libSDL-OSX, lib/darwin/libcurl-OSX and ↵S. Davilla
system/libcurl-xxx-osx.so. These are in external build libs now
2011-03-13ffmpeg: add missing check for NULL pointerMarcel Groothuis
Extends commit 8ec66e240fe0a9f672d7ff1932022f22f8332ffb (fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized stack values)
2011-03-09[darwin] changed, replace wrapping with wrapper.rb with linker alias_listS. Davilla
2011-03-08[ops] one more time for the folks in the backS. Davilla
2011-03-08[ops] restore avpicture_freeS. Davilla
2011-03-08[ios] update ffmepg dll exportsS. Davilla
2011-03-08[osx] fixed, script.module.pil buildbeenje
2011-03-07fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized stack valuesJoakim Plate
This is an amendment to cdfab91b9c4b7ed2560071f5630567db174d6084 the memleak fix for mpegts. It's questionable if that change is needed. Since the main issue it was for has been fixed correctly. However it doesn't hurt to avoid potential memleaks this way.
2011-03-05[osx] changed, configure and makefiles to support new osx build systemS. Davilla
2011-03-05[WIN32] changed: build libmpeg2 with XBMCWiSo
2011-03-05[WIN32] removed libbluray_win32 and libbluray.dllWiSo
2011-03-03os_support: fix poll() implementationMax Shakhmetov
Our poll implementation does not iterate over the pollfd array properly while setting the revents. Cherry-picked from git.ffmpeg.org 9ac2085dbf1821b7995fe360038c1bf0f3940032 This fixes #11241
2011-03-02[WIN32] removed internal fribidi 0.10.9WiSo
2011-03-02fixed: deprecated use of SampleFormat in DllAvCodec.h (fixes #11274)Anssi Hannula
2011-02-23added: option to internal ffmpeg allowing to change sonameAnssi Hannula
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-23updated: ffmpeg win32 build script patch to reflect tree stateAnssi Hannula
2011-02-20MMS: also discover streams in extended stream properties objectMarton Balint
Allows playback of nonprimary audio streams in multiple bitrate sources, such as mmsh://wmscr1.dr.dk/e02ch03m Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> cherry-picked from 91861ce25c7f19c38afdb0f115bf90118fc19428 @ git://git.videolan.org/ffmpeg.git
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 faad2 sourcetheuni
2011-02-17Removed use of libfaad2. It was already disabled on all platforms.theuni
2011-02-11remove redundant calls to sws_rgb2rgb_initCrystalP
The function is already called internally by swscale when creating a swscale context. The calls would be necessary only if xbmc called the rgb conversion functions directly, which is not the case.
2011-02-11added: import av_probe_input_buffer from libavformatAnssi Hannula
2011-02-11added: ffmpeg upstream patches for a high level probe functionAnssi Hannula
FFmpeg patches from upstream that make ff_probe_input_buffer public as av_probe_input_buffer, allowing us to use it, which will make format detection more robust.
2011-02-11reverted: removal of two ffmpeg asf patchesAnssi Hannula
This reverts commit 7605bca09a4648e2042acb737a16c22f5f77aca4. Removing the patches apparently didn't actually fix the issues it was supposed to fix.
2011-02-09fixed: python script.modules buildvdrfan
2011-02-09Merge branch 'shellmacro'spiff
2011-02-08[WIN32] changed: use only one job to compile ffmpegWiSo
2011-02-08removed: two ffmpeg asf patches that cause problemsAnssi Hannula
As noted by tiben20.
2011-02-07Add our MAX_STREAMS hack back, it was lost after the ffmpeg update.theuni
Fixes playback of some streams (one of my test mkvs). This should be removed on ffmpeg major version bump.
2011-02-07changed: don't build ffmpeg docstheuni
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-07[WIN32] fix make distclean in libdvd*CrystalP
- initial make distclean in a freshly checked out tree fails because of missing Makefile/config.mak - make distclean needs the xargs command
2011-02-07added: import av_set_string3 from libavutilAnssi Hannula
2011-02-07changed: use av_set_string from the libavcodec headersAnssi Hannula