]> git.sesse.net Git - vlc/shortlog
vlc
2008-07-06 Rémi Denis... 64-bits fix
2008-07-06 Rémi Denis... Very small fr.po update
2008-07-06 Rémi Denis... Factorize a translated message
2008-07-06 Rémi Denis... wx -> qt
2008-07-06 Rémi Denis... Protocol names are localized.
2008-07-06 Felix Paul... Typo
2008-07-06 Felix Paul... First update of the German l10n. More to come.
2008-07-06 Felix Paul... l10n string fixes
2008-07-06 Rémi Denis... RTP: keep track of the RTCP socket
2008-07-06 Rémi Denis... RTP: open the RTCP port
2008-07-06 Felix Paul... Show tooltips on virtually all labels (except for the...
2008-07-06 Felix Paul... minor ui changes
2008-07-05 Felix Paul... Removed the 'Advanced' function from the complete prefs...
2008-07-05 Felix Paul... There is no need to reload the playlist on every single...
2008-07-05 Christophe... Slovenian l10n update by Matej Urbančič
2008-07-05 Christophe... Update POTFILES.in and vlc.pot
2008-07-05 Christophe... Make the update-po rule a bit more hackish
2008-07-05 Felix Paul... Freeze ffmpeg to revision 14080 (aka HEAD) because...
2008-07-05 Felix Paul... Fixed make dist *coughcough*
2008-07-05 Rémi Denis... Dead code
2008-07-05 Rémi Denis... configure: do not require iconv
2008-07-05 Rémi Denis... locale_fast: simplifications
2008-07-05 Rémi Denis... iconv: don't pretend it is present and do crap when...
2008-07-05 Rémi Denis... Fix off-by-one error
2008-07-05 Laurent AimarFixed ALAC. (close #633)
2008-07-05 Laurent AimarRemoved unwanted debug messages.
2008-07-05 Laurent AimarWhitlist a bunch of safe options that could be usefull...
2008-07-05 Pierre d'Herbemontvlc_threads: More barrier() support across toolchain...
2008-07-05 Rémi Denis... CSA: simplify and remove scary amd64 warning
2008-07-05 Rémi Denis... Dummy amd64 warnings
2008-07-05 Rémi Denis... V4L2: error handling
2008-07-05 Rémi Denis... Another unused variable
2008-07-05 Rémi Denis... Unused variables
2008-07-05 Rémi Denis... amd64 format fix
2008-07-05 Rémi Denis... Bunch of warnings
2008-07-05 Rémi Denis... Fix warnings
2008-07-05 Laurent AimarFixed open network panel.
2008-07-05 Pierre d'Herbemontmacosx: Make sure we don't leak an input_thread_t.
2008-07-05 Rémi Denis... Dead code
2008-07-05 Pierre d'Herbemontmacosx: Fix a typo. (Fix sd listing at startup).
2008-07-05 Rémi Denis... Remove unused symbols
2008-07-05 Felix Paul... Fixed a potential segfault
2008-07-05 Rémi Denis... Missing const
2008-07-05 Rémi Denis... Remove unused variable
2008-07-05 Rémi Denis... Remove dead code
2008-07-05 Rémi Denis... Fix compilation
2008-07-05 Pierre d'Herbemontlibvlc: Typo.
2008-07-05 Pierre d'Herbemontlibvlc: Fix --auto-adjust-pts-delay help text.
2008-07-05 Pierre d'Herbemontmacosx: Kind of fix the preferences on Mac OS X.
2008-07-05 Pierre d'Herbemontqt4: no need to use VLC_OBJECT() here. Plus use GetMain...
2008-07-05 Pierre d'Herbemontvlc_modules.h: Simplify GetMainModule.
2008-07-05 Pierre d'Herbemontqt4: Fix previous modification.
2008-07-05 Rémi Denis... X11: stop playling when user closes the window
2008-07-05 Pierre d'Herbemontmacosx: Try to clean a bit the prefs code.
2008-07-05 Pierre d'Herbemontmacosx: Attempt to simplify that ugly code.
2008-07-05 Pierre d'Herbemontqt4: use module_GetMainModule.
2008-07-05 Pierre d'Herbemontmodule: Define module_GetMainModule and module_IsMainMo...
2008-07-05 Pierre d'Herbemontmacosx: No need to use VLC_OBJECT() here.
2008-07-05 Rémi Denis... pl_Yield(): return NULL when the playlist is gone ...
2008-07-05 Rémi Denis... Fix race condition while removing video outputs
2008-07-05 Rémi Denis... SAP: add PCM payload types which are now supported
2008-07-05 Pierre d'Herbemontqt4: Add a missing pl_Release(). Please review.
2008-07-05 Pierre d'Herbemontqt4: Use playlist_CurrentInput().
2008-07-05 Pierre d'Herbemontmacosx: Use playlist_CurrentInput().
2008-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-07-05 Pierre d'Herbemontmacosx: o_sendport not used, remove.
2008-07-05 Rémi Denis... Join and unload vout safely
2008-07-05 Rémi Denis... Fix return type
2008-07-05 Pierre d'Herbemontvlc_threads: Include OSAtomic.h for OSMemoryBarrier().
2008-07-05 Pierre d'Herbemontmacosx: Fix service discovery loading code char.
2008-07-05 Pierre d'Herbemontvlc_threads: Use OSMemoryBarrier() on Mac OS X cause...
2008-07-05 Rémi Denis... Playlist: join safely
2008-07-05 Felix Paul... Make sure we edit our source files in UTF-8 mode
2008-07-05 Rémi Denis... interaction: safely join the thread
2008-07-05 Rémi Denis... Slightly improve the warning
2008-07-05 Felix Paul... Removed broken, unmaintained and unfinished code. May...
2008-07-05 Rémi Denis... Charset fixes
2008-07-05 Rémi Denis... Remove duplicate b_die check
2008-07-05 Rémi Denis... modules: use vlc_object_alive()
2008-07-05 Laurent AimarFixed input_StopThread by really killing all input...
2008-07-05 Laurent AimarFixed segfault on input_ItemDestroy by vlc_gc_init...
2008-07-05 Rémi Denis... Fix misleading comment
2008-07-05 Rémi Denis... vlc_object_alive: lock-less and inlined
2008-07-05 Rémi Denis... barrier(): issues a full memory barrier
2008-07-05 Pierre d'Herbemontinterface: Make sure the MonitorLibVLCDeath thread...
2008-07-05 Rémi Denis... LUA: don't look for scripts in .
2008-07-05 Pierre d'Herbemontmacosx: Make sure we use pl_Yield alond with pl_Release.
2008-07-05 Pierre d'Herbemontmacosx: Make sure we don't return from manageIntf:...
2008-07-05 Pierre d'Herbemontmacosx: Use msg_Dbg instead on msg_Info.
2008-07-05 Pierre d'Herbemontmacosx: ExecuteOnMainThread is not used, delete it.
2008-07-05 Rémi Denis... Another broken path
2008-07-05 Pierre d'Herbemontmacosx: Don't forget to unregister callbacks.
2008-07-05 Pierre d'Herbemontinterface: Make sure that when b_should_run_on_first_th...
2008-07-05 Pierre d'Herbemontmacosx: 10.5-ification of the Main Controller Window...
2008-07-05 Pierre d'Herbemontmacosx: Make sure the manageIntf: Timer is getting...
2008-07-04 Pierre d'Herbemontmacosx: Merge the KillerThread and the manage thread...
2008-07-04 Pierre d'Herbemontmacosx: use pl_Release() with pl_Yield(), no vlc_object...
2008-07-04 Pierre d'Herbemontopengl: No need to detach the vout from here.
2008-07-04 Laurent AimarGrr, really fix ts-extra-pmt comment.
2008-07-04 Laurent AimarFixed a comment on ts-extra-pmt.
next