aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_vcd.c
Commit message (Expand)AuthorAge
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* mplayer: attempt to make playback resume work with DVD/BDGravatar wm42013-09-22
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove inactive URL option fieldsGravatar wm42013-07-30
* stream_vcd.c: fix compilation on win32Gravatar Diogo Franco (Kovensky)2013-07-22
* Merge branch 'remove_old_demuxers'Gravatar wm42013-07-14
|\
* | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDNGravatar Jonathan Yong2013-07-13
| * stream: remove useless author/comment fieldsGravatar wm42013-07-12
| * stream: remove fd memberGravatar wm42013-07-12
| * stream: don't require streams to set a typeGravatar wm42013-07-12
| * Cleanup some include statementsGravatar wm42013-07-12
| * core: change open_stream and demux_open signatureGravatar wm42013-07-12
| * Remove old demuxersGravatar wm42013-07-07
|/
* stream: move VCD specific stuff to stream_vcdGravatar wm42013-06-09
* stream_cdda, stream_vcd: check read buffer sizeGravatar wm42013-06-09
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESGravatar mplayer-svn2012-08-03
* build: remove OS/2 supportGravatar Uoti Urpala2012-04-06
* stream_vcd: fix option value allocated with strdupGravatar Uoti Urpala2012-01-16
* Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r31020Gravatar Uoti Urpala2010-04-26
|\ \
| | * Try to fix VCD compilation on non-Linux systems.Gravatar reimar2010-04-05
| |/
| * Export VCD tracks as chapters, just like for cue:// URLs.Gravatar reimar2010-04-05
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \
* | | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| | | * Add a VCD support for OS/2Gravatar komh2010-03-03
| | |/
| | * Remove useless cast.Gravatar reimar2010-02-28
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* stream_opts should be constGravatar reimar2008-01-13
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.Gravatar diego2007-12-11
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Somewhat unified *BSD vcd readingGravatar reimar2007-07-27