aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream_dvd: fill_buffer(): use given buffer, not stream's defaultGravatar reimar2010-11-08
* stream_dvd: minor cleanupGravatar reimar2010-11-08
* cache, stream: avoid extra memcpy when using cacheGravatar reimar2010-11-07
* cosmetics: cache2.c: Remove some irrelevant commented-out codeGravatar reimar2010-11-07
* stream_dvd: millisecond accuracy for chapters in -identify outputGravatar cigaes2010-11-07
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
* stream_network: Fix possible crash for invalid http_proxy URLsGravatar reimar2010-11-02
* rtsp_rtp.c: Add missing avstring include for av_strlcpyGravatar reimar2010-11-02
* rtsp_rtp.c: Replace snprintf by av_strlcpyGravatar reimar2010-11-02
* Remove #warning preprocessor directivesGravatar diego2010-11-02
* Remove remaining %lf printf conversionsGravatar reimar2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* tvi_def.h: sizeof(type) -> sizeof(*ptr)Gravatar diego2010-11-02
* cosmetics: Remove vim/emacs coding style hints from sourcesGravatar diego2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* cache: Remove unused cache_stats functionGravatar diego2010-11-02
* cache: Move cache_fill_status extern declaration to cache2.hGravatar diego2010-11-02
* stream/http.c: Move mime_type_table extern declaration to network.hGravatar diego2010-11-02
* stream: make stream_read_line() terminate line on EOFGravatar reimar2010-11-02
* stream_file: Simplify and document MinGW stdin hackGravatar reimar2010-11-02
* stream_dvd[nav]: Add const qualifiers to string argumentsGravatar reimar2010-11-02
* Simplify code: make open_stream() accept NULL file_format argumentGravatar reimar2010-11-02
* printf format fixes ("%d" -> "%zd")Gravatar diego2010-11-02
* cache: add sanity-check for sector sizeGravatar reimar2010-11-02
* spelling fixesGravatar siretart2010-11-02
* cache: Don't mess up current position if time-based seek failsGravatar reimar2010-11-02
* stream_dvd: Improve seeking by positionGravatar diego2010-11-02
* stream_dvd: Improve seeking by chaptersGravatar diego2010-11-02
* stream_dvd: fix incorrect assumption about chapter countGravatar diego2010-11-02
* stream_dvb.c: avoid compiler warning by adding initializationGravatar diego2010-11-02
* configure: Rename "network" variable and option to "networking"Gravatar diego2010-11-02
* cache: Use sigaction() instead of signal()Gravatar reimar2010-11-02
* stream.c: add <libavutil/common.h> include needed for GET_UTF16Gravatar reimar2010-11-02
* stream_bluray: implement slave mode compatible controlsGravatar ben2010-11-02
* stream_bluray: add unencrypted Blu-ray playbackGravatar ben2010-11-02
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* stream/dvbin.h: Use angular brackets for system #includes.Gravatar diego2010-11-02
* stream_cddb: move structs to the file they're used inGravatar diego2010-11-02
* stream_cdda: change printf format for cdda_tracks to %dGravatar diego2010-11-02
* stream_cdda.c: Reorder functions to avoid forward declarations.Gravatar diego2010-11-02
* stream_cdd*: Move declarations for stream_cddb.c functions to cdd.hGravatar diego2010-11-02
* stream_cddb: Remove unused static functionsGravatar diego2010-11-02
* stream_ccda: Move cdda_priv structure to the only place it is usedGravatar diego2010-11-02
* stream/tcp.c: Prefer the use of inet_ntop over inet_ntoaGravatar attila2010-11-02
* stream.h: support backswards stream_skip() within bufferGravatar reimar2010-11-02