2011-10-21 |
diego |
Employ correct off_t printf conversion specifiers; this time without typos.
|
2011-10-21 |
cehoyos |
Fix compilation: Partly revert r34227.
|
2011-10-20 |
diego |
Fix off_t printf conversion specifiers and related warnings.
|
2011-10-20 |
diego |
Replace 'q' printf length modifier by 'll'.
|
2011-08-15 |
reimar |
Convert stream_read_line function into more generic stream_read_until function.
|
2011-06-04 |
reimar |
Make "Invalid seek to negative position" message more useful by
|
2011-03-21 |
ib |
Remove unused variable vcd_track.
|
2010-12-12 |
reimar |
Add validity check for stream_seek argument to avoid a integer overflow
|
2010-11-10 |
reimar |
Make the file protocol read up to 64 kB at once when the cache is used,
|
2010-10-27 |
reimar |
Add internal read and seek function to avoid a useless memcpy when using
|
2010-10-21 |
diego |
Implement a basic capture feature, available through -capture.
|
2010-08-03 |
reimar |
Add support for bd:// streams as a test for a part of the AACS algorithm.
|
2010-08-03 |
reimar |
Add sanity-check for sector size to avoid strange crashes if it is
|
2010-07-17 |
diego |
Rename network build system variable and command line option to networking.
|
2010-07-05 |
ben |
Support for unencrypted Blu-ray playback through libbluray.
|
2010-06-30 |
diego |
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.
|
2010-06-23 |
diego |
Move rtsp_destination extern declaration to stream.h.
|
2010-06-21 |
diego |
Move dvbin_opts_conf extern variable declaration to stream.h.
|
2010-06-21 |
diego |
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
|
2010-06-20 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
2010-06-18 |
reimar |
100l, never just ignore a backwards skip, even if the stream is not
|
2010-06-05 |
reimar |
Do not make seek fail explicitly simply because eof was hit somewhen,
|
2010-05-28 |
reimar |
Document time scale for stream_check_interrupt argument.
|
2010-05-27 |
diego |
Drop pointless _st suffix from 'struct stream'.
|
2010-03-06 |
komh |
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
|
2010-02-28 |
reimar |
Extend stream_read_line to support reading lines from UTF-16 encoded files
|
2010-02-28 |
reimar |
Move stream_read_line implementation from stream.h to stream.c,
|
2010-02-28 |
reimar |
Simplify handling of 0-termination in stream_read_line
|
2010-02-25 |
reimar |
Mark stream open filename parameter as const, the filename string is not
|
2010-02-22 |
diego |
Declare functions from network.c in network.h.
|
2010-02-22 |
diego |
Move struct streaming_control from network.h to stream.h, where it is used.
|
2010-02-21 |
diego |
Declare stream_fill_buffer() and stream_seek_long() unconditionally.
|
2010-02-20 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
2010-01-30 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
2010-01-04 |
diego |
Add a few missing header #includes and #defines.
|
2009-11-22 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-11-17 |
reimar |
Deobfuscate the special hack to disable cache for live555.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-02-16 |
diego |
Replace double semicolon by single semicolon.
|
2008-10-21 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
2008-10-16 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
2008-08-07 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
2008-07-30 |
diego |
Start unifying names of internal preprocessor directives.
|
2008-04-09 |
albeu |
Remove the need for code using stream to export an mp_input_check_interrupt()
|
2008-02-22 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
2008-01-13 |
reimar |
stream_info_t opts and protocols point to constant data as well.
|
2008-01-05 |
nicodvb |
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
|
2008-01-01 |
diego |
consistency cosmetics
|
2007-11-26 |
ulion |
Support stream redirection from http to mms, fix bug #927.
|
2007-09-01 |
nicodvb |
introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
|
2007-08-28 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
2007-08-19 |
reimar |
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
|
2007-07-02 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-03-13 |
diego |
Fix live555 compilation when stream cache is disabled.
|
2006-12-18 |
nicodvb |
new STREAM_CTRL_GET_SIZE to get size of output stream
|
2006-12-18 |
nicodvb |
added member and definitions for output streams
|
2006-11-07 |
nicodvb |
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
|
2006-08-28 |
reimar |
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
|
2006-08-21 |
nicodvb |
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
|
2006-08-18 |
nicodvb |
new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
|