]> git.sesse.net Git - vlc/history - src
Qt: hide live555 module options when disabled
[vlc] / src /
2009-09-24 Rémi Denis-CourmontWoops, object leak in previous commits
2009-09-24 Rémi Denis-CourmontSimplification
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-24 Rafaël CarréDeleteInner() : remove deleted items from current items...
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Srikanth RajuSql Core
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
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 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontRemove aout_buffer_t.b_alloc (it's always true)
2009-09-22 Rémi Denis-Courmontaout_BufferAlloc: don't copy timestamps from original...
2009-09-22 Laurent AimarFixed offline EPG state.
2009-09-22 Laurent AimarRevert "INPUT: Properly remove SDT and EPG entries...
2009-09-22 Laurent AimarStored vlc_epg_t array inside input_item_t.
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-22 Rémi Denis-Courmontvlc_cpu.h: dedicated header for CPU features
2009-09-22 Rémi Denis-CourmontLibVLC: only print relevant capabilities in debug
2009-09-21 Rémi Denis-Courmont.gitignore
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
2009-09-20 Rémi Denis-CourmontRemove never set, never used Pentium Pro capability
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-CourmontSet object name from module_need()
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-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.
next