Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-25 | [darwin] - revert the revert the revert - well fix the build for darwin ↵ | Memphiz | |
broken in a7703fb74603192f087db90c60877eeed1097f66 | |||
2013-04-25 | Merge pull request #2633 from aballier/mess | Joakim Plate | |
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72]. | |||
2013-04-21 | [libdvd] - added missing patches | Memphiz | |
2013-04-21 | Rename our local copy of av_read_frame_flush to xbmc_read_frame_flush as ↵ | Alexis Ballier | |
suggested by elupus on PR2633. That way it makes it clear the function is from xmbc and not ffmpeg. | |||
2013-04-20 | [dvdread] - don't check the return value of chdir in xbmc - this function is ↵ | Memphiz | |
not wrapped and might fail (and so will the whole dvd open in that case). This is non fatal for our vfs! | |||
2013-04-19 | [ffmpeg] updated and reformated ffmpeg/patches/README-patches | FlyingRat | |
2013-04-19 | Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72]. | Alexis Ballier | |
This was obviously untested as it breaks external ffmpeg build and only changes this code path. xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxers.a(DVDDemuxFFmpeg.o): In function `DllAvFormat::av_read_frame_flush(AVFormatContext*): /home/alexis/xbmc/lib/DllAvFormat.h:121: undefined reference to `ff_read_frame_flush' Even if it did not break, the change is wrong anyway. | |||
2013-04-15 | [ffmpeg] fix shared library versions | wsnipex | |
2013-04-14 | Merge pull request #2597 from Alphix/ffmpeg-libav-fixes | Joakim Plate | |
ffmpeg and libav compatibility fixes | |||
2013-04-14 | Update libavfilter version check | David Härdeman | |
Make the version check compatible with both ffmpeg and libav. Also add comments describing when the API change was made for both libraries. | |||
2013-04-14 | ffmpeg compatibility fix for matroska embedded subtitles | David Härdeman | |
Commit 2626cc4580bfd560c6983338d77b2c11c16af94f in the ffmpeg repo changed the codec id of matroska embedded S_TEXT/UTF-8 subtitles from CODEC_ID_TEXT to AV_CODEC_ID_SUBRIP. That commit is part of ffmpeg 1.0 and later. Add the new codec id to provide compatibility for the updated ffmpeg library and external ffmpeg libraries. | |||
2013-04-13 | [WIN32] fixed make distclean for ffmpeg (thanks Voyager1) | wsoltys | |
2013-04-13 | [WIN32] fixed: hopefully this time. use the new mingw make only for ffmpeg ↵ | wsoltys | |
and use the old make for the rest. | |||
2013-04-13 | ffmpeg 1.2 - fixed dvd still frames ended up in internal lavf | Voyager1 | |
2013-04-13 | [WIN32] fixed build setup by reverting to the old scripts. | wsoltys | |
2013-04-13 | [WIN32] fixed: removed accidentally test commit. | wsoltys | |
2013-04-13 | Merge pull request #2599 from BtbN/ffmpeg_vaapi_partialfix | Joakim Plate | |
Partial fix for ffmpeg VAAPI | |||
2013-04-13 | Add backported vaapi fix to ffmpeg/patches | BtbN | |
2013-04-13 | vaapi: fix argument for ff_vaapi_common_end_frame call | Janne Grunau | |
2013-04-12 | [WIN32] fixed: if we get someday ffmpeg compiled properly, enable hw ↵ | wsoltys | |
acceleration | |||
2013-04-12 | [WIN32] fixed: missing headers | wsoltys | |
2013-04-11 | Merge pull request #2554 from FlyingRat/ffmpeg-n1.2 | davilla | |
[FFmpeg] version bump to n1.2 (rev e820e3a) | |||
2013-04-11 | fixed compiler warning about unused var | davilla | |
2013-04-08 | Merge pull request #2547 from alcoheca/upnp-savestate | Alasdair Campbell | |
UPnP track file state on remote server when supported | |||
2013-04-08 | Merge pull request #2494 from smfontes/pictureinfo | jmarshallnz | |
Make picture tags complete and consistent | |||
2013-04-08 | upnp: add support for UpdateObject action to Platinum | Alasdair Campbell | |
2013-04-07 | [FFmpeg] version bump to n1.2 (rev e820e3a) - xbmc files | FlyingRat | |
lib/DllAvFormat.h lib/Makefile.in lib/ffmpeg/build_xbmc_win32.sh project/Win32BuildSetup/BuildSetup.bat project/Win32BuildSetup/buildmingwlibs.sh tools/depends/native/gas-preprocessor-native/gas-preprocessor.pl xbmc/DllPaths_win32.h xbmc/cores/dvdplayer/DVDAudio.h xbmc/cores/dvdplayer/DVDCodecs/DVDCodecs.h xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecLibMpeg2.cpp xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.h xbmc/cores/dvdplayer/DVDPlayerAudio.h xbmc/cores/dvdplayer/DVDStreamInfo.h | |||
2013-04-07 | [FFmpeg] version bump to n1.2 (rev e820e3a) - lib/ffmpeg | FlyingRat | |
This commit now contains the original patches sub directory: patches - Org dir that contains applied xbmc custom patches. patches/README-patches - New README file with info about xbmc patches. patches/obsolete-patches - New dir with obsolete xbmc patches. | |||
2013-04-07 | Make picture INFO correct and complete | sfontes | |
2013-04-06 | udp: fix non-blocking and interrupt handling. | Nicolas George | |
In non-blocking mode, lowest-level read protocols are supposed block only for a short amount of time to let retry_transfer_wrapper() check for interrupts. Also, checking the interrupt_callback in the receiving thread is wrong, as interrupt_callback is not guaranteed to be thread-safe and the job is already done by retry_transfer_wrapper(). The error code was also incorrect. Bug reported by Andrey Utkin. | |||
2013-04-06 | udp: Fix sign of error codes. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2013-04-02 | Merge pull request #2162 from ace20022/unify_stream_lang | Arne Morten Kvarving | |
Unify the assignment and usage of the name and language of streams | |||
2013-03-20 | [Fix] Fixes dvdnav_audio_stream_format(...). Don't change the audio format ↵ | ace20022 | |
numbers, e.g. DTS is 6 not 5, 5 is unknown. | |||
2013-03-20 | [Cosmetics] Fix indentations. | ace20022 | |
2013-03-20 | [Fix] Correct the audio format recognition. | ace20022 | |
2013-03-19 | depends: remove python pil helper scripts and docs, they've been moved to ↵ | Cory Fields | |
depends | |||
2013-03-16 | [fix] Update the groovy library to the lastest 1.x version to fix the ↵ | Jim Carroll | |
"non-latin characters in the path" issue. Closes #13517 | |||
2013-03-10 | [cec] minor bump to 2.1.1. fixes some issues for Pi users and LG owners | Lars Op den Kamp | |
2013-03-07 | Merge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. ↵ | Lars Op den Kamp | |
Github issue #1816 | |||
2013-03-07 | Merge remote-tracking branch 'fetzerch/pvr-wol' into pvrapi_1_7_0. Github ↵ | Lars Op den Kamp | |
issue #2251 | |||
2013-03-02 | fix libcec build and version bump to match | davilla | |
2013-03-01 | expose GUIRenderingControl to addongui lib | xbmc | |
2013-02-21 | libdvdread: replace perror by fprintf so that it gets picked up in xbmc logs | Voyager1 | |
2013-02-20 | Fix inability of libdvd 4.2.0 to read DVDs stored as VIDEO_TS files on ↵ | Voyager1 | |
non-Windows OSs. Fixes http://trac.xbmc.org/ticket/14115. | |||
2013-02-16 | addons: Add WakeOnLan function | Christian Fetzer | |
WakeOnLan allows addons to send a wol magic packet. This can be used for example in pvr addons to wake up a pvr backend. | |||
2013-02-11 | bluray: support BDJ menus | Joakim Plate | |
2013-02-09 | Merge pull request #2201 from wsnipex/libdvd-fix | Martijn Kaijser | |
libdvdccs: allow use of automake >1.11, thx brianf21 | |||
2013-02-09 | libdvdccs: allow use of automake >1.11, thx brianf21 | wsnipex | |
this check should be reworked upstream | |||
2013-02-09 | [cosmetics] update date in GPL header | Martijn Kaijser | |
2013-02-08 | Merge pull request #2128 from Paxxi/libdvd | Voyager1 | |
updated libdvdcss, read and nav to the latest versions - 4.2.0 |