summaryrefslogtreecommitdiffstats
path: root/stream/stream_vcd.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC when creating FDswm42013-11-301-1/+3
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-221-2/+0
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-3/+3
* stream: don't require streams to set s->pos in seek callbackwm42013-08-221-2/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-42/+14
* stream: remove inactive URL option fieldswm42013-07-301-3/+0
* stream_vcd.c: fix compilation on win32Diogo Franco (Kovensky)2013-07-221-3/+6
* Merge branch 'remove_old_demuxers'wm42013-07-141-46/+8
|\
| * stream: remove useless author/comment fieldswm42013-07-121-3/+2
| * stream: remove fd memberwm42013-07-121-38/+3
| * stream: don't require streams to set a typewm42013-07-121-1/+0
| * Cleanup some include statementswm42013-07-121-2/+0
| * core: change open_stream and demux_open signaturewm42013-07-121-2/+3
| * Remove old demuxerswm42013-07-071-1/+1
* | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDNJonathan Yong2013-07-131-1/+1
|/
* stream: move VCD specific stuff to stream_vcdwm42013-06-091-0/+4
* stream_cdda, stream_vcd: check read buffer sizewm42013-06-091-0/+2
* stream, demux: replace off_t with int64_twm42012-11-201-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-031-0/+1
* build: remove OS/2 supportUoti Urpala2012-04-061-17/+0
* stream_vcd: fix option value allocated with strdupUoti Urpala2012-01-161-2/+4
* Merge svn changes up to r31033Uoti Urpala2010-04-261-1/+1
|\
| * Try to fix VCD compilation on non-Linux systems.reimar2010-04-051-1/+1
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-0/+35
|\|
| * Export VCD tracks as chapters, just like for cue:// URLs.reimar2010-04-051-0/+35
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30848Uoti Urpala2010-03-101-0/+17
|\|
| * Add a VCD support for OS/2komh2010-03-031-0/+17
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-1/+1
|\|
| * Remove useless cast.reimar2010-02-281-1/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+17
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-2/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-3/+3
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-6/+6
* stream_opts should be constreimar2008-01-131-1/+1
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.diego2007-12-111-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Somewhat unified *BSD vcd readingreimar2007-07-271-4/+1
* at open() discard front margin/empty sectors (fixes demuxing by libavformat);...nicodvb2007-03-241-1/+13
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-1/+25
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...nicodvb2007-01-161-0/+3
* GNU/kFreeBSD support, closes Bugzilla #704.diego2007-01-101-3/+3
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+152