Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-08 | [droid] fix hdhomerun | theuni | |
2012-08-08 | [droid] ffmpeg compile fix for -Os | theuni | |
2012-08-04 | rtsp: Handle requests from server to client | spiff | |
This returns 200 OK for OPTIONS requests and 501 Not Implemented for all other requests. Even though this doesn't do much actual handling of the requests, it makes the code properly identify server requests as such, instead of interpreting it as a reply to the client's request as it did before. backports upstream 1a6b9a98ceacc3aca35ab354f9e97e3ac01b0ded | |||
2012-08-03 | Merge pull request #1139 from aballier/avfilter | Arne Morten Kvarving | |
Avfilter: Bring xbmc in line with the new avfilter API. | |||
2012-08-03 | [ios] - fix compilation off ffmpeg with newest Xcode build tools on mountain ↵ | Memphiz | |
lion. Thx to M. Rullgard from the libav team. This still doesn't allow us to build for ios on mountain lion due to strange clangification in our darwin buildsys | |||
2012-07-09 | AvFilter: Map and use av_buffersrc_add_frame instead of ↵ | Alexis Ballier | |
av_vsrc_buffer_add_frame with libavfilter version 3. | |||
2012-07-09 | AvFilter wrapper: Remove unused avfilter_get_video_buffer mapping as the ↵ | Alexis Ballier | |
function has been removed in libavfilter 3. | |||
2012-07-09 | AvFilter wrapper: Remove unused avfilter_request_frame mapping as the ↵ | Alexis Ballier | |
function has been removed in libavfilter 3. | |||
2012-07-09 | AvFilter wrapper: Remove unused avfilter_poll_frame which has been removed ↵ | Alexis Ballier | |
in libavfilter 3. | |||
2012-07-09 | Merge pull request #1100 from dteirney/libcmyth-upstream | David Teirney | |
Bunch of changes for libcmyth to match upstream. | |||
2012-07-09 | [libcmyth] Rename proginfo_prodyear to proginfo_year and change type to ↵ | David Teirney | |
match upstream and mythbackend. | |||
2012-07-09 | [libcmyth] Add missing exports to the libcmyth.def file for Windows. | David Teirney | |
2012-07-09 | [libcmyth] Change include in the mysql include area to use winsock2.h rather ↵ | David Teirney | |
than winsock.h. For compilation on Windows. | |||
2012-07-09 | Change protocol version in token map to be unsigned int as it can never be ↵ | David Teirney | |
negative. | |||
2012-07-09 | [libcmyth] Pull across upstream changes to cmyth_get_bookmark_offset. | David Teirney | |
2012-07-09 | [libcmyth] Pull across changes for cmyth_get_bookmark_mark from upstream. | David Teirney | |
2012-07-09 | [libcmyth] Cosmetic: pull across MVP -> CMYTH naming changes from upstream ↵ | David Teirney | |
for safe_string.h. | |||
2012-07-09 | [libcmyth] Convert all long long fields and methods to int64. | David Teirney | |
Pulled from upstream as part of the changes that made for the protocol changes where long long values were changed to be sent in a single 64 bit field rather than two 32 bit hi and lo fields. | |||
2012-07-08 | Merge pull request #1115 from Karlson2k/VS_project_cleanup | wsoltys | |
[Win32] Cleanup of VS projects + fix for OpenGL build | |||
2012-07-08 | Total cleanup of all VS projects + fix for OpenGL build | Evgeny Grin | |
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj | |||
2012-07-07 | Added signlong implementation | Oldnemesis | |
2012-07-06 | Fixed (hopefully) the Win32 build | Oldnemesis | |
2012-07-06 | Removed the ancient optimizations which make the latest gcc-generated code ↵ | George Yunaev | |
crash while playing the MIDI files using the SoundFont. | |||
2012-07-05 | cec: also bump the version number in lib/libcec/Makefile to 1.7.1, same as ↵ | Lars Op den Kamp | |
tools/darwin/depends/libcec/Makefile | |||
2012-07-04 | [cleanup] remove unused functions in cximage | Jonathan Marshall | |
2012-07-04 | [imageloader] adds LoadFromFileInMemory to CBaseTexture | Jonathan Marshall | |
2012-06-30 | [libcmyth] Pull across upstream changes to handle compiling with the ↵ | David Teirney | |
Microsoft Compiler. Includes some cosmetic rearrangement of the includes for some files to make the directory diff with upstream easier. | |||
2012-06-29 | [ffmpeg] - added patch file for last commit | Memphiz | |
2012-06-29 | [ffmpeg] - ARM: generate position independent code to access data symbols - ↵ | Memphiz | |
this finally fixes our ATV2 builds. I send more then a really big THX to M.Rullgard from libav for making this happen. | |||
2012-06-20 | [libcmyth] Fix spelling of cmyth_mythtv_remove_previous_recorded. | David Teirney | |
2012-06-20 | [libcmyth] Added cmyth_tuner_type_check function from upstream. | David Teirney | |
2012-06-20 | [libcmyth] Add cmyth_update_bookmark_setting method from upstream. | David Teirney | |
2012-06-20 | Cosmetic. Fix documentation for cmyth_set_dbg_msgcallback. | David Teirney | |
The logging used to go to stdout rather than stderr. | |||
2012-06-20 | [libcmyth] Fix compiler warning by removing unused variable. | David Teirney | |
2012-06-20 | [libcmyth] Fix compiler warning in debug.h. | David Teirney | |
2012-06-20 | [libcmyth] Rename occurences of mvp in debug.c/.h to cmyth to match upstream. | David Teirney | |
2012-06-20 | [libcmyth] Cosmetic: change default hostname to libcmyth from mediamvp. | David Teirney | |
2012-06-20 | [libcmyth] Remove redundant else statement. | David Teirney | |
if statement above ends with return. | |||
2012-06-20 | [libcmyth] Remove redundant else statement. | David Teirney | |
if statement above ends with return. | |||
2012-06-20 | [libcmyth] Fixed: release the reference to proginfo_recpriority_2 when ↵ | David Teirney | |
destroying proginfo. | |||
2012-06-20 | [libcmyth] Cosmetic: match upstream ENUM declaration with comma after last ↵ | David Teirney | |
entry. | |||
2012-06-20 | [libcmyth] Match upstream logging statements. | David Teirney | |
2012-06-20 | [libcmyth] Fix compiler warnings, which identified a few bugs. | David Teirney | |
Pulled from upstream. | |||
2012-06-20 | [libcmyth] Add logging statement from upstream in commbreak.c | David Teirney | |
2012-06-20 | [libcmyth] Fix compiler warnings. | David Teirney | |
2012-06-19 | [libcmyth] Cosmetic: match upstream copyright statements and comments for ↵ | David Teirney | |
methods. | |||
2012-06-19 | [libcmyth] Fix compiler warning. | David Teirney | |
2012-06-19 | [libcmyth] Add upstream logging if there are leftover bytes in ↵ | David Teirney | |
cmyth_conn_connect_file. | |||
2012-06-19 | [libcmyth] Match upstream setting of default value for the timeval for wider ↵ | David Teirney | |
compiler support. | |||
2012-06-19 | [libcmyth] Cosmetic: move location of cmyth_conn_get_setting in file to ↵ | David Teirney | |
match upstream. |