lp://staging/~motumedia/mplayer2/unpackage
- Get this branch:
- bzr branch lp://staging/~motumedia/mplayer2/unpackage
Branch merges
Branch information
Recent revisions
- 28170. By Uoti Urpala <email address hidden>
-
ao_pulse: fix specifying host/sink after 4fed8ad197
Commit 4fed8ad197 ("ao_pulse: convert to new AO API") failed to change
the variable name used on one line in suboption handling. This caused
a crash due to NULL dereference if you tried to specify any suboptions
for the AO (as in "--ao=pulse:foo"). Fix. - 28169. By Martin Herkt
-
win32: get_path(): fix undefined behavior
MSWindows-specific code in get_path() declared a stack array
(exedir[]) in an inner scope, then kept a reference to the array
beyond the end of the that scope. Fix. This caused visible breakage
with GCC 4.7. - 28168. By wm4 <email address hidden>
-
stream_cdda: print CDTEXT if available
The per-CD info will be printed on playback start, per-track info when
a track is played. (This is not a technical restriction, and just goes
along with the existing code.)The following fields are not included in output, because these are
supposedly binary: CDTEXT_DISCID, CDTEXT_GENRE, CDTEXT_SIZE_INFO,
CDTEXT_TOC_INFO, CDTEXT_TOC_INFO2. - 28167. By wm4 <email address hidden>
-
configure, stream_cdda: remove libcdparanoia support
libcdparanoia is barely developed anymore, while libcdio is still quite
active. - 28165. By reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
-
stream_cdda: various fixes
Fix cdda speed default value, range and use more robust condition.
Based on patch by Ingo Brückl [ib wupperonline de].
git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34458 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Do not call paranoia_overlapset with 0, it actually causes cdparanoia to just hang.
Instead use it to set/unset PARANOIA_MODE_OVERLAP. git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34459 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Fail if trying to seek beyond the last chapter, not just if it is beyond the end of the disc.
git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34460 b3059339- 0415-0410- 9bf9-f77b7e298c f2 cdda: set position to an actual EOF position when we set EOF.
This avoids some inconsistency like the stream indicating EOF but
a read still returning more data.git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34462 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Allow PARANOIA_MODE_FULL with skipping.
git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34467 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Don't call paranoia_modeset() for PARANOIA_
MODE_DISABLE. cdparanoia destroys start sector information after such a call.
Since it is pointless without setting a mode anyway, don't do it.
git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34468 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Add comment to a condition that is just a hack around a cdparanoia bug.
git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34472 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Add checks for errors in stream_cdda's get_track_
by_sector( ). git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34495 b3059339- 0415-0410- 9bf9-f77b7e298c f2 Fix seeking beyond EOF in stream_cdda to work with cache.
git-svn-id: svn://svn.
mplayerhq. hu/mplayer/ trunk@34577 b3059339- 0415-0410- 9bf9-f77b7e298c f2 - 28164. By Stefano Pigozzi <email address hidden>
-
cocoa_common: fix problems with alt-tab window changes
Fix alt tabbing to another window in the same workspace. The player
window stayed on top because of a missing call to orderBack:.Fix alt tabbing to the player window from a different workspace. The
window didn't get activated. Turns out that you must call
makeKeyAndOrderFront: before setLevel: or setPresentation Options: or
the window will not properly ask for focus. - 28163. By Stefano Pigozzi <email address hidden>
-
configure: OSX: check for X11 header conflict with corevideo
Check that headers from ApplicationServices and X11 do not conflict
before enabling X11 support on OSX. Both headers would be included in
vo_corevideo.m (through QuartzCore/QuartzCore. h and gl_common.h). The
conflict exists on versions of Mac OSX prior to 10.7, where
ApplicationServices includes the deprecated QuickDraw framework,
resulting in a clash on the Cursor type definition. - 28162. By Stefano Pigozzi <email address hidden>
-
Makefile: fix OSX compilation with --disable-corevideo
cocoa_common.m (enabled under COCOA) depends on osx_common.c, but the
latter was erroneously only enabled under COREVIDEO.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/mplayer2