1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 04:45:33 +00:00
Commit Graph

357 Commits

Author SHA1 Message Date
nicodvb
c017b9d30b A/R changes are handled correctly by -vc mpeg12
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18430 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-10 22:06:57 +00:00
gpoirier
7913f2c9ce fuse XviD entries,
more correct entry about Coverity scans
mention that lavf's MP4 and MOV have greatly improved


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18422 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-10 08:36:56 +00:00
diego
92b6f792d9 vfps OGM support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18398 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-07 14:06:26 +00:00
diego
aab6fb02fd misc wording/spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18370 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 12:39:10 +00:00
gpoirier
8043cb86c3 we have a preliminary support for macintel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-01 10:11:15 +00:00
rtognimp
46bf6b0bce AIx port is experimental
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18365 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 22:09:40 +00:00
rtognimp
22873f0af9 sync with ffmpeg changelog + some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18364 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 21:41:10 +00:00
gpoirier
8350dafd17 fixes suggested by Reimar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18352 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-30 07:24:40 +00:00
gpoirier
ab45a12227 Add a few meaningfull recent dev. improvement, cut overly long lines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18348 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-29 21:52:56 +00:00
nicodvb
7c7f6973a6 muxer_mpeg rewritten
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18202 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-22 18:19:26 +00:00
gpoirier
381b2d32e7 typo fix: s/20060915/20040915/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18147 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-19 05:48:16 +00:00
rtognimp
5fce1e7235 faad2 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18143 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-18 19:48:14 +00:00
diego
b5743fcfda Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
nicodvb
98e8cf6117 fixed framerate detection of interlaced H264 streams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17954 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 23:10:08 +00:00
reynaldo
5c1f13b9be forgotten entry about TOOLS/qepdvcd.sh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17862 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-14 00:38:00 +00:00
rathann
aa7b6d56f2 fl32 is now supported, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17860 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-13 23:35:41 +00:00
rathann
7875c2e150 QuickTime in24 and in32 PCM audio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17814 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-11 22:43:28 +00:00
gpoirier
bc6540bae9 XviD multi-threaded encoding support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17704 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-01 09:18:56 +00:00
reimar
8424c24317 OpenAL audio support, actual output is mono-only (no positioning yet).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17634 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-16 20:45:25 +00:00
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
diego
9c6e99a1cb updates, typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16343 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 00:03:19 +00:00
gpoirier
24afeb0494 "recent" noteworthy features
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16248 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 20:47:56 +00:00
reimar
3138932d9a Support more MythTV nuv files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16164 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 18:52:20 +00:00
reimar
568e570c9a -dr support for -vo gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16101 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-26 10:17:51 +00:00
diego
3df2734919 wording/spelling/grammar/consistency, small updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16043 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-22 07:47:24 +00:00
ods15
3cf7669ea0 some new stuff worth mentioning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16042 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-22 06:38:20 +00:00
reimar
19887dbfca skiploopfilter IMHO is worth an entry here.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16031 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-20 15:11:16 +00:00
reimar
c0a4d94468 SHOUTcast and ultravox support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16014 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-19 12:07:04 +00:00
reimar
de6925b979 Enable manyfmts by default for vo_gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16013 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-19 08:42:55 +00:00
gpoirier
c60555edbf x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15965 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-11 17:52:03 +00:00
reimar
c54b5a06bd musepack demuxing and decoding support (demuxing is v7 bitstream only).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15959 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 17:14:12 +00:00
reimar
0b838da1fa vf_pp7 and -af-adv force=1 default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15952 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-10 09:20:57 +00:00
henry
b8f916eff6 libdvdread 0.9.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15879 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-01 06:30:43 +00:00
nicodvb
3de9e33ec4 fixed vf_lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15845 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-28 19:45:07 +00:00
nicodvb
9755607308 EDL fixes in mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15833 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-27 19:11:27 +00:00
gpoirier
f6fc2bb124 vobsub time-adjust tool by Gábor Farkas < gabor AH nekomancer POUM net >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15830 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-27 13:33:40 +00:00
gpoirier
26e338cc1d Rich's encoding guide (hopefully temporary) added to DOCS/tech/encoding-guide.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15799 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-22 13:00:36 +00:00
diego
e9a5b0a54e updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15759 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-19 10:32:00 +00:00
reimar
fd0aa2708e support -wid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15749 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-18 18:32:29 +00:00
nicodvb
12a755b63b added AAC ADTS demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15721 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-13 20:40:29 +00:00
diego
4e6e2f3ab3 updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15662 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-06 15:09:38 +00:00
gpoirier
0836c5a899 Add XviD's luminance masking (option name: lumi_mask)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15639 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-04 20:54:49 +00:00
reimar
3815bd0be4 Document ao_jack suboption, ChangeLog update for ao_jack and vo_gl*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15638 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-04 19:33:06 +00:00
henry
6f76d5d5bd -vf fspp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15637 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-04 18:38:22 +00:00
nicodvb
dc66a03e44 mention stream layer restructuring and cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15628 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-03 15:36:40 +00:00
gpoirier
e6f5f5a187 XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15620 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-02 22:01:38 +00:00
diego
da9bb5141a misc updates, Snow spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15513 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-18 22:20:58 +00:00
henry
36a9df5486 8bit palette mode support for png
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15510 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-18 18:05:22 +00:00
rtognimp
1e285998e6 Fraps
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15476 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 23:51:22 +00:00
henry
22b533f028 v4l2 update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15455 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 09:17:32 +00:00
reimar
c864cb4832 update vstrict description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15387 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-09 20:10:58 +00:00