| 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 | -3/+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 | -8/+8 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 1 | -3/+2 |
* | 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 | -25/+20 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 1 | -15/+0 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 1 | -3/+2 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+2 |
* | 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 | -1/+0 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -2/+2 |
* | Remove internal network support | wm4 | 2013-07-07 | 1 | -30/+2 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 1 | -2/+0 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 1 | -0/+3 |
* | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 1 | -1/+1 |
* | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 1 | -17/+14 |
* | stream_cdda: support latest libcdio version | Uoti Urpala | 2013-01-24 | 1 | -1/+31 |
* | 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 | -5/+5 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 1 | -0/+5 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 1 | -1/+1 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 1 | -1/+2 |
* | stream_cdda: print CDTEXT if available | wm4 | 2012-04-01 | 1 | -17/+51 |
* | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-01 | 1 | -59/+11 |
* | stream_cdda: reformat | wm4 | 2012-04-01 | 1 | -359/+368 |
* | stream_cdda: various fixes | reimar | 2012-04-01 | 1 | -10/+28 |
* | stream_cdda: fix incorrectly allocated option field | Uoti Urpala | 2011-07-30 | 1 | -3/+5 |
* | stream_cdda: work around libcdparanoia caching issues | reimar | 2011-07-06 | 1 | -0/+3 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -3/+3 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 1 | -1/+1 |
* | stream_cdda: change printf format for cdda_tracks to %d | diego | 2010-11-02 | 1 | -1/+1 |
* | stream_cdda.c: Reorder functions to avoid forward declarations. | diego | 2010-11-02 | 1 | -110/+106 |
* | stream_cdd*: Move declarations for stream_cddb.c functions to cdd.h | diego | 2010-11-02 | 1 | -4/+0 |
* | stream_ccda: Move cdda_priv structure to the only place it is used | diego | 2010-11-02 | 1 | -1/+21 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\ |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -0/+18 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 1 | -1/+1 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -8/+8 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -8/+8 |
* | | 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 |
|/ |
|
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -3/+3 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -8/+8 |
* | stream_opts should be const | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add cdda stream control for chapter commmands. | ulion | 2007-12-17 | 1 | -0/+48 |
* | Should not change stream->pos in fill_buffer function. | ulion | 2007-12-16 | 1 | -1/+0 |
* | Make the end_sector accessable (it should be). | ulion | 2007-12-15 | 1 | -7/+7 |
* | Only print one track info when exactly seeking to the beginning of a track. | ulion | 2007-12-14 | 1 | -1/+3 |
* | Fix stream cdda seeks to CD's end and hangs forever bug. | ulion | 2007-12-14 | 1 | -2/+2 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make m_option_t arrays referenced by cfg-common.h 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 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Add full support for en-/disabling cddb support | reimar | 2006-12-04 | 1 | -3/+7 |
* | Move system headers before libavutil headers to work around build issues on | diego | 2006-12-02 | 1 | -3/+3 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | bails out if cdparanoia can't read cd (avoid lockup) | ben | 2006-10-13 | 1 | -0/+2 |
* | proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m... | ben | 2006-08-04 | 1 | -1/+1 |
* | renamed cddX stream interface to stream_cddX for consistency | ben | 2006-07-31 | 1 | -0/+391 |