| Commit message (Expand) | Author | Age | Files | Lines |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -5/+3 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -1/+3 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 1 | -2/+0 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -3/+3 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 1 | -2/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -42/+14 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 1 | -3/+0 |
* | stream_vcd.c: fix compilation on win32 | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+6 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 1 | -46/+8 |
|\ |
|
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+2 |
| * | stream: remove fd member | wm4 | 2013-07-12 | 1 | -38/+3 |
| * | stream: don't require streams to set a type | wm4 | 2013-07-12 | 1 | -1/+0 |
| * | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -2/+0 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -2/+3 |
| * | Remove old demuxers | wm4 | 2013-07-07 | 1 | -1/+1 |
* | | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDN | Jonathan Yong | 2013-07-13 | 1 | -1/+1 |
|/ |
|
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 1 | -0/+4 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 1 | -0/+2 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 1 | -17/+0 |
* | stream_vcd: fix option value allocated with strdup | Uoti Urpala | 2012-01-16 | 1 | -2/+4 |
* | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\ |
|
| * | Try to fix VCD compilation on non-Linux systems. | reimar | 2010-04-05 | 1 | -1/+1 |
* | | Merge svn changes up to r31020 | Uoti Urpala | 2010-04-26 | 1 | -0/+35 |
|\| |
|
| * | Export VCD tracks as chapters, just like for cue:// URLs. | reimar | 2010-04-05 | 1 | -0/+35 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 1 | -0/+17 |
|\| |
|
| * | Add a VCD support for OS/2 | komh | 2010-03-03 | 1 | -0/+17 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Remove useless cast. | reimar | 2010-02-28 | 1 | -1/+1 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+17 |
|\| |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -0/+17 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -3/+3 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -2/+4 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -3/+3 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
|/ |
|
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -6/+6 |
* | stream_opts should be const | reimar | 2008-01-13 | 1 | -1/+1 |
* | Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate. | diego | 2007-12-11 | 1 | -1/+1 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -1/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -1/+1 |
* | Somewhat unified *BSD vcd reading | reimar | 2007-07-27 | 1 | -4/+1 |
* | at open() discard front margin/empty sectors (fixes demuxing by libavformat);... | nicodvb | 2007-03-24 | 1 | -1/+13 |
* | add vcd:// for win32, patch by zuxy meng | compn | 2007-03-12 | 1 | -1/+25 |
* | at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p... | nicodvb | 2007-01-16 | 1 | -0/+3 |
* | GNU/kFreeBSD support, closes Bugzilla #704. | diego | 2007-01-10 | 1 | -3/+3 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+152 |