Commit Graph

18874 Commits

Author SHA1 Message Date
rathann 7d4c6352a1 update copyright an changelog with new liba52 0.7.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18726 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 23:13:42 +00:00
rathann d1b1317f88 sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
part 3: removed files


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18725 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 23:09:26 +00:00
rathann db9186aa8a sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
part 2: cosmetic changes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18724 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 22:59:40 +00:00
rathann d686f4e3cf sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
part 1: functional changes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18723 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 22:58:06 +00:00
reimar 580302e179 Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18722 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 08:43:41 +00:00
reimar f3f1509ba9 Do not parse numbers as octal, strip leading zeroes instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18721 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 08:09:03 +00:00
reimar 49192fddd6 Support UTF8 in OSD text
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18720 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 08:05:51 +00:00
reimar c95cda1aa8 Missing free for malloced char_seq in OSD code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18719 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 08:04:40 +00:00
reimar 37ee8c83cb Fix window position when changing videos while in fullscreen and for
window managers that modify position on Map. Oked by Alexander Strasser.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18718 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-15 08:00:37 +00:00
nicodvb d4b348d3ef reduced standard verbosity and changed output messages to more uniform descriptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18717 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 22:22:34 +00:00
nicodvb b74779d89a workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18716 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 22:12:06 +00:00
nicodvb f1871d5766 restored support for dvdnav only in the stream layer; all other functionalities are disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 21:58:17 +00:00
uau 900e74381f When playing an audio only file use audio time instead of video time to
set EDL mark. Fixes a NULL pointer dereference.
Problem noticed by Robert Henney, robh A rut org.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18714 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 20:20:28 +00:00
uau 6723323303 Clean up audio pts handling, make audio pts tracking in the audio-only
case work the same as with video.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18713 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 19:48:54 +00:00
reimar 2727b16cbb improved -vo gl:lscale documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18712 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 16:08:49 +00:00
uau 7022f65d0c Change free_sh_audio() to take demuxer and stream id as parameters
(same as new_sh_audio()) instead of sh_audio_t *, use those to remove
the pointer from demuxer->a_streams[] before freeing it.

Some demuxers use free_sh_audio() to undo the creation of an
already-allocated audio stream in case of error. These uses were unsafe
since free_sh_audio() freed the data structure but left the pointer in
demuxer->a_streams[], leading to double free later in free_demuxer()
(and perhaps use of the freed stream before that, I didn't check).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18711 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 14:05:59 +00:00
uau a4850512c0 Remove extern declaration for free_sh_audio() that is both unused and
already present from stheader.h. (Would cause a compile error after my
next change.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18710 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 13:47:11 +00:00
ivo e9d882a6a3 More CVS --> Subversion changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18709 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 13:10:24 +00:00
ivo 1f748b207d CVS --> Subversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18708 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 11:46:37 +00:00
gpoirier 30e68e8da7 Fix problem when subtitle file name is shorter than ".utf-8"
Patch by Evgeniy Stepanov < eugeni P stepanov A gmail P com >
Original thread:
Date: May 23, 2006 10:57 PM
Subject: [MPlayer-dev-eng] [BUG][PATCH] uninitialized memory access in subreader.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18707 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 11:19:39 +00:00
gpoirier 83a9e75c4e fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
Patch by Eugeniy Stepanov < eugeni P stepanov A gmail P com >
Original Thread:
Date: May 23, 2006 10:57 PM
Subject: [MPlayer-dev-eng] [BUG][PATCH] uninitialized memory access in subreader.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18706 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 11:17:21 +00:00
Gabrov 1c0280d472 DOCS/xml/hu/ports.xml synced with r18704
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18705 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 10:58:09 +00:00
diego 54a25b7e31 Remove unnecessary rsync exclude.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18704 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 10:24:41 +00:00
diego 940bf5781d cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18703 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 10:22:32 +00:00
diego c087ea4cd5 formatting fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18702 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 10:18:57 +00:00
gpoirier 51846813f5 sync with r18697
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18701 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 07:43:36 +00:00
kraymer 3c63f3f717 r18697: scaler -> scale typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18700 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 23:28:56 +00:00
kraymer d1b2cfbb0f review of large parts of xml documentation
based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18699 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 21:40:48 +00:00
reimar 2741e50f20 Document lscale/cscale in -vo gl:help message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18698 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 20:30:16 +00:00
reimar 316a44ff0e scaler -> scale typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18697 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 20:21:47 +00:00
reimar 36c071082a Do not use border for bicubic filter helper texture, since it will cause ATI
cards to switch to software mode and be unusable. Double texture size to avoid
this causing artefacts.
Note: yuv=6 will not be changed, so it will stay unusable with ATI cards unless
ATI starts supporting this.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18696 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 19:55:20 +00:00
gpoirier 8e1c30007d Fix a condition as suggested by Rich.
Although what was in the code was working in practice it was not formally correct.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18695 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 08:00:48 +00:00
gpoirier 0f28386701 cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18694 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 07:58:06 +00:00
gpoirier 9f72c10255 Fixes suggested by Ivo, and failure under non-root operation improved. Original patch by Mark Sanderson < mmp AH kiora P ath P cx > (reworked a bit to try to meet out commit policy).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18693 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 07:57:06 +00:00
nicodvb 70379a17db audio stream switching in mpeg-ts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18692 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 23:09:18 +00:00
nicodvb be03496d6b support for audio stream switching
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18691 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 23:06:21 +00:00
gpoirier 9e47e2b824 add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18690 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 21:24:43 +00:00
reimar 747dac29a9 Optimize bicubic filtering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18689 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 16:25:05 +00:00
diego 4da7abe515 10l to Roberto for forgetting to add the release code name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18688 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 15:49:18 +00:00
diego 6bd15c6929 typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18687 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 15:19:58 +00:00
gpoirier 68a1de942c moves invariant code (chiefly MMX register initialization) out of loops as well as eliminating some memory accesses within the inner loop.
Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >
Original thread:
Date: Mon, 12 Jun 2006 00:31:53 -0700 (PDT)
Subject [MPlayer-dev-eng] [PATCH] Loop invariant motion in libvo/osd_template.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18686 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-12 11:14:10 +00:00
nicodvb 2831b49bb5 include stream_dvd's interface from libmpdemux/stream_dvd.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18685 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 21:29:00 +00:00
nicodvb 689316c4d6 moved stream_dvd's interface to stream_dvd.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18684 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 21:26:35 +00:00
nicodvb 3253df6f12 now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18683 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 21:18:25 +00:00
nicodvb 8cb1b33222 moved audio codec/filters/out to a separate function that is called both at init() and to switch audio stream
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18682 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 21:16:12 +00:00
rtogni 177807294b Add pre7try3, final pre8 update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18679 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 18:35:14 +00:00
gpoirier f2f9269fd4 sync with r18656 (French man page is now in sync)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18678 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 14:53:31 +00:00
reimar 04955c22fd fix image adjustment (brightness etc.) for yuv=6
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18677 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 10:08:40 +00:00
kraymer 54262bac32 sync with r18673
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18676 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-10 22:13:19 +00:00
attila 3e3921d5f7 Preliminary version of mirror howto
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18675 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-10 20:48:06 +00:00