]> git.sesse.net Git - vlc/history - src
vod preparsing : if muxer is specified, only wait for input_item_IsPreparsed
[vlc] / src /
2009-09-14 Sébastien Escudiervod preparsing : if muxer is specified, only wait for...
2009-09-14 Elliot MurphyAdded a new option, play-and-pause. When this option...
2009-09-14 Sébastien Escudiervod input preparsing : use input events instead of...
2009-09-14 Marian ĎurkovičINPUT: Properly remove SDT and EPG entries on exit
2009-09-14 Marian ĎurkovičProvide local routine for ISO_6937 -> UTF-8 conversions
2009-09-14 Marian ĎurkovičDisplay EPG description if available
2009-09-12 Rémi Denis-CourmontImplement thread semaphores
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-08 Christophe MutricyNo fallback for Sorani
2009-09-08 Marian ĎurkovičFix HDTV height for H.264 streams with correct PAR.
2009-09-08 JP DingerAdd support for last lines without newline in .hosts...
2009-09-08 Jean-Baptiste KempfTry a better formulation for stats option
2009-09-08 Jean-Baptiste KempfTemporary fix for compilation
2009-09-07 Jean-Baptiste KempfChange formulation to be sure people don't think we...
2009-09-07 Christophe MutricyAdd some fallback for language we have a translation
2009-09-07 Marian ĎurkovičProperly attach stream_Demux object to its parent.
2009-09-07 Marian ĎurkovičFix buggy memcpy in DstreamRead
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-09-07 Rémi Denis-CourmontRemove set/get drawable
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-07 Laurent AimarAdded picture_pool_NewExtended.
2009-09-07 Geoffroy CouprieWin32: fix My Music and My Videos directories access
2009-09-06 Rémi Denis-CourmontWin32: FromLocale/ToLocale: fix stack underflow on...
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-03 Laurent AimarChecked demux_Control return value in input.
2009-09-03 Laurent AimarFixed invalid p_aout->p_mixer usage in aout input.
2009-09-03 Rafaël Carréaout_BufferAlloc : returns the allocated buffer
2009-09-03 Rafaël CarréRemove unused alloca.h, add an assertion
2009-09-03 Rafaël Carréaout_BufferAlloc() : remove stack allocation
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-09-02 Rémi Denis-Courmontlibvlc-module: comments fix
2009-09-02 Christopher RathFix typo in src/input/stream.c to use CAN_FASTSEEK...
2009-09-02 Rémi Denis-Courmontpicture_pool_Delete: memory leak
2009-09-01 Laurent AimarFixed uninitialized i_samples in block_t.
2009-09-01 Laurent AimarFixed block_Realloc.
2009-09-01 JP DingerUse the cpp to auto-update libvlc_event_type_name(...
2009-08-31 Laurent AimarLoad and unload the vout module in the vout thread.
2009-08-31 Laurent AimarCosmetics.
2009-08-31 Rémi DuraffortGalaktos does no longer exist.
2009-08-31 Rafaël Carréinput state: don't delete non existing callbacks
2009-08-31 Rafaël Carrélibvlc: include config.h when needed
2009-08-31 Pierre d'Herbemontlibvlc: Remove unused mutex.
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 Durafforttest_block: fix merging (my bad).
2009-08-30 Rémi Duraffortbloc_test: fix meleak so we can use valgrind on it.
2009-08-30 Rémi Durafforttest_block: rename to bloc_test.c because all test_...
2009-08-30 Rémi Denis-CourmontFix test case
2009-08-30 Rémi Denis-Courmontenable the block tests
2009-08-30 Laurent AimarDo not load a filter for J4xy -> I4xy in vout_display.
2009-08-30 Rémi Denis-CourmontImprove/fix block_Realloc() cases
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-CourmontRudimentary (incomplete) tests for block_Alloc/block_Re...
2009-08-30 Rémi Denis-Courmontblock_Realloc: optimize and conformize
2009-08-30 Rémi Denis-CourmontAlways remove revision.tmp
2009-08-29 Erwan Tulourecord: more specific record directories (video/music...
2009-08-29 Erwan Tulousnapshot: replace vout_snapshottaken with snapshot...
2009-08-29 Erwan Tuloucore: add snapshot-file and record-file for signalling...
2009-08-29 Pierre YnardFix make dist
2009-08-29 Pierre YnardFix typos in comments
2009-08-29 Rémi Denis-CourmontCheck for eventfd
2009-08-29 Rémi Denis-CourmontVLM: fix aliasing
2009-08-29 Rémi Denis-CourmontProvide a default and work around gcc
2009-08-28 Rémi Duraffortlibvlc_audio: we don't need VLC_PUBLIC_API here (alread...
2009-08-28 Rémi Duraffortlibvlc: remove dead initialization and factorize.
2009-08-28 Rémi Duraffortlibvlc: fix logic '||' and not '&&'.
2009-08-28 Niles BindelAdded ability to move to previous item in the media...
2009-08-28 Rémi Duraffortfix calloc usage.
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 Rémi Duraffortmixer: fix memleak.
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 Felix Paul Kühnecompilation fix
2009-08-27 Rémi Duraffortvariables: checking the class is enough to ensure the...
2009-08-27 Pierre YnardWinCE: add replacement getpid() function
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-26 Rémi Denis-CourmontWin32: refactor and implement pictures directory
2009-08-26 Rémi Denis-CourmontSplit directories configuration per platform
2009-08-26 Niles BindelAdd input resource support to the LibVLC Media Player
2009-08-26 Pierre d'Herbemontdictionary: intptr_t to be nice with LLP64.
2009-08-26 Rémi Durafforttypo.
2009-08-25 Pierre d'Herbemonttest/dictionary: Be nicer on LP64, and avoid a warning.
2009-08-25 Rémi Denis-CourmontPut snapshots to pictures directory
2009-08-25 Rémi Denis-CourmontPut records to download directory
2009-08-25 Rémi Denis-CourmontXDG user dirs support (unused)
2009-08-25 Laurent AimarMoved aout_input_t to aout_internal.h.
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
next