]> git.sesse.net Git - vlc/shortlog
vlc
2009-07-24 Rémi Durafforttest: destroy the variables.
2009-07-24 Rémi DuraffortNo need to memset val to 0 because the variable is...
2009-07-24 Rémi DuraffortUse VLC_VAR_CLASS when applicable.
2009-07-24 JP DingerMerge branch 'master' of git@git.videolan.org:vlc
2009-07-24 JP DingerFix another realloc() that can easily be fixed. The...
2009-07-24 Jean-Baptiste... More NEWS
2009-07-24 Jean-Baptiste... Finish the zvbi port to Windows.
2009-07-24 Jean-Baptiste... Remove asa from contribs.
2009-07-24 Jean-Baptiste... Qt: fix crash in customize toolbar dialog.
2009-07-24 Rémi Duraffortpanoramix: fix memleak.
2009-07-24 Jean-Baptiste... Use native dialog for saving VLM files.
2009-07-24 Rémi Duraffortvariables: factorize the callback code, using a special...
2009-07-24 Rémi Duraffortncurses: factorize (no need to use a macro here).
2009-07-24 Rémi DuraffortUnused variables (remaining from a previous cleanup).
2009-07-24 Rémi DuraffortUe var_Get(Time|Address) when applicable.
2009-07-24 Rémi DuraffortNo need to check for the existence of the variable...
2009-07-24 Rémi Duraffortpostproc: no need to set the flag again as the bug...
2009-07-24 Rémi Duraffortvariables: when the variable already exist, check the...
2009-07-24 Rémi Durafforttest_variables: add a bunch of test to show a tiny...
2009-07-23 Erwan Tulouzipaccess: correct memory leak (probing work moved...
2009-07-23 Erwan Tulouskins2: cosmetics (for better reading)
2009-07-23 Rémi Denis... file: do POSIX advisory I/O
2009-07-23 Rémi DuraffortDirectly release the input thread.
2009-07-23 Rémi DuraffortGlobal headers.
2009-07-23 Jean-Baptiste... Use Brackets for global headers.
2009-07-23 Jean-Baptiste... Includes corrections
2009-07-23 Rémi Denis... Remove timer serialization (we don't do it on POSIX...
2009-07-23 Barry WardellUpdate SSA/ASS subtitle decoder for the new version...
2009-07-23 Rémi Denis... file: network file extra caching for Win32
2009-07-23 Rémi Denis... Fix warning
2009-07-23 Dominique Leuenbergerinverted parameters to memset. Setting the length to...
2009-07-23 Rémi Durafforttest: add some more tests for vlc variables.
2009-07-23 Rémi Duraffortfactorize.
2009-07-23 Rémi DuraffortFix previous commit about drag&drop.
2009-07-23 Rémi Durafforthttp access_out: factorize.
2009-07-23 Vicente Jimenez... Fixed wrong documentation reference.
2009-07-23 Besnard Jean... Qt : Add PLAYLIST_PREPARSE flag to drag&dropped items
2009-07-23 Rémi DuraffortGlobal include not local.
2009-07-23 Rémi Duraffortcosmetics.
2009-07-22 Rémi Denis... Work-around yet another bug of hopelessly broken MacOS X
2009-07-22 Rémi Duraffortopengl: fix an crash/hang on exit because opengl needs...
2009-07-22 Rémi Duraffortvout modules: remove uneeded includes.
2009-07-22 Besnard Jean... Qt : Fix the way playlist columns are saved
2009-07-22 Jean-Baptiste... Thanks to Luca Barbato
2009-07-22 Jean-Paul Samanshine: cleanup
2009-07-22 Jean-Paul Samanshine: add missing assert.h
2009-07-22 Jean-Paul Samanlive555: fix seeking
2009-07-22 Besnard Jean... Qt : Keep preparsed items synced in playlist
2009-07-22 Ilkka Ollakkax264.c: add psy-rd string to modify psy-rd settings
2009-07-22 Jean-Baptiste... Thank Michael for RAOP work.
2009-07-21 Fabio RitrovatoDailymotion: fix double encoding in video description
2009-07-21 Rémi Denis... Remove useless boolean
2009-07-21 Ilkka Ollakkax264 change that qcomp-parameter determinates rc-mode
2009-07-21 Ilkka Ollakkax264.c: change defaults allmost same as current x264 has
2009-07-21 Ilkka Ollakkax264.c: set vbv max bitrate to bitrate if doing cbr
2009-07-21 Fabio RitrovatoDailymotion: fix for other domains and description...
2009-07-21 Rémi Duraffortprojectm: manage the events.
2009-07-21 ogg.k.ogg.kfix wrong codec ID assigned to kate streams
2009-07-21 Rémi DuraffortForwardport THANKS.
2009-07-21 Rémi DuraffortQt: add some missing const.
2009-07-20 Felix Paul... macosx: forward-port [d0fbd04ce361f9dbc16d44dae09c168db...
2009-07-20 Rémi Denis... Handle an error
2009-07-20 Rémi Denis... Remove redumdant boolean
2009-07-20 Rémi Denis... Do not generate a SDP file if SDP is not yet defined...
2009-07-20 Rémi Denis... Decode file path in sout-rtp-sdp
2009-07-20 Rémi Denis... Make the extra network file caching configurable
2009-07-20 Rémi Denis... Sort of handle ;type= in FTP URLs
2009-07-20 Rémi Denis... FTP path must be decoded - fixes #2982.
2009-07-20 Jean-Baptiste... Qt: remove button duplicated in Classic style.
2009-07-20 Jean-Baptiste... Copyright correction.
2009-07-19 Jean-Baptiste... Qt: customize dialogs, fix a misswrite with the last...
2009-07-19 Rémi Denis... Fix spurious "please select network protocol manually...
2009-07-19 Rémi Denis... RTP: fix corner-case memory leak (fd_dead is a cancella...
2009-07-19 Rémi Denis... Remove unused variable
2009-07-19 Rémi Denis... RTP: fix simultaneous sequence number wrap and re-order
2009-07-19 Laurent AimarAdded a ES_OUT_SET_META to es_out.
2009-07-19 Laurent AimarDocumented and 'constified' meta and epg in es_out.
2009-07-19 Laurent AimarPrivatized es_out_mode_e.
2009-07-19 Laurent AimarDocumented demux state changes.
2009-07-19 Rémi Denis... RTP: avoid pf_demux. Fix input thread latency
2009-07-19 Rémi Denis... screen_xcb: use timer, simplify earlier commit
2009-07-19 Jean-Baptiste... Fix Typo
2009-07-19 Rémi Denis... screen_xcb: run in a thread - remove input control...
2009-07-18 Laurent AimarReally improved a52 in wav detection robustness (see...
2009-07-18 Laurent AimarAdded support for mpga in wav (close #2957).
2009-07-18 Laurent AimarCosmetics (wav).
2009-07-18 Laurent AimarA bit more strict es demux probing in wav.
2009-07-18 Laurent AimarCosmetics.
2009-07-18 Antoine CellerierConvert v4l2 access to block based access
2009-07-18 Alina FriedrichsenFix two uninitialized variables in the v4l2 access...
2009-07-18 Antoine CellerierSupport v4l2 drivers with JPEG type
2009-07-18 Jean-Baptiste... VLC is able to open .aiff files.
2009-07-18 Jean-Baptiste... Support for ADPCM variant in Flash streams
2009-07-18 Antoine CellerierCosmetics.
2009-07-18 Jean-Baptiste... Add .rar and .zip extensions to open dialog.
2009-07-18 Jean-Baptiste... Qt: Simple preference: update layout for updatesDays
2009-07-18 Jean-Baptiste... Qt: Various updates on the simple preferences.
2009-07-18 Erwan Tulouskins2: correct skins failing to display a video passed...
2009-07-18 Rémi Denis... Match localhost plus / not localhost plus directory...
2009-07-18 Felix Paul... contribs: fixed issues when compiling glib for Darwin...
next