]> git.sesse.net Git - vlc/history - src/misc
osx/framework: don't interfere with the NSCell API and fail gracefully if pausing...
[vlc] / src / misc /
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-12 Rémi Denis-CourmontUse VLC_CODEC_PPM
2009-12-12 Johann RansayPPM image support
2009-12-06 Jean-Baptiste KempfSupport for AMV video files.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-12-03 Rafaël Carréwindows: Convert vlc directory path to UTF8
2009-11-24 Laurent AimarAdded SSSE3/SSE4.1/SSE4.2 support to libvlc.
2009-11-24 Laurent AimarFixed check_capability compilation (TSQ).
2009-11-24 Laurent AimarUsed the proper define in SSE2 detection code.
2009-11-24 Laurent AimarFactorized x86 features detection code.
2009-11-16 Rémi Denis-CourmontDocument block_FifoGet and block_FifoShow
2009-11-16 Rémi Denis-Courmontblock_FifoPut: reduce contention scope
2009-11-16 Rémi Denis-Courmontblock_FifoEmpty: reduce contention scope
2009-11-03 Rafaël CarréUpdate: correctly handle different line endings
2009-11-03 Rafaël CarréUpdate: make sure 1.1.0 > 1.1.0-git
2009-10-29 Jean-Baptiste KempfMore raw FourCC
2009-10-26 Rémi Denis-CourmontRevert "Blacklist glibc 2.10-2.10.1 for 686"
2009-10-21 Rémi Denis-CourmontBlacklist glibc 2.10-2.10.1 for 686
2009-10-20 Rémi Denis-Courmontvlc_thread_fatal: disable thread cancellation
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-10-18 Rémi Denis-CourmontTypo
2009-10-18 Rémi Denis-CourmontGrammar
2009-10-17 Rémi Denis-Courmontrand: ASCII path, use utf8_open for close-on-exec
2009-10-16 Jean-Baptiste KempfSupport for Forward Uncompressed video
2009-10-14 Rémi Denis-CourmontRemove HAL plugin
2009-10-13 JP DingerReplace the last of the HAVE_EVENTFDs with HAVE_SYS_EVE...
2009-10-11 Laurent AimarAdded vlc_fourcc_GetRGBFallback.
2009-10-08 Laurent AimarCleaned up WMVA fourcc.
2009-09-30 Jean-Baptiste KempfAdd a FourCC for mpeg1/2
2009-09-30 Felix Paul Kühneupdate: display percentage of received update correctly
2009-09-29 Rémi Denis-Courmontblock_Realloc: handle OOM in case of buffer expansion
2009-09-29 Rémi Denis-Courmontblock_Realloc: fix (rewrite) buffer shrinking
2009-09-29 Rémi Denis-CourmontRevert "Remove block_Realloc() shrinking behavior"
2009-09-29 Rémi Denis-Courmontblock_Realloc: turn off posix_memalign() use
2009-09-29 Rémi Denis-CourmontRemove block_Realloc() shrinking behavior
2009-09-28 Jean-Baptiste KempfSupport for Atrac1 codec
2009-09-27 Rémi Denis-Courmontblock_Alloc: use posix_memalign()
2009-09-25 Rémi Denis-CourmontUse doubly linked list for filter chaining
2009-09-24 Rémi Denis-CourmontWoops, object leak in previous commits
2009-09-24 Rémi Denis-CourmontDead code
2009-09-24 Rémi Denis-Courmontvars command needs the variable lock
2009-09-24 Rémi Denis-CourmontRemove useless object linked-list
2009-09-23 Srikanth RajuSql Core
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-23 Pierre YnardRemove duplicate T140 codec definition
2009-09-22 Jean-Baptiste KempfSSE3 detection (runtime)
2009-09-22 Laurent AimarMoved out epg functions from vlc_epg.h and es_out.c...
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
2009-09-20 Rémi Denis-CourmontAssume compiler-enabled CPU features are present
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-09-20 Rémi Denis-CourmontAllow setting the name of an object at any time...
2009-09-19 Christophe MutricyFix compilation on Linux PPC
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-14 Rémi Duraffortvariables: add a warning when adding a callback to...
2009-09-12 Rémi Denis-CourmontImplement thread semaphores
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-07 Laurent AimarFixed some missing unlock() in picture_pool.
2009-09-07 Laurent AimarCosmetics (K&R of picture_pool).
2009-09-07 Laurent AimarCosmetics (K&R of picture_fifo).
2009-09-07 Laurent AimarMoved out picture_fifo/pool_t code from vout_pictures.c
2009-09-05 Rémi Denis-CourmontAdd a CPU capability for ARM NEON
2009-09-05 Rémi Denis-CourmontARM: pretend not lack the FPU even if we have one
2009-09-05 Rémi Denis-CourmontExport vlc_object_get_name
2009-09-05 Rémi Denis-CourmontFix warning
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)...
next