mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00: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:
parent
874f92810f
commit
033d725061
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user