1
mirror of https://github.com/mpv-player/mpv synced 2024-11-11 00:15:33 +01:00
Commit Graph

19327 Commits

Author SHA1 Message Date
corey
0c184e89b0 - Add missing "00" in -af pan usage line.
- Change -af pan usage and description to use a capital 'L' to make the
  letter easily distinguishable from a '1'.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19181 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 16:47:54 +00:00
gpoirier
b5f988c3b8 ketchup time (merge forgotten commit)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19180 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 12:33:11 +00:00
gpoirier
46296b2b8c synced with r19161
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19179 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 12:11:31 +00:00
michael
838a64f308 a tiny bit of cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19178 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 10:48:54 +00:00
michael
14ddfdddf8 vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
the +-1 issue is limited to >2tap vertical filters, so bilinear upscale was unaffected
the new code is sometime faster sometimes slower but the difference is significant (~20%) so its optional and enabled with arnd=1


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19177 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 10:36:06 +00:00
Gabrov
53ab918dcf hu/ports.xml & man/hu/mplayer.1 synced with r19175
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19176 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 10:24:41 +00:00
atmos4
7d2486e71e Add simple edit list support to mov demuxer, it supports delay of audio and video tracks at the beginning of the file. E.g. video starts at 0.0s audio at 4.0s. It uses mplayers a/v-delay to achieve sync so please use with -framedrop for fastest sync. More Details in my mail to dev-eng from 2006-07-22.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19175 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 22:34:02 +00:00
pacman
ea0995d63d Fix typo introduced in the memalign->av_malloc conversion (there is no
mv_malloc)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19174 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 21:16:11 +00:00
reimar
b0821a7efc Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19173 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 18:07:26 +00:00
reimar
da1390fcc0 Simplify and and speedup generation of yuv2rgb and gamma map tables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19172 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 15:19:59 +00:00
gpoirier
a759a80397 in some cases, vf_bmovl produces junk due to source and
destination stride mismatch. The attached patch fixes it by replacing
memcpy with memcpy_pic.
Patch by Jindrich Makovicka
Original thread:
Date: Jul 12, 2006 6:35 PM
Subject: [MPlayer-dev-eng] [PATCH] vf_bmovl: respect destination stride


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19171 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 14:35:04 +00:00
gpoirier
e746e16d88 -vf pp7 overblurs still parts of the image, which
have qp=1, and qp becomes zero after the >> 1. Modifying the threshold
table for qp=0 so it copies the qp=1 case seems to fix the problem.
Patch by Jindrich Makovicka % makovick AH gmail P com %
Original thread:
Date: Jul 22, 2006 2:55 PM
Subject: [MPlayer-dev-eng] [PATCH] -vf pp7 artifacting in still MPEG2 images


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19170 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 13:38:20 +00:00
ben
f5b338b852 use mpeg packetizer helpers for sending lpcm packets
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19169 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 10:10:06 +00:00
ben
c2ade53518 removed now unnecessary define
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19168 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 09:56:05 +00:00
ben
c1676e21d9 removed now unnecessary variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19167 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 09:55:28 +00:00
nicodvb
a6a7d56cd1 reuse send_mpeg_lpcm_packet() instead of the old packetizer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19166 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 09:32:04 +00:00
reimar
902b1a22b1 Take start time into consideration when calculation percentage position
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19165 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 09:05:10 +00:00
nicodvb
6ca4f9ea81 in decode_audio() memset(0) unused memory in buf before returning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19164 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 08:35:18 +00:00
nicodvb
be75a5f7d7 don't do the work of mp_get_mp3_header() and, as a side effect, prevent a deadlock due to a missed cnt++
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19163 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-23 07:52:51 +00:00
nicodvb
f87e61e782 the value returned by decode_audio() must be the amount of _decoded_ bytes (finally it's beginning t work: no more toomanypackets... message)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19162 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 22:14:14 +00:00
diego
37bab5c544 cosmetics/punctuation/spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19161 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 18:57:56 +00:00
ben
856401960f rename rtsp.c to stream_rtsp.c for consistency with other input modules
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19160 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 14:40:14 +00:00
rathann
02362913a7 Native MPEG4 SP/ASP/AP support in Matroska.
Patch by Aurelien Jacobs and myself.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19159 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 14:35:49 +00:00
ben
c4d02071c2 fix compilation if DVB is not defined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19158 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 13:54:33 +00:00
ben
2468704cc7 display the right MPEG packet type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19157 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 10:42:57 +00:00
ben
0c540410fe use new mpeg_packetizer helpers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19156 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 10:39:00 +00:00
nicodvb
b02374fb97 my_write() must return the bytes written
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19155 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 10:07:04 +00:00
nicodvb
e8b4265feb cosmetics: comments and reindentation asked by gxben
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19154 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 09:59:44 +00:00
nicodvb
fdcee83d90 simplified mpeg packetizer used by hw mpeg decoders/vo - first round
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19153 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 09:45:34 +00:00
gpoirier
4cbc615ca4 Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %
Original thread:
Date: Jul 20, 2006 10:15 PM
Subject: [MPlayer-dev-eng] [PATCH] Make Win32 GUI compile again (broken 
by const fixes)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19152 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-21 20:17:41 +00:00
gpoirier
b0294bbafb sync r19134
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19151 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-21 17:52:28 +00:00
ben
5f85c0bc65 updated french man page with vo_ivtv description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19150 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-21 17:14:55 +00:00
ben
fb9aa02d40 updated english man page with vo_ivtv description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19149 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-21 17:08:47 +00:00
lucabe
0860745385 Use libavutil in libswscale, and allow it to be built out of the mplayer tree
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19148 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-20 12:13:57 +00:00
ben
68deda7604 updated mpeg_packetizer include to new localization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19147 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:14:43 +00:00
ben
b1b0d86c7e moved mpeg_packetizer helpers to libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19146 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:13:50 +00:00
ben
021e87e9d9 added myself as maintainer of vo_ivtv driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19145 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:06:32 +00:00
ben
4862796bcb added reference to ivtv vo driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19144 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:04:54 +00:00
ben
c308154fc7 added reference to ivtv card in mpegpes decoder info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19143 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:03:14 +00:00
ben
8b3e340df9 new vo driver for ivtv cards tv-out through internal h/w mpeg decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19142 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 22:02:09 +00:00
ben
5e2623cb49 new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19141 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 21:46:06 +00:00
rtogni
c885bca73c Quit on eof, was broken by r17150
Noticed by LR hephooey  gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19140 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 18:20:25 +00:00
rfelker
916c35ec6b 10l, i broke this with my last commit. should be fixed now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19139 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 05:47:21 +00:00
rfelker
408cc87d58 10l, i missed ifdefs around the calls
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19138 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 05:42:38 +00:00
rfelker
d948870dd2 remove duplicate code and fix issue of compiling mmx code when we
shouldn't in one fell swoop!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19137 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 05:34:26 +00:00
rfelker
c72c1486a3 do not compile mmx/sse/3dnow code if not available
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19136 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 05:27:02 +00:00
rfelker
beb4f8e000 old 10l: do not try to compile mmx code if we do not have mmx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19135 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 04:54:27 +00:00
kraymer
0f9205778d move -ass on top of -ass-* options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19134 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-18 18:52:41 +00:00
kraymer
7f1f1194fd r19131: 10l to someone..
users were complaining on the list that -mf w=...:h=... would not scale their images for them...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19133 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-18 18:49:14 +00:00
diego
c1a4733bc7 10l compilation fix: misplaced tag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19132 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-18 07:37:04 +00:00