Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-20 | Updated libsidplay2 Makefile to fix an include file name collision. | Jim Carroll | |
2011-07-19 | Wrap new methods avfilter_inout_alloc and avfilter_inout_free, change ↵ | CrHasher | |
avfilter_graph_parse and avfilter_graph_config wrappers, fixed av_vsrc_buffer_add_frame exports, and move version logic from video codec to the dll wrapper. | |||
2011-07-18 | [add] - added support for dns name resolution | Memphiz | |
- refactored gNfsConnection - added missing GPL headers - refactored GetDirectory / added GetDirectoryFromExportList - reduce number of mount requests to a minimum by using the list of exported pathes from the server - added support for listing nfs servers of the subnet (url nfs://) - nfs support knows kung fu now :D | |||
2011-07-18 | [libnfs] - version bump to new api and new buildsys | Memphiz | |
2011-07-17 | Add 'mads' program to be cleaned during 'make clean'. | Andres Mejia | |
2011-07-16 | Fix path to Makefile.include. | Andres Mejia | |
2011-07-14 | fixed: yadif should copy frame properties of second frame as well | elupus | |
2011-07-11 | fixed: typo in lavc dummy frame fix | elupus | |
2011-07-11 | added: patch file for dvb subtitile memory leak | elupus | |
This closes ticket #11726 | |||
2011-07-11 | Patch for memory leaks in DVB subtitles decoder | Jernej Fijačko | |
Signed-off-by: Joakim Plate <elupus@ecce.se> | |||
2011-07-10 | [osx] remove SYSROOT, it is not used anywhere, same for setting ↵ | davilla | |
MACOSX_DEPLOYMENT_TARGET, config.site takes care of that | |||
2011-07-09 | added: support for lavfilter 2.13.0 | elupus | |
Closes ticket #11689 Thx: Zenkibou | |||
2011-07-05 | changed: updated dxva zigzag workaround for ATI based on comments on ↵ | elupus | |
xbmc.org and ffmpeg.org | |||
2011-07-04 | [WIN32] changed mingw: use NUMBER_OF_PROCESSORS jobs for compiling ↵ | WiSo | |
(-jNUMBER_OF_PROCESSORS) | |||
2011-07-03 | added: workaround for different handling of scaling lists for ATI cards | elupus | |
2011-07-03 | changed: updated yadif patch to same as will be applied upstream | elupus | |
2011-06-26 | Fixed the Unrar code broken by the threading refactor. | Jim Carroll | |
In several places in the rar code the new threading mechanisms were not used in a "functionally equivalent" manner. In five places the original code checked for a timeout using a "!= WAIT_OBJECT_0" which was interpreted as checking for a signaled state as if the "!" wasn't there. This commit fixes that problem. | |||
2011-06-25 | Fixed the windows GlobalsHandling problems. | Jim Carroll | |
2011-06-24 | [WIN32] deleted: old libmicrohttpd binaries 0.4.5 | WiSo | |
2011-06-24 | finaly fix av_vsrc_buffer_add_frame with external ffmpeg | Fneufneu | |
2011-06-24 | fix libavfilter with external ffmpeg | Fneufneu | |
- fix ~DllAvFilter() - add missing avfilter_register_all() - fix av_vsrc_buffer_add_frame() | |||
2011-06-24 | changed: added patch file for an important ffmpeg change | elupus | |
2011-06-24 | changed: allow yadif deinterlacer to enable and disable based on input ↵ | elupus | |
interlaced flag | |||
2011-06-23 | Merge pull request #209 from jimfcarroll/remove-circ-deps | jimfcarroll | |
Step-by-step refactor all threading synchronization mechanisms. This is a significant change that collapses all threading synchronization mechanisms the ThreadLocal down to a small set of boost based classes. It removes the circular dependencies from the threading library with the exception of the Thread class itself, which is next. | |||
2011-06-23 | [osx/ios] fixed libavfilter build on ppc and ios | beenje | |
2011-06-23 | Removed all WaitForSingleObject and WaitForMultipleObjects calls and ↵ | Jim Carroll | |
replaced them with the latest CEvent calls. | |||
2011-06-23 | [ios/atv2] fix: libavfilter would fail to compile on arm | amet | |
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 |