Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-22 | changed: no need to include vsrc_buffer.h | elupus | |
We have our own prototype for the functions in it and it's not normally installed | |||
2011-06-22 | changed: attempt to support some more recent libavfilter for the src filter | elupus | |
2011-06-22 | changed: allow later libavfilter versions with changed avfilter_graph_free ↵ | elupus | |
prototype | |||
2011-06-22 | [osx] fox libavfilter on osx, thx davilla | amet | |
2011-06-22 | correct avfilter_free and avfilter_graph_free definition for external ffmpeg | Fneufneu | |
we also have a desync probl with avfilter_graph_free the correct definition is: void avfilter_graph_free(AVFilterGraph **graph); since commit: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=ab543afe47c5bc63622acce775189bb920638126 so i think our internal libavfilter minor version 74 is wrong | |||
2011-06-22 | [osx/ios] fixed, change from old osx/depends to new darwin/depends | davilla | |
2011-06-21 | Merge pull request #213 from elupus/avfilter | Joakim Plate | |
Changed libpostproc based software deinterlacer to yadif based using libavfilter | |||
2011-06-21 | changed: no need to use separate section for avformat init (use avcodec one) | elupus | |
2011-06-21 | added: build libavfilter and add dll loader for it | elupus | |
Original Author: CrHasher <farkas.szilard@gmail.com> | |||
2011-06-21 | changed: add av_strdup() to exported functions in our avutils loader | elupus | |
2011-06-21 | changed: restore ffmpeg's normal naming of swscale-0.dll | elupus | |
2011-06-20 | Use new names in lib/DllPostProc.h | Chris Boot | |
pp_mode_t has become pp_mode pp_context_t has become pp_context | |||
2011-06-15 | Fix compile against latest ffmpeg. | David Robins | |
Applied patches from http://forum.xbmc.org/showthread.php?p=803298. | |||
2011-06-13 | [libnfs] - stop syslog spamming of libnfs | Memphiz | |
2011-06-11 | [linux] - libnfs day - linux wants to pull from mirror aswell | Memphiz | |
2011-06-11 | [libnfs] - cleanup softlinks | Memphiz | |
2011-06-11 | [linux] - added missing softlink for libnfs.so.1 (dyloading won't work ↵ | Memphis | |
without it) | |||
2011-06-11 | [linux/osx/ios] Prepare dyloading libnfs | Memphiz | |
- added libnfs to configure.in search - added libnfs makefile for linux - added libnfs dyload wrapper | |||
2011-06-09 | include sys/socket.h for send(2) in HTSPSession.cpp | Fneufneu | |
add netinet/in.h in SlingboxLib.cpp and cddb.cpp not auto included in FreeBSD | |||
2011-06-08 | Merge pull request #164 from dteirney/libcmyth | David Teirney | |
Ticket #11082: Introduce private unlocked version of the cmyth_conn_get_setting method that can be used to prevent deadlock when starting LiveTV now that cmyth_conn_connect_file uses cmyth_conn_get_setting to get the IP address to use for playback. | |||
2011-06-08 | Ticket #11082: Removed lock within cmyth_conn_get_setting and introduce ↵ | David Teirney | |
private unlocked method that can be used to prevent deadlock when starting LiveTV now that cmyth_conn_connect_file uses cmyth_conn_get_setting to get the IP address to use for playback. | |||
2011-06-07 | changed: removed libwavpack as it's fully supported by ffmpeg (fixes #11615) | vdrfan | |
2011-06-06 | Backporting ffmpeg feature to parse flv filepositions so we can seek to ↵ | Dani | |
certain points in the stream without waiting to buffer, aka pseudostreaming closes #11586 | |||
2011-06-03 | replace jsoncpp with yajl (thanks topfs2) | montellese | |
* topfs2/remove_jsoncpp: (21 commits) Fix. Added explicit typecast to platform int to quench warnings for variant use in jsonrpc [win32] replace jsoncpp with yajl Removed jsoncpp Added pragma and license to IClient.h Removed the dependency of jsoncpp in CVariant Switched to use CVariant instead of jsoncpp values in JSON-RPC Added yajl writer for Variant Added yajl parser for Variant Added c_str and have size of variant work with strings Added check for libyajl to configure Added CVariant::type which returns the type of the current variant (easier than multiple isFoo queries) Switched Variant to use double internally, still accepts floats Added swap method to CVariant Moved to use explicit type in CVariant instead of isFoo Added operator== to CVariant Added array and map iterators to CVariant Added CVariant constructor which takes a string pointer and length Added append to CVariant Added isMember to CVariant Removed debug in CVariant ... Conflicts: Makefile.in configure.in project/VS2010Express/XBMC.vcxproj xbmc/interfaces/json-rpc/AudioLibrary.cpp xbmc/interfaces/json-rpc/FileItemHandler.cpp xbmc/interfaces/json-rpc/FileItemHandler.h xbmc/interfaces/json-rpc/VideoLibrary.cpp | |||
2011-06-01 | Merge pull request #77 from HarryMuscle/Slingbox | Joakim Plate | |
Slingbox Stream Support (trac ticket 10464) | |||
2011-05-29 | revert 85f5169f9f7402a1aa192778a20cd0200f18bafe, breaks osx build | S. Davilla | |
2011-05-29 | Fixed deadlock when starting LiveTV through myth:// | David Teirney | |
libcmyth now uses a recursive mutex to allow the thread holding the connection lock to get passed another lock. | |||
2011-05-28 | changed: [win32] disable warnings that ffmpeg always emit when including ↵ | elupus | |
it's headers | |||
2011-05-26 | Fix autoconf warnings on newer versions: | Mariusz Bialonczyk | |
warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body reference: http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html | |||
2011-05-24 | no need to static link these, dyload them on demand like we do on the other ↵ | Scott Davilla | |
platforms | |||
2011-05-24 | Slingbox Linux Build | Harry Muscle | |
2011-05-24 | Slingbox Code | Harry Muscle | |
2011-05-22 | fixed: upnp server's http server would not provide content length on HEAD ↵ | elupus | |
requests | |||
2011-05-22 | [WIN32] fixed typo | WiSo | |
2011-05-21 | [WIN32] changed: only mkdir if directory won't exist | WiSo | |
2011-05-21 | [WIN32] fixed: only remove .libs when doing a clean build | WiSo | |
2011-05-21 | [WIN32] changed: mingw libs source directories are only cleaned if ↵ | WiSo | |
BuildSetup.bat was started with the clean option set | |||
2011-05-20 | Removed jsoncpp | Tobias Arrskog | |
2011-05-18 | fixed, remove libapetag/m4 since we autoreconf it in bootstrap. These will ↵ | S. Davilla | |
get regenerated and you do not want a mix of versions. Add gitignore to keep git from removing the directory and causing autoreconf to fail as it expects the m4 dir to exist | |||
2011-05-17 | [all] remove autoreconf created files from trunk | S. Davilla | |
2011-05-14 | [WIN32] deleted old boost in our repo | WiSo | |
2011-05-12 | [WIN32] libsquish already uses SQUISH_USE_SSE=2 so compile it that way. | WiSo | |
2011-05-12 | [WIN32] removed unnecessary include paths | WiSo | |
2011-05-12 | [WIN32] removed repo freetype 2.3.9 from XBMC main project and used external ↵ | WiSo | |
freetype | |||
2011-05-12 | [WIN32] removed libcionv from our repo | WiSo | |
2011-05-12 | [WIN32] change projects to use external libiconv | WiSo | |
2011-05-10 | changed: remap WSAGetLastError() errors to errno errors in hts client to ↵ | elupus | |
avoid ifdef in xbmc | |||
2011-05-07 | [WIN32] enable sse for all projects in release target | WiSo | |
2011-05-07 | [WIN32] enable sse for libsquish release target | WiSo | |
2011-05-07 | [WIN32] deleted libcdio 0.72 | WiSo | |