aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache2.c
Commit message (Expand)AuthorAge
...
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
| * Always call cache_uninit to immediately free everything cache-related if weGravatar reimar2010-01-23
| * Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
| * Make cache_init static, it is not used outside this fileGravatar reimar2010-01-23
| * Add an exit() to silence a gcc warning and ensure forked code will neverGravatar reimar2010-01-23
| * 100l, shouldn't write to memory after freeing it.Gravatar reimar2010-01-23
| * Reindent.Gravatar reimar2010-01-23
| * Zero freed pointers.Gravatar reimar2010-01-23
| * Check for fork failing and make sure cache_uninit always frees the cache dataGravatar reimar2010-01-23
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Deobfuscate the special hack to disable cache for live555.Gravatar reimar2009-11-17
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28065Gravatar Uoti Urpala2008-12-02
|\|
| * Move PTHREAD_CACHE define logic to configure.Gravatar reimar2008-11-28
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * 100l, stream->cache_pid can not be used directly in pthread_create,Gravatar reimar2008-11-15
| * Use pthreads for the cache on Cygwin, since _beginthread is not availableGravatar reimar2008-11-15
| * Include cache2.h in cache2.c, fixes an implicit declaration warning for cache...Gravatar reimar2008-11-14
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Avoid CreateThread and especially TerminateThread since they cause a memleak.Gravatar reimar2008-10-19
| * Remove useless casts.Gravatar reimar2008-10-19
| * Revert declaring ThreadProc as void, it breaks the WINAPI.Gravatar diego2008-10-16
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
| * Declare ThreadProc as void, it does not return anything, fixes the warning:Gravatar diego2008-10-13
| * Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:Gravatar diego2008-10-13
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
* | stream.h: Add 2 prototypes instead of declaring them in cache2.cGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * 100l, fix wrong order of cases in cache_do_controlGravatar reimar2008-06-01
| * Handle NULL control function in cache_execute_control, fixes crash with http ...Gravatar reimar2008-05-30
| * Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.Gravatar reimar2008-05-26
| * Add basic support for stream controls with cache enabled.Gravatar reimar2008-05-24
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
|/
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* cache support for OS/2Gravatar diego2008-02-28
* Fix stream_cache to use sector_size set in stream_t.Gravatar ulion2007-12-20
* Make sure forked code does not try to display a GTK message box (and thus cra...Gravatar reimar2007-10-07
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31