Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | fixed: 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-19 | Support for myth-0.23-fixes | spiff | |
2011-03-19 | added: FreeBSD support in libhts | Fneufneu | |
2011-03-19 | added: FreeBSD support in nosefart | Fneufneu | |
2011-03-19 | added: FreeBSD support in libRTV | Fneufneu | |
2011-03-19 | added: FreeBSD support in libXDAAP | Fneufneu | |
2011-03-19 | added: FreeBSD support in libXBMS | Fneufneu | |
2011-03-19 | added: FreeBSD support in stsound | Fneufneu | |
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 merge | S. Davilla | |
2011-03-15 | fixed, various compile fallout from ios merge | S. Davilla | |
2011-03-15 | cleanup of #ifdef _XBOX | amet | |
2011-03-14 | [ios] various compile and makefile fixes | S. Davilla | |
2011-03-13 | Ticket #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-13 | ffmpeg: add missing check for NULL pointer | Marcel 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_list | S. Davilla | |
2011-03-08 | [ops] one more time for the folks in the back | S. Davilla | |
2011-03-08 | [ops] restore avpicture_free | S. Davilla | |
2011-03-08 | [ios] update ffmepg dll exports | S. Davilla | |
2011-03-08 | [osx] fixed, script.module.pil build | beenje | |
2011-03-07 | fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized stack values | Joakim 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 system | S. Davilla | |
2011-03-05 | [WIN32] changed: build libmpeg2 with XBMC | WiSo | |
2011-03-05 | [WIN32] removed libbluray_win32 and libbluray.dll | WiSo | |
2011-03-03 | os_support: fix poll() implementation | Max 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.9 | WiSo | |
2011-03-02 | fixed: deprecated use of SampleFormat in DllAvCodec.h (fixes #11274) | Anssi Hannula | |
2011-02-23 | added: option to internal ffmpeg allowing to change soname | Anssi Hannula | |
2011-02-23 | changed: swscale library name to include major only on linux/osx | Anssi Hannula | |
This makes it in line with other libraries and simplifies making SONAME match the library name in a later commit. | |||
2011-02-23 | updated: ffmpeg win32 build script patch to reflect tree state | Anssi Hannula | |
2011-02-20 | MMS: also discover streams in extended stream properties object | Marton 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-19 | Merge removal of unneeded libdts and liba52 | Anssi 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-17 | removed faad2 source | theuni | |
2011-02-17 | Removed use of libfaad2. It was already disabled on all platforms. | theuni | |
2011-02-11 | remove redundant calls to sws_rgb2rgb_init | CrystalP | |
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-11 | added: import av_probe_input_buffer from libavformat | Anssi Hannula | |
2011-02-11 | added: ffmpeg upstream patches for a high level probe function | Anssi 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-11 | reverted: removal of two ffmpeg asf patches | Anssi Hannula | |
This reverts commit 7605bca09a4648e2042acb737a16c22f5f77aca4. Removing the patches apparently didn't actually fix the issues it was supposed to fix. | |||
2011-02-09 | fixed: python script.modules build | vdrfan | |
2011-02-09 | Merge branch 'shellmacro' | spiff | |
2011-02-08 | [WIN32] changed: use only one job to compile ffmpeg | WiSo | |
2011-02-08 | removed: two ffmpeg asf patches that cause problems | Anssi Hannula | |
As noted by tiben20. | |||
2011-02-07 | Add 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-07 | changed: don't build ffmpeg docs | theuni | |
2011-02-07 | [OSX] fixed: missing ff_get_cpu_flags_x86 in avutil-50 lib | beenje | |
2011-02-07 | remove all /bin/bash and replace them by @SHELL@ macro | Fneufneu | |
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-07 | added: import av_set_string3 from libavutil | Anssi Hannula | |
2011-02-07 | changed: use av_set_string from the libavcodec headers | Anssi Hannula | |