| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 1 | -1/+2 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 3 | -0/+127 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -25/+27 |
* | network: add options to control TLS verification | wm4 | 2013-09-27 | 1 | -0/+3 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 4 | -6/+3 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 1 | -1/+1 |
* | stream_lavf: print lavf options that could not be set | wm4 | 2013-09-22 | 1 | -0/+6 |
* | stream_dvd: prevent segmentation fault with some broken files | Stefano Pigozzi | 2013-09-14 | 1 | -2/+2 |
* | stream_bluray: return number of titles | wm4 | 2013-09-10 | 1 | -6/+11 |
* | stream: force demuxer of cached stream, fixes cdda:// + cache | wm4 | 2013-09-10 | 1 | -0/+1 |
* | path: add a common mp_is_url() function | wm4 | 2013-09-04 | 1 | -4/+3 |
* | tv: attempt to support mjpeg streams | wm4 | 2013-09-04 | 1 | -2/+6 |
* | stream: read at least a full buffer with stream_peek() | wm4 | 2013-08-28 | 1 | -1/+1 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 5 | -0/+747 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 | 2 | -55/+83 |
* | stream: don't drop buffer when creating the cache | wm4 | 2013-08-26 | 1 | -3/+0 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 17 | -77/+82 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 2 | -0/+20 |
* | stream: allow potentially faster skipping | wm4 | 2013-08-22 | 1 | -3/+12 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 9 | -22/+11 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 3 | -52/+29 |
* | stream_avdevice: remove redundant dummy callback | wm4 | 2013-08-22 | 1 | -6/+0 |
* | stream_file: uncrustify | wm4 | 2013-08-22 | 1 | -132/+140 |
* | stream_bluray: fix bd:// url segfault introduced by commit bc1d61 | Noble Huang | 2013-08-12 | 1 | -6/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 28 | -46/+46 |
* | stream_radio: fix some things | wm4 | 2013-08-05 | 1 | -2/+2 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 4 | -0/+41 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 19 | -362/+280 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 3 | -23/+0 |
* | stream_dvd: fix .ifo redirection | wm4 | 2013-07-30 | 1 | -2/+1 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 3 | -8/+5 |
* | stream_vcd.c: fix compilation on win32 | Diogo Franco (Kovensky) | 2013-07-22 | 2 | -3/+8 |
* | cache: fix time check for printing warning | wm4 | 2013-07-20 | 1 | -1/+1 |
* | stream: remove unused vcd functions | wm4 | 2013-07-15 | 4 | -22/+0 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 21 | -323/+190 |
|\ |
|
| * | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 17 | -58/+19 |
| * | stream: remove unused functions | wm4 | 2013-07-12 | 1 | -36/+0 |
| * | stream: remove fd member | wm4 | 2013-07-12 | 8 | -66/+57 |
| * | stream: use talloc for some string members | wm4 | 2013-07-12 | 1 | -7/+7 |
| * | stream: don't require streams to set a type | wm4 | 2013-07-12 | 9 | -34/+13 |
| * | Cleanup some include statements | wm4 | 2013-07-12 | 10 | -16/+8 |
| * | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 3 | -3/+7 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 17 | -65/+47 |
| * | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -19/+15 |
| * | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -2/+0 |
| * | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -1/+1 |
| * | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -4/+17 |
| * | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+1 |
| * | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 4 | -26/+6 |
| |\ |
|
| * | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -12/+0 |
| * | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -2/+4 |
| * | | Remove old demuxers | wm4 | 2013-07-07 | 2 | -2/+2 |
* | | | w32: silence some warnings | James Ross-Gowan | 2013-07-13 | 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: remove some more forgotten network stuff | wm4 | 2013-07-12 | 1 | -13/+0 |
* | | | options: add --cache-default option | wm4 | 2013-07-10 | 2 | -17/+12 |
| |/
|/| |
|
* | | cache: fix compilation without posix timers | Stefano Pigozzi | 2013-07-08 | 1 | -0/+1 |
* | | stream/tv: remove unused dshow-specific options | Martin Herkt | 2013-07-08 | 2 | -26/+1 |
* | | stream_radio: fix build | wm4 | 2013-07-08 | 1 | -0/+4 |
|/ |
|
* | stream: unbreak streams with large sector sizes (stream_cdda) | wm4 | 2013-07-07 | 1 | -1/+2 |
* | stream: don't treat position 0 specially | wm4 | 2013-07-07 | 1 | -7/+6 |
* | Remove some leftovers from network removal | wm4 | 2013-07-07 | 3 | -182/+1 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 6 | -50/+27 |
* | stream: re-add accidentally removed seek call | wm4 | 2013-07-07 | 1 | -0/+7 |
* | Remove internal network support | wm4 | 2013-07-07 | 22 | -5996/+9 |
* | core: make network options available even if old net code is disabled | wm4 | 2013-07-07 | 5 | -23/+3 |
* | stream: make eof flag more consistent | wm4 | 2013-07-04 | 1 | -1/+6 |
* | stream_lavf: request and read streamcast/ICY metadata | wm4 | 2013-07-02 | 1 | -4/+89 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -1/+23 |
* | cache: fix per-block metadata memory leak | wm4 | 2013-07-02 | 1 | -0/+1 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 3 | -8/+91 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 2 | -46/+77 |
|\ |
|
| * | stream: remove stream_unread_buffer() | wm4 | 2013-06-25 | 2 | -21/+0 |
| * | stream: add stream_peek function | wm4 | 2013-06-25 | 2 | -0/+35 |
| * | stream: never let read functions return values < 0 | wm4 | 2013-06-25 | 1 | -3/+5 |
| * | stream: readd memory streams | wm4 | 2013-06-25 | 2 | -5/+21 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 2 | -18/+17 |
* | | cache: cache number of chapters | wm4 | 2013-06-24 | 1 | -0/+10 |
* | | cache: fix stream_pts caching | wm4 | 2013-06-18 | 1 | -20/+20 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
* | | cache: actually use time instead of retry count for slow cache warning | wm4 | 2013-06-18 | 1 | -9/+11 |
|/ |
|
* | cache: fix build on OSX (again) | wm4 | 2013-06-16 | 1 | -0/+7 |
* | cache: fix compilation on Libav | wm4 | 2013-06-16 | 1 | -1/+8 |
* | cache: use correct header for clock_gettime | wm4 | 2013-06-16 | 1 | -0/+1 |
* | stream: don't set sector size on cache | wm4 | 2013-06-16 | 1 | -3/+1 |
* | cache: attempt to improve slow cache warning | wm4 | 2013-06-16 | 1 | -26/+35 |
* | cache: report more precise stream time | wm4 | 2013-06-16 | 1 | -9/+39 |
* | stream: don't align stream position if not needed | wm4 | 2013-06-16 | 1 | -3/+1 |
* | stream: don't adjust stream position if seek succeeds, but read fails | wm4 | 2013-06-16 | 1 | -3/+2 |
* | stream: fix some aspects of EOF handling | wm4 | 2013-06-16 | 1 | -10/+22 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 7 | -13/+1 |
* | stream: remove stream_reset() | wm4 | 2013-06-16 | 2 | -12/+3 |
* | stream: check for interruption when trying to reconnect stream | wm4 | 2013-06-16 | 1 | -3/+3 |
* | stream: cosmetics | wm4 | 2013-06-16 | 2 | -26/+12 |
* | stream: reset buffer even on EOF/error | wm4 | 2013-06-16 | 1 | -4/+2 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 3 | -542/+403 |
* | stream: add partial read function | wm4 | 2013-06-16 | 2 | -17/+28 |
* | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 2 | -4/+33 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 5 | -331/+220 |
* | stream: remove pointless check | wm4 | 2013-06-09 | 1 | -7/+3 |
* | stream: remove unused function | wm4 | 2013-06-09 | 1 | -9/+0 |
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 3 | -5/+4 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 2 | -0/+5 |
* | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 | 1 | -15/+0 |
* | stream: misleading statement | wm4 | 2013-06-09 | 1 | -1/+1 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 3 | -0/+24 |
* | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 1 | -0/+0 |
* | cache2: uncrustify | wm4 | 2013-06-09 | 1 | -452/+521 |
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+0 |
* | stream: kill STREAM_CTRL_RESET | wm4 | 2013-05-26 | 2 | -4/+0 |
* | stream: kill memory streams | wm4 | 2013-05-26 | 2 | -23/+3 |
* | stream: de-inline some larger functions | wm4 | 2013-05-26 | 2 | -70/+73 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -4/+4 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 2 | -4/+4 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 1 | -8/+7 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 3 | -0/+41 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -4/+6 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -4/+6 |
* | | stream_bluray: report chapter times | wm4 | 2013-05-09 | 1 | -0/+21 |
* | | stream_bluray: general timeline support | wm4 | 2013-05-09 | 1 | -0/+37 |
* | | stream_bluray: make code a bit more obvious | wm4 | 2013-05-09 | 1 | -4/+4 |
* | | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 3 | -6/+41 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 5 | -32/+5 |
* | | stream: fix bad cache behavior introduced by recent commit | wm4 | 2013-05-05 | 1 | -1/+8 |
* | | stream: add start time reporting | wm4 | 2013-05-05 | 3 | -0/+9 |
* | | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 4 | -0/+17 |
* | | stream: remove unused new_ds_stream() | wm4 | 2013-05-03 | 2 | -13/+0 |
* | | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 2 | -16/+2 |
* | | stream_bluray: fix querying current chapter | reimar | 2013-04-27 | 1 | -3/+1 |
* | | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 1 | -17/+14 |
|/ |
|
* | stream_cddb: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | vcd_read_win32.h: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | http: handle broken QuickTime Streaming Server headers | reimar | 2013-04-04 | 1 | -3/+9 |
* | http: fix for broken SHOUTcast streams | reimar | 2013-04-04 | 1 | -0/+6 |
* | vcd_read: cleanup ifdefs | reimar | 2013-04-04 | 1 | -14/+7 |
* | stream: silence clang empty statement warnings | wm4 | 2013-03-19 | 1 | -12/+8 |
* | network: set default user-agent to MPlayer's | wm4 | 2013-02-26 | 1 | -1/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -6/+4 |
* | Check return values of some mp_find_..._config_file function calls for NULL | wm4 | 2013-02-09 | 1 | -2/+5 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 4 | -1053/+0 |
* | build: make it work on somewhat older ffmpeg versions | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: set default HTTP user agent to "Mozilla/5.0" | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: fix reconnecting on broken network connections | wm4 | 2013-01-24 | 3 | -21/+50 |
* | stream: uncrustify stream.c/.h | wm4 | 2013-01-24 | 2 | -582/+664 |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 7 | -7/+61 |
* | cookies: fix crash | wm4 | 2013-01-24 | 1 | -3/+3 |
* | stream_cdda: support latest libcdio version | Uoti Urpala | 2013-01-24 | 1 | -1/+31 |
* | Silence two compiler warnings | wm4 | 2013-01-16 | 1 | -3/+2 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 5 | -84/+84 |
* | Remove netstream support | wm4 | 2013-01-13 | 3 | -472/+0 |
* | Fix lots of bugs in mp_http URL handling | Rudolf Polzer | 2013-01-10 | 2 | -7/+10 |
* | stream_lavf: warn if protocol not found | wm4 | 2012-12-28 | 1 | -1/+6 |
* | stream_dvd: fix angle math | Rudolf Polzer | 2012-12-22 | 1 | -8/+7 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 2 | -30/+39 |
* | Fix compilation with Libav | wm4 | 2012-12-11 | 1 | -0/+2 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -3/+0 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 3 | -15/+17 |
* | stream: handle mms streaming with ffmpeg | wm4 | 2012-12-11 | 3 | -14/+23 |
* | stream_dvd: add a stream_seek() call | Rudolf Polzer | 2012-12-07 | 1 | -0/+2 |
* | stream_ftp: cleanups | al | 2012-12-03 | 1 | -19/+13 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 2 | -1/+9 |
* | stream_lavf: use ffmpeg for http/https streaming | wm4 | 2012-12-03 | 2 | -3/+5 |
* | cache: simplify further | wm4 | 2012-12-03 | 8 | -34/+28 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 8 | -27/+24 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 3 | -0/+52 |
* | stream_ftp: fix compilation with libav | Stefano Pigozzi | 2012-11-22 | 1 | -1/+1 |
* | stream_ftp: support longer filenames | al | 2012-11-21 | 1 | -31/+73 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 3 | -3/+5 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 2 | -0/+10 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 17 | -48/+48 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 4 | -4/+13 |
* | asf_streaming: remove broken MMSU support code | upsuper | 2012-11-20 | 1 | -15/+3 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 9 | -89/+87 |
* | cookies: don't read cookie files from ancient browsers | wm4 | 2012-11-16 | 1 | -42/+3 |
* | network: fix crash with -playlist http://... | wm4 | 2012-11-14 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 45 | -109/+108 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+0 |
* | stream: open_stream_plugin() should set error code on failure | wm4 | 2012-11-01 | 1 | -0/+1 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -10/+9 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+4 |
* | cookies: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -5/+7 |
* | stream_cddb: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -12/+14 |
* | cleanup: remove references to CONFIG_TV_DSHOW | wm4 | 2012-10-30 | 1 | -8/+1 |
* | stream: fix redirection for proxy URLs | reimar | 2012-10-30 | 3 | -15/+55 |
* | url: simplify | cboesch | 2012-10-30 | 3 | -25/+43 |
* | stream: add STREAM_CTRL_GET_CURRENT_TITLE | ib | 2012-10-30 | 4 | -0/+14 |
* | cache: enable STREAM_CTRL_GET_NUM_TITLES | ib | 2012-10-30 | 1 | -0/+3 |
* | cache: fix long hangs | reimar | 2012-10-30 | 1 | -1/+1 |
* | stream_file: explicitly signal EOF | reimar | 2012-10-30 | 1 | -0/+2 |
* | stream_ftp: fix double free in one error case | Uoti Urpala | 2012-10-30 | 1 | -1/+0 |
* | stream_ffmpeg: handle rtsp:// URLs by default, add lavf:// | Uoti Urpala | 2012-10-28 | 2 | -17/+23 |
* | stream: remove NULL checks for open calls | wm4 | 2012-10-14 | 1 | -13/+3 |
* | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 2 | -132/+24 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -1/+1 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 4 | -7/+17 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 1 | -1/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 3 | -10/+5 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 3 | -3/+3 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 1 | -3/+4 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 2 | -83/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 4 | -146/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 2 | -2/+2 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 4 | -1085/+0 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 2 | -4242/+0 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 1 | -9/+9 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -1/+1 |
* | mplayer, stream_tv: move variable initialization | wm4 | 2012-08-03 | 1 | -1/+1 |
* | tv: reduce code duplication | mplayer-svn | 2012-08-03 | 1 | -21/+14 |
* | stream_pvr: fix buffer overflow | mplayer-svn | 2012-08-03 | 1 | -16/+13 |
* | stream: detect prematurely closed connection | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | stream: retry reconnecting several times | mplayer-svn | 2012-08-03 | 1 | -8/+22 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 7 | -23/+99 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 2 | -29/+30 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 4 | -0/+12 |
* | cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLs | mplayer-svn | 2012-08-03 | 1 | -10/+33 |
* | stream/http: add a test file for ultravox in comment | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | cache2: make cache process exit when main process dies | mplayer-svn | 2012-08-03 | 1 | -0/+13 |
* | Replace 'q' printf length modifier by 'll' | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | cache2: make warnings easier to understand | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 5 | -128/+18 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 3 | -2072/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 3 | -20/+0 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 2 | -643/+0 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 30 | -10376/+2 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 1 | -1/+1 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -21/+0 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 1 | -1/+2 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -1/+1 |
* | Add support for playing video from streaming sites with libquvi | wm4 | 2012-07-28 | 1 | -2/+69 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -2/+2 |
|\ |
|
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -1/+1 |
|\| |
|
| * | stream_cdda: print CDTEXT if available | wm4 | 2012-04-28 | 1 | -17/+51 |
| * | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-28 | 1 | -59/+11 |
| * | cosmetics: stream_cdda.c: reformat | wm4 | 2012-04-28 | 1 | -359/+368 |
| * | stream_cdda: various fixes | reimar | 2012-04-28 | 1 | -10/+28 |
| * | stream_ffmpeg: fix broken line from 30afc64532ff61 | Uoti Urpala | 2012-04-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -1/+1 |
|\| |
|
| * | stream_pvr: fix field size / snprintf size mismatch | Uoti Urpala | 2012-04-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 4 | -340/+1 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 4 | -340/+1 |
* | | 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 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -2/+3 |
|\| |
|
| * | stream_vstream: fix vstream_error format string | Uoti Urpala | 2012-04-01 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 4 | -7/+9 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 3 | -7/+7 |
| * | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 10 | -207/+31 |
|\| |
|
| * | configure, ao_alsa: drop support for obsolete ALSA versions | Uoti Urpala | 2012-02-27 | 1 | -184/+0 |
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 8 | -21/+29 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -2/+2 |
* | | stream: refuse to open directories | wm4 | 2012-02-19 | 1 | -0/+9 |
|/ |
|
* | stream_vcd: fix option value allocated with strdup | Uoti Urpala | 2012-01-16 | 1 | -2/+4 |
* | stream_ffmpeg: switch to libavformat avio API | Uoti Urpala | 2012-01-02 | 1 | -19/+31 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 2 | -6/+0 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 2 | -4/+0 |
* | stream_cdda: fix incorrectly allocated option field | Uoti Urpala | 2011-07-30 | 1 | -3/+5 |
* | options: change option parsing to use bstr | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | options: indicate ambiguous option parameters explicitly | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 1 | -1/+0 |
* | stream_bluray: switch to new libbluray API | Rico Tzschichholz | 2011-07-10 | 1 | -7/+7 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 1 | -3/+4 |
* | stream.c: make reconnect checks more robust | reimar | 2011-07-06 | 1 | -14/+21 |
* | stream.c: Pass streaming_ctrl eof on to struct stream field | reimar | 2011-07-06 | 1 | -0/+2 |
* | stream/network: don't clobber buffer byte counts on error | reimar | 2011-07-06 | 1 | -0/+1 |
* | stream/network: distinguish EOF/error in streaming control API | reimar | 2011-07-06 | 1 | -1/+2 |
* | cache: don't modify argument when stream control fails | reimar | 2011-07-06 | 1 | -2/+3 |
* | stream/tvi_v4l[2]: fix calculation of free RAM for buffers | iive | 2011-07-06 | 2 | -16/+10 |
* | cleanup: tvi_dshow: add "static", fix printf format | diego | 2011-07-06 | 1 | -9/+16 |
* | cache: allow STREAM_CTRL_GET_CURRENT_TIME with cache | reimar | 2011-07-06 | 1 | -3/+12 |
* | cosmetics: cache2.c: Fix comment | reimar | 2011-07-06 | 1 | -2/+2 |
* | cosmetics: stream_dvdnav.c: Remove pointless () | reimar | 2011-07-06 | 1 | -9/+9 |
* | stream_dvd: fix dvd_get_current_time() | reimar | 2011-07-06 | 1 | -5/+5 |
* | stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h> | reimar | 2011-07-06 | 1 | -1/+1 |
* | stream_cdda: work around libcdparanoia caching issues | reimar | 2011-07-06 | 1 | -0/+3 |
* | stream: show negative seek position value in error message | reimar | 2011-07-06 | 1 | -1/+2 |
* | stream_cue: Avoid probing empty filename in cue_find_bin() | iive | 2011-07-06 | 1 | -0/+3 |
* | stream_cue: fix multiple bugs | reimar | 2011-07-06 | 1 | -24/+25 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-06-29 | 7 | -14/+22 |
|\ |
|
| * | stream.c: make some stream messages translatable | ib | 2011-06-29 | 1 | -6/+7 |
| * | Windows: stream_cddb.c: include <path.h> for MinGW | vayne | 2011-06-29 | 1 | -0/+1 |
| * | cleanup: Make vcd_seek_to_track() static in more files | reimar | 2011-06-29 | 4 | -4/+4 |
| * | cache2.c: Avoid warnings about discarding volatile | reimar | 2011-06-29 | 1 | -4/+10 |
* | | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD) | Uoti Urpala | 2011-06-29 | 1 | -0/+4 |
|/ |
|
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 7 | -18/+15 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 6 | -7/+6 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 8 | -9/+76 |
|\ |
|
| * | cache: call stream read with at least sector size space | reimar | 2011-05-01 | 1 | -2/+18 |
| * | stream: http: Allow setting custom http header | cehoyos | 2011-04-13 | 2 | -0/+9 |
| * | stream_dvdnav: output ID_DVD_VOLUME_ID also for dvdnav:// | cehoyos | 2011-04-13 | 1 | -1/+1 |
| * | stream_dvdnav: identify: show more title information | cehoyos | 2011-04-12 | 1 | -0/+3 |
| * | stream: try to reset stream once if read fails | reimar | 2011-04-12 | 1 | -1/+21 |
| * | stream_dvdnav: don't skip last title for dvdnav:// -identify | cehoyos | 2011-04-12 | 1 | -1/+1 |
| * | stream: Make stream_write_buffer() check for short writes | ranma | 2011-04-12 | 4 | -4/+23 |
* | | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 | 2 | -2/+1 |
* | | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 | 4 | -28/+19 |
* | | stream.[ch], ass_mp: new stream function for whole-file reads | Uoti Urpala | 2011-03-03 | 2 | -0/+44 |
* | | cleanup: demuxer.[ch]: remove unused code, make functions static | Uoti Urpala | 2011-02-22 | 1 | -0/+3 |
|/ |
|
* | stream/url.c: escape characters >= 127 in URLs | reimar | 2011-02-15 | 1 | -2/+1 |
* | terminal output: show cache fill changes in "PAUSED" message | reimar | 2011-02-15 | 2 | -5/+9 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 2 | -0/+11 |
* | cache: suggest increasing cache size in the "not filling!" message | reimar | 2011-01-31 | 1 | -1/+1 |
* | stream/http: assume MakeMKV webservers always support ranges | reimar | 2011-01-31 | 1 | -2/+6 |
* | stream/tvi_v4l2.c: simplify by using getfps helper function | reimar | 2011-01-31 | 1 | -9/+2 |
* | cleanup: Replace two malloc+memset with calloc. | cboesch | 2011-01-29 | 2 | -6/+2 |
* | stream/http: support 307 (Temporary Redirect) responses | cboesch | 2011-01-29 | 1 | -0/+2 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | | cleanup: remove unused MEncoder-related code | Clément Bœsch | 2011-01-25 | 1 | -1/+0 |
|/ |
|
* | stream.h: check against huge negative values in stream_seek() | reimar | 2010-12-16 | 1 | -0/+4 |
* | stream/http: Add support for login/password in http_proxy env variable | cboesch | 2010-12-16 | 3 | -3/+19 |
* | stream/: delete base64_encode(), use libavutil av_base64_encode() | cboesch | 2010-12-16 | 3 | -74/+13 |
* | stream/network.c, stream/http.c: cleanup | cboesch | 2010-12-16 | 2 | -13/+4 |
* | stream/http: Do not keep authentication in URL when proxied | cboesch | 2010-12-16 | 3 | -2/+24 |
* | stream/http: Add Proxy-Authorization header to authenticate on proxies | cboesch | 2010-12-16 | 3 | -4/+19 |
* | stream/http: don't use proxy values for "Authorization" header | cboesch | 2010-12-16 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 7 | -35/+23 |
* | stream/url.c: Unescape username/password when parsing URLs | reimar | 2010-11-14 | 1 | -1/+4 |
* | cache: read up to 64 KiB at once from stream_file | reimar | 2010-11-14 | 3 | -1/+7 |
* | stream/network.c: Replace hardcoded str size with sizeof | cboesch | 2010-11-14 | 1 | -5/+5 |
* | options: move some demux options to option struct | Clément Bœsch | 2010-11-11 | 1 | -1/+0 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 17 | -127/+78 |
* | stream_dvd: fill_buffer(): use given buffer, not stream's default | reimar | 2010-11-08 | 1 | -2/+5 |
* | stream_dvd: minor cleanup | reimar | 2010-11-08 | 1 | -7/+4 |
* | cache, stream: avoid extra memcpy when using cache | reimar | 2010-11-07 | 3 | -38/+59 |
* | cosmetics: cache2.c: Remove some irrelevant commented-out code | reimar | 2010-11-07 | 1 | -8/+1 |
* | stream_dvd: millisecond accuracy for chapters in -identify output | cigaes | 2010-11-07 | 1 | -3/+2 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 3 | -0/+22 |
* | stream_network: Fix possible crash for invalid http_proxy URLs | reimar | 2010-11-02 | 1 | -0/+4 |
* | rtsp_rtp.c: Add missing avstring include for av_strlcpy | reimar | 2010-11-02 | 1 | -0/+1 |
* | rtsp_rtp.c: Replace snprintf by av_strlcpy | reimar | 2010-11-02 | 1 | -1/+1 |
* | Remove #warning preprocessor directives | diego | 2010-11-02 | 1 | -1/+0 |
* | Remove remaining %lf printf conversions | reimar | 2010-11-02 | 2 | -5/+5 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 2 | -2/+2 |
* | stream/tv: move new_handle() function from header to tv.c | diego | 2010-11-02 | 8 | -29/+31 |
* | tvi_def.h: sizeof(type) -> sizeof(*ptr) | diego | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: Remove vim/emacs coding style hints from sources | diego | 2010-11-02 | 1 | -4/+0 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 2 | -3/+3 |
* | stream/tv: move free_handle() from header to tv.c | diego | 2010-11-02 | 6 | -18/+20 |
* | cache: Remove unused cache_stats function | diego | 2010-11-02 | 1 | -10/+0 |
* | cache: Move cache_fill_status extern declaration to cache2.h | diego | 2010-11-02 | 1 | -0/+2 |
* | stream/http.c: Move mime_type_table extern declaration to network.h | diego | 2010-11-02 | 2 | -1/+2 |
* | stream: make stream_read_line() terminate line on EOF | reimar | 2010-11-02 | 1 | -1/+1 |
* | stream_file: Simplify and document MinGW stdin hack | reimar | 2010-11-02 | 1 | -3/+4 |
* | stream_dvd[nav]: Add const qualifiers to string arguments | reimar | 2010-11-02 | 4 | -8/+8 |
* | Simplify code: make open_stream() accept NULL file_format argument | reimar | 2010-11-02 | 1 | -0/+2 |
* | printf format fixes ("%d" -> "%zd") | diego | 2010-11-02 | 2 | -2/+2 |
* | cache: add sanity-check for sector size | reimar | 2010-11-02 | 2 | -2/+9 |
* | spelling fixes | siretart | 2010-11-02 | 5 | -9/+9 |
* | cache: Don't mess up current position if time-based seek fails | reimar | 2010-11-02 | 1 | -1/+2 |
* | stream_dvd: Improve seeking by position | diego | 2010-11-02 | 1 | -15/+8 |
* | stream_dvd: Improve seeking by chapters | diego | 2010-11-02 | 1 | -5/+12 |
* | stream_dvd: fix incorrect assumption about chapter count | diego | 2010-11-02 | 1 | -10/+38 |
* | stream_dvb.c: avoid compiler warning by adding initialization | diego | 2010-11-02 | 1 | -0/+1 |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 | 2 | -6/+6 |
* | cache: Use sigaction() instead of signal() | reimar | 2010-11-02 | 1 | -3/+6 |
* | stream.c: add <libavutil/common.h> include needed for GET_UTF16 | reimar | 2010-11-02 | 1 | -0/+2 |
* | stream_bluray: implement slave mode compatible controls | ben | 2010-11-02 | 1 | -6/+119 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 3 | -0/+244 |
* | Factorize MPlayer/MEncoder version string handling. | diego | 2010-11-02 | 2 | -10/+6 |
* | stream: Use MSG_NOSIGNAL flag if available for send(). | reimar | 2010-11-02 | 7 | -8/+15 |
* | stream/dvbin.h: Use angular brackets for system #includes. | diego | 2010-11-02 | 1 | -2/+1 |
* | stream_cddb: move structs to the file they're used in | diego | 2010-11-02 | 2 | -18/+18 |
* | 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 | 2 | -4/+4 |
* | stream_cddb: Remove unused static functions | diego | 2010-11-02 | 1 | -31/+0 |
* | stream_ccda: Move cdda_priv structure to the only place it is used | diego | 2010-11-02 | 2 | -23/+21 |
* | stream/tcp.c: Prefer the use of inet_ntop over inet_ntoa | attila | 2010-11-02 | 1 | -3/+3 |
* | stream.h: support backswards stream_skip() within buffer | reimar | 2010-11-02 | 1 | -1/+1 |
* | tv.h: Change function pointer types to proper declarations | reimar | 2010-11-02 | 6 | -13/+16 |
* | cache: Respect -cache-seek-min also for on-disk files | reimar | 2010-11-02 | 1 | -3/+5 |
* | Merge svn changes up to r31291 | Uoti Urpala | 2010-06-02 | 1 | -0/+18 |
|\ |
|
| * | Add a referrer option to set the HTTP Referer field. | reimar | 2010-05-30 | 1 | -0/+18 |
| * | misc cosmetics: K&R style nits, #include placement, indentation | diego | 2010-05-29 | 1 | -1/+1 |
* | | stream_radio.c: fix corrupt line from e3061749 | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
* | | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 3 | -6/+38 |
|\| |
|
| * | Fix typo in message. | reimar | 2010-05-28 | 1 | -1/+1 |
| * | stream_check_interrupt should sleep even if no callback is set. | reimar | 2010-05-28 | 1 | -1/+4 |
| * | 100l, stream_check_for_interrupt argument is not in usec, | reimar | 2010-05-28 | 1 | -3/+3 |
| * | Document time scale for stream_check_interrupt argument. | reimar | 2010-05-28 | 1 | -1/+2 |
| * | Improve handling of cache process/thread hanging/being killed. | reimar | 2010-05-28 | 1 | -3/+23 |
| * | Fix cache process accidentally being killed by SIGUSR1. | reimar | 2010-05-28 | 1 | -0/+7 |
* | | Merge svn changes up to r31244 | Uoti Urpala | 2010-05-30 | 1 | -6/+6 |
|\| |
|
| * | Fix a bunch of typos in the stream cache code. | diego | 2010-05-27 | 1 | -6/+6 |
| * | Drop pointless _st suffix from 'struct stream'. | diego | 2010-05-27 | 6 | -29/+29 |
* | | Merge svn changes up to r31226 | Uoti Urpala | 2010-05-30 | 2 | -4/+15 |
|\| |
|
| * | Retry reading even if we hit eof before. | reimar | 2010-05-26 | 2 | -3/+6 |
| * | Re-enable wakeup-on-signal for cache process. | reimar | 2010-05-26 | 1 | -5/+10 |
| * | Disable waking the cache process up via a signal, it | reimar | 2010-05-26 | 1 | -1/+4 |
| * | Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams | hyc | 2010-05-25 | 1 | -1/+10 |
* | | Merge svn changes up to r31211 | Uoti Urpala | 2010-05-30 | 1 | -45/+78 |
|\| |
|
| * | Slightly reduce number of #ifs | reimar | 2010-05-23 | 1 | -22/+20 |
| * | Use an extra define to simplify ifdefs | reimar | 2010-05-23 | 1 | -14/+20 |
| * | Try reducing the #ifdef mess for the different cache variants. | reimar | 2010-05-23 | 1 | -15/+13 |
| * | Extract the cache main loop into a separate function. | reimar | 2010-05-23 | 1 | -14/+19 |
| * | Optimize cache behaviour for the many-consecutive-seeks case. | reimar | 2010-05-23 | 1 | -1/+13 |
| * | Add code to wake up cache process when e.g. a seek is needed. | reimar | 2010-05-23 | 1 | -0/+14 |
* | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 3 | -7/+13 |
* | | stream.h: remove bad EOF check in stream_seek() | Uoti Urpala | 2010-05-22 | 1 | -2/+0 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 7 | -3/+26 |
|\| |
|
| * | Do not print the "Loading cookie file" message twice. | reimar | 2010-04-05 | 1 | -2/+0 |
| * | Try to fix VCD compilation on non-Linux systems. | reimar | 2010-04-05 | 6 | -1/+26 |
* | | 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 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 2 | -3/+6 |
|\| |
|
| * | Remove commented-out #include of a non-existing file. | diego | 2010-04-03 | 1 | -2/+0 |
| * | Change type to uint8_t to avoid checks depending on char signedness. | reimar | 2010-04-02 | 1 | -1/+1 |
| * | Sanitize ICY metadata a bit before printing it. | reimar | 2010-03-31 | 1 | -0/+5 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 2 | -2/+5 |
|\| |
|
| * | Make http_read_response fail if parsing the response failed. | reimar | 2010-03-23 | 1 | -1/+4 |
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
* | | options: move -chapter values to option struct | Uoti Urpala | 2010-04-25 | 5 | -45/+3 |
* | | demux_lavf, stream_ffmpeg: support librtmp seeks | Uoti Urpala | 2010-04-23 | 1 | -1/+10 |
* | | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streams | Uoti Urpala | 2010-04-23 | 2 | -0/+8 |
* | | stream_ffmpeg.c: change reads back to url_read_complete() | Uoti Urpala | 2010-04-23 | 1 | -1/+1 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 34 | -35/+0 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 4 | -10/+5 |
|\| |
|
| * | Define O_BINARY in stream/stream.h unless it is defined yet, and use it | komh | 2010-03-06 | 4 | -10/+5 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 6 | -324/+263 |
|\| |
|
| * | Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead | komh | 2010-03-04 | 1 | -4/+4 |
| * | Add a VCD support for OS/2 | komh | 2010-03-03 | 2 | -0/+254 |
| * | Drop support for old-style DVB code. | diego | 2010-03-02 | 3 | -320/+5 |
* | | Merge svn changes up to r30815 | Uoti Urpala | 2010-03-10 | 3 | -102/+217 |
|\| |
|
| * | Remove unused and useless define. | reimar | 2010-03-01 | 1 | -1/+0 |
| * | Fix memleak due to strdup'd filename not being freed. | reimar | 2010-03-01 | 1 | -0/+2 |
| * | Move functions into proper order to avoid extra declarations. | reimar | 2010-03-01 | 1 | -15/+12 |
| * | Deduplicate code to set stream start_pos/end_pos. | reimar | 2010-03-01 | 1 | -12/+15 |
| * | Set stream->pos correctly after seeking to a VCD title. | reimar | 2010-03-01 | 1 | -0/+1 |
| * | Ensure that cue_current_pos.track is not set to an invalid value after | reimar | 2010-03-01 | 1 | -8/+5 |
| * | Fix off-by-one error in chapter<->VCD track conversion. | reimar | 2010-03-01 | 1 | -2/+2 |
| * | Fix cue_read_toc_entry to also reject negative track numbers | reimar | 2010-03-01 | 1 | -1/+1 |
| * | Implement cue:// track switching via chapter forward/backward like for audio ... | reimar | 2010-03-01 | 1 | -0/+28 |
| * | Fix cue_vcd_get_track_end to not change the current position. | reimar | 2010-03-01 | 1 | -4/+3 |
| * | Avoid fd_bin and fd_cue global variables. | reimar | 2010-03-01 | 1 | -9/+9 |
| * | Avoid a global variable and a strcpy. | reimar | 2010-03-01 | 1 | -6/+2 |
| * | Reindent. | reimar | 2010-03-01 | 1 | -19/+19 |
| * | Avoid code duplication and excessively deep nesting in cue_find_bin | reimar | 2010-03-01 | 1 | -37/+32 |
| * | Use sizeof instead of hardcoded size. | reimar | 2010-03-01 | 1 | -2/+2 |
| * | Extend stream_read_line to support reading lines from UTF-16 encoded files | reimar | 2010-02-28 | 2 | -6/+102 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 9 | -104/+114 |
|\| |
|
| * | Move stream_read_line implementation from stream.h to stream.c, | reimar | 2010-02-28 | 2 | -26/+27 |
| * | Simplify handling of 0-termination in stream_read_line | reimar | 2010-02-28 | 1 | -3/+5 |
| * | Remove useless cast. | reimar | 2010-02-28 | 1 | -1/+1 |
| * | Add cddb:// support for OS/2 | komh | 2010-02-28 | 1 | -0/+74 |
| * | Fix warning "missing braces around initializer". | cehoyos | 2010-02-27 | 1 | -0/+2 |
| * | Remove unused functions. | cehoyos | 2010-02-27 | 1 | -60/+0 |
| * | Fix cd_info_new() prototype. | cehoyos | 2010-02-27 | 1 | -1/+1 |
| * | Threaded cache fixes: do not free the stream_t struct twice on windows | reimar | 2010-02-27 | 1 | -8/+6 |
| * | Remove unused static function streaming_stop(). | cehoyos | 2010-02-27 | 1 | -6/+0 |
| * | Restructure #ifs to be clearer, also ensures that we return from the thread | reimar | 2010-02-27 | 1 | -3/+3 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 8 | -47/+47 |
|\| |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 4 | -18/+16 |
| * | Mark stream open filename parameter as const, the filename string is not | reimar | 2010-02-25 | 3 | -7/+7 |
| * | Remove unused function declaration. | reimar | 2010-02-25 | 1 | -2/+0 |
| * | Make local-only cddb functions static. | reimar | 2010-02-25 | 1 | -19/+19 |
| * | Remove declarations of functions now already declared in stream.h | reimar | 2010-02-25 | 1 | -3/+0 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 5 | -13/+13 |
|\| |
|
| * | Define O_BINARY if it is undefined. | komh | 2010-02-25 | 1 | -5/+5 |
| * | Mark vcd_get_track_end () and vcd_read_toc() as static. | diego | 2010-02-22 | 4 | -8/+8 |
* | | Merge svn changes up to r30702 | Uoti Urpala | 2010-03-10 | 3 | -29/+30 |
|\| |
|
| * | Declare functions from network.c in network.h. | diego | 2010-02-22 | 3 | -3/+3 |
| * | Move struct streaming_control from network.h to stream.h, where it is used. | diego | 2010-02-22 | 2 | -22/+24 |
| * | Remove commented-out declaration of non-existing function streaming_start. | diego | 2010-02-22 | 1 | -1/+0 |
* | | Merge svn changes up to r30694 | Uoti Urpala | 2010-03-10 | 6 | -138/+187 |
|\| |
|
| * | Declare stream_fill_buffer() and stream_seek_long() unconditionally. | diego | 2010-02-21 | 1 | -2/+3 |
| * | Add header for asf_mmst_streaming_start() instead of forward declaring it. | diego | 2010-02-21 | 3 | -3/+28 |
| * | Add header for exported DVB-related functions. | diego | 2010-02-21 | 2 | -0/+38 |
| * | cosmetics: Move functions around to avoid forward declarations and #ifdefs. | diego | 2010-02-21 | 1 | -134/+119 |
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 5 | -5/+0 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 5 | -741/+780 |
|\| |
|
| * | cosmetics: K&R coding style, indent with 4 spaces, no tabs | diego | 2010-02-20 | 1 | -733/+776 |
| * | Print response headers as debugging output also for HTTP seeks. | reimar | 2010-02-20 | 1 | -0/+3 |
| * | 10l, fix a close() that should be a closesocket() | reimar | 2010-02-20 | 1 | -1/+1 |
| * | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 2 | -4/+6 |
| * | Replace misuse of stream_reset to set stream pos to 0 by more appropriate code. | reimar | 2010-02-20 | 1 | -3/+3 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 7 | -9/+17 |
|\| |
|
| * | Fix mov reference files: for video/quicktime mime do not force a demuxer | reimar | 2010-02-20 | 1 | -1/+5 |
| * | Make sure we do not try to use IPv6 with winsock2, we end up connecting | reimar | 2010-02-20 | 1 | -0/+8 |
| * | Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it. | diego | 2010-02-19 | 1 | -0/+2 |
| * | Add missing 'defined' for __bsdi__. | komh | 2010-02-19 | 1 | -1/+1 |
| * | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 1 | -2/+0 |
| * | Replace platform preprocessor check by HAVE_DOS_PATHS. | komh | 2010-02-19 | 1 | -1/+1 |
| * | Remove useless CONFIG_SETLOCALE | komh | 2010-02-19 | 1 | -4/+0 |
| * | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 5 | -11/+18 |
* | | Merge svn changes up to r30529 | Uoti Urpala | 2010-03-09 | 1 | -4/+5 |
|\| |
|
| * | Prefer libavformat over our own mov demuxer also for video/quicktime | reimar | 2010-02-05 | 1 | -4/+5 |
* | | Merge svn changes up to r30502 | Uoti Urpala | 2010-03-09 | 2 | -8/+12 |
|\| |
|
| * | Reindent | reimar | 2010-02-03 | 1 | -4/+4 |
| * | Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme. | reimar | 2010-02-03 | 1 | -3/+7 |
| * | Fix argument order for lseek, fixes cookie loading in Windows and in general | reimar | 2010-02-03 | 1 | -1/+1 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 55 | -66/+995 |
|\| |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 54 | -62/+980 |
| * | stream/rtp.h appears not to originate from dvbstream. | diego | 2010-01-30 | 1 | -4/+15 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 2 | -3/+6 |