1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-13 02:40:52 +02:00
Commit Graph

563 Commits

Author SHA1 Message Date
Christophe Massiot
37dfc77251 * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
in libSDL_image.
2005-08-23 10:07:06 +00:00
Felix Paul Kühne
c7680f1ae0 * use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago) 2005-08-22 18:51:23 +00:00
Derk-Jan Hartman
aaa9026bcc * finally use the iTunes volumeslider knob that we have had since 0.7.0 but which I never cared to enable. closes #209 2005-08-22 13:44:11 +00:00
Felix Paul Kühne
c2ec263429 * port of the wx-update-panel to OSX (GUI works, updating itself is not yet implemented, refs #310) 2005-08-21 17:45:05 +00:00
Felix Paul Kühne
a4fe07f8a0 * use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks the compilation on BeOS, but there is no way to prevent that except making bootstrap autoconf 2.57 - compatible again 2005-08-21 17:17:43 +00:00
Derk-Jan Hartman
7db33a0adc * Section titles for the OSX Preferences. 2005-08-19 16:16:34 +00:00
Felix Paul Kühne
04f2f137a9 * set the 'auto save name' for the equalizer, extended and bookmarks panels to automatically save their positions (closes #316) 2005-08-18 16:39:23 +00:00
Felix Paul Kühne
2ae7633251 * added the opaqueness-slider to the extended panel (refs #318)
- on-the-fly changing is not yet possible, since I don't know the correct pointer (the current one gives "dereferencing pointer to incomplete type"); see FIXME.
* VLCExtended is the delegate for o_extended_window now, to save the prefs automatically, once VLC is going to be terminated
* "awakeFromNib" was partially moved to "showPanel" to retrieve the slider values before showing the window, in case they were saved in the prefs-window
2005-08-18 16:12:29 +00:00
Sam Hocevar
31ba92c7ec * extras/Makefile: fixed the zsh.cpp build. 2005-08-10 14:18:03 +00:00
Derk-Jan Hartman
0d78e9eba5 * Added playlist preparse item to the playlist contextual menu. 2005-08-10 02:18:03 +00:00
Felix Paul Kühne
509ed54396 * ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
- complete functionality except "Extract" (I'm going to fix that next week)
* MainMenu.nib: re-orded the window-menu a bit
* wizard.*: added a method to launch it from the bookmarks
2005-08-07 17:54:45 +00:00
Felix Paul Kühne
2948fd1c07 * added the IMG-file-type 2005-08-06 21:22:23 +00:00
Felix Paul Kühne
6ea5cf5ec1 * macosx/extended.*: finished the extended-controls for OSX (closes #268)
- save the prefs when they are changed, so the settings are kept
    - restore the objects to the correct values
    - fixed some compiler warnings
    - i18n support additions
    
* Extended.nib: minor tweak
    
* wxwidgets/extrapanel.cpp: fixed typo
2005-08-05 19:47:51 +00:00
Felix Paul Kühne
cda8bbdb87 * added video filters and i18n support -- still ToDo: loaded the settings from the prefs correctly 2005-08-05 13:03:20 +00:00
Felix Paul Kühne
94444880aa * VLCExtended is no class needed there 2005-08-04 23:31:31 +00:00
Felix Paul Kühne
36ef2f6c3a * port of the WX-advanded-GUI to OSX (refs #268)
- the adjust-image-filter and the audio-filters are completely useable

ToDo:
- complete i18n support
- video-filters
- loading the settings from the prefs correctly
- probably minor layout tweaks, etc.
2005-08-04 23:24:50 +00:00
Christophe Mutricy
8d57418331 Compile fix 2005-08-04 19:22:10 +00:00
Christophe Massiot
2b01db57c3 * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
returned by Darwin's readdir). Probably we should send this upstream.
2005-08-04 19:10:21 +00:00
Felix Paul Kühne
aff2dc6fab * disable the compilation of ffplay (solves a SDL compilation issue) 2005-08-04 12:47:04 +00:00
Felix Paul Kühne
b36416997f * really fix the patch.... 2005-08-04 12:11:15 +00:00
Felix Paul Kühne
3b8d262c1f * fix the patch file 2005-08-04 11:55:52 +00:00
Felix Paul Kühne
99af1358d1 * fix compilation of libopendaap on 10.2 2005-08-04 11:49:36 +00:00
Felix Paul Kühne
696abd0cc3 * implemented MMS-support (refs #271) 2005-08-03 13:07:46 +00:00
Christophe Massiot
1f4be6b7b4 * extras/contrib: Added libSDL and libSDL_image to the contrib system,
along with libjpeg and libtiff. SDL has been heavily patched not to
   hijack main() on Darwin, you should do the same for other platforms.
   Also fixed a huge number of typos in the Makefile, and reverted to
   an old version of ffmpeg because our friends there are breaking
   everything again.
 * Makefile.am: Re-added the "Default" directory for Xcode 2.1.
2005-08-03 12:58:53 +00:00
Felix Paul Kühne
3ed2da31fc * packages.mak: Updated the download server of libopendaap and the used version. 0.4.0 is entirely free on the contrary to previous versions, since it uses a free mdns-library instead of Apple's own now.
* Makefile: 
    - Our patch was applied upstream, so we don't need it anymore.
    - Fixed a copy&paste typo, which prevented the dist-clean of 9 libraries
2005-08-02 16:53:43 +00:00
Derk-Jan Hartman
5d1c2af0fb * SDK shouldn't be enabled yet. 2005-08-02 10:30:59 +00:00
Derk-Jan Hartman
ba7f54fc7e * Fix mpeg2dec download 2005-08-02 10:28:54 +00:00
Christophe Massiot
1e7d6ae5cc I'll have more commits than courmisch today ! One again 2005-08-01 19:33:46 +00:00
Christophe Massiot
93aa4ffaec * extras/contrib/bootstrap: Really fixed it this time. 2005-08-01 14:58:14 +00:00
Christophe Massiot
48f9780758 * extras/contrib/bootstrap: Typo. 2005-08-01 14:53:22 +00:00
Christophe Massiot
76d50d4551 * extras/contrib/src/packages.mak: Reverted [11913] for libmpeg2
because the new location doesn't exist.
2005-08-01 12:51:00 +00:00
Derk-Jan Hartman
565259092c * forwardport [11919] 2005-07-30 12:39:57 +00:00
Derk-Jan Hartman
ec4a614d02 * Add options for SDK building. (not enabled yet) and fix liba52 downlaod 2005-07-30 12:07:09 +00:00
Derk-Jan Hartman
23d037b08d * Update some sourceforge download locations to use the mirror 2005-07-30 01:22:35 +00:00
Derk-Jan Hartman
fe24de0fc8 * update liveMedia and flac for contrib system 2005-07-25 21:29:26 +00:00
Derk-Jan Hartman
2b07c366d9 * Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250 2005-07-25 19:25:49 +00:00
Felix Paul Kühne
18623f6410 * minor fixes to the OSX-wizard (refs #13)
- wrapped all lines to end after ~80 characters
    - added encap-formats information to the codec-info
        - made the fields in the nib a widther to show the entire text
    - fixed the input-field on the input-tab to accept network-streams
2005-07-24 12:01:12 +00:00
Felix Paul Kühne
3ab2d0dcb8 * fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources) 2005-07-24 10:59:13 +00:00
Benjamin Pracht
87c97ae1ea * Implements selection of a playlist item in the wizard
* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
* cosmetics could still be improved regarding this outline view
* I get this error

2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard

When opening the wizard. I don't know if I messed up something or if it was already here before

* I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
2005-07-23 22:14:19 +00:00
Felix Paul Kühne
f21888438b * various fixes and additions -- the wizard is usable now
still todo:
- testing (streaming part is untested for now)
- implement the playlist-table on the input-tab (I would be glad for some help there)
- update the playlist-table in the main-window after adding the new item
- add i18n on the Summary-tab
- string fixes
- some minor stuff here and there
2005-07-21 23:04:33 +00:00
Christophe Massiot
28c54f7f80 * extras/contrib/src/packages.mak: Use GNUTLS 1.2.6 since 1.2.3 is no
longer available on the FTP site (patch courtesy of Clement Vasseur).
2005-07-18 17:36:45 +00:00
Felix Paul Kühne
7334f94287 * finally converted to the 10.2 and later format, which is faster readable 2005-07-12 20:06:23 +00:00
Felix Paul Kühne
6d4a1e165f * additional GUI-fixes
* implemented the streaming-method-tab correctly (forgot that previously...)
* implemented MRL-composition when transcoding (still needs to be done for streaming)
* fixed various other stuff here and there

not usable yet - work will be continued after July 21th

(refs #13)
2005-07-12 20:03:32 +00:00
Felix Paul Kühne
c0cf55a74e * finished the gui and implemented correct encap-format-selection when transcoding (refs #13) -- still not usable 2005-07-11 11:18:14 +00:00
Rémi Denis-Courmont
fe087a3828 Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
Rémi Denis-Courmont
85b29bdc28 Copyright fixes
(da big courmischage)
2005-07-08 18:12:44 +00:00
Derk-Jan Hartman
60b3038b0a * powf -> pow :( 2005-07-01 20:27:33 +00:00
Felix Paul Kühne
2a67c7a4b8 * added a summary-tab at the end of the wizard (mostly for debug-reasons, but perhaps we want to keep that for the user as well?)
* implemented the entire logic (except encap-formats while transcoding)
* added data collection of all values
* fixed some l10n issues

The wizard is still not useable for streaming, since it does not communicate the settings to the core yet. Additionally, various things still need to be done (see TODO at the beginning of the file).
2005-06-30 10:44:50 +00:00
Benjamin Pracht
190117120f * Add an option to recusively expand the current node in the playlist context menue.
* Seems to be some issues sometimes, likely related to the fact we do not empty o_outline_dict on playlist refresh
2005-06-29 16:48:38 +00:00
Derk-Jan Hartman
9aebdb61fc * Fix opening of rtsp:// links in VLC 2005-06-28 23:43:03 +00:00