| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | 3 | -4/+4 |
* | | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 | 4 | -17/+42 |
|\| |
|
| * | Fix ftp support to properly support large files > 2GB. | reimar | 2010-01-24 | 1 | -3/+4 |
| * | Always call cache_uninit to immediately free everything cache-related if we | reimar | 2010-01-23 | 1 | -3/+10 |
| * | Call cache-uninit unconditionally, it should always be safe to call. | reimar | 2010-01-23 | 1 | -2/+0 |
| * | Change code to allow playing a stream even if enabling the cache failed | reimar | 2010-01-23 | 1 | -2/+5 |
| * | Make cache_init static, it is not used outside this file | reimar | 2010-01-23 | 1 | -1/+1 |
| * | Handle Content-Length also when Content-Type is not set. | reimar | 2010-01-23 | 1 | -5/+6 |
| * | Use atoll to parse Content-Length to support http for files > 2GB. | reimar | 2010-01-23 | 1 | -1/+1 |
| * | Add an exit() to silence a gcc warning and ensure forked code will never | reimar | 2010-01-23 | 1 | -0/+2 |
| * | 100l, shouldn't write to memory after freeing it. | reimar | 2010-01-23 | 1 | -1/+2 |
| * | Reindent. | reimar | 2010-01-23 | 1 | -3/+3 |
| * | Zero freed pointers. | reimar | 2010-01-23 | 1 | -0/+3 |
| * | Check for fork failing and make sure cache_uninit always frees the cache data | reimar | 2010-01-23 | 1 | -1/+10 |
* | | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 1 | -38/+79 |
|\| |
|
| * | Add hack to fix tvi_dshow compilation with 64-bit MinGW | reimar | 2010-01-17 | 1 | -0/+3 |
| * | Change GUID declarations in tvi_dshow so they are not exported and thus | reimar | 2010-01-17 | 1 | -38/+76 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -1/+0 |
|\| |
|
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+0 |
* | | stream: improve EOF handling in seeks | Uoti Urpala | 2010-01-18 | 2 | -6/+11 |
* | | Merge svn changes up to r30236 | Uoti Urpala | 2010-01-08 | 1 | -30/+4 |
|\| |
|
| * | Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp:// | reimar | 2010-01-06 | 1 | -1/+1 |
| * | Simplify ffmpeg stream support, we (so far) do not need any special option pa... | reimar | 2010-01-06 | 1 | -29/+3 |
* | | Merge svn changes up to r30216 | Uoti Urpala | 2010-01-08 | 8 | -0/+14 |
|\| |
|
| * | Add a few missing header #includes and #defines. | diego | 2010-01-04 | 8 | -0/+14 |
* | | Merge svn changes up to r30195 | Uoti Urpala | 2010-01-08 | 3 | -4/+4 |
|\| |
|
| * | Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp. | diego | 2010-01-04 | 3 | -4/+4 |
* | | Merge svn changes up to r30173 | Uoti Urpala | 2010-01-08 | 2 | -0/+21 |
|\| |
|
| * | Several hacks to fix compilation of tvi_dshow on MinGW64. | reimar | 2010-01-02 | 2 | -0/+21 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 1 | -2/+5 |
|\| |
|
| * | Make code slightly more readable. | reimar | 2009-12-31 | 1 | -2/+2 |
| * | Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields. | reimar | 2009-12-31 | 1 | -1/+2 |
| * | Add a hack for broken youtube servers not returning Accept-Ranges. | reimar | 2009-12-30 | 1 | -0/+2 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 1 | -1/+1 |
|\| |
|
| * | 100l, fix check for V4L2 capture capability flag. | reimar | 2009-12-11 | 1 | -1/+1 |
* | | Fix printf format strings with invalid '%lf' conversion | Uoti Urpala | 2009-12-15 | 1 | -2/+2 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 | 1 | -0/+1 |
|\| |
|
| * | mime type [video/x-ms-wmv] is not an ASF redirector. | compn | 2009-11-26 | 1 | -0/+1 |
* | | stream_ffmpeg: Fix reads near EOF | Uoti Urpala | 2009-11-23 | 1 | -1/+1 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 12 | -24/+173 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 9 | -16/+16 |
| * | 10l to Reimar: Fix typo. | cehoyos | 2009-11-18 | 1 | -1/+1 |
| * | Deobfuscate the special hack to disable cache for live555. | reimar | 2009-11-17 | 3 | -2/+6 |
| * | Merge malloc+memset -> calloc | reimar | 2009-11-17 | 1 | -4/+2 |
| * | Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set | reimar | 2009-11-17 | 1 | -2/+2 |
| * | Enable the read-based forward seek fallback also when CONFIG_NETWORK is | reimar | 2009-11-17 | 1 | -2/+2 |
| * | Use fill_buffer if available also for STREAMTYPE_STREAM | reimar | 2009-11-17 | 1 | -0/+3 |
| * | Add preliminary support for streaming via FFmpeg's URProtocol functions. | reimar | 2009-11-17 | 2 | -0/+144 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 14 | -2174/+193 |
|\| |
|
| * | Move headers related to setting dvd speed to dvd_common. | reimar | 2009-11-11 | 2 | -14/+19 |
| * | Set the EOF flag when dvdnav reached the end of the requested title. | reimar | 2009-11-11 | 1 | -2/+6 |
| * | Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed | reimar | 2009-11-10 | 4 | -73/+79 |
| * | Move arrays used by both dvd and dvdnav to dvd_common. | reimar | 2009-11-10 | 4 | -5/+6 |
| * | Remove unused extern declarations. | reimar | 2009-11-10 | 1 | -1/+0 |
| * | Share dvd_device extern declaration between dvd and dvdnav. | reimar | 2009-11-10 | 3 | -2/+1 |
| * | Remove an unused variable. | reimar | 2009-11-10 | 1 | -1/+1 |
| * | Set demuxer->teletext to NULL when closing the TV interface, | reimar | 2009-11-10 | 1 | -0/+1 |
| * | The code for the non-networking case is the same whether networking | reimar | 2009-11-09 | 1 | -5/+2 |
| * | Factor out triplicated break statement. | reimar | 2009-11-09 | 1 | -3/+4 |
| * | Remove unused mp_dvdnav_aid_from_audio_num function | reimar | 2009-11-09 | 1 | -21/+0 |
| * | Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and | reimar | 2009-11-09 | 1 | -9/+13 |
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 3 | -35/+0 |
| * | Separate teletext from tv support. | cehoyos | 2009-11-07 | 5 | -17/+31 |
| * | dvdnav: print ID_SID_..._LANG, just like dvd:// | reimar | 2009-11-05 | 1 | -0/+2 |
| * | Cosmetics: indentation, merge two consecutive ifs. | reimar | 2009-11-05 | 1 | -6/+4 |
| * | Make dvdnav also print info about audio streams with unknown language, just l... | reimar | 2009-11-05 | 1 | -1/+1 |
| * | Make the dvdnav stream language information output more similar to the dvd one. | reimar | 2009-11-05 | 1 | -10/+6 |
| * | Change the subtitle numbers in the dvdnav subtitle language info to match | reimar | 2009-11-05 | 1 | -1/+1 |
| * | Replace two more occurences of tvi_vbi with dec_teletext. | cehoyos | 2009-10-31 | 1 | -1/+1 |
| * | Support ISDB-Tb tunning in Brazil | cehoyos | 2009-10-30 | 1 | -3/+7 |
| * | Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths | cehoyos | 2009-10-29 | 3 | -3/+3 |
| * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 7 | -1960/+4 |
| * | Fix teletext character set auto-detection. | cehoyos | 2009-10-24 | 1 | -1/+1 |
| * | cosmetics: Remove some pointless parentheses from return calls. | diego | 2009-10-08 | 3 | -8/+8 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 5 | -18/+26 |
|\| |
|
| * | Fix possible crashes with invalid SDPs that result in stream descriptions | reimar | 2009-09-02 | 2 | -1/+4 |
| * | Fix several more rtsp-related memleaks. | reimar | 2009-09-02 | 3 | -1/+4 |
| * | Fix asmrp_dispose to also free the buffer. | reimar | 2009-09-02 | 1 | -0/+1 |
| * | Use calloc to ensure rmff_new_mdpr returns fully initialized data. | reimar | 2009-09-02 | 1 | -1/+1 |
| * | Move variable declaration to where it is used. | reimar | 2009-09-02 | 1 | -2/+1 |
| * | Make sure we do not strdup(NULL), avoids a crash with non-real streams. | reimar | 2009-09-02 | 1 | -1/+4 |
| * | Fix several memleaks in real_setup_and_get_header | reimar | 2009-09-02 | 1 | -1/+4 |
| * | Change real_setup_and_get_header to use goto a single exit path to simplify | reimar | 2009-09-02 | 1 | -11/+7 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 2 | -10/+30 |
|\| |
|
| * | Fix file information. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-15 | 1 | -1/+1 |
| * | Add missing major contributors to copyright statement. | cehoyos | 2009-08-15 | 1 | -0/+2 |
| * | Fix another typo. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -1/+1 |
| * | Add standard GPL license header. Patch by Francesco Lavra, francescolavra int... | cehoyos | 2009-08-02 | 1 | -0/+22 |
| * | Fix more typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -3/+3 |
| * | Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -4/+0 |
| * | Fix typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 | 1 | -2/+2 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 2 | -1/+5 |
|\| |
|
| * | stream/realrtsp/real.c: Fix another integer overflow | uau | 2009-07-28 | 1 | -0/+2 |
| * | stream/realrtsp/real.c: Fix integer overflow | uau | 2009-07-27 | 1 | -0/+2 |
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 7 | -7/+7 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 1 | -4/+0 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 3 | -12/+6 |
|\| |
|
| * | Replace incorrect use of strncpy by av_strlcpy. | reimar | 2009-06-26 | 1 | -1/+2 |
| * | Files should be opened in binary mode on OS/2. | diego | 2009-06-03 | 1 | -3/+3 |
| * | Using nl_langinfo in the asf mmst implementation makes no sense since | reimar | 2009-05-31 | 1 | -8/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 80 | -966/+966 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 81 | -973/+966 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 26 | -421/+434 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 26 | -421/+421 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 2 | -5/+16 |
|\| |
|
| * | Reemit the ID_AID_x_LANG for the track. This allows the identification of the | diego | 2009-04-11 | 1 | -3/+10 |
| * | Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed. | reimar | 2009-04-10 | 1 | -0/+1 |
| * | Add a -indentify message that indicates if the current DVDNAV title is | reimar | 2009-04-09 | 1 | -2/+5 |
* | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 1 | -1/+0 |
|\| |
|
| * | Remove unused variable along with the related warning. | diego | 2009-04-01 | 1 | -1/+0 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 5 | -6/+22 |
|\| |
|
| * | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 | 1 | -1/+5 |
| * | Reindent | reimar | 2009-03-28 | 1 | -2/+2 |
| * | Simplify extracting title number from ifo name | reimar | 2009-03-28 | 1 | -5/+1 |
| * | Simplify detection of .ifo extension. | reimar | 2009-03-27 | 1 | -2/+2 |
| * | change close to closesocket, unifies close streaming code | compn | 2009-03-26 | 1 | -1/+1 |
| * | Add support for mmsh:// as alias for mmshttp:// | reimar | 2009-03-26 | 1 | -2/+3 |
| * | Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2, | reimar | 2009-03-16 | 3 | -0/+15 |
| * | 100l fix calculation of dropped frames, number of frames is time * fps, not t... | reimar | 2009-03-15 | 1 | -1/+1 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 2 | -2/+3 |
|\| |
|
| * | Ensure the string we're trying to compare is actually not NULL. | ben | 2009-03-09 | 1 | -1/+2 |
| * | The first valid index is total count - 1 (usually 0) | ben | 2009-03-09 | 1 | -1/+1 |
* | | Merge svn changes up to r28755 | Uoti Urpala | 2009-02-28 | 2 | -0/+3 |
|\| |
|
| * | Use memset to make sure all parts of struct sockaddr_in are always initialized. | reimar | 2009-02-25 | 2 | -0/+3 |
* | | Merge svn changes up to r28712 | Uoti Urpala | 2009-02-23 | 1 | -1/+8 |
|\| |
|
| * | Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com. | diego | 2009-02-22 | 1 | -1/+8 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 3 | -3/+3 |
|\| |
|
| * | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 3 | -3/+3 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 19 | -64/+56 |
|\| |
|
| * | Restructure network tests: Always check for both inet_aton and inet_pton. | diego | 2009-02-01 | 3 | -25/+17 |
| * | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 | 19 | -40/+40 |
| * | HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. | diego | 2009-02-01 | 3 | -6/+6 |
| * | Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. | diego | 2009-02-01 | 1 | -2/+2 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -1/+1 |
|\| |
|
| * | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 | 1 | -1/+1 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 5 | -17/+12 |
|\| |
|
| * | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 | 3 | -15/+0 |
| * | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -1/+1 |
| * | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 | 1 | -0/+9 |
| * | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 | 1 | -1/+2 |
* | | Merge svn changes up to r28204 | Uoti Urpala | 2008-12-27 | 1 | -1/+1 |
|\| |
|
| * | Avoid u_ BSD type names. | diego | 2008-12-27 | 1 | -1/+1 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -15/+25 |
|\| |
|
| * | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 | 1 | -15/+25 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 6 | -15/+15 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 6 | -15/+15 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -4/+0 |
|\| |
|
| * | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 | 1 | -4/+0 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 | 1 | -12/+32 |
|\| |
|
| * | 100l, stream->cache_pid can not be used directly in pthread_create, | reimar | 2008-11-15 | 1 | -1/+5 |
| * | Use pthreads for the cache on Cygwin, since _beginthread is not available | reimar | 2008-11-15 | 1 | -11/+27 |
| * | Include cache2.h in cache2.c, fixes an implicit declaration warning for cache... | reimar | 2008-11-14 | 1 | -0/+1 |
* | | Merge svn changes up to r27899 | Uoti Urpala | 2008-11-06 | 5 | -6/+9 |
|\| |
|
| * | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 | 2 | -3/+3 |
| * | Intialize unused fd variables to -1 (which is actually invalid) instead | reimar | 2008-11-04 | 1 | -1/+1 |
| * | Fix condition broken in r27401 which incorrectly caused stdin to be closed af... | reimar | 2008-11-04 | 1 | -1/+1 |
| * | Forgotten reindent | reimar | 2008-11-02 | 1 | -1/+1 |
| * | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 | 2 | -1/+2 |
| * | vfw.h needs a windows.h include before on MinGW64. | reimar | 2008-11-02 | 1 | -0/+1 |
| * | Avoid a memleak if allocation of field_name fails, fixes bug #1319. | reimar | 2008-10-31 | 1 | -0/+1 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 12 | -91/+50 |
|\| |
|
| * | Conditionally declare a conditionally used variable, fixes the warning: | diego | 2008-10-24 | 1 | -1/+4 |
| * | Determine default CD/DVD device in configure instead of using an #ifdef jungle. | diego | 2008-10-21 | 1 | -26/+0 |
| * | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 | 1 | -1/+1 |
| * | Avoid CreateThread and especially TerminateThread since they cause a memleak. | reimar | 2008-10-19 | 1 | -21/+18 |
| * | Remove useless casts. | reimar | 2008-10-19 | 1 | -2/+2 |
| * | Revert declaring ThreadProc as void, it breaks the WINAPI. | diego | 2008-10-16 | 1 | -2/+6 |
| * | Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs. | diego | 2008-10-16 | 1 | -0/+27 |
| * | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 | 2 | -1/+1 |
| * | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 4 | -21/+21 |
| * | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 | 1 | -6/+2 |
| * | Remove unused function, fixes the warning: | diego | 2008-10-13 | 1 | -46/+0 |
| * | Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: | diego | 2008-10-13 | 1 | -1/+1 |
| * | Move socklen_t typedef from config.h to stream/network.h. | diego | 2008-10-12 | 2 | -0/+4 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -5/+8 |
|\| |
|
| * | Add debug message about loaded frequency tables. | voroshil | 2008-09-24 | 1 | -1/+2 |
| * | Make output messages of frequency selection code more useful by | voroshil | 2008-09-24 | 1 | -2/+4 |
| * | Fix overflow in frequency conversion code inside tvi_dshow. | voroshil | 2008-09-24 | 1 | -2/+2 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -1/+1 |
|\| |
|
| * | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 | 1 | -1/+1 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 31 | -91/+89 |
|\| |
|
| * | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 | 14 | -23/+17 |
| * | Revert moving closesocket definition and network headers to network.h. | diego | 2008-08-31 | 14 | -15/+115 |
| * | Rename internal libdvdread fork from dvdread to libdvdread | rathann | 2008-08-30 | 3 | -12/+12 |
| * | Print DVD volume ID with -identify. | reimar | 2008-08-30 | 1 | -0/+3 |
| * | Move duplicated '#define closesocket close' into network.h along with | diego | 2008-08-29 | 14 | -115/+15 |
| * | consistency cosmetics: Avoid using .. in #include paths. | diego | 2008-08-29 | 6 | -12/+12 |
| * | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 20 | -45/+46 |
| * | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 3 | -3/+3 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 2 | -4/+4 |
* | | Include corresponding .h in some .c files | Uoti Urpala | 2008-08-12 | 1 | -0/+1 |
* | | stream.h: Add 2 prototypes instead of declaring them in cache2.c | Uoti Urpala | 2008-08-12 | 2 | -5/+2 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 16 | -114/+114 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 2 | -8/+8 |
| * | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -7/+7 |
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 3 | -13/+13 |
| * | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 5 | -17/+17 |
| * | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 5 | -17/+17 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 10 | -69/+69 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 5 | -16/+16 |
|\| |
|
| * | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 4 | -15/+15 |
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -1/+1 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 15 | -55/+56 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 14 | -54/+54 |
| * | Do not include sys/socket.h when using winsock2, it is pointless | reimar | 2008-07-26 | 1 | -1/+2 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 4 | -5/+7 |
|\| |
|
| * | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 | 2 | -0/+2 |
| * | Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the... | reimar | 2008-07-15 | 1 | -1/+1 |
| * | Remove -std=gnu99/gnu89/default dialect linux define, as it violates the | michael | 2008-07-15 | 1 | -4/+4 |
* | | Merge svn changes up to r27281 | Uoti Urpala | 2008-07-15 | 2 | -2/+2 |
|\| |
|
| * | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 | 2 | -2/+2 |
* | | Merge svn changes up to r27242 | Uoti Urpala | 2008-07-09 | 5 | -1/+15 |
|\| |
|
| * | Add missing #include <sys/socket.h>, fixes the warnings: | diego | 2008-07-08 | 1 | -0/+1 |
| * | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 | 1 | -1/+1 |
| * | Surround stream cache specific code by an appropriate #ifdef; fixes linking | diego | 2008-07-05 | 1 | -0/+2 |
| * | Add some more -identify information for CDDB. | diego | 2008-07-05 | 1 | -0/+9 |
| * | Add disc ID to -identify output. | diego | 2008-07-05 | 1 | -0/+2 |
* | | Merge svn changes up to r27202 | Uoti Urpala | 2008-07-05 | 2 | -18/+25 |
|\| |
|
| * | Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere. | diego | 2008-07-04 | 1 | -0/+0 |
| * | cosmetics: in ifo_stream_oped() aligned the prototype to the style | nicodvb | 2008-07-04 | 1 | -9/+8 |
| * | in ifo_stream_open() propagate the device based on the dirname of stream->url... | nicodvb | 2008-07-04 | 1 | -0/+1 |
| * | dvd_device must be handled exclusively by the option parser; it can't be chan... | nicodvb | 2008-07-04 | 1 | -2/+0 |
| * | added support for the device part in the url; patch by | nicodvb | 2008-07-04 | 1 | -8/+17 |
* | | Merge svn changes up to r27184 | Uoti Urpala | 2008-07-01 | 5 | -106/+122 |
|\| |
|
| * | Try to get frame rate information through VIDIOC_G_PARM if | voroshil | 2008-06-30 | 1 | -0/+12 |
| * | Fix division by zero in tvi_v4l2 which occures when capture device | voroshil | 2008-06-30 | 1 | -8/+18 |
| * | removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You... | nicodvb | 2008-06-29 | 1 | -6/+0 |
| * | mingw uses Windows sockets. | vayne | 2008-06-28 | 1 | -1/+3 |
| * | Fix the issue instead of reverting | lu_zero | 2008-06-25 | 3 | -58/+56 |
| * | Move rtsp_close away by simplification - avoids symbol clash with libnemesi | lu_zero | 2008-06-25 | 3 | -33/+33 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 1 | -27/+28 |
|\| |
|
| * | Reorder some functions to avoid implicit declaration warnings. | diego | 2008-06-19 | 1 | -27/+28 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 4 | -6/+34 |
|\| |
|
| * | Add missing #includes to fix 'make checkheaders'. | diego | 2008-06-16 | 2 | -0/+2 |
| * | Ability for specifying TV standard individually for each TV channel. | voroshil | 2008-06-14 | 2 | -6/+32 |
* | | Merge svn changes up to r27025 | Uoti Urpala | 2008-06-07 | 2 | -36/+118 |
|\| |
|
| * | Factorizes dvdnav aid retrieval code. | ben | 2008-06-07 | 1 | -30/+27 |
| * | Add routine that provides audio ID corresponding to logical number | ben | 2008-06-07 | 2 | -0/+33 |
| * | Rename some functions as they are mplayer related and not | ben | 2008-06-07 | 2 | -15/+15 |
| * | rename for consistency | ben | 2008-06-07 | 1 | -5/+5 |
| * | Add routine to determine if SPU has changed in dvdnav stream. | ben | 2008-06-07 | 2 | -0/+25 |
| * | Add routine to determine if audio has changed in dvdnav stream. | ben | 2008-06-07 | 2 | -0/+25 |
| * | Save DVDNAV palette info. | ben | 2008-06-07 | 2 | -0/+2 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 19 | -209/+312 |
|\| |
|
| * | 100l, fix wrong order of cases in cache_do_control | reimar | 2008-06-01 | 1 | -3/+3 |
| * | Fix compilation with internal dvdnav | rtogni | 2008-05-31 | 1 | -0/+1 |
| * | adapted to the dvdread->libdvdread transition in dvdnav's repository | nicodvb | 2008-05-31 | 3 | -4/+12 |
| * | Handle NULL control function in cache_execute_control, fixes crash with http ... | reimar | 2008-05-30 | 1 | -0/+7 |
| * | Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used. | reimar | 2008-05-26 | 1 | -2/+13 |
| * | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 | 4 | -7/+83 |
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 12 | -198/+198 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 18 | -233/+263 |
|\| |
|
| * | Add missing stream.h #include, fixes the warning: | diego | 2008-05-15 | 1 | -0/+1 |
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 17 | -233/+262 |
* | | Merge svn changes up to r26680 | Uoti Urpala | 2008-05-07 | 2 | -0/+3 |
|\| |
|
| * | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-05-03 | 2 | -0/+3 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 2 | -4/+11 |
* | | Merge svn changes up to r26587 | Uoti Urpala | 2008-04-29 | 1 | -1/+1 |
|\| |
|
| * | Use consistent #include paths without "../". | diego | 2008-04-28 | 1 | -1/+1 |
* | | Merge svn changes up to r26540 | Uoti Urpala | 2008-04-26 | 1 | -73/+0 |
|\| |
|
| * | Merge stream/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -72/+0 |
| * | cosmetics: alphabetical order | diego | 2008-04-24 | 1 | -2/+1 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 6 | -29/+29 |
* | | Move audio_id and video_id to options struct | Uoti Urpala | 2008-04-23 | 3 | -10/+14 |
* | | Add option pointer to stream struct (at least temporarily) | Uoti Urpala | 2008-04-23 | 3 | -19/+18 |
* | | Mark some functions static | Uoti Urpala | 2008-04-23 | 2 | -5/+5 |
|/ |
|
* | in preparation for multi-frontend patch replaced file-static device names wit... | nicodvb | 2008-04-13 | 1 | -17/+28 |
* | removed useless parameter :type from -dvbin (the frontend type is reported by... | nicodvb | 2008-04-12 | 1 | -6/+3 |
* | removed defunct options :vid and :aid from -dvbin (they were useless from the... | nicodvb | 2008-04-12 | 1 | -10/+5 |
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 | 4 | -4/+18 |
* | Make stream independent of libmpdemux, the asf demuxer and streaming | albeu | 2008-04-09 | 1 | -10/+1 |
* | Fix possible integer overflow in malloc by using calloc instead. | reimar | 2008-03-29 | 1 | -1/+2 |
* | mingw uses windows sockets. | vayne | 2008-03-11 | 1 | -0/+2 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-10 | 1 | -0/+3 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-10 | 14 | -0/+39 |
* | Remove useless #include. | diego | 2008-03-10 | 1 | -1/+0 |
* | search channels.conf in mplayer's instdir if all other searches fail; patch b... | nicodvb | 2008-03-03 | 1 | -0/+6 |
* | cache support for OS/2 | diego | 2008-02-28 | 1 | -17/+34 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Avoid a pointless special-case for opening a file | reimar | 2008-02-24 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 34 | -106/+104 |
* | Add multiple inclusion guard. | diego | 2008-02-21 | 1 | -0/+5 |
* | Add missing multiple inclusion guards. | diego | 2008-02-21 | 4 | -0/+18 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -26/+0 |
* | Add support for DOS-style file:///x:/path paths. | diego | 2008-02-20 | 1 | -0/+6 |
* | Fill stream->end_pos if possible, fixing lavf demuxers that need to seek. | albeu | 2008-02-19 | 1 | -1/+3 |
* | Support icyx://. | reimar | 2008-02-15 | 1 | -1/+1 |
* | Always display Icy-Metadata if available, whether we recognize an ICY-Server | reimar | 2008-02-15 | 1 | -1/+2 |
* | Move printing of Icy-Metadata into an extra function | reimar | 2008-02-15 | 1 | -14/+18 |
* | Remove useless code | reimar | 2008-02-15 | 1 | -6/+6 |
* | Detect IceCast also by Icy-MetaInt header part in http_streaming_start(), | reimar | 2008-02-15 | 1 | -1/+2 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 2 | -12/+12 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 2 | -29/+2 |
* | #include just libavutil/common.h, not all of libavutil/intreadwrite.h. | diego | 2008-02-11 | 1 | -1/+1 |
* | Stream IDs must be written as hex numbers. Fixes | rtogni | 2008-01-29 | 1 | -2/+2 |
* | vcd_read must read exactly VCD_SECTOR_DATA bytes. | reimar | 2008-01-28 | 1 | -1/+1 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 5 | -15/+15 |
* | factorize 2 tests | ben | 2008-01-26 | 1 | -2/+3 |
* | add a new state flag to dvdnav in order to notify if | ben | 2008-01-26 | 2 | -0/+21 |
* | remove useless casts | ben | 2008-01-26 | 1 | -10/+10 |
* | simplify by a one-liner | ben | 2008-01-26 | 1 | -2/+1 |
* | remove the spu_set field, replaced by a flag | ben | 2008-01-26 | 1 | -3/+4 |
* | this end brace was not correctly indented | ben | 2008-01-26 | 1 | -1/+1 |
* | automatically set spu button highlight when nav cell has changed | ben | 2008-01-26 | 1 | -0/+3 |
* | Add support for dvdnav still frames playback. | ben | 2008-01-26 | 2 | -26/+166 |
* | array was defined for 6 elements while 7 were declared | ben | 2008-01-24 | 1 | -1/+1 |
* | type expected by dvdnav_get_title_string() is const | ben | 2008-01-24 | 1 | -1/+1 |
* | remove some redundant declarations | ben | 2008-01-24 | 1 | -3/+0 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 2 | -0/+10 |
* | Prevent possible buffer overflow on album_title[] | rtogni | 2008-01-20 | 1 | -2/+5 |
* | Clear tmp between ip6 check and string escape to prevent reuse of the | rtogni | 2008-01-20 | 1 | -0/+1 |
* | Fix compilation failue: | ulion | 2008-01-20 | 1 | -0/+1 |
* | Reindent | reimar | 2008-01-19 | 1 | -2/+2 |
* | Simplify and keep terminating end-of-line | reimar | 2008-01-19 | 1 | -4/+4 |
* | Remove a broken and useless hack to avoid a memcpy | reimar | 2008-01-19 | 1 | -3/+1 |
* | Cached file must be 0-terminated since we use string processing functions on it | reimar | 2008-01-19 | 1 | -2/+3 |
* | Make sure we do not write the terminating 0 out of bounds | reimar | 2008-01-19 | 1 | -1/+1 |
* | Simplify/cleanup of real_calc_response_and_checksum() | rtogni | 2008-01-13 | 1 | -8/+2 |
* | Don't oversize realchallenge buffers | rtogni | 2008-01-13 | 1 | -6/+6 |
* | Simplify cue-parsing | reimar | 2008-01-13 | 1 | -13/+12 |
* | Get rid of quite useless inum variable | reimar | 2008-01-13 | 1 | -3/+2 |
* | Use AV_WB* | reimar | 2008-01-13 | 1 | -10/+3 |
* | Remove some useless () and {} | reimar | 2008-01-13 | 1 | -16/+13 |
* | Simplify | reimar | 2008-01-13 | 1 | -1/+1 |
* | Use AV_WB16 instead of ugly memcpy hacks | reimar | 2008-01-13 | 1 | -10/+3 |
* | Use AV_RB* instead of custom variants. | reimar | 2008-01-13 | 1 | -19/+11 |
* | Use sizeof instead of size variables/defines | reimar | 2008-01-13 | 1 | -16/+10 |
* | Make some pnm data const | reimar | 2008-01-13 | 1 | -2/+2 |
* | dvb_demuxdev etc. are only used in dvb_tune.c so make them static | reimar | 2008-01-13 | 1 | -6/+6 |
* | Make several arrays const | reimar | 2008-01-13 | 1 | -7/+7 |
* | Remove some unused extern variables | reimar | 2008-01-13 | 1 | -1/+0 |
* | stream_opts should be const | reimar | 2008-01-13 | 13 | -13/+13 |
* | stream_info_t opts and protocols point to constant data as well. | reimar | 2008-01-13 | 1 | -2/+2 |
* | Make all tvi_info_t const | reimar | 2008-01-13 | 6 | -10/+10 |
* | Make some tvi_functions_t pointers const that I forgot to change before | reimar | 2008-01-13 | 1 | -5/+5 |
* | Remove useless ifdefs | reimar | 2008-01-13 | 1 | -8/+0 |
* | Add type to extern declaration | reimar | 2008-01-13 | 1 | -1/+1 |
* | Make dvd_audio_stream_types and dvd_audio_stream_channels const | reimar | 2008-01-13 | 1 | -2/+2 |
* | tvi_functions_t should be const | reimar | 2008-01-13 | 2 | -2/+2 |
* | Add forgotten const for pal_ireland. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 2 | -2/+0 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-08 | 1 | -2/+2 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 1 | -4/+4 |
* | implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+27 |
* | implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+19 |
* | NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR... | nicodvb | 2008-01-05 | 1 | -0/+3 |
* | fixed bug when playing multi-angle titles: the address field in the agli data | nicodvb | 2008-01-05 | 1 | -1/+2 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 4 | -0/+21 |
* | consistency cosmetics | diego | 2008-01-01 | 1 | -1/+1 |
* | Add explanatory comments to #endif preprocessor directives. | diego | 2008-01-01 | 1 | -2/+1 |
* | include dvdnav.h from its installation directory rather than appending | nicodvb | 2008-01-01 | 1 | -1/+1 |
* | removed inclusion of unneeded header (forgotten in previous commit) | nicodvb | 2008-01-01 | 1 | -2/+0 |
* | private structures belong to the C file using them, not to header files inclu... | nicodvb | 2008-01-01 | 2 | -11/+11 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 14 | -17/+14 |
* | Simplify a little bit | reimar | 2007-12-21 | 1 | -6/+4 |
* | Remove a check that is never in any way useful | reimar | 2007-12-21 | 1 | -5/+0 |
* | Avoid some le2me_ASF_* stuff operating directly on buffer, should | reimar | 2007-12-21 | 1 | -5/+3 |
* | Remove another useless cast | reimar | 2007-12-21 | 1 | -1/+1 |
* | 100l, buffer bound checks work better when done _before_ access. | reimar | 2007-12-21 | 1 | -3/+2 |
* | Reduce some extreme parsing ugliness (mostly cosmetic) | reimar | 2007-12-21 | 1 | -10/+12 |
* | Remove useless alloc casts | reimar | 2007-12-21 | 1 | -3/+3 |
* | Reduce code duplication: add a asf_read_wrapper function that never does part... | reimar | 2007-12-21 | 1 | -34/+23 |
* | Fix stream_cache to use sector_size set in stream_t. | ulion | 2007-12-20 | 1 | -1/+1 |
* | Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD | reimar | 2007-12-20 | 1 | -2/+2 |
* | Protocol name should be case insensitive. | ulion | 2007-12-19 | 1 | -1/+1 |
* | Caching toc header in vcd private structure for later use. | ulion | 2007-12-17 | 2 | -12/+6 |
* | 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 |
* | Support cddb on darwin. | ulion | 2007-12-16 | 1 | -1/+51 |
* | 10l, in dvb_free_config() channels' names must be free individually | nicodvb | 2007-12-15 | 1 | -3/+6 |
* | cosmetic: indent after r25415 | ben | 2007-12-15 | 1 | -1/+1 |
* | do not override *file_format if already set by asf_streaming_start() | ben | 2007-12-15 | 1 | -0/+1 |
* | Make the end_sector accessable (it should be). | ulion | 2007-12-15 | 1 | -7/+7 |
* | removed the obscene priv->stream entry. Someone must have injected vodka in m... | nicodvb | 2007-12-15 | 2 | -5/+3 |
* | get rid of the file-static dvb_config and free the config at close() . Patch... | nicodvb | 2007-12-15 | 2 | -10/+23 |
* | Only read disc info once and save it for later using. | ulion | 2007-12-15 | 1 | -17/+6 |
* | dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv... | nicodvb | 2007-12-15 | 2 | -7/+8 |
* | The buffer used for pread need be aligned, but currently it got an offset 23 | ulion | 2007-12-15 | 1 | -1/+1 |
* | Get end position of last track by adding its starting address with track size. | ulion | 2007-12-15 | 1 | -2/+17 |
* | Replace printf with mp_msg. | ulion | 2007-12-15 | 1 | -9/+9 |
* | 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 |