diego
0ef2659ddc
cosmetics: Reorder install targets.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22072 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 11:02:19 +00:00
diego
c98258efb8
Mark phony targets as such.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22071 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 11:01:10 +00:00
diego
37f9005da1
Replace ifeq structure in the install target by a set of dependent targets.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22070 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 11:00:54 +00:00
michael
e1da2a8c81
better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22069 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 00:47:28 +00:00
nicodvb
fc65d8d101
reduced verbosity
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22068 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 23:35:08 +00:00
nicodvb
4d31f5e2ea
5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22067 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 23:10:01 +00:00
nicodvb
9b9485027e
fix audio type when ts_detect_streams detects that a private1 stream is actually ac3
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22066 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 22:49:14 +00:00
reimar
88047d97c5
Expand property documentation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22065 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 19:38:31 +00:00
reimar
0045404910
List available properties
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22064 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 19:01:32 +00:00
eugeni
7c137f48c6
Bugfix: glyph and bitmap pointers could be left uninitialized after
...
get_glyph().
Based on a patch by Stanislav Maslovski (stanislav d maslovski a gmail d com).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22063 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 17:08:29 +00:00
diego
120df8df33
alphabetical order
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22062 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 14:29:00 +00:00
diego
fe74986663
typo, new sentences on lines of their own
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22061 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-29 14:26:42 +00:00
nicodvb
39811253d8
describe -psprobe
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22060 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 23:13:17 +00:00
nicodvb
d36c1d4295
sanity checks during codec detection; also reset demuxer->stream->eof
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22059 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:41:18 +00:00
diego
40e1f27cce
Remove references to no longer existing documentation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22058 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:33:51 +00:00
diego
03a1bed310
Move platform-specific stuff together.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22057 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:31:53 +00:00
diego
4cd478c1f1
Move _ldd setting to a saner place.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22056 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:27:05 +00:00
nicodvb
90654b8eff
added code to scan the video stream to search the actual video codec used;
...
triggered only if requested by the user with option -psprobe.
Evo files require this option because H264 is stored like MPEG2
without using the PSM
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22055 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 21:42:22 +00:00
nicodvb
106158f4f1
include math.h for fabsf()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22054 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 21:27:15 +00:00
nicodvb
380d0dcebc
cosmetics: reindentation and braces removal
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22053 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 21:25:50 +00:00
nicodvb
ed9e5b1565
moved scoreboarding code to 2 separate functions (update_stats() and clear_stats()) to be reused next
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22052 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 21:22:39 +00:00
lu_zero
91fdfc6820
stray fflush spotted by Aurel
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22051 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 20:38:35 +00:00
lorenm
3a49ee1618
fix a segfault if -x264encopts is the last commandline option (with no argument)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22050 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 20:22:21 +00:00
uau
152284fb0f
Fix base64_encode() max output length checking.
...
Made HTTP auth fail if sum of username+password lengths was below 3.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22049 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 19:25:03 +00:00
lu_zero
3707a1426b
Make example and test build and link correctly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22048 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 17:52:59 +00:00
lu_zero
a1dcee10f4
av_logify
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22047 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 17:51:41 +00:00
voroshil
99c144b6de
Doxygen comments for used DirectShow methods.
...
Info was got from DirectShow SDK.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22046 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 16:53:33 +00:00
reimar
6d32d91eca
Mark m_struct_t defaults as const
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22045 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 16:48:01 +00:00
lu_zero
a1fe76958b
fix endianess, see bug #727
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22044 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 16:36:41 +00:00
faust3
254548c4b3
10l: screen_height calculation was using an uninitialized variable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22043 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 14:48:14 +00:00
reimar
48eb95537d
Fix number of rows in interlaced mode.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22042 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 13:51:24 +00:00
rtogni
b18dcf9f0e
Accept rdt packets with "is-reliable" flag set
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22041 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 12:49:44 +00:00
reimar
b9b7060e60
10l, confused current "frame" with canvas width.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22040 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 11:02:52 +00:00
nicodvb
25918a8b31
set has_valid_timestamps and corresponding first and final pts only after
...
having checked that at the beginning, at the middle and at the end of the
stream timestamps don't reset and that they seem to progress (almost-) linearly;
additionally probe those timestamps only when the stream type is file and it's seekable,
so all other stream types (especially network ones) won't waste time trying to seek
and possibly slowing down detection.
Seeking is not negatively affected by these changes.
Patch by Christian Aistleitner (zaek7q gmx net) reworked by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22039 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 10:45:34 +00:00
reimar
fec3b1e82e
Hack: use refmode == 1 instead of == 0, as browsers behave like this
...
and buggy files like http://samples.mplayerhq.hu/GIF/broken-gif/CLAIRE.GIF
rely on this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22038 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 10:34:11 +00:00
reimar
c518d68f25
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22037 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 09:53:42 +00:00
rtogni
edf1fb46d2
Call real_fix_timestamp() after seeking, to avoid video freezing
...
because of wrong timestamps. Fixes seek_sample2.rmvb and others.
Patch by LR ))) hephooey ))(( gmail )( com (((
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22036 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 22:34:27 +00:00
voroshil
91629bc111
fix overlooked debug message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22035 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 17:01:54 +00:00
voroshil
f722b60a29
Changing debug messages and renaming method names according to their
...
implementations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22034 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 16:41:01 +00:00
voroshil
e83175521f
fix typos from previous commit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22033 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 16:28:16 +00:00
voroshil
3cf9c58559
Cosmetics. Doxygen comments.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22032 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 15:49:53 +00:00
ptt
785b1228d1
synced up to r21221
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22031 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 15:40:12 +00:00
reimar
4199378edd
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
...
is set and codec init failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22030 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 15:29:07 +00:00
reimar
92258be85a
Simplify and make lzo decompression code more similar to zlib one.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22029 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 14:54:45 +00:00
reimar
d7da0ebc20
Forgotten free on error
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22028 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 14:52:18 +00:00
voroshil
885df0a639
r21989: fix typo
...
r22008: Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
r22014: Clarify -delay.
r22016: Remove confusing line about forcing MP3 demuxing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22027 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 14:51:59 +00:00
reimar
d8f2eaca08
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22026 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 14:45:52 +00:00
ptt
bb131fc2ff
synced up to r21906
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22025 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 14:10:37 +00:00
reimar
b642c2280a
Handle mp_msg_charset == NULL correctly in filename_recode.
...
Patch by Vladimir Voroshilov - voroshil gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22024 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 10:11:40 +00:00
reimar
70e10c7436
Cosmetics: remove tabs, almost all added during last patch, from
...
an otherwise tab-free file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22023 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 10:10:05 +00:00