aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-19[visualizations] fix crash in goom fixes #12584Martijn Kaijser
2013-02-19Close file properly on errorAndy Maloney
2013-02-19Copy-paste error results in skipping RENDER_FMT_YUV420P16Andy Maloney
2013-02-19Index should be checked before indexing m_dllsAndy Maloney
2013-02-19Fix a copy-paste error in conditionalAndy Maloney
2013-02-19Fix comparison which should be a dereferenceAndy Maloney
2013-02-19Correct PR 2203 for AndroidVoyager1
2013-02-19Fix build after commit 8c9b7edc4b7794d38ce6b90c236967b14f56b26 .ace20022
2013-02-19[WIN32] catch exceptions also during Create(), CreateGUI() and Initialize().wsoltys
2013-02-19[WIN32] implemented a poor man's stacktrace for windows.WiSo
2013-02-19AE: SoftSuspend and AE implementation don't play well - let ALSA save us in casefritsch
2013-02-19AE: Make suspend and resume more clear and easier with less flagsfritsch
2013-02-19AE: remember the sinkState in local class to be able to resumefritsch
2013-02-19AE: Wait until we are in a safe state before further deinitializing the sinkfritsch
2013-02-19AE: Enable SoftSuspend on Linux (Stop h0gg1ng the sound device)fritsch
2013-02-19AE: Fix suspend / resume with ALSA Pt 1fritsch
2013-02-19AE: ALSA Wait for at least one audio output device when starting up for max ↵fritsch
10 seconds
2013-02-19AE: introduce force flag into interfacefritsch
2013-02-19[WIN32] workaround: get the default audio interface for DirectSound to have ↵wsoltys
audio on a fresh installation.
2013-02-19[droid] Use native volume controlMike C
2013-02-19Prevent re-entering the interpreter if the script exits with a SystemExit ↵Jim Carroll
exception. Closes #14049
2013-02-19fixed: Don't check for local thumbs on Addon's patharnova
2013-02-19fix warning in CPlayerOperations::Stop()montellese
2013-02-19fixes #14030, osx x86_64 would crash on a throw, trying to open tiffs, ↵davilla
basically cximage was referencing internal tiff headers instead of system headers, opps
2013-02-19[ios] - add proper detection of the currently available ios devices and make ↵Memphiz
sure to detect retina resolution even when using ios4.3 sdk on all of those retina devices
2013-02-19[ios] - enable the full iphone5 resolution by adding the right formated ↵Memphiz
default splash image into the bundle
2013-02-19[scraper] - fixing possible array out of bounds access (seen in a crashlog ↵Memphiz
on ios)
2013-02-19Remove some annoying log-spam.Jim Carroll
2013-02-19Add a DelayedCallGuard to the RenderCapture.waitForCaptureStateChangeEvent. ↵Jim Carroll
Closes #14044
2013-02-19fixed: Curl should also retry on CURLE_COULDNT_CONNECTarnova
fixed: Curl reconnect messages should be warnings changed: Cosmetics
2013-02-19[AE/CA] - revert 7e6433169c93abd22e28a828fa024cf744fe5e86 - not needed anymoreMemphiz
2013-02-19[AE/CA] - on device change reinit coreaudio by calling opencoreaudio with ↵Memphiz
the last engine parameters (this will fallback to default device when our current output device vanishes and on the other hand will go back to that device if it re-appears).
2013-02-19fixed, force rtmpX to the videodefaultplayerdavilla
2013-02-19[droid] - fix ssh/sftp protocol. (the return NULL in would lead to ↵Memphis
early/error return when libssh tries to fetch the default SSH_OPTIONS_SSH_DIR)
2013-02-19re-init tcp server when encounter EBADFulion
2013-02-19paplayer handle prepare stream failure.ulion
2013-02-19[Confluence] get rid of error log messagesronie
2013-02-19fixed: For Webdav set the PROPFIND custom request header else we may return ↵arnova
false when checking for folder existence (fixes #13914)
2013-02-19Merge ffmpeg fix for sagetv recordings from upstreamAndrew Gallatin
> 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>
2013-02-19Override CSFTPDirectory::Exists() method to correctly report whether an SFTP ↵norbini
url represents a directory or not. Fixes ticket #13784. Refactored CSFTPSession::Exists() into FileExists() and DirectoryExists() methods, and have CSFTPFile and CSFTPDirectory classes use them. This means that Exists() calls on these classes correctly only return true if the url refers to an item of the appropriate type (e.g. a file or a directory).
2013-02-19fixed: no thumbnails were created for images which need to be rotated by ↵wsoltys
FlipHorizontal, FlipVertical and Rotate180CCW + a small refactor.
2013-02-19[AE/CA] - no need for the streamsilence / idle suspend stuff on ios - so do ↵Memphiz
it only for osx
2013-02-19[IOS] - fix build after 6095130a0a441fdf61fa9ba1d1432ece3f5bc6a4Memphiz
2013-02-19[AE/CA] - fixed - if user has selected "default" output device we need to ↵Memphiz
reinit to it once the deviceid behind "default" changed - we do this in makestream for now (where all the reinit logic sits nevertheless)
2013-02-19[AE/CA] - fixed - fetching the default audio output device from the os mail ↵Memphiz
fail - in that case we return the last known good device id
2013-02-19[AE/CA] - fix regression introduced with AE - readd the default output ↵Memphiz
device which will ask the os for the default output device and use that
2013-02-19[AE/CA] - hold the enginelock when diddleing with the hal during ↵Memphiz
garbagecollect and reuse the resume() function instead of duplicating code
2013-02-19[AE/CA] - implement streamsilence flag (releases powermanagement assertion ↵Memphiz
which is hold since lion even when holding a shared audio device open)
2013-02-19fix CApplicationMessenger::MediaStop() in case no playlistid has been providedmontellese
2013-01-27Bump version to final Frodo 12.012.0-FrodoMartijn Kaijser