Commit Graph

10257 Commits

Author SHA1 Message Date
Gildas Bazin 282f90362d * modules/gui/wxwindows/timer.cpp: cleanup. 2005-04-15 22:17:04 +00:00
Gildas Bazin cc0f6d1a7b * modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize. 2005-04-15 22:08:02 +00:00
Rémi Denis-Courmont 6e7434a119 - demux with much bigger buffers to avoid performance issue
- fix silences handling
2005-04-15 21:56:14 +00:00
Gildas Bazin 93339c0d12 * src/misc/configuration.c: fixed a few recent bugs. 2005-04-15 20:58:06 +00:00
Christophe Massiot f976d6ae30 * ALL: converted the video output module "picture" to a stream output
module "mosaic-bridge".
2005-04-15 20:01:19 +00:00
Christophe Massiot 0ae97f35d3 * include/vlc_video.h: Added a p_next pointer to link pictures. 2005-04-15 19:51:23 +00:00
Christophe Massiot 9b84890c73 * configure.ac: Support for x86_64 architecture. 2005-04-15 19:02:14 +00:00
Christophe Massiot f3feceb873 * ALL: x86-64 fixes. 2005-04-15 18:06:51 +00:00
Eric Petit 1506a36c77 More to ignore 2005-04-15 16:56:51 +00:00
Gildas Bazin 0b81ae3781 * modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values. 2005-04-15 15:22:17 +00:00
Gildas Bazin 2c98e728a3 * modules/gui/wxwindows: save size of video window when in non-autosize mode. 2005-04-15 15:13:02 +00:00
Rémi Denis-Courmont fb9552b7de support for non-global statically defined SAP IPv4 multicast addresses
(Trivial patch)
2005-04-15 14:53:59 +00:00
Gildas Bazin f30f3c4569 * src/misc/modules.c: oups, stupid bug. 2005-04-15 14:31:58 +00:00
Gildas Bazin 2b6863dfb2 * src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit). 2005-04-15 14:01:27 +00:00
Gildas Bazin 7c16ceb637 * modules/gui/wxwindows/timer.cpp: reduced the one shot timers length. 2005-04-15 10:38:01 +00:00
Gildas Bazin f66c92bf9d * modules/gui/wxwindows/video.cpp: only set background color when necessary. 2005-04-15 10:30:56 +00:00
Gildas Bazin a791789c4f * modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize. 2005-04-15 09:58:33 +00:00
Clément Stenac 76f22c11c4 Allow resizing of video when autofit is enabled 2005-04-15 09:34:29 +00:00
Gildas Bazin 5e0dd9dde7 * modules/gui/wxwindows/video.cpp: some fixes for the recent breakage. 2005-04-15 09:13:24 +00:00
Steve Lhomme 8e0a5a2458 mkv.cpp: preliminary support for segments with no content, only chapter commands 2005-04-14 21:49:34 +00:00
Steve Lhomme 1bdcfd7223 mkv.cpp: store the chapter codec data for later use
code cleaning
2005-04-13 21:06:16 +00:00
Steve Lhomme 68eab806cf mkv.cpp: stronger type checking 2005-04-13 20:03:49 +00:00
Clément Stenac 3b4e4faacd Don't autoplay SAP items 2005-04-13 19:31:45 +00:00
Clément Stenac 9ceef3c75e * Playlist :
- fix crash when deleting current item
  - SAP: don't store pointers
  - don't pass pointers to interface in item-appended
  - remove VIEW_SIMPLE that was confusing and bug-generating

* wx: 
  - Fix open layout
  - Fix slider behaviour, patch by Greg Hazel
2005-04-13 17:43:12 +00:00
Laurent Aimar 14c10390a0 * csa: decrypt only when payload >= 8 bytes. 2005-04-13 08:27:34 +00:00
Gildas Bazin 5a6206c332 * po/de.po: small fix. 2005-04-13 07:27:37 +00:00
Felix Paul Kühne c525c6f220 * src/libvlc.h: added Chinese Traditional to the list of languages
* modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
* de.po: first update to the German translation
2005-04-12 22:48:27 +00:00
Felix Paul Kühne 998bed8498 * ALL: removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis' 2005-04-12 22:47:36 +00:00
Clément Stenac b3c3a1c191 * Patch by Gregory Hazel :
- Fix gui flickering on video size change
  - provide a no-auto-resize mode 

* Patch by Christophe Mutricy : fix M3U export

Thanks to both !
2005-04-12 21:55:32 +00:00
Felix Paul Kühne 57f7ae15fa * sorry, this file wasn't supposed to be commited in r10663, reverted to r10352 2005-04-12 21:11:46 +00:00
Felix Paul Kühne bd69486d5a * updated the po-files on request by Jonas Larsen 2005-04-12 21:08:00 +00:00
Felix Paul Kühne f5dc2b5e3f * added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com> 2005-04-12 18:51:14 +00:00
Benjamin Pracht 9778299925 Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?) 2005-04-12 18:46:26 +00:00
Gildas Bazin e2e0f4d689 * ALL: fixed a handful of bugs and memory leaks. 2005-04-12 18:15:33 +00:00
Derk-Jan Hartman 35e0d02711 * Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist) 2005-04-12 16:43:55 +00:00
Derk-Jan Hartman 715ef9ae71 * Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D 2005-04-12 16:20:55 +00:00
Rémi Denis-Courmont ff2c0c1149 Simplifying 2005-04-12 14:43:01 +00:00
Derk-Jan Hartman a6cb8953d4 * fixed fullscreen on osx with multiple vouts.
* different way to remember fullscreen state.
* update the playlist on item-append and item-deleted calls.
* fixed video-on-top with opengl vouts on OSX.
2005-04-12 14:41:47 +00:00
Benjamin Pracht 44c6d658c9 * intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
* misc.* : get rid of unused code.
2005-04-12 14:31:14 +00:00
Gildas Bazin 2d55c0f1a4 * modules/video_output/opengl.c: fixed snapshots in opengl mode. 2005-04-12 14:11:04 +00:00
Gildas Bazin be7f00e1fb * src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures. 2005-04-12 14:09:12 +00:00
Benjamin Pracht b7d9015daa Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
Please test if I didn't break anything...
2005-04-12 13:19:23 +00:00
Antoine Cellerier de64feed6c add option to select the limit of shoutcast streams to be displayed 2005-04-11 22:53:55 +00:00
Sigmund Augdal Helberg 94782ce8b9 all: remove items from pp_all_items when needed. Hopefully gives a more
stable playlist
2005-04-11 21:53:33 +00:00
Steve Lhomme 75be9a0381 mkv.cpp: store the translation between segment IDs for each chapter codec 2005-04-11 20:07:05 +00:00
Clément Stenac 8a9831908e Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy 2005-04-11 17:43:08 +00:00
Eric Petit 7f4508b3d2 beos/PreferencesWindow*: fixed widgets 2005-04-11 15:35:41 +00:00
Damien Fouilleul 31892994ef -added "pmt-program" variable to configure PMT program number 2005-04-11 14:29:18 +00:00
Derk-Jan Hartman d5b33d807e * included wrong time.h 2005-04-11 14:13:41 +00:00
Sigmund Augdal Helberg b51385802f TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now. 2005-04-11 12:04:14 +00:00