]> git.sesse.net Git - vlc/shortlog
vlc
2007-10-25 Rafaël Carrélua demuxer: update googlevideo
2007-10-25 Pierre d'HerbemontMacOSX/Framework/VLCAudio.h: Remove private function...
2007-10-25 Pierre d'HerbemontMacOSX/Framework/VLCLibrary.m: libvlc type briding...
2007-10-25 Pierre d'HerbemontMacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDesc...
2007-10-25 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer.m: Implement Chapter...
2007-10-25 Pierre d'Herbemontinclude/vlc/libvlc.h: publish libvlc_media_instance_set...
2007-10-25 Pierre d'Herbemontcontrol/audio.c: Implement get_audio_track_count. ...
2007-10-25 Pierre d'Herbemontmisc/darwin_specific.c: Comply to coding guideline...
2007-10-25 Pierre d'Herbemontcontrol/darwin_specific.c: Fix Mac OS X Framework code...
2007-10-25 Pierre d'Herbemontcontrol/media_descriptor.c: Send a libvlc_MediaDescript...
2007-10-25 Pierre d'Herbemontcontrol/media_instance.c: Implement get/set chapter...
2007-10-24 Felix Paul... * make sure that we're using UTF-8 instead of Western...
2007-10-24 Felix Paul... * ehm, we require 10.4, not 10.5 *cough*
2007-10-24 Felix Paul... * added a version check of the current Mac OS X version...
2007-10-24 Jean-Baptiste... Qt4 - switch to minimal view should hide and show the...
2007-10-24 Jean-Baptiste... Qt4 - minimal change of naming.
2007-10-24 Jean-Baptiste... Qt4 - GotoTime, translation and size issue.
2007-10-24 Jean-Baptiste... Qt4 - allow the nameLabel to be selectable by mouse...
2007-10-24 Jean-Baptiste... Qt4 - time left implementation. Do it better, faster...
2007-10-23 Rafaël Carrédbus: review object locking/yielding, fix various bugs...
2007-10-23 Jean-Baptiste... Add *.cdg to the format we use in the GUIs.
2007-10-23 Rafaël Carrédbus: don't lock the playlist, but only yield the input...
2007-10-23 Jean-Baptiste... Qt4 - initial actions support for StringListConfigs...
2007-10-23 Jean-Baptiste... Add support for fourCC MMES, which is a Matrox MPEG...
2007-10-23 Jean-Baptiste... Add VP6A fourCC.
2007-10-23 Jean-Baptiste... Qt4 - fix previous compilation for windows.
2007-10-23 Jean-Baptiste... Qt4 - try to remember latest open disc path.
2007-10-23 Rafaël Carréhelp string: add missing html tags
2007-10-22 Rafaël Carrédbus: updates to match the current status of MPRIS...
2007-10-22 Jean-Baptiste... MXF support since ffmpeg has a demuxer. Fix #152
2007-10-22 Rafaël Carrélibvlc_destroy() -> libvlc_release()
2007-10-22 Rafaël Carrémove config_*Intf() out from the header
2007-10-22 Gildas Bazinconfigure.ac: fixes for build problems introduced by...
2007-10-22 Rafaël Carréinhibit: apply [22797] since it's the same main loop...
2007-10-22 Rafaël Carrémozilla: use new libvlc api
2007-10-22 Rémi Denis... Don't wait for signal if the object is already dying.
2007-10-22 Rémi Denis... Fix race condition in screensaver exit
2007-10-22 Rémi Denis... Fix syntax errors
2007-10-22 Rémi Denis... Fix warnings (it does not seem very logical for log_ope...
2007-10-22 Rémi Denis... Fix trivial warning
2007-10-22 Rémi Denis... Event manager yields libvlc (and all the media_* stuff...
2007-10-22 Rémi Denis... Yield libvlc and fix corner case memleak
2007-10-22 Rémi Denis... Yield libvlc
2007-10-22 Rémi Denis... Reference count libvlc. API break.
2007-10-22 Rafaël Carréaudioscrobbler: we're sure metadata has been read only...
2007-10-22 Rafaël Carréqt4: removes useless functionnality. fix #1330
2007-10-22 Rafaël Carrédbus: monitors input "state" variable to emit the Track...
2007-10-22 Jean-Paul Saman- Enable building of libamrnb and libamrwb (disabled...
2007-10-22 Jean-Baptiste... Contribs - PNG new release with a bunch of CVE-......
2007-10-22 Rafaël Carréconfiguration: add config_AddIntf() config_RemoveIntf...
2007-10-22 Rafaël Carrécontribs: fix dvdnav compilation with mingw gcc 4.x
2007-10-21 Pierre d'HerbemontMac OS X: Add oga, ogv, ogx, anx file type. Close ...
2007-10-21 Rafaël Carréqt4: delete the QApplication when we are finished using...
2007-10-21 Rafaël Carréplaylist_Clear() should delete only the local playlist...
2007-10-21 Christophe... Fix compilation on win
2007-10-21 Rafaël Carrémozilla: links with libvlc-control.1.dylib on macosx
2007-10-21 Rafaël Carrépicture_t->i_refcount is unsigned, so never < 0
2007-10-21 Rémi Denis... Only recurse through the modules directory:
2007-10-21 Rémi Denis... Same as previous commit
2007-10-21 Rémi Denis... some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/
2007-10-21 Rémi Denis... Also test libvlc_playlist_clear and libvlc_playlist_add...
2007-10-21 Rémi Denis... Playlist delete support... sorta. LibVLC crashes intern...
2007-10-21 Rémi Denis... Doxygen syntax fix
2007-10-21 Pierre d'Herbemontextras/contrib/src/Makefile: Fix dca an zvbi install...
2007-10-21 Laurent AimarIncrease rate/speed control granularity.
2007-10-21 Rémi Denis... "Advanced" playlist add
2007-10-21 Rafaël Carrémozilla: don't add a custom application name as argv[0].
2007-10-21 Pierre d'Herbemontcontrol/media_instance.c: Cons-ify the conversion table.
2007-10-21 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer.m: Const-ify the conver...
2007-10-21 Rafaël Carrécontribs: make it explicit that (unused) mozilla target...
2007-10-21 Pierre d'HerbemontMacOSX/Framework: VLCPlaylist object has been replaced...
2007-10-21 Pierre d'HerbemontMacOSX/Framework: Updated Sample code. (Patch by Enriqu...
2007-10-21 Rafaël Carrélua: makes sure metadata is UTF8 encoded (some websites...
2007-10-21 Pierre d'HerbemontMacOSX/Framework/VLCLibrary.m: Regroup the sharedLibrar...
2007-10-21 Pierre d'HerbemontMacOSX/Framework/VLCLibrary.m: Better memory management...
2007-10-21 Rafaël Carrépower management inhibit: uninhibit only once
2007-10-21 Rafaël Carréxspf demuxer: correctly checks "application" attribute...
2007-10-21 Rémi Denis... Basic playlist controls
2007-10-21 Rémi Denis... Add support for allocating media_descriptors and factor...
2007-10-21 Rafaël Carrévideo_output: fix 4 bytes too short memory allocation
2007-10-21 Rémi Denis... Switch CIL bindings to libvlc API
2007-10-21 Pierre d'Herbemontmisc/darwin_specific.c: Fix framework detection code.
2007-10-21 Rémi Denis... Remove extra white spaces
2007-10-21 Pavlov KonstantinFix build.
2007-10-21 Rémi Denis... Changing the order of parameters may be needed, but...
2007-10-21 Pierre d'Herbemontcontrib/src/Makefile: Make sure libpng link name is...
2007-10-21 Jean-Paul SamanFix detection of swscale with compile/link test.
2007-10-21 Rémi Denis... Remove silly debug for previous commit
2007-10-21 Rémi Denis... Put timeout to the testsuite
2007-10-21 Rémi Denis... Switch API smoke test to libvlc API
2007-10-21 Rémi Denis... libvlc_exception:
2007-10-21 Jean-Baptiste... Qt4 - Sprefs, ui margin adjustements.
2007-10-21 Jean-Baptiste... Qt4 -- remove extra empty line.
2007-10-21 Jean-Baptiste... Qt4 - Simple prefs, re-do [22621], but removes all...
2007-10-21 Rafaël Carrételepathy: don't Close() twice. one time when we encoun...
2007-10-20 Rafaël CarréNew inhibit module to prevent the power management...
2007-10-20 Laurent AimarFixed subtitle blend module loading.
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Rafaël Carréinput: avoids double mutex locking
2007-10-20 Felix Paul... * fix make update-po on platforms with a non-GNU find...
next