]> git.sesse.net Git - vlc/history - src/misc
live555 : delay RTSP PAUSE command while in paused state
[vlc] / src / misc /
2009-09-01 Laurent AimarFixed uninitialized i_samples in block_t.
2009-09-01 Laurent AimarFixed block_Realloc.
2009-08-31 Rémi Duraffortvariables: assert if the callback is not found.
2009-08-30 Rafaël Carréassert the vlc object exists in var_* functions, before...
2009-08-30 Rémi Denis-Courmontblock_Realloc: fix reallocation check
2009-08-30 Rémi Denis-Courmontblock_Realloc: waste handling only if not reallocating
2009-08-30 Rémi Duraffortvariables: print a warning if the callback isn't found...
2009-08-30 Rémi Denis-Courmontpreserve meta data when reallocating a block (fix previ...
2009-08-30 Rémi Denis-Courmontblock_Realloc: optimize and conformize
2009-08-29 Rémi Denis-CourmontCheck for eventfd
2009-08-28 Jean-Baptiste KempfDXSB is a valid fourCC for XSUB
2009-08-28 Jean-Baptiste KempfUse VLC_CODEC for ADPCM_IMA_WAV
2009-08-28 Jean-Baptiste KempfFix Typo in comment.
2009-08-28 Jean-Baptiste KempfUse a VLC_CODEC_ADPCM_MS for MS ADPCM
2009-08-27 Laurent AimarAdded VLC_CODEC_BD_PG codec.
2009-08-27 Jean-Baptiste KempfFix possible typo
2009-08-27 Jean-Baptiste KempfTwinVQ support using the lastest avcodec commit from...
2009-08-27 Rémi Duraffortvariables: checking the class is enough to ensure the...
2009-08-26 Rémi Durafforttypo.
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-08-23 Rémi Denis-Courmontvlc_object_get_name, vlc_object_set_name: accessors
2009-08-23 Rémi Denis-CourmontCosmetic
2009-08-23 Rémi Denis-Courmontfilter: avoid vlc_object_t.psz_object_name
2009-08-23 Rémi Denis-CourmontRemove vlc_object_t.p_private
2009-08-21 Rémi Denis-CourmontUnused #include
2009-08-21 Rémi Denis-CourmontCPU: get rid of signal(SIGILL) - not thread-safe (in...
2009-08-21 Rémi Denis-CourmontCPU: fprintf is not safe inside a signal handler...
2009-08-21 Pierre d'Herbemontw32thread: Don't warn twice about destr being unused...
2009-08-21 Pierre d'Herbemontwin32: Flag some unused arg warnings.
2009-08-21 Rémi Denis-CourmontRevert "Win32: fix src/ compilation"
2009-08-20 Jean-Baptiste KempfWin32: fix src/ compilation
2009-08-20 Rafaël Carréupdate_crypto.c : UPDATE_CHECK is defined (or not)...
2009-08-20 Rafaël CarréDo not build update_crypto.c content if update-check...
2009-08-20 Rafaël Carréupdate_Delete: Fix update download thread destruction
2009-08-20 Rafaël CarréRevert "update: allow update_Download to accept: direc...
2009-08-20 Rafaël CarréRevert "update: rename the variables so that it matches...
2009-08-20 Rafaël CarréRevert "update: don't free the temp pointer, but free...
2009-08-20 Rafaël CarréUpdate mechanism: split update.c
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-19 Rémi Denis-CourmontDeprecate ugly and unsafe vlc_object_find_name()
2009-08-19 Rémi Denis-CourmontRemove two possibly wild references to psz_object_name
2009-08-19 Rémi Denis-CourmontRemove filter_chain_GetFilter: unused and not thread...
2009-08-19 Jean-Baptiste KempfSmall fix for Mingw64 compilation
2009-08-16 Rémi Denis-CourmontFactor again
2009-08-16 Rémi Denis-CourmontCompile-time detection for FPU on ARM EABI
2009-08-16 Rémi Denis-CourmontFactor CPU detection a little
2009-08-13 Pierre YnardWinCE: implement timer API
2009-08-13 Pierre YnardWinCE: switch back vlc_thread_t to an allocated struct
2009-08-13 Pierre Ynardthreads: fix leaks on error path
2009-08-12 Pierre Ynardthreads: simplify
2009-08-12 Pierre YnardWinCE: remove broken thread times debug
2009-08-08 Laurent AimarAdded vlc_fourcc_IsYUV.
2009-08-07 Laurent AimarAdded VLC_CODEC_DVDA_LPCM for lpcm in AOB.
2009-08-05 Laurent AimarFixed the YUV fallbacks for I440.
2009-08-05 Laurent AimarAdded YUV fourcc helpers mainly for vout.
2009-08-03 Rémi Denis-Courmontvlc_timer_gettime: fix corner-case dead lock
2009-08-03 Rémi Denis-CourmontFix forward compatibility with glibc > 2
2009-08-03 Rémi Denis-CourmontForce normal rather than default mutexes in release...
2009-08-03 Rémi Duraffortvariables: use a more restrictive assert as all variabl...
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-08-02 Rémi Denis-CourmontWin32: privatize vlc_timer layout too
2009-08-02 Rémi Denis-CourmontWin32: compile fix
2009-08-02 Rémi Denis-CourmontPOSIX: use pthread-based timers
2009-08-02 Rémi Denis-Courmontvlc_detach: releases a thread handle asynchronously
2009-08-02 Rémi Denis-CourmontWin32: make vlc_thread_t a plain HANDLE (no heap alloc)
2009-08-02 Rémi Denis-CourmontWin32: unimplement thread result
2009-08-02 Rémi Denis-CourmontWin32: no need to put thread function into vlc_thread_t
2009-07-31 Rémi Duraffortvariables:
2009-07-31 Rémi Duraffortvariables:
2009-07-30 Rémi Duraffortvariables: var_IncInteger and var_DecInteger are now...
2009-07-30 Pierre YnardWin32: wait for timer callbacks to complete when destro...
2009-07-29 Michael HanselmannAdd library functions for HTTP client authentication
2009-07-29 Rémi Duraffortvariables: fix a segfault and memory leak when TriggerC...
2009-07-28 Laurent AimarFixed filter_*Blend rgb masks initialization.
2009-07-28 Rémi Duraffortvariables: Remove uneeded parameter to TriggerCallback...
2009-07-27 Rémi Duraffortvariables: add a Get and Set function. This function...
2009-07-26 Rémi Denis-CourmontWarning
2009-07-25 Rémi Denis-Courmontvlc_clone(): abide by --rt-priority and --rt-offset
2009-07-24 Rémi DuraffortNo need to memset val to 0 because the variable is...
2009-07-24 Rémi Duraffortvariables: factorize the callback code, using a special...
2009-07-24 Rémi Duraffortvariables: when the variable already exist, check the...
2009-07-23 Rémi Denis-CourmontRemove timer serialization (we don't do it on POSIX...
2009-07-21 ogg.k.ogg.kfix wrong codec ID assigned to kate streams
2009-07-18 Jean-Baptiste KempfSupport for ADPCM variant in Flash streams
2009-07-18 Antoine CellerierCosmetics.
2009-07-16 Rémi Duraffortfree(NULL) is safe.
2009-07-06 Rémi Denis-CourmontDo not blindly favor writers
2009-07-06 Rémi Denis-CourmontSmall simplification
2009-07-06 Rémi Denis-CourmontRemove useless member
2009-07-05 Rémi Denis-CourmontDeliver log messages synchronously to subscribers
2009-07-05 Rémi Denis-CourmontRead/write locks
2009-07-01 Laurent AimarAdded es_format_InitFromVideo helper.
2009-06-22 Felix Paul Kühnemacosx@core: removed the usage of dyld's 'Library Funct...
2009-06-16 Jean-Baptiste KempfAdd trhd for TRUEHD fourcc
2009-06-15 Jean-Paul Samandarwin_specific: remove debug leftover
2009-06-15 Jean-Paul Samandarwin_specific: cleanup
2009-06-09 Pierre d'Herbemontmessages: Make sure banks is never == 0 before --;
2009-06-07 Rémi Denis-Courmontblock_heap_Alloc(): create a block from an existing...
2009-06-06 Laurent AimarAdded a new "video splitter" module type.
next