1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00
Commit Graph

288 Commits

Author SHA1 Message Date
cladisch
cc8359e4e8 This patch removes mmap support because it doesn't have any benefit.
Directly accessing the sample buffer makes sense only when the samples
can be constructed in-place.  When the samples are just copied from
another buffer (as is the case with libao2 drivers), the code to copy
those samples is just a reimplementation of snd_pcm_writei(), so we
could as well use that function.

Besides, the current mmap code does not work except in the most simple
cases: it claims to support non-interleaved and complex sample formats,
but treats them the same as interleaved formats and writes to the wrong
memory location.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17617 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-13 11:15:25 +00:00
nicodvb
df1ba8c7b3 bugfixes and new soft-teleciner in muxer_mpeg.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17603 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 11:12:21 +00:00
diego
40a51feefa Mention recent big-endian/AltiVec fixes in postproc/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17590 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-11 14:19:37 +00:00
cladisch
732a349ec2 ALSA changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17577 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-10 10:28:20 +00:00
diego
dba63a48e0 ZMB decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17545 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-06 21:33:43 +00:00
nicodvb
56e315193b mention TOOLS/encode2mpeglight
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17509 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 20:47:30 +00:00
reimar
c023deb2b4 Update musepack entry: I actually implemented seeking and sometimes -af volume is needed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17506 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 19:51:09 +00:00
rathann
8cceb75491 added missing entries since the last release (approved by Diego with small
fixes)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17505 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 19:07:44 +00:00
diego
bc19b5c0b1 French MEncoder docs are not synced yet.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17498 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 01:39:39 +00:00
diego
24f25bfa81 updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17487 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-26 00:48:53 +00:00
ods15
1c93b17c2f some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17442 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-20 20:49:45 +00:00
nicodvb
aa40286a02 mention hwmpa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17434 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-19 22:57:49 +00:00
diego
e20d2d8c60 Mention Chinese console messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17335 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 20:09:15 +00:00
rtognimp
20a80b7dab Update for realrtsp bandwidth support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17334 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 14:43:28 +00:00
diego
700e724e86 updates, spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17294 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 16:07:59 +00:00
rtognimp
08acfb3538 wma2 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17256 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 20:03:36 +00:00
ods15
77294d838e new input command prefixes, pausing_keep, pausing_toggle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17253 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 10:59:52 +00:00
ods15
341b522e4b some more new stuff..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17212 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-17 19:13:36 +00:00
ods15
48d1769f5f -o in mencoder now manditory
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17211 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-17 18:52:05 +00:00
ods15
ade951bbb9 -msglevel added, -verbose removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17210 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-17 18:24:35 +00:00
rtognimp
e848230c7a ffmpeg update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17153 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 17:06:47 +00:00
diego
817b489d60 cook
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17151 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 16:36:50 +00:00
diego
af02a1574e small updates and fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17131 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 16:14:46 +00:00
reimar
a1505f1851 new -(no)border option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17008 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-17 21:15:59 +00:00
gpoirier
e5cd922798 Configure support for Cyrix C3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16980 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-12 08:25:04 +00:00
faust3
4bab1b4c16 libcdio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16937 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 17:46:26 +00:00
ptt
490380977c added support for OSD localization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16925 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 02:47:43 +00:00
reimar
4e76145381 Speex support. Seeking and pts generation does not work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16916 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-05 11:58:25 +00:00
diego
3c36f7defb updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16870 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-26 22:57:15 +00:00
ods15
72fe5b36ee cross compiling probably worth mentioining
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16824 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-21 14:44:13 +00:00
rtognimp
282416d26e Update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16798 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 20:20:19 +00:00
rtognimp
2b18250353 Update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16779 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-15 23:52:56 +00:00
diego
4bd7794008 some docs updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16711 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 19:04:25 +00:00
henry
e681b37f34 Centaur/VIA configure check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16696 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 19:24:06 +00:00
diego
28b5d70cae updates, fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16635 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-02 16:17:33 +00:00
ods15
0ce3236189 More appropriatte section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16571 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 13:58:53 +00:00
gpoirier
e88491dbde remove duplicate entry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16567 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 09:56:41 +00:00
diego
7e4c30e363 small fixes and additions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16560 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 07:29:09 +00:00
ods15
591fadadfd Make frameno.avi not turn on by default. this is deprecated and this entire
feature should be removed anyway. manpage update in a bit...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16529 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-19 19:23:38 +00:00
reimar
e6805ce4be Mention af_pan change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16495 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-15 11:46:50 +00:00
diego
33eb8d1903 Small wording/spelling fixes, one duplicate entry removed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16492 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-15 03:15:04 +00:00
reimar
4e60e039f5 hardware color-space conversion for vo_gl and vo_gl2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16489 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-14 22:08:04 +00:00
gpoirier
ba6153a7d2 adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robert Swain < robert POUM swain AH gmail POUM com >
Nice help from Diego Biurrun, Reimar Döffinger, Guillaume POIRIER
Original thread:
Date: Sep 10, 2005 8:45 PM
Subject: [MPlayer-dev-eng] [PATCH] XviD profile support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16482 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-13 21:04:44 +00:00
gpoirier
c3054f241c Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
Script by Matthias Wieser < mwieser AH gmx POUM de >
Original thread:
Date: Aug 25, 2005 1:54 PM
Subject: [MEncoder-users] [Script] PSNR between two video files


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16464 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-12 16:56:19 +00:00
henry
8263ce26e1 screenshot filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16449 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-11 08:00:38 +00:00
gpoirier
2cdf18bfc1 MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
(please make sure the doc builds fine)
Original thread:
Date: Sep 4, 2005 1:26 AM
Subject: [MPlayer-DOCS] [PATCH] mplayer advanced audio usage guide


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16392 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 22:29:36 +00:00
gpoirier
33ed0f3ea0 Suggestions by of The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16382 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 21:49:50 +00:00
gpoirier
2a57b62b04 Lotsa cool stuff new with -pre8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16374 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 14:41:09 +00:00
gpoirier
b2e88f2b32 custom quantization matrix for x264, original patch by Robert Swain < robert POUM swain AH gmail POUM com>
Lots of nits and improvement by the MPlayer team
Original thread:
Date: Jul 12, 2005 5:04 PM
Subject: [MPlayer-dev-eng] [PATCH] CQMs in x264


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16367 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 21:54:17 +00:00
rtognimp
f3c89204fc Updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16366 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 20:37:34 +00:00