mirror of https://github.com/mpv-player/mpv
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3845 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2df3bed0bf
commit
3f35a61c6c
|
@ -18,8 +18,10 @@ demuxer:
|
||||||
decoders:
|
decoders:
|
||||||
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
||||||
- getting PIM1 codec (DLL) working... - kabi
|
- getting PIM1 codec (DLL) working... - kabi
|
||||||
|
- getting 3ivX DLL working (CoCreateFreeThreadedMarshaler call required)
|
||||||
- optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c)
|
- optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c)
|
||||||
- fix seeking with libmad audio codec (codec lost sync and can't resync?)
|
- fix seeking with libmad audio codec (codec lost sync and can't resync?)
|
||||||
|
- fix ACELP DirectShow sound decoder (in avifile it's already fixed!)
|
||||||
|
|
||||||
mencoder:
|
mencoder:
|
||||||
- add some kind of "-ss" option, to start at e.g. 1:0:0 at the video
|
- add some kind of "-ss" option, to start at e.g. 1:0:0 at the video
|
||||||
|
@ -50,6 +52,7 @@ demuxer:
|
||||||
- implement forward seeking in indexed avi streams
|
- implement forward seeking in indexed avi streams
|
||||||
- implement brute-force broken avi fixer
|
- implement brute-force broken avi fixer
|
||||||
- demux_mpg: support for VDR's index files for more accurate seeking
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
||||||
|
- implement seeking for YUV4MPEG(2), NuppelVideo and Real
|
||||||
|
|
||||||
decoders:
|
decoders:
|
||||||
- check and import videodecoding.de stuff
|
- check and import videodecoding.de stuff
|
||||||
|
@ -72,6 +75,7 @@ other:
|
||||||
- sub database
|
- sub database
|
||||||
- mga_vid crtc2 fix
|
- mga_vid crtc2 fix
|
||||||
- make mach64_vid
|
- make mach64_vid
|
||||||
|
- make nvidia_vid ;)
|
||||||
- libvo2
|
- libvo2
|
||||||
- display OSD and subtitles using DVB card's OSD
|
- display OSD and subtitles using DVB card's OSD
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue