- 09 Apr, 2003 2 commits
- 06 Apr, 2003 1 commit
-
-
Christophe Massiot authored
* po/* : run --update-po before the release * ChangeLog : run --update-changelog * toolbox : ChangeLog is UTC * OS X : fixed a bug with the deinterlace menu and localizations (thanks Felix)
-
- 01 Apr, 2003 1 commit
-
-
Christophe Massiot authored
* modules/access_output/udp.c: Now supports IPv6 IP addresses (patch courtesy of Alexis Guillard) * po/*: Updated po files to send out to the translators * Mac OS X port: Cosmetics
-
- 30 Mar, 2003 2 commits
-
-
Jon Lech Johansen authored
-
gbazin authored
* modules/*: sanitization of the modules description strings.
-
- 26 Mar, 2003 2 commits
-
-
hartman authored
* modules/gui/macosx/open.? - updated the open dialog (now with sheets !!!) - added ogg file stream out - added http file stream out - added file subtitle support for the delay and fps options * extras/MacOSX/vlc.pbproj/project.pbxproj - added the .ts file-extension to the application
-
Sam Hocevar authored
added a final newline to a few text files to avoid diff complaints.
-
- 24 Mar, 2003 1 commit
-
-
hartman authored
-
- 19 Mar, 2003 1 commit
-
-
hartman authored
-
- 18 Mar, 2003 4 commits
-
-
Jon Lech Johansen authored
-
hartman authored
Now a complete redesign of the hiding of the mousecursor. - We use higher level functions now (NSCursor). - We only hide if the cursor is over our VLCView - In many exceptions we unhide. This is mainly for multimonitor support.
-
hartman authored
Reworked the mouse hiding routine. we were always hiding the mousecursor on kCGDirectMainDisplay, but this display is always the one with the menubar and not always the one containing our VLCVout. This new code takes the vout, and calculates on which displays (plural because of possible mirroring) it is being shown. It then shows or hides the cursor on all of those displays. This should fix #396.
-
hartman authored
* modules/misc/httpd.c: removed an unused int.
-
- 17 Mar, 2003 3 commits
-
-
hartman authored
- fixed a cosmetic issue.
-
hartman authored
- rewrite of code
-
hartman authored
- added playlist_Move to move an item in our playlist before the position of a previous item (or end) of our playlist. Keeps index at it's current item. * modules/gui/macosx/playlist.?: - Now a reorderable playlist. Thanks to Andrew Stone for example code. This fixes #349 (Finally ;) - True alternating colors in the playlistview. Thanks to Apple Computer for the example code.
-
- 16 Mar, 2003 1 commit
-
-
Jon Lech Johansen authored
-
- 15 Mar, 2003 2 commits
-
-
Jon Lech Johansen authored
-
Jon Lech Johansen authored
have linear PCM as it's current format to be the default device.
-
- 14 Mar, 2003 3 commits
-
-
hartman authored
* modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags correctly, but now the name of the file as reported in the playlist info gets displayed incorrectly if it has accents. (going for ID3 at the moment. filenames are named a plenty in the correct way)
-
Jon Lech Johansen authored
issue in InitDevice. Should close #490.
-
Christophe Massiot authored
-
- 13 Mar, 2003 2 commits
-
-
hartman authored
- added VLBrushedMetalImageView. This imageview does not respond to mousedrage, so we can still move our window by it's background. * extras/MacOSX/Resources/English.lproj/MainMenu.nib/* - Changed the container of our background image to the new VLBrushedMetalImageView. This fixes #390
-
hartman authored
- added .qt and .pls file extensions. * modules/gui/macosx/intf.m: - increased the number of lines the messages dialog can hold to 400. * added fourcc '3iv1' to .avi and .mov - this is 3ivx D3.5 video. - we cannot read them at however and probably never will. I added them for completeness. * added fourcc '3iv2' to .avi and ffmpeg - this is 3ivx D4 video - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4. * added fourcc '3ivd' to .avi, .mov and ffmpeg. - this is video which was divx doctored by the 3ivx doctor program. - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3. * added fourcc '3vid' to .avi, .mov and ffmpeg. - this is incorrect encoded DIV3. it is an endianness issue by the encoder. - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
-
- 06 Mar, 2003 6 commits
-
-
hartman authored
with the responder chain. HANDS OFF you little devil ;)
-
hartman authored
time to stop for today
-
hartman authored
the video window. (half, double)
-
http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425hartman authored
having two close buttons in one window goes against Apple's UIG.
-
hartman authored
* extras/MacOSX/Resources/vlc.scriptSuite * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology - moved existing applescript commands to these files - added several control commands. supported are: play/pause, stop, previous, next, fullscreen, mute, volumeUp and volumeDown. These correspond to the existing menuitems. This still requires work in the future to make it more correct AppleScript, but it works for now. * modules/gui/macosx/controls.? - split up the controls.m into a .m and a .h * modules/gui/macosx/intf.? - added a getControls method to gain access to the controller object from the AppleScript commands. * modules/gui/macosx/open.? - removed the applescript support existing here and moved it to applescript.? * modules/gui/macosx/playlist.m - made the tooltips for the add and remove buttons localizable. * modules/gui/macosx/vout.m - added a comment on the meaning of otherMouse events. * ALL: - updated copyright information to include the current year ;)
-
hartman authored
fixes #428 more permenantly. the cause was a missing rt-priority desc.
-
- 04 Mar, 2003 4 commits
-
-
Christophe Massiot authored
to improve responsiveness under OS X
-
hartman authored
-
hartman authored
-
hartman authored
- the german translation requires two different translations of the word File. I added a _ANS() function to the macosx version that gets the translation of 1:File and strips the first two characters of this alternate translation. - updated all .po files to make sure we don't break anything - committed the March 1 version of the german translation by Felix Kuhne <FK@aenneburghardt.de>
-
- 27 Feb, 2003 1 commit
-
-
Christophe Massiot authored
* Another attempt at fixing the "VLC is locking up OS X" problem * Updated po files
-
- 23 Feb, 2003 1 commit
-
-
Jon Lech Johansen authored
Dynamic device support. * ./modules/gui/macosx: Minor fixes and cosmetic changes.
-
- 21 Feb, 2003 2 commits
-
-
hartman authored
* modules/audio_filter/converter/mpgatofixed32.c: - fixed an issue that could cause glitches when switching from one stream to another. the buffer wasn't entirely getting 0000 because multiple channels were not taken into account when doing this. * ALL: - if float32 then clear the buffer with (float)0
-
hartman authored
button, the preferences window is destroyed and created.
-
- 20 Feb, 2003 1 commit
-
-
hartman authored
-