]> git.sesse.net Git - vlc/history - src
video_output fix compilation
[vlc] / src /
2009-10-06 Sébastien Escudiervideo_output fix compilation
2009-10-05 Laurent AimarUpdated libvlc_video_set_deinterlace.
2009-10-05 Laurent AimarModified deinterlace selection.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Laurent AimarRenamed deinterlace-mode into filter-deinterlace-mode.
2009-10-05 Laurent AimarCommented out a too verbose debug printf.
2009-10-05 Rémi Denis-CourmontConvert paths from command line arguments to URIs
2009-10-05 Rémi Denis-Courmontlibvlc_audio_*: remove useless exception parameters
2009-10-05 Rémi Denis-CourmontRetaining NULL makes no sense
2009-10-05 Rémi Denis-Courmontlibvlc_media_*: remove a bunch of useless exception...
2009-10-05 Rémi Denis-CourmontRemove useless exception parameters
2009-10-05 Rémi Denis-Courmontlibvlc apps don't know VLC error codes
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-10-04 Rémi Denis-Courmontignore-config defaults to true
2009-10-04 Laurent AimarAdded a new "deinterlace" configuration option.
2009-10-04 Laurent AimarAdded new deinterlacing modes to vout.
2009-10-01 Christophe MutricyActivate Croatian translation
2009-10-01 Christophe MutricyAllow win users to select Lithuanian
2009-10-01 Christophe MutricyActivate Kazakh localisation
2009-10-01 Christophe MutricyActivate Vietnamese translation
2009-10-01 Geoffroy CouprieFix crash on startup
2009-10-01 Christophe MutricyActivate Mongolian l10n
2009-09-30 Jean-Baptiste KempfAdd a FourCC for mpeg1/2
2009-09-30 Laurent AimarAdded a is_forced parameter to VOUT_DISPLAY_CHANGE_DISP...
2009-09-30 Felix Paul Kühneupdate: display percentage of received update correctly
2009-09-30 Rémi Denis-Courmontaudio filters can return NULL, handle it properly
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-CourmontConvert audio output core to audio filter2
2009-09-27 Rémi Denis-CourmontRemove aout_filter_t.b_discontinuity
2009-09-27 Rémi Denis-Courmontaout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-27 Rémi Denis-Courmontblock_Alloc: use posix_memalign()
2009-09-27 Rémi Denis-CourmontDocument that visualizations only work inside audio...
2009-09-27 Rémi Denis-CourmontPrivatize aout_request_vout_t
2009-09-27 Rémi Denis-CourmontRemove legacy alloca checks
2009-09-27 Laurent AimarMade vout_display_t::manage() optional.
2009-09-27 Laurent AimarAllowed vout display events to be issued from anywhere.
2009-09-26 Laurent AimarChanged the prototype of vout_display_SendEventDisplaySize.
2009-09-26 Laurent AimarUsed direct rendering for chroma conversion in "vout...
2009-09-26 Laurent AimarCentralized mouse event handling.
2009-09-26 Laurent AimarFactorized and added missing vout_SendEventMouseVisible...
2009-09-26 Rémi Denis-Courmontrevision: work around JVLC tag pollution
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-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...
next