index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_vcd.c
Commit message (
Expand
)
Author
Age
*
Try to fix VCD compilation on non-Linux systems.
reimar
2010-04-05
*
Export VCD tracks as chapters, just like for cue:// URLs.
reimar
2010-04-05
*
Add a VCD support for OS/2
komh
2010-03-03
*
Remove useless cast.
reimar
2010-02-28
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
stream_opts should be const
reimar
2008-01-13
*
Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
diego
2007-12-11
*
stream_opts arrays should be const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Somewhat unified *BSD vcd reading
reimar
2007-07-27
*
at open() discard front margin/empty sectors (fixes demuxing by libavformat);...
nicodvb
2007-03-24
*
add vcd:// for win32, patch by zuxy meng
compn
2007-03-12
*
at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...
nicodvb
2007-01-16
*
GNU/kFreeBSD support, closes Bugzilla #704.
diego
2007-01-10
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31