reimar
ea8ae01ee0
Redraw display on toggling border
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25944 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-01 12:22:12 +00:00
reimar
6d879f70c7
Always redraw video on resize.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25943 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-31 00:07:28 +00:00
reimar
344013f8c7
Remove unused variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25942 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 23:49:36 +00:00
reimar
c87beafb2c
Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25941 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 23:48:48 +00:00
reimar
c470666c57
Change code to also work with different outburst sizes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25940 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 23:39:01 +00:00
reimar
c8c416c516
Reduce number of UnqueueBuffer calls
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25939 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 23:37:30 +00:00
reimar
1a976d453f
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
...
use alSourceStopv instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25938 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 22:28:41 +00:00
reimar
ca8decea78
Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25937 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 21:46:20 +00:00
rtogni
dd44ed5d84
Update for security fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25936 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 21:40:06 +00:00
reimar
2b9d7e2bdb
Avoid a MANGLE, there is no register pressure and the generated code
...
should be no worse.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25935 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 18:52:59 +00:00
reimar
034bea46b9
mark constants as such
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25934 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 18:33:51 +00:00
reimar
54df8fcb9f
Simplify: use DECLARE_ASM_CONST
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25933 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 18:31:45 +00:00
eugeni
fc5c09acd7
Add support for attachments in lavf demuxer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25932 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 08:10:25 +00:00
ulion
e68bcf565f
Split osd related stuff from mp_core.h into new header file mp_osd.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25931 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-30 07:21:05 +00:00
rtogni
9a1d198e9d
Stream IDs must be written as hex numbers. Fixes
...
http://wm.streampower.be/ceu/archive/CEU_COUNCIL_DELIBIRATIONS_PUBLIC_DEBATE/ceulive_1443.wmv
Patch by Peter Collingbourne pcc03 doc ic ac uk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25928 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 23:50:08 +00:00
diego
a022eca50c
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25927 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 23:25:11 +00:00
reimar
933277ac0f
Add a comment to the #if 0
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25926 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:44:55 +00:00
nicodvb
87f339a371
Ben co-maintains stream_dvdnav.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25924 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:19:30 +00:00
nicodvb
af5342d0e1
clarification about dvd still menus
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25923 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:18:07 +00:00
reimar
511eccaa78
Check that index is still within bounds of samples array.
...
Previous check is not enough and the code is not performance critical
so do it the easy way.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25922 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:14:00 +00:00
reimar
80e4c5d665
Make sure chunkmap values are within bounds when using them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25921 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:13:47 +00:00
reimar
fe9225b50c
Do not pointlessly read data, just skip it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25920 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:13:20 +00:00
reimar
c6894da2cd
Disable reading of flac metadata, mere metadata is not worth such a mess.
...
If you want this, fix the implementation to not crash at least occasionally,
or wait till I get bored enough to fix it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25918 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:04:46 +00:00
reimar
80d22ebb9f
Properly check length of flac metadata.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25917 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 22:00:58 +00:00
nicodvb
4bdd01ab18
dvd still menus and latm aac
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25916 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 21:55:57 +00:00
nicodvb
4c1fa58fbc
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25915 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 21:38:23 +00:00
reimar
1dc1db13a1
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25914 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 19:05:36 +00:00
reimar
174aeba480
Allow for larger fragment programs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25913 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 18:00:20 +00:00
reimar
92dd21a14d
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25912 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 16:22:34 +00:00
reimar
5960ddb8e5
Use defines to give names to the different seek flags.
...
A better solution should be considered later, esp. for the many
broken demuxers that do not treat these flags correctly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25911 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 15:11:38 +00:00
reimar
da8ab92c7d
Make some assembler constants global instead of declaring them multiple times.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25910 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 14:58:10 +00:00
reimar
4134a853e4
Make mov subtitles work with -ass
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25909 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-29 14:30:53 +00:00
ivo
f3216dba06
clarify comments/docs about lav* being the preferred place to implement new
...
codecs and (de)muxers, except for wrappers around external libraries and
codecs and (de)muxers requiring binary support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25908 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 22:09:21 +00:00
reimar
194517d82a
Support CODEC_ID_MOV_TEXT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25907 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 18:29:26 +00:00
reimar
69cbd37807
Simplify a condition that probably is not necessary at all
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25906 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 18:28:17 +00:00
kraymer
bc02e855c3
sync with r25663 and misc. fixes, patch by JRaSH
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25905 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 17:13:45 +00:00
ivo
572d74b206
copy note on new demuxers and codecs to the top of the array as well to be
...
extra clear
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25904 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 16:03:22 +00:00
reimar
4ceb92650a
Use DECLARE_ASM_CONST where possible in libswscale code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25903 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 14:38:11 +00:00
gpoirier
d8d53923f3
sync w/ r25821
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25902 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 13:33:09 +00:00
reimar
7fe6af8e10
vcd_read must read exactly VCD_SECTOR_DATA bytes.
...
If NetBSD can not handle this setting, the code must be rewritten to use a
temporary buffer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25901 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 12:18:05 +00:00
ivo
1203499e51
note on new demuxers and codecs, add them to lav* instead of libmp*
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25900 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 12:11:41 +00:00
ivo
d9d9086a84
port libmpdemux demuxers to libavformat or rewrite from scratch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25899 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 11:49:30 +00:00
diego
1c12fd33d0
Get rid of redundant dbg_printf redefinition. Fixes some warnings:
...
wine/debugtools.h:57: warning: useless type name in empty declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25898 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 08:48:16 +00:00
diego
fe9ec3ffdd
Consistently use uppercase filename as multiple inclusion guard.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 01:32:52 +00:00
diego
f0d20ffa71
Fix compilation failure because bitfile was undefined:
...
In file included from decoder.c:36:
mp4.h:46: error: expected ')' before '*' token
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25896 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 01:31:39 +00:00
diego
06e08a02a4
Add multiple inclusion guards.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25895 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-27 23:09:03 +00:00
diego
f0c1de19ab
Replace with the output of the updated alaw-gen generator program.
...
This adds multiple inclusion guards and reformats the tables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25894 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-27 18:49:24 +00:00
diego
962433eda2
Add multiple inclusion guards to generated header file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25893 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-27 18:42:00 +00:00
diego
2697136bbb
Change format string so that the table is nicely aligned.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25892 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-27 18:40:01 +00:00
diego
7a1f275849
The alaw tables should be const.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25891 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-27 18:38:47 +00:00