| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | |