]> git.sesse.net Git - vlc/log
vlc
17 years agoStart some simple prefs panels. Different kinds of layouts used (ie audio vs video...
Antoine Cellerier [Sun, 27 Aug 2006 15:34:02 +0000 (15:34 +0000)]
Start some simple prefs panels. Different kinds of layouts used (ie audio vs video panel). This will have to be standardized (i beleive that the video panel is better).

17 years agoSimple prefs left hand side stuff (categories). Icons will of course be changed in...
Antoine Cellerier [Sun, 27 Aug 2006 14:50:39 +0000 (14:50 +0000)]
Simple prefs left hand side stuff (categories). Icons will of course be changed in the future :)

17 years agoImproved layout for preferences
Clément Stenac [Sun, 27 Aug 2006 14:40:22 +0000 (14:40 +0000)]
Improved layout for preferences

17 years agoFix "All files"
Clément Stenac [Sun, 27 Aug 2006 13:09:16 +0000 (13:09 +0000)]
Fix "All files"

17 years agoEnsure minimum spacing between the status bar and the text
Clément Stenac [Sun, 27 Aug 2006 13:05:51 +0000 (13:05 +0000)]
Ensure minimum spacing between the status bar and the text

17 years agoFix play/pause icons
Clément Stenac [Sun, 27 Aug 2006 12:50:32 +0000 (12:50 +0000)]
Fix play/pause icons
Implement integer config control

17 years agoFix a bug with slider positionning
Clément Stenac [Sun, 27 Aug 2006 12:41:54 +0000 (12:41 +0000)]
Fix a bug with slider positionning

17 years agoFix a refcount issue
Clément Stenac [Sun, 27 Aug 2006 11:01:22 +0000 (11:01 +0000)]
Fix a refcount issue
Start using media library

17 years agoFix for deletion of current item
Clément Stenac [Sun, 27 Aug 2006 10:34:35 +0000 (10:34 +0000)]
Fix for deletion of current item

17 years agoImplement basic panel change
Clément Stenac [Sat, 26 Aug 2006 23:24:23 +0000 (23:24 +0000)]
Implement basic panel change
Forgot this file

17 years agoSkeleton for simple prefs
Clément Stenac [Sat, 26 Aug 2006 23:11:37 +0000 (23:11 +0000)]
Skeleton for simple prefs

17 years agoCosmetics
Clément Stenac [Sat, 26 Aug 2006 21:33:56 +0000 (21:33 +0000)]
Cosmetics

17 years agoFind as you type
Clément Stenac [Sat, 26 Aug 2006 21:30:49 +0000 (21:30 +0000)]
Find as you type

17 years agoVolume control
Clément Stenac [Sat, 26 Aug 2006 19:16:09 +0000 (19:16 +0000)]
Volume control

17 years ago* Sorting
Clément Stenac [Sat, 26 Aug 2006 18:03:08 +0000 (18:03 +0000)]
* Sorting
* Fix a memory leak / crasher

17 years agoCosmetics + Enable menu in playlist
Clément Stenac [Sat, 26 Aug 2006 17:06:27 +0000 (17:06 +0000)]
Cosmetics + Enable menu in playlist

17 years ago* Allow service discoveries to state whether they prefer being displayed as tree
Clément Stenac [Sat, 26 Aug 2006 16:51:55 +0000 (16:51 +0000)]
* Allow service discoveries to state whether they prefer being displayed as tree
* Start putting together all interface strings (Refs:#703)

17 years ago* Popups
Clément Stenac [Sat, 26 Aug 2006 15:36:45 +0000 (15:36 +0000)]
* Popups
* Fix a nasty playlist crash

17 years ago * Add atrack, vtrack and strack commands. Those can be use to display/change audio...
Antoine Cellerier [Fri, 25 Aug 2006 22:11:33 +0000 (22:11 +0000)]
 * Add atrack, vtrack and strack commands. Those can be use to display/change audio, video and subtitle tracks.
 * Fix compile warning in enqueue command.

17 years agoremove unneeded include
Pavlov Konstantin [Fri, 25 Aug 2006 21:27:56 +0000 (21:27 +0000)]
remove unneeded include

17 years agoFix flickering of panels in preferences
Clément Stenac [Fri, 25 Aug 2006 21:10:10 +0000 (21:10 +0000)]
Fix flickering of panels in preferences

17 years agoImprove Qt preferences layout handling
Clément Stenac [Fri, 25 Aug 2006 15:54:38 +0000 (15:54 +0000)]
Improve Qt preferences layout handling

17 years ago* set the autoSaveName for the main playlist view, so re-arranged column orders are...
Felix Paul Kühne [Fri, 25 Aug 2006 15:47:46 +0000 (15:47 +0000)]
* set the autoSaveName for the main playlist view, so re-arranged column orders are saved

17 years ago * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
Sam Hocevar [Fri, 25 Aug 2006 12:59:00 +0000 (12:59 +0000)]
  * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.

17 years ago * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
Sam Hocevar [Fri, 25 Aug 2006 12:54:14 +0000 (12:54 +0000)]
  * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.

17 years ago * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.
Sam Hocevar [Fri, 25 Aug 2006 12:19:34 +0000 (12:19 +0000)]
  * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.

17 years agoMultiple selection
Clément Stenac [Thu, 24 Aug 2006 20:47:22 +0000 (20:47 +0000)]
Multiple selection

17 years agoFake the mono stream by duplicating it in both channels
Jean-Paul Saman [Thu, 24 Aug 2006 19:50:23 +0000 (19:50 +0000)]
Fake the mono stream by duplicating it in both channels

17 years agocompile fix
Clément Stenac [Thu, 24 Aug 2006 19:45:08 +0000 (19:45 +0000)]
compile fix

17 years agoStupid platforms
Clément Stenac [Thu, 24 Aug 2006 18:39:25 +0000 (18:39 +0000)]
Stupid platforms

17 years agoPreliminary deletion support
Clément Stenac [Thu, 24 Aug 2006 18:00:28 +0000 (18:00 +0000)]
Preliminary deletion support

17 years agoTemplate for profile parser
Clément Stenac [Thu, 24 Aug 2006 17:52:35 +0000 (17:52 +0000)]
Template for profile parser

17 years agoQt: Small fix on the filters for simpleOpenFile
Jean-Baptiste Kempf [Thu, 24 Aug 2006 16:57:39 +0000 (16:57 +0000)]
Qt: Small fix on the filters for simpleOpenFile

17 years ago * doc/Makefile.am: added missing ChangeLog-2005.
Sam Hocevar [Thu, 24 Aug 2006 16:08:31 +0000 (16:08 +0000)]
  * doc/Makefile.am: added missing ChangeLog-2005.

17 years ago* Some more debug
Benjamin Pracht [Thu, 24 Aug 2006 06:39:20 +0000 (06:39 +0000)]
* Some more debug

17 years ago* Also pass along the USER DATA of mpeg4
Derk-Jan Hartman [Thu, 24 Aug 2006 01:20:43 +0000 (01:20 +0000)]
* Also pass along the USER DATA of mpeg4
  This should help identify the producing encoder and fix some issues with codec specific problems

17 years ago* Handle Dicas AVC FOURCC
Derk-Jan Hartman [Thu, 24 Aug 2006 01:17:58 +0000 (01:17 +0000)]
* Handle Dicas AVC FOURCC

17 years agothis should be ifdeffed in a proper way
Pavlov Konstantin [Wed, 23 Aug 2006 23:40:13 +0000 (23:40 +0000)]
this should be ifdeffed in a proper way

17 years agoBeOS / gcc 2.x fixes, patch by Cian Duffy
Eric Petit [Wed, 23 Aug 2006 23:32:29 +0000 (23:32 +0000)]
BeOS / gcc 2.x fixes, patch by Cian Duffy

17 years agoFix bugs in loading of audio transcoding filters.exit
Jean-Paul Saman [Wed, 23 Aug 2006 22:11:28 +0000 (22:11 +0000)]
Fix bugs in loading of audio transcoding filters.exit

17 years agoput mono audio in both (left/right) channels. For some reason AOUT_CHAN_CENTER doesn...
Jean-Paul Saman [Wed, 23 Aug 2006 21:59:47 +0000 (21:59 +0000)]
put mono audio in both (left/right) channels. For some reason AOUT_CHAN_CENTER doesn't work. Somebody explain this to me, please.

17 years ago* Fix the extradata with mkv native MPEG4 SP/ASP/AP
Derk-Jan Hartman [Wed, 23 Aug 2006 21:47:53 +0000 (21:47 +0000)]
* Fix the extradata with mkv native MPEG4 SP/ASP/AP

17 years ago* Very first beginning of a v4l2 access-demux
Benjamin Pracht [Wed, 23 Aug 2006 20:20:58 +0000 (20:20 +0000)]
* Very first beginning of a v4l2 access-demux
* Does nothing useful at the moment (only useless device probing)
* The purpose would be to make an access-demux and an access sub-module reusing part of the code
* Access to a webcam or an analog card without an encoder (bt878) would help the development

17 years agoCosmetic
Jean-Paul Saman [Wed, 23 Aug 2006 20:03:48 +0000 (20:03 +0000)]
Cosmetic

17 years agoRemove debug that shouldn't be there.
Jean-Paul Saman [Wed, 23 Aug 2006 20:01:21 +0000 (20:01 +0000)]
Remove debug that shouldn't be there.

17 years ago* change my email address
Benjamin Pracht [Wed, 23 Aug 2006 13:25:22 +0000 (13:25 +0000)]
* change my email address

17 years ago * Fixed make dist by updating POTFILES.in.
Sam Hocevar [Wed, 23 Aug 2006 11:57:43 +0000 (11:57 +0000)]
  * Fixed make dist by updating POTFILES.in.

17 years ago* compilation fix
Felix Paul Kühne [Wed, 23 Aug 2006 09:44:27 +0000 (09:44 +0000)]
* compilation fix

17 years ago* browsed through all code files starting with A to F and added non-blocking intf_Use...
Felix Paul Kühne [Tue, 22 Aug 2006 23:22:14 +0000 (23:22 +0000)]
* browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary.
I tried to select the most important msg_errs. If I missed your favourite, feel free to add it.
Feedback on the wording and the placement of the interaction calls is strongly welcomed.

For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this:
"Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure"

More to come.

17 years ago* modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which...
Gildas Bazin [Tue, 22 Aug 2006 19:03:20 +0000 (19:03 +0000)]
* modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which start from 0.

17 years ago* modules/packetizer/h264.c: fixed insertion of SPS/PPS.
Gildas Bazin [Tue, 22 Aug 2006 18:24:57 +0000 (18:24 +0000)]
* modules/packetizer/h264.c: fixed insertion of SPS/PPS.

17 years agoDownmix stereo to mono channel and choose with --sout-mono-channel <n> the destinatio...
Jean-Paul Saman [Tue, 22 Aug 2006 14:31:40 +0000 (14:31 +0000)]
Downmix stereo to mono channel and choose with --sout-mono-channel <n> the destination channel.

17 years ago* modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.
Gildas Bazin [Mon, 21 Aug 2006 07:26:31 +0000 (07:26 +0000)]
* modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.

17 years agocosmetic
Jean-Paul Saman [Sun, 20 Aug 2006 22:11:27 +0000 (22:11 +0000)]
cosmetic

17 years agoFix messages layout bug
Clément Stenac [Sun, 20 Aug 2006 22:03:18 +0000 (22:03 +0000)]
Fix messages layout bug
Ensure we scroll correctly

17 years agoenable plugin mono audio filter 2
Jean-Paul Saman [Sun, 20 Aug 2006 21:10:17 +0000 (21:10 +0000)]
enable plugin mono audio filter 2

17 years agoMake headphone also an audio_filter2
Jean-Paul Saman [Sun, 20 Aug 2006 21:00:34 +0000 (21:00 +0000)]
Make headphone also an audio_filter2

17 years agouse memset
Jean-Paul Saman [Sun, 20 Aug 2006 20:56:33 +0000 (20:56 +0000)]
use memset

17 years agoFirst part of a new mono for audio filter 2. You can select the channel you want...
Jean-Paul Saman [Sun, 20 Aug 2006 20:51:56 +0000 (20:51 +0000)]
First part of a new mono for audio filter 2. You can select the channel you want to hear all other channels are silenced.

TODO:
- stereo_to_mono downmix

17 years agoRemove some whitespace
Jean-Paul Saman [Sun, 20 Aug 2006 20:48:35 +0000 (20:48 +0000)]
Remove some whitespace

17 years agoRemove some whitespace
Jean-Paul Saman [Sun, 20 Aug 2006 20:47:57 +0000 (20:47 +0000)]
Remove some whitespace

17 years agoDon't force s16l as fourcc but let that depend on the stream chain
Jean-Paul Saman [Sun, 20 Aug 2006 20:46:40 +0000 (20:46 +0000)]
Don't force s16l as fourcc but let that depend on the stream chain

17 years ago* First implementation of the simpleOpenFile Dialog for Qt4
Jean-Baptiste Kempf [Sun, 20 Aug 2006 12:57:07 +0000 (12:57 +0000)]
* First implementation of the simpleOpenFile Dialog for Qt4
* Cosmetic fixes in messages.

17 years ago* configure.ac: fixed compilation when shoutcast module is enabled.
Gildas Bazin [Sun, 20 Aug 2006 11:53:35 +0000 (11:53 +0000)]
* configure.ac: fixed compilation when shoutcast module is enabled.

17 years ago * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes...
Olivier Teulière [Sun, 20 Aug 2006 09:14:00 +0000 (09:14 +0000)]
 * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes empty

17 years ago * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
Olivier Teulière [Sun, 20 Aug 2006 08:48:53 +0000 (08:48 +0000)]
 * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
 * skins2/parser/interpreter.cpp: playtree.del() is now a synonym of
    playlist.del(), as it is already in use in some skins...
    Same thing for playtree.sort().

17 years ago* also forward the mouse events to super if no vout is present
Felix Paul Kühne [Sat, 19 Aug 2006 22:54:18 +0000 (22:54 +0000)]
* also forward the mouse events to super if no vout is present

17 years ago* fixed stupid typo (fixes the highlighting of DVD menu entries)
Felix Paul Kühne [Sat, 19 Aug 2006 22:46:47 +0000 (22:46 +0000)]
* fixed stupid typo (fixes the highlighting of DVD menu entries)

17 years ago* always forward the clicks to OSX's core
Felix Paul Kühne [Sat, 19 Aug 2006 21:39:06 +0000 (21:39 +0000)]
* always forward the clicks to OSX's core

17 years ago* modules/codec/x264.c: cosmetics and added SSIM stats computation option.
Dennis van Amerongen [Sat, 19 Aug 2006 21:32:19 +0000 (21:32 +0000)]
* modules/codec/x264.c: cosmetics and added SSIM stats computation option.

17 years ago * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
Olivier Teulière [Sat, 19 Aug 2006 17:51:41 +0000 (17:51 +0000)]
 * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
   by a previous commit

17 years ago* Tests for previous commit
Clément Stenac [Sat, 19 Aug 2006 16:19:56 +0000 (16:19 +0000)]
* Tests for previous commit
* Improve test output

17 years ago* B-search macro
Clément Stenac [Sat, 19 Aug 2006 16:19:31 +0000 (16:19 +0000)]
* B-search macro
* Redo dictionnary handling to remove recursion and bugs

17 years ago* First implementation of the messages dialog for qt4.
Jean-Baptiste Kempf [Sat, 19 Aug 2006 13:08:04 +0000 (13:08 +0000)]
* First implementation of the messages dialog for qt4.
  It works but it is not finished.
  - The changing verbosity does not work yet.
  - Too many messages are displayed ?

17 years ago * skins2/parser/interpreter.cpp: Restored action names modified in [15629]
Olivier Teulière [Fri, 18 Aug 2006 22:00:04 +0000 (22:00 +0000)]
 * skins2/parser/interpreter.cpp: Restored action names modified in [15629]

17 years ago * skins2/src/theme.cpp: Improved the saving/loading of skins config
Olivier Teulière [Fri, 18 Aug 2006 18:58:16 +0000 (18:58 +0000)]
 * skins2/src/theme.cpp: Improved the saving/loading of skins config
   - the format of the skins2-config variable has changed (not backwards-compatible)
   - the active layout and its size are now restored
   - the windows and layouts are now identified by their id, instead of their
     order in the XML file; this fixes problems of disappearing windows
     when editing a skin (commenting a Window for example)
   - it should now be impossible to have all windows hidden at the same time
     (but there is no check that the windows are on screen)

17 years ago- minor fixes
Damien Fouilleul [Fri, 18 Aug 2006 15:11:02 +0000 (15:11 +0000)]
- minor fixes

17 years ago- fixed Cygwin issue when linking/building shared libvlc.dll
Damien Fouilleul [Fri, 18 Aug 2006 15:10:21 +0000 (15:10 +0000)]
- fixed Cygwin issue when linking/building shared libvlc.dll

17 years ago* finish the vout menu (cloeses #302)
Felix Paul Kühne [Fri, 18 Aug 2006 14:05:45 +0000 (14:05 +0000)]
* finish the vout menu (cloeses #302)

17 years ago* Fix a RTSP crash
Derk-Jan Hartman [Fri, 18 Aug 2006 01:27:00 +0000 (01:27 +0000)]
* Fix a RTSP crash

17 years ago* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime...
Gildas Bazin [Thu, 17 Aug 2006 20:53:27 +0000 (20:53 +0000)]
* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.

17 years ago* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET...
Gildas Bazin [Thu, 17 Aug 2006 20:14:14 +0000 (20:14 +0000)]
* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.

17 years ago* modules/stream_out/transcode.c: couple of small fixes.
Gildas Bazin [Thu, 17 Aug 2006 20:07:13 +0000 (20:07 +0000)]
* modules/stream_out/transcode.c: couple of small fixes.

17 years agoFix interaction locking
Clément Stenac [Thu, 17 Aug 2006 18:16:09 +0000 (18:16 +0000)]
Fix interaction locking

17 years ago* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
Gildas Bazin [Wed, 16 Aug 2006 21:45:56 +0000 (21:45 +0000)]
* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.

17 years ago* modules/access_output/shout.c: changed 'no bitrate information' warning to be used...
Dennis van Amerongen [Wed, 16 Aug 2006 21:36:26 +0000 (21:36 +0000)]
* modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.

17 years ago* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
Gildas Bazin [Wed, 16 Aug 2006 21:19:15 +0000 (21:19 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.

17 years ago* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages...
Gildas Bazin [Wed, 16 Aug 2006 20:59:04 +0000 (20:59 +0000)]
* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.

17 years ago* modules/demux/mkv.cpp: remove useless printf()s
Gildas Bazin [Wed, 16 Aug 2006 20:48:06 +0000 (20:48 +0000)]
* modules/demux/mkv.cpp: remove useless printf()s

17 years ago* modules/demux/live555.cpp: fixed segfault
Gildas Bazin [Wed, 16 Aug 2006 20:30:04 +0000 (20:30 +0000)]
* modules/demux/live555.cpp: fixed segfault

17 years ago * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
Olivier Teulière [Wed, 16 Aug 2006 07:03:52 +0000 (07:03 +0000)]
 * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
   bug in ScaledBitmap is fixed
 * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control

17 years ago* modules/access_output/shout.c: removed protocol selection and set it to automaticly...
Dennis van Amerongen [Tue, 15 Aug 2006 23:13:46 +0000 (23:13 +0000)]
* modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).

17 years ago* scaled_bitmap.cpp: better fix than [16273] ...
Cyril Deguet [Tue, 15 Aug 2006 22:38:49 +0000 (22:38 +0000)]
* scaled_bitmap.cpp: better fix than [16273] ...

17 years ago* scaled_bitmap.cpp: - fixed an infinite loop when width=1
Cyril Deguet [Tue, 15 Aug 2006 22:25:27 +0000 (22:25 +0000)]
* scaled_bitmap.cpp: - fixed an infinite loop when width=1
   + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
   vertical scaling too)

17 years ago* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui...
Gildas Bazin [Tue, 15 Aug 2006 22:10:37 +0000 (22:10 +0000)]
* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).

17 years ago * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
Olivier Teulière [Tue, 15 Aug 2006 20:57:56 +0000 (20:57 +0000)]
 * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
   to a very small size, in scaling mode

17 years ago * skins2/controls/*: forward the onResize() method to the decorated controls
Olivier Teulière [Tue, 15 Aug 2006 18:59:40 +0000 (18:59 +0000)]
 * skins2/controls/*: forward the onResize() method to the decorated controls

17 years ago* Get and write the correct profile_compat_byte
Derk-Jan Hartman [Tue, 15 Aug 2006 16:17:59 +0000 (16:17 +0000)]
* Get and write the correct profile_compat_byte

17 years ago* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
Derk-Jan Hartman [Tue, 15 Aug 2006 16:12:44 +0000 (16:12 +0000)]
* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)

17 years ago * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
Olivier Teulière [Tue, 15 Aug 2006 11:04:13 +0000 (11:04 +0000)]
 * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax