aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-07-20Updated libsidplay2 Makefile to fix an include file name collision.Jim Carroll
2011-07-19Wrap 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 resolutionMemphiz
- 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 buildsysMemphiz
2011-07-17Add 'mads' program to be cleaned during 'make clean'.Andres Mejia
2011-07-16Fix path to Makefile.include.Andres Mejia
2011-07-14fixed: yadif should copy frame properties of second frame as wellelupus
2011-07-11fixed: typo in lavc dummy frame fixelupus
2011-07-11added: patch file for dvb subtitile memory leakelupus
This closes ticket #11726
2011-07-11Patch for memory leaks in DVB subtitles decoderJernej 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-09added: support for lavfilter 2.13.0elupus
Closes ticket #11689 Thx: Zenkibou
2011-07-05changed: 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-03added: workaround for different handling of scaling lists for ATI cardselupus
2011-07-03changed: updated yadif patch to same as will be applied upstreamelupus
2011-06-26Fixed 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-25Fixed the windows GlobalsHandling problems.Jim Carroll
2011-06-24[WIN32] deleted: old libmicrohttpd binaries 0.4.5WiSo
2011-06-24finaly fix av_vsrc_buffer_add_frame with external ffmpegFneufneu
2011-06-24fix libavfilter with external ffmpegFneufneu
- fix ~DllAvFilter() - add missing avfilter_register_all() - fix av_vsrc_buffer_add_frame()
2011-06-24changed: added patch file for an important ffmpeg changeelupus
2011-06-24changed: allow yadif deinterlacer to enable and disable based on input ↵elupus
interlaced flag
2011-06-23Merge pull request #209 from jimfcarroll/remove-circ-depsjimfcarroll
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 iosbeenje
2011-06-23Removed 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 armamet
2011-06-22changed: no need to include vsrc_buffer.helupus
We have our own prototype for the functions in it and it's not normally installed
2011-06-22changed: attempt to support some more recent libavfilter for the src filterelupus
2011-06-22changed: allow later libavfilter versions with changed avfilter_graph_free ↵elupus
prototype
2011-06-22[osx] fox libavfilter on osx, thx davillaamet
2011-06-22correct avfilter_free and avfilter_graph_free definition for external ffmpegFneufneu
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/dependsdavilla
2011-06-21Merge pull request #213 from elupus/avfilterJoakim Plate
Changed libpostproc based software deinterlacer to yadif based using libavfilter
2011-06-21changed: no need to use separate section for avformat init (use avcodec one)elupus
2011-06-21added: build libavfilter and add dll loader for itelupus
Original Author: CrHasher <farkas.szilard@gmail.com>
2011-06-21changed: add av_strdup() to exported functions in our avutils loaderelupus
2011-06-21changed: restore ffmpeg's normal naming of swscale-0.dllelupus
2011-06-20Use new names in lib/DllPostProc.hChris Boot
pp_mode_t has become pp_mode pp_context_t has become pp_context
2011-06-15Fix 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 libnfsMemphiz
2011-06-11[linux] - libnfs day - linux wants to pull from mirror aswellMemphiz
2011-06-11[libnfs] - cleanup softlinksMemphiz
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 libnfsMemphiz
- added libnfs to configure.in search - added libnfs makefile for linux - added libnfs dyload wrapper
2011-06-09include sys/socket.h for send(2) in HTSPSession.cppFneufneu
add netinet/in.h in SlingboxLib.cpp and cddb.cpp not auto included in FreeBSD
2011-06-08Merge pull request #164 from dteirney/libcmythDavid 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-08Ticket #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-07changed: removed libwavpack as it's fully supported by ffmpeg (fixes #11615)vdrfan
2011-06-06Backporting 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