summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-034-0/+12
* cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLsmplayer-svn2012-08-031-10/+33
* stream/http: add a test file for ultravox in commentmplayer-svn2012-08-031-0/+3
* cache2: make cache process exit when main process diesmplayer-svn2012-08-031-0/+13
* Replace 'q' printf length modifier by 'll'mplayer-svn2012-08-031-1/+1
* cache2: make warnings easier to understandmplayer-svn2012-08-031-2/+2
* Remove teletext supportwm42012-08-035-128/+18
* stream: remove V4L TV input and V4L radio supportwm42012-08-023-2072/+0
* mplayer: rip out --capture supportwm42012-08-023-20/+0
* stream: remove stream_cuewm42012-08-022-643/+0
* stream: remove native RTSP/RTP/PNM supportwm42012-08-0130-10376/+2
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* Remove some demuxers and decoderswm42012-07-301-21/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+2
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* Add support for playing video from streaming sites with libquviwm42012-07-281-2/+69
* Merge remote-tracking branch 'origin/master'wm42012-07-281-2/+2
|\
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+2
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-1/+1
|\|
| * stream_cdda: print CDTEXT if availablewm42012-04-281-17/+51
| * configure, stream_cdda: remove libcdparanoia supportwm42012-04-281-59/+11
| * cosmetics: stream_cdda.c: reformatwm42012-04-281-359/+368
| * stream_cdda: various fixesreimar2012-04-281-10/+28
| * stream_ffmpeg: fix broken line from 30afc64532ff61Uoti Urpala2012-04-181-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-281-1/+1
|\|
| * stream_pvr: fix field size / snprintf size mismatchUoti Urpala2012-04-111-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-134-340/+1
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-064-340/+1
* | stream_cdda: print CDTEXT if availablewm42012-04-011-17/+51
* | configure, stream_cdda: remove libcdparanoia supportwm42012-04-011-59/+11
* | stream_cdda: reformatwm42012-04-011-359/+368
* | stream_cdda: various fixesreimar2012-04-011-10/+28
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-2/+3
|\|
| * stream_vstream: fix vstream_error format stringUoti Urpala2012-04-011-2/+3
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-164-7/+9
|\|
| * windows support: unicode filenameswm42012-03-093-7/+7
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-0/+2
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-0510-207/+31
|\|
| * configure, ao_alsa: drop support for obsolete ALSA versionsUoti Urpala2012-02-271-184/+0
| * build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-018-21/+29
| * Update Libav API usesUoti Urpala2012-02-011-2/+2
* | stream: refuse to open directorieswm42012-02-191-0/+9
|/
* stream_vcd: fix option value allocated with strdupUoti Urpala2012-01-161-2/+4
* stream_ffmpeg: switch to libavformat avio APIUoti Urpala2012-01-021-19/+31
* configure, build: require at least Libav 0.7Uoti Urpala2011-12-222-6/+0
* configure, build: remove --disable-libav supportUoti Urpala2011-12-112-4/+0
* stream_cdda: fix incorrectly allocated option fieldUoti Urpala2011-07-301-3/+5
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+1
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-1/+1
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-1/+0
* stream_bluray: switch to new libbluray APIRico Tzschichholz2011-07-101-7/+7
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-3/+4
* stream.c: make reconnect checks more robustreimar2011-07-061-14/+21
* stream.c: Pass streaming_ctrl eof on to struct stream fieldreimar2011-07-061-0/+2
* stream/network: don't clobber buffer byte counts on errorreimar2011-07-061-0/+1
* stream/network: distinguish EOF/error in streaming control APIreimar2011-07-061-1/+2
* cache: don't modify argument when stream control failsreimar2011-07-061-2/+3
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersiive2011-07-062-16/+10
* cleanup: tvi_dshow: add "static", fix printf formatdiego2011-07-061-9/+16
* cache: allow STREAM_CTRL_GET_CURRENT_TIME with cachereimar2011-07-061-3/+12
* cosmetics: cache2.c: Fix commentreimar2011-07-061-2/+2
* cosmetics: stream_dvdnav.c: Remove pointless ()reimar2011-07-061-9/+9
* stream_dvd: fix dvd_get_current_time()reimar2011-07-061-5/+5
* stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h>reimar2011-07-061-1/+1
* stream_cdda: work around libcdparanoia caching issuesreimar2011-07-061-0/+3
* stream: show negative seek position value in error messagereimar2011-07-061-1/+2
* stream_cue: Avoid probing empty filename in cue_find_bin()iive2011-07-061-0/+3
* stream_cue: fix multiple bugsreimar2011-07-061-24/+25
* Merge branch 'mplayer1_changes'Uoti Urpala2011-06-297-14/+22
|\
| * stream.c: make some stream messages translatableib2011-06-291-6/+7
| * Windows: stream_cddb.c: include <path.h> for MinGWvayne2011-06-291-0/+1
| * cleanup: Make vcd_seek_to_track() static in more filesreimar2011-06-294-4/+4
| * cache2.c: Avoid warnings about discarding volatilereimar2011-06-291-4/+10
* | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)Uoti Urpala2011-06-291-0/+4
|/
* cleanup: shut up more warningsClément Bœsch2011-05-067-18/+15
* cleanup: remove more warningsClément Bœsch2011-05-026-7/+6
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-028-9/+76
|\
| * cache: call stream read with at least sector size spacereimar2011-05-011-2/+18
| * stream: http: Allow setting custom http headercehoyos2011-04-132-0/+9
| * stream_dvdnav: output ID_DVD_VOLUME_ID also for dvdnav://cehoyos2011-04-131-1/+1
| * stream_dvdnav: identify: show more title informationcehoyos2011-04-121-0/+3
| * stream: try to reset stream once if read failsreimar2011-04-121-1/+21
| * stream_dvdnav: don't skip last title for dvdnav:// -identifycehoyos2011-04-121-1/+1
| * stream: Make stream_write_buffer() check for short writesranma2011-04-124-4/+23
* | cleanup: avoid various GCC warningsClément Bœsch2011-04-202-2/+1
* | options: change -alang and -slang to use string list typeClément Bœsch2011-04-204-28/+19
* | stream.[ch], ass_mp: new stream function for whole-file readsUoti Urpala2011-03-032-0/+44
* | cleanup: demuxer.[ch]: remove unused code, make functions staticUoti Urpala2011-02-221-0/+3
|/
* stream/url.c: escape characters >= 127 in URLsreimar2011-02-151-2/+1
* terminal output: show cache fill changes in "PAUSED" messagereimar2011-02-152-5/+9
* fix compilation with old FFmpeg versionsUoti Urpala2011-02-082-0/+11
* cache: suggest increasing cache size in the "not filling!" messagereimar2011-01-311-1/+1
* stream/http: assume MakeMKV webservers always support rangesreimar2011-01-311-2/+6
* stream/tvi_v4l2.c: simplify by using getfps helper functionreimar2011-01-311-9/+2
* cleanup: Replace two malloc+memset with calloc.cboesch2011-01-292-6/+2
* stream/http: support 307 (Temporary Redirect) responsescboesch2011-01-291-0/+2
* Merge branch 'sub'Uoti Urpala2011-01-261-1/+1
|\
| * sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* | cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-251-1/+0
|/
* stream.h: check against huge negative values in stream_seek()reimar2010-12-161-0/+4
* stream/http: Add support for login/password in http_proxy env variablecboesch2010-12-163-3/+19
* stream/: delete base64_encode(), use libavutil av_base64_encode()cboesch2010-12-163-74/+13
* stream/network.c, stream/http.c: cleanupcboesch2010-12-162-13/+4
* stream/http: Do not keep authentication in URL when proxiedcboesch2010-12-163-2/+24
* stream/http: Add Proxy-Authorization header to authenticate on proxiescboesch2010-12-163-4/+19
* stream/http: don't use proxy values for "Authorization" headercboesch2010-12-161-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-147-35/+23
* stream/url.c: Unescape username/password when parsing URLsreimar2010-11-141-1/+4
* cache: read up to 64 KiB at once from stream_filereimar2010-11-143-1/+7
* stream/network.c: Replace hardcoded str size with sizeofcboesch2010-11-141-5/+5
* options: move some demux options to option structClément Bœsch2010-11-111-1/+0
* cleanup: don't check for NULL before free()diego2010-11-0817-127/+78
* stream_dvd: fill_buffer(): use given buffer, not stream's defaultreimar2010-11-081-2/+5
* stream_dvd: minor cleanupreimar2010-11-081-7/+4
* cache, stream: avoid extra memcpy when using cachereimar2010-11-073-38/+59
* cosmetics: cache2.c: Remove some irrelevant commented-out codereimar2010-11-071-8/+1
* stream_dvd: millisecond accuracy for chapters in -identify outputcigaes2010-11-071-3/+2
* Add a simple capture feature (-capture)Uoti Urpala2010-11-023-0/+22
* stream_network: Fix possible crash for invalid http_proxy URLsreimar2010-11-021-0/+4
* rtsp_rtp.c: Add missing avstring include for av_strlcpyreimar2010-11-021-0/+1
* rtsp_rtp.c: Replace snprintf by av_strlcpyreimar2010-11-021-1/+1
* Remove #warning preprocessor directivesdiego2010-11-021-1/+0
* Remove remaining %lf printf conversionsreimar2010-11-022-5/+5
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-022-2/+2
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-028-29/+31
* tvi_def.h: sizeof(type) -> sizeof(*ptr)diego2010-11-021-1/+1
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-021-4/+0
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-022-3/+3
* stream/tv: move free_handle() from header to tv.cdiego2010-11-026-18/+20
* cache: Remove unused cache_stats functiondiego2010-11-021-10/+0
* cache: Move cache_fill_status extern declaration to cache2.hdiego2010-11-021-0/+2
* stream/http.c: Move mime_type_table extern declaration to network.hdiego2010-11-022-1/+2
* stream: make stream_read_line() terminate line on EOFreimar2010-11-021-1/+1
* stream_file: Simplify and document MinGW stdin hackreimar2010-11-021-3/+4
* stream_dvd[nav]: Add const qualifiers to string argumentsreimar2010-11-024-8/+8
* Simplify code: make open_stream() accept NULL file_format argumentreimar2010-11-021-0/+2
* printf format fixes ("%d" -> "%zd")diego2010-11-022-2/+2
* cache: add sanity-check for sector sizereimar2010-11-022-2/+9
* spelling fixessiretart2010-11-025-9/+9
* cache: Don't mess up current position if time-based seek failsreimar2010-11-021-1/+2
* stream_dvd: Improve seeking by positiondiego2010-11-021-15/+8
* stream_dvd: Improve seeking by chaptersdiego2010-11-021-5/+12
* stream_dvd: fix incorrect assumption about chapter countdiego2010-11-021-10/+38
* stream_dvb.c: avoid compiler warning by adding initializationdiego2010-11-021-0/+1
* configure: Rename "network" variable and option to "networking"diego2010-11-022-6/+6
* cache: Use sigaction() instead of signal()reimar2010-11-021-3/+6
* stream.c: add <libavutil/common.h> include needed for GET_UTF16reimar2010-11-021-0/+2
* stream_bluray: implement slave mode compatible controlsben2010-11-021-6/+119
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-023-0/+244
* Factorize MPlayer/MEncoder version string handling.diego2010-11-022-10/+6
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-027-8/+15
* stream/dvbin.h: Use angular brackets for system #includes.diego2010-11-021-2/+1
* stream_cddb: move structs to the file they're used indiego2010-11-022-18/+18
* stream_cdda: change printf format for cdda_tracks to %ddiego2010-11-021-1/+1
* stream_cdda.c: Reorder functions to avoid forward declarations.diego2010-11-021-110/+106
* stream_cdd*: Move declarations for stream_cddb.c functions to cdd.hdiego2010-11-022-4/+4
* stream_cddb: Remove unused static functionsdiego2010-11-021-31/+0
* stream_ccda: Move cdda_priv structure to the only place it is useddiego2010-11-022-23/+21
* stream/tcp.c: Prefer the use of inet_ntop over inet_ntoaattila2010-11-021-3/+3
* stream.h: support backswards stream_skip() within bufferreimar2010-11-021-1/+1
* tv.h: Change function pointer types to proper declarationsreimar2010-11-026-13/+16
* cache: Respect -cache-seek-min also for on-disk filesreimar2010-11-021-3/+5
* Merge svn changes up to r31291Uoti Urpala2010-06-021-0/+18
|\
| * Add a referrer option to set the HTTP Referer field.reimar2010-05-301-0/+18
| * misc cosmetics: K&R style ni