Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-20 | win32 didn't use PIC->APIC translate routine | Jonathan Marshall | |
2012-02-20 | id3_metadata_getcomment could return a short description, possibly with the ↵ | Jonathan Marshall | |
wrong encoding | |||
2012-02-20 | fix overwrite of a single byte of memory when making pre-2.4 PIC tags compatible | Jonathan Marshall | |
2012-02-19 | Change yadif to not use out of picture lines. Fixes issue2272. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2012-02-14 | changed: abort upnp directory reading if received count ever is larger than ↵ | elupus | |
expected | |||
2012-02-14 | changed: backport fix from upstream to explicitly request res xml tag, WMP ↵ | elupus | |
servers could skip it otherwise | |||
2012-02-11 | [fix] - on ios use the old getcomment function in libid3tag - this is not ↵ | Memphiz | |
correct for all comments - but the new one just seems to unleash a crashing bug on that plattform (we just can't track it down - so all hopes on taglib someday) | |||
2012-02-11 | Fix dvb subtitle decoding when display segment is missing. | Paul Kendall | |
closes ticket #8504 | |||
2012-02-03 | [WIN32] fixed: remove asserts when building a release binary. | WiSo | |
2012-01-22 | [ios] fixes #12508, PIL on ATV2 not supporting indexed PNGs | davilla | |
2012-01-17 | fixed: playback from mmst:// urls would halt after some time. | spiff | |
this backports upstream 275189a2bd71cf49d66374c44d3de2262d323460 thanks to johoja for doing the ground work | |||
2012-01-15 | Stop tracking autotools generated files in git. | Andres Mejia | |
2012-01-15 | Update bootstrap generated files. | Andres Mejia | |
2012-01-11 | [id3tag] - lets be pedantic with the pointer checks in getcomment. This ↵ | Memphiz | |
might fix subtle crashes on ios - and it should be done nevertheless | |||
2012-01-09 | [linux] - apply the ipv6 fix for airtunes on linux as well - doesn't hurt - ↵ | Memphiz | |
and its needed there too for some users. | |||
2012-01-04 | Merge pull request #605 from dteirney/libcmyth | David Teirney | |
libcmyth fix for negative program length due to overflow during cast | |||
2012-01-04 | Fixed overflow error with long long being cast to a long resulting in a ↵ | David Teirney | |
negative number on occasion. Typically this seems to have effected the program length of recordings. Thanks to Charles Barnwell from the MVPMC community for the patch. | |||
2012-01-02 | fixed: upnp client should not cache requests unless it's for a complete listing | elupus | |
2011-12-28 | fixed: do not include the internal ffmpeg header file - riff.h (fixes #12370) | vdrfan | |
2011-12-17 | Revert the rest of the karaokeplayer commits. fixes xcode builds | Lars Op den Kamp | |
This reverts commit 5684e8ef15bc5a4ef2c407a4dafb33684e4afb95 and 33a066668f698c3875da717539fef7e61650945a | |||
2011-12-15 | Removed the old-time "optimization" which crashes after gcc 4.x optimization ↵ | George Yunaev | |
when playing MID files | |||
2011-12-11 | [fix] - refactored and cleaned up e09cb07 into libid3tag | Memphiz | |
2011-12-10 | [vaapi] reverted does apply to our ffmpeg version | huceke | |
2011-12-09 | vaapi: do not assert on value read from input bitstream | Diego Biurrun | |
User-provided data should never trigger an assert; return error instead. Also fix an instance of get_bits where get_bits_long should have been used. This eliminates the following warning: libavcodec/vaapi_mpeg2.c:112:14: warning: variable 'start_code' set but not used Signed-off-by: elupus <elupus@xbmc.org> | |||
2011-12-09 | Fix VA-API decoding artefacts. | Edgar Hucek | |
Fixes ffmpeg ticket #457. Signed-off-by: elupus <elupus@xbmc.org> | |||
2011-12-05 | [fix] - apply hanewin nfs server patch to libnfs for linux aswell | Memphiz | |
2011-12-01 | fixed: crash in rar seek code under certain circumstances | spiff | |
if the last archive in a set was less than 256kb, the seek code set an invalid offset leading to crashes | |||
2011-11-23 | Fix vaapi decoding of vc1 files on Intel Sandy Bridge GPUs. Credits to ↵ | alanwww1 | |
Gwenole Beauchesne | |||
2011-11-19 | Don't fill in frame gaps with copied refs after flush | Joakim Plate | |
The filled in refs cause corruptions in the video frame for a long time after it should have recovered. | |||
2011-11-15 | fixed, bump libcec to 1.2.0 | davilla | |
2011-11-15 | changed/fixed: add some sanity checks to rar code to avoid crashes with ↵ | spiff | |
corrupt archives. | |||
2011-11-13 | Add patch file for dxva BeginFrame return value handling | CrystalP | |
2011-11-13 | [DXVA] Handle return value of BeginFrame better. | CrystalP | |
The nVidia cards sometimes return E_PENDING and need time before they can start decoding a new frame. Helps nVidia cards with blocky pictures/pixellation artifacts after skip or when CPU is busy. | |||
2011-11-13 | h264: Use mismatching frame numbers in fields to synchronize the ↵ | Michael Niedermayer | |
first/second field state independant of them being reference or not. Fixes Ticket354 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-11-08 | fixed, libshairport build on ubuntu oneirc | davilla | |
2011-11-08 | fixed: Typo | arnova | |
2011-11-07 | [fix] - definition clash of LOG_INFO and LOG_DEBUG between shairport.h and ↵ | Memphiz | |
syslog.h | |||
2011-11-06 | Add patch file for commit 438acad3 | CrystalP | |
2011-11-06 | Merge pull request #523 from cptspiff/rardialogs | Arne Morten Kvarving | |
fixed: reinstate compressed rar dialogs | |||
2011-11-05 | Backport ffmpeg commit 29a29226bb01d8e46b731e73f637563e5c4cccfe | CrystalP | |
Set avctx->coded_width/height to uncropped h264 sizes avctx->widht/height remain right/bottom cropped as previous behaviour. Hardware decoders need to know the uncropped data to allocate surfaces of correct height. Some hardware is picky and fails to decode properly if a surface larger than needed is used during decode, so just aligning up is not enough. Written and submitted upstream by elupus. | |||
2011-11-05 | fixed: crash when accessing rhytmbox dapp shares | spiff | |
this just fixes the crash, they still don't work properly. see ticket #12178 | |||
2011-11-04 | fixed: reinstate compressed rar dialogs | spiff | |
closes ticket #4401 | |||
2011-11-01 | fixed: seeks in mmsh | spiff | |
this backports upstream commits aedb87c57, 86a4e55e6, 8475ec190, 60fcc19bff (partially), 237bcaa27518, 33789862, 8af4ac5272, 26b64550d6 thanks a million to michael niedermayer for giving this priority! | |||
2011-10-30 | add coresponding ffmpeg patch for eb61ba8d4962f5348d807444aefeb2c8533ff42b | davilla | |
2011-10-30 | [ios] fixed, ffmpeg used .text symbol relocation in neon asm code, this is ↵ | davilla | |
not permitted in iOS5 due to ASLR and will panic the darwin kernel when ffmpeg is dyloaded | |||
2011-10-29 | Merge pull request #504 from tsp/main | Joakim Plate | |
libcmyth bug fix | |||
2011-10-27 | Fixed Iptc parser under 64bit linux | Christian Fetzer | |
2011-10-22 | libcmyth bug fix: | Tonny Petersen | |
*Wrong debug callback function *Reference counting broken on linux *cmyth_mysql_testdb_connection returns a pointer to a stack variable *ref_reallof derefence NULL pointer in debug build | |||
2011-10-17 | [fix] - fix duplicated method delcaration | Memphiz | |
2011-10-16 | matroskadec: use correct compression parameters for current track CodecPrivate | CrystalP | |
backport of ffmpeg dc6c36ce46d4c4d7cb63503afc2ee44f00bf3725 on 2011-08-17 fixes a bitmap sub color problem exposed by mkclean --optimize foo.mkv. The compressed private data could not be extracted, resulting in a bad color palette and wrong colors on screen. problem described in forum thread http://forum.xbmc.org/showthread.php?t=108942 |