1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

9178 Commits

Author SHA1 Message Date
Clément Stenac
906b68fe03 Fix a bug with preferences
Added some more names
Use shortname to store the name
2004-12-16 16:35:12 +00:00
Gildas Bazin
798c883b4d * modules/gui/skins2/*: fixed a whole bunch of memory leaks. 2004-12-16 13:59:51 +00:00
Clément Stenac
799d80ce89 Merge general with the category when possible 2004-12-16 13:05:35 +00:00
Clément Stenac
80e23c965c Little TODO update 2004-12-15 22:27:53 +00:00
Clément Stenac
613773eec2 Make SAP node read-only 2004-12-15 22:17:52 +00:00
Gildas Bazin
d5308d380e * modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects lots of problems with it... like not having it working). 2004-12-15 17:11:41 +00:00
Benjamin Pracht
c8044b72f5 * Implements playlist toggle button
* Resizing is currently animated. I don't know if we should keep it like that
* I don't know if this is implemented the proper way, but at least it's working...
2004-12-15 12:28:39 +00:00
Gildas Bazin
f991b08567 * src/misc/image.c: format guessing from file extension. 2004-12-14 19:47:21 +00:00
Clément Stenac
5eb23c8e0a Restore loop
Fix command line parsing
2004-12-14 19:29:50 +00:00
Clément Stenac
d2adc9f3c1 Implement add_module_cat to add a module by category + use this for intf 2004-12-14 18:44:04 +00:00
Gildas Bazin
dc7674b589 * modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion. 2004-12-14 18:20:45 +00:00
Clément Stenac
ca0f0c5761 Remove debug messages 2004-12-14 18:07:00 +00:00
Benjamin Pracht
01c5094697 * Implements sorting by licking on table column headers in the playlist
* Update TODO
2004-12-14 18:00:51 +00:00
Clément Stenac
c3550b59cc Better fix for wx deadlock with preparse
A few fixes
2004-12-14 17:42:42 +00:00
Gildas Bazin
b20da1c51b * modules/codec/ffmpeg/encoder.c: typo for strict-rc option. 2004-12-14 14:14:54 +00:00
Clément Stenac
91d93983e6 * Provide playlist_LockFoo functions for some functions
* Fix deadlock with preparse
2004-12-14 11:40:09 +00:00
Benjamin Pracht
5d3edb82f3 Implements sorting of the current node from context menu 2004-12-13 21:48:06 +00:00
Felix Paul Kühne
c5d6896580 * changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue. 2004-12-13 20:53:50 +00:00
Benjamin Pracht
251ee86266 * enable delete in the playlist context menu 2004-12-13 20:26:07 +00:00
Olivier Teulière
f00931a555 * skins2: use black as the "flickering color", when resizing on windows :) 2004-12-13 20:25:05 +00:00
Eric Petit
cac0b7157e macosx/vout*.m: factorized some more code, fixed GL video device selection 2004-12-13 19:18:31 +00:00
Clément Stenac
f046e3c335 Compile fix 2004-12-13 17:56:21 +00:00
Gildas Bazin
4919ff2776 * modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM/PGM/PGMYUV/PAM image formats. 2004-12-13 16:48:18 +00:00
Gildas Bazin
f6f0664568 * src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images. 2004-12-13 16:47:18 +00:00
Gildas Bazin
5a6a1bdfd5 * modules/access/directory.c: scandir isn't available on win32. 2004-12-13 10:03:39 +00:00
Rocky Bernstein
6656f5a292 *** empty log message *** 2004-12-13 04:41:44 +00:00
Rocky Bernstein
c569f5370c Add mrl info to playlist item. 2004-12-13 04:28:04 +00:00
Rocky Bernstein
51ec22f318 Document %S. 2004-12-13 04:26:24 +00:00
Benjamin Pracht
5eb406b418 * deleteItem: method 2004-12-12 20:12:11 +00:00
Rocky Bernstein
2ad668f389 Go over information that gets set, yet again. Disc things are no longer
playlist-item information.
2004-12-12 17:43:27 +00:00
Gildas Bazin
36ec573e68 * modules/mux/ogg.c: added support for dirac. 2004-12-12 17:39:09 +00:00
Gildas Bazin
d3b189186e * modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml). 2004-12-12 17:30:20 +00:00
Benjamin Pracht
9e4cdfd52d * Item Info panel works again from playlist context menu 2004-12-12 16:57:22 +00:00
Eric Petit
d9bb732614 access/directory.c: BeOS doesn't have scandir(), added a quick emulation 2004-12-12 15:16:48 +00:00
Clément Stenac
9de73f427f Fix warnings 2004-12-12 14:22:06 +00:00
Eric Petit
de198bc744 opengl.c, voutgl.m: restored smooth resizing on OS X
re-enabled OS X GL provider (QT output still default)
2004-12-12 04:15:51 +00:00
Eric Petit
a272d13abb macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
not working in GL mode
2004-12-12 03:24:05 +00:00
Sigmund Augdal Helberg
2feaca935a mpga.c: check/hack to make duration available after preparse 2004-12-12 00:04:04 +00:00
Benjamin Pracht
c2d4afc452 Part of the context menu:
* same options for node and items ATM
* some options still don't work
2004-12-11 23:14:19 +00:00
Sigmund Augdal Helberg
28a3a50426 added svn:ignore property 2004-12-11 22:49:35 +00:00
Sigmund Augdal Helberg
0aed16b04d src/playlist/*:give id to nodes as well. triger item-delete variable on item
deletion (not intf-change)
modules/gui/wxwindows/*: clever item deletion using item-deleted
2004-12-11 22:46:01 +00:00
Benjamin Pracht
48ad6e8d75 * get rid of useless code (group doesn't exist anymore)
* delete everything related to groups from the item info panel
* some preparation work to reimplement the conextual menu
2004-12-11 22:09:11 +00:00
Benjamin Pracht
9a8838d725 * Code simplification 2004-12-11 21:37:21 +00:00
Cyril Deguet
e27abf4ed8 * preferences_widget.cpp: fixed a compilation error 2004-12-11 19:48:28 +00:00
Sigmund Augdal Helberg
7e9a533562 wx-playlist: hide node-related items from popup, when rightclicking a non-node 2004-12-11 19:45:49 +00:00
Benjamin Pracht
058e99206e * implements deletion of playlist nodes
* fixes a bug in playItem:
2004-12-11 19:25:33 +00:00
Sigmund Augdal Helberg
a14ec8b0f4 directory.c: don't crash on error 2004-12-11 19:13:24 +00:00
Sigmund Augdal Helberg
8072808ac9 directory.c: sort items before adding to playlist 2004-12-11 18:47:55 +00:00
Clément Stenac
2a5e51a1bc Forgot to categorize some vouts 2004-12-11 18:00:03 +00:00
Sigmund Augdal Helberg
17d55b1dc1 libvlc.h: moved --video-deco, shorter short string for --input-repeat 2004-12-11 17:56:40 +00:00