]> git.sesse.net Git - vlc/shortlog
vlc
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Hopefully fix the tearing...
2008-01-04 Pierre d'HerbemontMacOSX/Framework/VLCEventManager.m: s/msleep/usleep/.
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Remove unuseful NULL check.
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Proper three-buffering...
2008-01-04 Pierre d'HerbemontMacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn...
2008-01-04 Pierre d'HerbemontMacOSX/Framework/MainWindow.xib: Get rid of nib warnings.
2008-01-04 Faustino Osunavideo_output/opengllayer.m: Revert backbuffer resizing...
2008-01-04 Pierre d'HerbemontMacOSX/VLC_app/MainWindow.xib: Remove overlapping views.
2008-01-03 Pierre d'HerbemontMacOSX/VLC_app/VLC_app: Rename File menu to Media.
2008-01-03 Pierre d'HerbemontMacOSX/VLC_app/MainMenu.nib: Test a new Menu Layout.
2008-01-03 Pierre d'HerbemontMacOSX/VLC_app: Only get stuck at the very bottom of...
2008-01-03 Pierre d'HerbemontMacOSX/VLC_app: NSToolbar-ify our toolbar.
2008-01-03 Faustino OsunaMacOSX/Framework: Added 'clean' target to Makefile.
2008-01-03 Faustino OsunaMacOSX: Ignore build directories for Framework & VLC_app.
2008-01-03 Faustino OsunaMacOSX/Framework/VLCLibrary.m: Clear potential memory...
2008-01-03 Faustino OsunaMacOSX/Framework/VLC.h: Import VLCLibrary.h and VLCVide...
2008-01-03 Faustino OsunaMacOSX/Framework/Examples/test: Ignore build directory.
2008-01-03 Faustino OsunaMacOSX/Framework/Examples/test/Controller.m: Updated...
2008-01-03 Faustino OsunaMacOSX/Framework: Remove 'TODO' references/files.
2008-01-03 Olivier Aubertbindings/python/vlc_input.c: update to match
2008-01-03 Pierre d'HerbemontMacOSX/Framework/VLCLibrary.h: Mark as public header.
2008-01-03 Pierre d'HerbemontMacOSX/Framework/VLCLibrary.m: Fix an exception leak.
2008-01-03 Pierre d'Herbemontvideo_output/opengllayer.m: Revert previous commit...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer.m: Missing a comment...
2008-01-02 Antoine CellerierStart splitting the ALSA and OSS code. The --v4l2-adev...
2008-01-02 Pierre d'Herbemontvideo_output/opengllayer.m: Don't use AGP texturing...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer.m: Fix KVO.
2008-01-02 Pierre d'HerbemontMacOSX/VLC_app: Better naming scheme for the different...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLC.xcodeproj: Fix the copy script...
2008-01-02 Pierre d'Herbemontvideo_output/opengllayer.m: Rename the layer from VLCVi...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLC.xcodeproj: Properly behave with...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/project.pbxproj: Don't force the user...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/project.pbxproj: Mark VLCVideoLayer...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer.m: Use the newer form...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer: Expose -setVideoLayer...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCVideoLayer.m: Remove unuseful const...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCVideoLayer.m: Don't use any layout...
2008-01-02 Pierre d'HerbemontMacOSX/Framework: Implement VLCVideoLayer.
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCVideoView.m: Fix a potential segfault.
2008-01-02 Pierre d'HerbemontMacOSX/VLC_app: Remove moved files.
2008-01-02 Pierre d'HerbemontMacOSX/VLC_app: Support drag and drop to the category...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCExceptionHandler.m: Log to the...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCExceptionHandler.m: Minor adjusteme...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCExceptionHandler.m: Print a nice...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCLibrary.m: Remove a TODO.
2008-01-02 Pierre d'HerbemontMacOSX/Framework: Properly convert libvlc Exception...
2008-01-02 Pierre d'HerbemontMacOSX/Framework: Fix grouped event sending, and remove...
2008-01-02 Pierre d'Herbemontmisc/events.c: Fix a warning.
2008-01-02 Rémi DuraffortLimit mouse-x and mouse-y in sdl video_output module...
2008-01-02 Jean-Paul SamanFix signed int, unsigned int comparison.
2008-01-02 Rémi DuraffortLimit the mouse-x and mouse-y beetween 0 and p_vout...
2008-01-02 Rémi DuraffortRemove useless test
2008-01-02 Jean-Paul SamanRevert [19071] because it is broken. It doesn't allow...
2008-01-02 Rémi DuraffortFix an error in key handling with sdl
2008-01-02 Jean-Paul SamanSpecial case for fourcc samr and sawb in transcode_audi...
2008-01-02 Jean-Paul SamanUse id->p_decoder->fmt_out as input for id->p_encoder...
2008-01-02 Jean-Paul SamanRevert [23694] because the fix was bad.
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCTime.h: Fix typo in comment.
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCVideoView.m: Code cleanup. (Patch...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCTime: Code cleanup and use Objectiv...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaPlayer: Code cleanup and use...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaListAspect: Code cleanup and...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaList.m: Code cleanup and use...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaLibrary: Code cleanup and...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMediaDiscoverer: Code cleanup and...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCMedia: Documentation, code cleanup...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCLibVLCBridging.h: Documentation...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCLibrary: Code cleanup and use Objec...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCEventManager: Code cleanup. (Patch...
2008-01-02 Pierre d'HerbemontMacOSX/Framework/VLCAudio: Code cleanup and use Objecti...
2008-01-02 Pierre d'HerbemontMacOSX/Framework: Rename the test2 app to test.
2008-01-02 Pierre d'HerbemontMacOSX/Framework: Delete the old test app.
2008-01-02 Pierre d'HerbemontMacOSX/Framework: Updated the test project to conform...
2008-01-02 Pierre d'HerbemontMacOSX/VLC_App: Fix the framework Copy Phase. Patch...
2008-01-01 Pierre d'HerbemontMacOSX: set the pbxproj file type to text and the right...
2008-01-01 Pierre d'HerbemontMacOSX: Default the Debug configuration variant.
2008-01-01 Pierre d'HerbemontMacOSX/VLC_app/VLC.xcodeproj: Create three different...
2008-01-01 Pierre d'HerbemontMacOSX/Framework/VLC.xcodeproj: Don't show the env...
2008-01-01 Pierre d'HerbemontMacOSX/VLC_app/VLC.xcodeproj: Work around what seems...
2008-01-01 Pierre d'HerbemontMacOSX/Framework/VLC.xcodeproj: Remove debug print...
2008-01-01 Pierre d'HerbemontMacOSX/Framework/VLC.xcodeproj: Allow one-click build...
2008-01-01 Pierre d'HerbemontMacOSX/VLC_app/VLCController.m: Remove dead category.
2008-01-01 Pierre d'HerbemontVLC_app/VLC.xcodeproj: Correctly add a dependancy for...
2008-01-01 Pierre d'Herbemontextras/MacOSX: Dead code removal. Not working code...
2008-01-01 Pierre d'HerbemontVLCController.m: Remove unneeded code.
2008-01-01 Damien Fouilleulconfigure: reworked MacOS X SDK options, now use -...
2008-01-01 Felix Paul... macosx: fixed on-the-fly-changing of the adjust filter...
2008-01-01 Pierre d'HerbemontRevert [23949].
2008-01-01 Pierre d'Herbemontsvn:keywords.
2008-01-01 Pierre d'HerbemontVLCExceptionHandler.m: -initialize to -load. initialize...
2008-01-01 Rémi DuraffortLittle correction of the double-clicks detection under sdl
2008-01-01 Pierre d'HerbemontMacOSX/VLC_app: Add MainWindow.xib.
2008-01-01 Christophe... Happy new year (2)
2008-01-01 Christophe... Happy new year
2008-01-01 Antoine CellerierFix the video controls extended panels (make extensive...
2008-01-01 Pierre d'HerbemontFix previous commit.
2008-01-01 Pierre d'HerbemontVLC_app/VLCMainWindow.h: Fix a warning, about the wrong...
2008-01-01 Pierre d'HerbemontVLCMediaList.m: Don't mess between node hierachical...
2008-01-01 Rémi DuraffortUse the screen resolution in fullscreen
next