]> git.sesse.net Git - vlc/shortlog
vlc
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.
2008-07-04 Vincent Penquerc'henable kate in matroska now that the codec id is published
2008-07-04 Lukas DurfinaFix libvlc set audio track, subtitle
2008-07-04 Laurent AimarFixed and improved ts-extra-pmt option (close #1592).
2008-07-04 Laurent AimarMove extra PMT creation to its own function.
2008-07-04 Felix Paul... Fix the ffmpeg-mmx-patch. Thanks to David E. Still
2008-07-03 Laurent AimarFixed MS ADPCM inside mov.
2008-07-03 Christophe... Allow binary maintainer to pass a custom string
2008-07-03 Christophe... Cosmetic
2008-07-03 Christophe... Prefer correct syntax highlighting over pedantic quote
2008-07-03 Laurent AimarFix avcodec cinepak decoding and favour it.
2008-07-03 Rémi DuraffortFix potential segfault.
2008-07-03 Rémi DuraffortFix memleaks (corner case).
2008-07-03 Laurent AimarFixed AStreamSeekBlock. When skipping data, the positio...
2008-07-03 Laurent AimarFixed playing of some .mov with raw audio.
2008-07-03 Laurent AimarFixed playing of some twos/sowt samples (close #1621)
2008-07-03 Rémi Denis... Qt4: really clear shortcuts - fixes #1666
2008-07-03 Rémi Denis... Oups
2008-07-03 Rémi Denis... Fix hide interface default shortcut
2008-07-03 Rémi Denis... Format string fixes
2008-07-03 Rémi Denis... Unused variable
2008-07-03 Rémi Denis... Format string fixes
2008-07-03 Rémi Denis... Signedness fix
2008-07-03 Jean-Baptiste... Freetype version bump ( regressions fixes)
2008-07-03 Jean-Baptiste... Disable dirac on Windows.
2008-07-03 Jean-Baptiste... Add a new configure-common.sh for windows builds.
2008-07-03 Jean-Baptiste... Rework windows configure.
2008-07-03 Rémi Denis... Marq: thread safety
2008-07-03 Rémi Denis... RTP/MPA: the standard frequency is 90kHz (MPEG PCR...
2008-07-03 Vincent Penquerc'huse C99 %zu for size_t in printf
2008-07-02 Laurent AimarReworked a few broken int cast (and at least fixed...
2008-07-02 Laurent AimarAllow to stop decoder even in infinite decoder loop...
2008-07-02 Ilkka OllakkaWhen deleting track, reduce stream bitrate too, unless...
2008-07-02 Laurent AimarCheck all malloc/calloc return value in libasf.c
2008-07-02 Laurent AimarFixed definition of asf_object_t.
2008-07-02 Laurent AimarBig clean up of ASF demuxer with a lot of over read...
next