Age | Commit message (Collapse) | Author |
|
|
|
mailing list) - this was signed off by elupus
|
|
This reverts commit 4f47cfc9726c46ee69c72bdc4a28c15f1caea342.
|
|
This reverts commit c1597430e6d2dfd6b644be0345e0df9e0fe44336.
|
|
This reverts commit fcbc5e9a2a320c0b3bb6d6555143e863f1db3158.
|
|
foreground thread for giving continuous output to the jenkins slave - should fix the disconnect issue on win32 slave
|
|
Upstream has it this way already, no idea how this ended up changed.
|
|
|
|
|
|
Some h264's can end up calling ff_vaapi_render_picture after a seek
with no buffer allocated and vaUnmapBuffer will assert on a invalid
buffer.
|
|
|
|
|
|
|
|
|
|
[ffmpeg] fix: patch needs to operate from lib/ffmpeg
|
|
|
|
|
|
|
|
and use the old make for the rest.
|
|
|
|
|
|
|
|
Partial fix for ffmpeg VAAPI
|
|
|
|
|
|
acceleration
|
|
|
|
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
|
|
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.
|
|
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.
|
|
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
> commit c071b006436d663b977068f8d23cbc061f40491f
> Author: Michael Niedermayer <michaelni@gmx.at>
> Date: Mon Jan 21 04:21:56 2013 +0100
>
> mpeg12demux: Fallback to startcode for stream type identification.
>
> Fixes Ticket2147
> Fixes SageTV support
>
> Based-on patch by Andrew Gallatin
> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
|
Fixed forced subtitles display in PGS stream
|
|
Associated ffmpeg commits:
https://github.com/FFmpeg/FFmpeg/commit/36436a4032b022f5439fa86a0986065d24cd51fd
Add option forced_subs_only for Bluray subtitles.
2012-01-30 04:25:59
https://github.com/FFmpeg/FFmpeg/commit/1885ffb03d0af28e6bac2bcc8725fa15b93f6ac9
PGS subtitles: Expose forced flag
2012-10-20 11:56:11
https://github.com/FFmpeg/FFmpeg/commit/1c5805521c3e406886341d752ebf38f8d41e1d13
PGS subtitles: Set AVSubtitle pts value
2012-11-02 11:30:39
https://github.com/FFmpeg/FFmpeg/commit/6549a9b75333027f66cdaac450a66b6a6186fc6e
pgssubdec: remove unused variable
2012-11-28 10:20:08
https://github.com/FFmpeg/FFmpeg/commit/1f46b50a9591f68b697e943f829c79a4f4829dd6
Added AVClass for AVSubtitleRect
2012-04-18 01:08:25
|
|
is available: d039b6074ca68da9b6dc88d8bb40056fee9fecb6
|
|
|
|
This detects and removes single timestamp wraps, which fixes seeking for affected video files.
|
|
Our video queue's are not guaranteed to handle exactly 8 seconds
it can be a small amount less. For files that are not interleaved
this meant we we unable to get proper playback
This closes ticket #13176
|
|
|
|
Mans Rullgard from team libav for taking the time for looking into it and throwing out a patch in zero time :o)
|
|
cd2f98f365dfd83f0debac030413e57a73c7ecd5 fixes #13414
backported ffmpeg commit http://git.videolan.org/?p=ffmpeg.git;a=commit;h=cd2f98f365dfd83f0debac030413e57a73c7ecd5 :
ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
This function was broken when the start bin was not at the start
of a band.
Fixes :
------ XBMC log -----
20:21:47 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range
20:21:47 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range
20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block
---------------------
|
|
|
|
37bbc9eb8bdae43d38a6fb7cc1356d1ce7d41e1c and 9dd82724315d651891f2a1ed733c4de06e9cb07a)
|
|
ffmpeg: fixed: DXVA2 playback artifacts on H264 content with mbaff frame...
|
|
|
|
Backported commit b5e6aa6c3337dc740d67aa68116530fe604bae76 from ffmpeg upstream
This fixes #13165
|
|
|
|
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
|
|
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
|