]> git.sesse.net Git - vlc/history - src
Activate the german translation
[vlc] / src /
2009-09-18 Erwan Tulouplaylist: add a input-current variable for being comple...
2009-09-18 Erwan Tuloucore: create two variables at initialization (for var_A...
2009-09-18 Rémi DuraffortFix race condition : volume-change variable is requiere...
2009-09-18 Pierre d'Herbemontlibvlc: Add some shortcuts in media_player.c and do...
2009-09-18 Pierre d'HerbemontDon't leak the event manager.
2009-09-17 Rémi Duraffortaout: use var_GetString(bool) when applicable.
2009-09-16 Rémi DuraffortTypo.
2009-09-16 Rémi Denis-Courmontxdg-dirs: falls back correctly if configuration is...
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-15 Laurent AimarFixed i_pixel_pitch value for YUVP and packed YUV.
2009-09-15 Ilkka Ollakkaplaylist: use Fisher-Yater shuffle instead naive when...
2009-09-14 Laurent AimarDisable play-and-pause for non interactive input.
2009-09-14 Laurent AimarCosmetics (simplify after input_Read change).
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-14 Laurent AimarMoved play-and-pause logic at the right place.
2009-09-14 Laurent AimarFixed EOF handling while buffering in pause state.
2009-09-14 Laurent AimarRemoved useless check on input b_eof flag while waiting...
2009-09-14 Laurent AimarUsed input_Create+input_Start in vlm.
2009-09-14 Rémi Duraffortvariables: add a warning when adding a callback to...
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
next