0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Flash screen video decoded via lavc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18635 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtogni 2006-06-07 22:07:24 +00:00
parent 874f92810f
commit 033d725061
2 changed files with 11 additions and 0 deletions

View File

@ -74,6 +74,7 @@ MPlayer (1.0)
* -vc mpeg12 resizes the window when aspect ratio changes
* Smacker audio and video decoding via lavc
* Windows Media VC1 video decoder via binary DLL
* Flash Screen video decoder via lavc
Demuxers:
* simultaneous audio capture/playback (-tv immediatemode=0) fixed in v4l2
@ -145,6 +146,8 @@ MPlayer (1.0)
* AVS demuxer and video decoder
* American Laser Games multimedia (*.mm) playback system
* Smacker demuxer and decoder
* Flash screen Video decoder
* Trellis-optimized ADPCM audio encoder
GUI:
* skins now reside in a directory named 'skins', not 'Skin'

View File

@ -481,6 +481,14 @@ videocodec ffflv
dll flv
out YV12
videocodec fffsv
info "FFmpeg Flash Screen video"
status working
fourcc FSV1
driver ffmpeg
dll flashsv
out BGR24
videocodec ffdivx
info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
status working