http://hg.honeyplanet.jp/mplayer.hg/ mplayer.hg Changelog 2014-09-28T18:38:41+00:00 [default] configure: Fix initialization of variable def_local_aligned_32 http://hg.honeyplanet.jp/mplayer.hg/#changeset-ac6c37d85d65f18263821573932c8eef16b5c5d6 al al 2014-09-28T18:38:41+00:00 2014-09-28T18:38:41+00:00
changeset ac6c37d85d65
branch default
bookmark
tag tip
user al
description configure: Fix initialization of variable def_local_aligned_32

It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead
of HAVE_LOCAL_ALIGNED_32.
files configure
demux_lavf: set stream_pts if possible. http://hg.honeyplanet.jp/mplayer.hg/#changeset-d773c8901dd8969f8411bf17e8208a69fcb4ff43 reimar reimar 2014-09-28T12:21:42+00:00 2014-09-28T12:21:42+00:00
changeset d773c8901dd8
branch
bookmark
tag
user reimar
description demux_lavf: set stream_pts if possible.
files libmpdemux/demux_lavf.c
dmo: print messages to stderr instead of stdout. http://hg.honeyplanet.jp/mplayer.hg/#changeset-82a15e343f94aaa057bf7ebea58b3c47dca7fc0e reimar reimar 2014-09-27T18:44:47+00:00 2014-09-27T18:44:47+00:00
changeset 82a15e343f94
branch
bookmark
tag
user reimar
description dmo: print messages to stderr instead of stdout.
files loader/dmo/DMO_VideoDecoder.c
loader/dmo/dmo.c
dmo.c: Remove cast that is not a good idea. http://hg.honeyplanet.jp/mplayer.hg/#changeset-277b0288b0f978b690844cce567745ad0066aa8e reimar reimar 2014-09-27T18:44:46+00:00 2014-09-27T18:44:46+00:00
changeset 277b0288b0f9
branch
bookmark
tag
user reimar
description dmo.c: Remove cast that is not a good idea.
files loader/dmo/dmo.c
DMO_AudioDecoder: Disable some debug code. http://hg.honeyplanet.jp/mplayer.hg/#changeset-5b78a5e382180611586fa3e764a74f25837d072d reimar reimar 2014-09-27T18:44:45+00:00 2014-09-27T18:44:45+00:00
changeset 5b78a5e38218
branch
bookmark
tag
user reimar
description DMO_AudioDecoder: Disable some debug code.
files loader/dmo/DMO_AudioDecoder.c
codec-cfg.h: Fix GUID type to be identical between 32 and 64 bit builds. http://hg.honeyplanet.jp/mplayer.hg/#changeset-86ba78d8137c6ba83c5e44e4c6511edef8fb8eed reimar reimar 2014-09-27T18:44:44+00:00 2014-09-27T18:44:44+00:00
changeset 86ba78d8137c
branch
bookmark
tag
user reimar
description codec-cfg.h: Fix GUID type to be identical between 32 and 64 bit builds.
files codec-cfg.h
configure: fix up some FFmpeg config.h defines, especially for ARM. http://hg.honeyplanet.jp/mplayer.hg/#changeset-baa61e26cf83e24a1ad2bca48507244b61b81905 reimar reimar 2014-09-18T20:22:31+00:00 2014-09-18T20:22:31+00:00
changeset baa61e26cf83
branch
bookmark
tag
user reimar
description configure: fix up some FFmpeg config.h defines, especially for ARM.
files configure
bluray: Fix STREAM_CTRL_SEEK_TO_TIME for out-of-bound values. http://hg.honeyplanet.jp/mplayer.hg/#changeset-32aab8a15bfca202cf4f17a82add030d3c2ebc78 reimar reimar 2014-09-17T18:16:22+00:00 2014-09-17T18:16:22+00:00
changeset 32aab8a15bfc
branch
bookmark
tag
user reimar
description bluray: Fix STREAM_CTRL_SEEK_TO_TIME for out-of-bound values.
files stream/stream_bluray.c
bluray: fix seek implementation again. http://hg.honeyplanet.jp/mplayer.hg/#changeset-db6c0aa280ffb14bc2b0bfb7c1c00b106576c14c reimar reimar 2014-09-17T18:00:19+00:00 2014-09-17T18:00:19+00:00
changeset db6c0aa280ff
branch
bookmark
tag
user reimar
description bluray: fix seek implementation again.
files stream/stream_bluray.c
bluray: check bd_seek result more thoroughly. http://hg.honeyplanet.jp/mplayer.hg/#changeset-297da727ee2b286954ca56d66db6d265242669e3 reimar reimar 2014-09-17T17:49:55+00:00 2014-09-17T17:49:55+00:00
changeset 297da727ee2b
branch
bookmark
tag
user reimar
description bluray: check bd_seek result more thoroughly.

Also implement GET_SIZE stream control.
files stream/stream_bluray.c