Gabrov
770f8040de
synced with r21537
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21812 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 18:08:04 +00:00
Gabrov
ddb0ba371d
synced with r21737
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21811 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 17:35:23 +00:00
voroshil
6653c183f0
better wording and typos fixing
...
Slightly modified patch from Andrew Savchenko birkoph at mail dot ru
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21810 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 09:07:13 +00:00
voroshil
0d07fceb99
r21791: avoid a possible confusion, as suggested by Wanderer
...
r21802: I've found a mistake in encoding-guide:
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21809 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 08:37:13 +00:00
rtogni
8f46652d6d
More free() that were forgotten in r21806 memleak fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21808 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-01 22:49:13 +00:00
nicodvb
538674f6b6
set dp->stream_pts only when feeding the video stream to workaround
...
strange interleaving patterns in some samples (that show with wild
alternations of the OSD timer going back and forth)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21807 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-01 22:47:14 +00:00
rtogni
ac5d629479
Memleak fix (implement sdpplin_free() and use it)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21806 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-01 22:32:09 +00:00
rtogni
959bb649e9
Fix invalid memory access if identifier is unknown
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21805 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-01 17:57:16 +00:00
aurel
128f311d86
Comment about lavf required for musepack and remove unneeded format entry.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21804 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 18:12:06 +00:00
nicodvb
55303b223e
removed unused variable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21803 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 17:24:14 +00:00
rtogni
396d85354d
I've found a mistake in encoding-guide:
...
---
With MPEG-4 ASP codecs such as x264,
---
But x264 is MPEG-4 AVC, not ASP.
Patch by Andrew Savchenko )Bircoph list ru(, approved by Guillaume
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21802 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 14:04:36 +00:00
rtogni
f865a13941
Fix potential buffer overflow in asm rules matching code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21799 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 13:27:53 +00:00
nicodvb
8558d03eb9
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21798 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 11:09:53 +00:00
nicodvb
33ce3088d1
replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
...
fill demux_packet->stream_pts if the stream layer supports it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21797 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 11:08:27 +00:00
nicodvb
b5898c2aa6
added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21796 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 11:05:26 +00:00
michael
9eb302dee8
sort
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21795 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 10:54:32 +00:00
rathann
c0926ecd8e
Fix build with shared libavutil. Approved by Diego.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21794 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 02:44:54 +00:00
nicodvb
6c417510ba
reindentation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21793 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-30 22:43:12 +00:00
iive
a36aff154c
Fix double free of *http_hdr at server error.
...
In http.c::http_streaming_start() *http_hdr is allocated
then assigned to stream->streaming_ctrl->data
if server returns error *http_hdr is freed before function returns.
However the copy in ->data remains and is
later freed (again) by network.c::streaming_ctrl_free().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21792 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-30 13:23:39 +00:00
gpoirier
74ec945b20
avoid a possible confusion, as suggested by Wanderer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21791 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 22:55:53 +00:00
vayne
2c2a233ac2
small oops fix from my last commit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21790 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 21:33:40 +00:00
michael
6f0e3fb15d
the avi spec does not allow random samplesize whoever wrote this should be shot
...
also block align should be equal to sample size
i dunno if this breaks anything but the old code was definitly not correct
this also fixes amr_nb muxing (in .3gp with lavf for example)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21789 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 20:40:19 +00:00
michael
f89822df44
dont read index if -noidx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21788 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 19:01:55 +00:00
michael
8f7f2ad9e0
first step toward amr-nb muxing support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21787 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 18:56:28 +00:00
vayne
43592897f2
fix to allow adding multiple files to the playlist with the open file dialog.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21786 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 18:35:22 +00:00
gpoirier
25c101261b
sync with r21758
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21785 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 14:15:40 +00:00
nicodvb
9fadcf197e
spellfix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21784 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 13:26:48 +00:00
aurel
016b1cb9e5
don't compile demux_mpc.c when libmpcdec is disabled
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21783 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 23:44:38 +00:00
Gabrov
008006fbdd
synced with r21612
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21782 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 23:32:26 +00:00
vayne
6d9ce96d9f
remove two unused functions.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21781 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 15:36:54 +00:00
vayne
42552b211a
avoid code duplication.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21780 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 15:31:48 +00:00
aurel
d1c91ec012
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21779 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 00:40:49 +00:00
kraymer
90f7665789
file added: Chinese translation for cd-dvd.xml
...
patch by Kun Niu (haoniukun gmail com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21778 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-27 13:42:32 +00:00
Gabrov
45ad4d4f86
synced with r21741
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21777 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 23:28:54 +00:00
lucabe
43aa3a1b7e
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21776 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 18:08:40 +00:00
lucabe
896f3ac12b
Mark some variables as possibly unused to avoid warnings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21775 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 17:59:28 +00:00
lucabe
471fc34cb7
Add some explicit casts to avoid "assignment from incompatible pointer type"
...
warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21774 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 17:41:38 +00:00
lucabe
9d9fce6419
Add some other casts, to remove void pointers arithmetic
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21773 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 16:28:34 +00:00
lucabe
c5c0e11eeb
Add some explicit casts to avoid some warnings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21772 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 16:21:13 +00:00
lucabe
ac68c5b03d
Remove some void pointers arithmetic
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21771 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 16:12:37 +00:00
Gabrov
6792566904
synced with r21741
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21770 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 10:58:07 +00:00
Gabrov
2efbce4248
synced with r21748
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21769 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 10:12:57 +00:00
Gabrov
a46a2ccf47
synced with r21612
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21768 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 09:27:09 +00:00
Gabrov
9d74f84e17
synced with r21686
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21767 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 01:01:20 +00:00
voroshil
5febaefd81
Translation of menc-feat-telecine sect1 in encoding-guide.xml.
...
First two sect2 sections was translated by Andrew Savchenko.
Now translation of documentation is complete, but
encoding-guide.xml still needs additional checks for technical
terms and better spelling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21766 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-25 11:57:01 +00:00
Gabrov
f593817fa9
audio.xml & bugreports.xml synced with r21764
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21765 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-25 00:26:18 +00:00
voroshil
c7737c5f6d
Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21764 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 18:10:47 +00:00
voroshil
e5dae6e87f
Translation of menc-feat-x264 sect1 in encoding-guide.xml
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21763 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 11:21:08 +00:00
voroshil
4ccaabcc28
r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21762 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 05:47:51 +00:00
voroshil
2192c5b11c
r21748: Reformatting round continued
...
r21760: Directly point to the Subversion instructions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21761 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 05:45:27 +00:00