]> git.sesse.net Git - vlc/log
vlc
17 years agoFix a huge bunch of things in the video effects panel. Implement combo box options.
Antoine Cellerier [Sun, 17 Jun 2007 14:14:19 +0000 (14:14 +0000)]
Fix a huge bunch of things in the video effects panel. Implement combo box options.

17 years agoFix marq positions list in config.
Antoine Cellerier [Sun, 17 Jun 2007 14:12:56 +0000 (14:12 +0000)]
Fix marq positions list in config.

17 years agoBe sure to restart the mixer on replaygain mode change.
Laurent Aimar [Sun, 17 Jun 2007 14:06:26 +0000 (14:06 +0000)]
Be sure to restart the mixer on replaygain mode change.

17 years agoFix copyright date
Antoine Cellerier [Sun, 17 Jun 2007 13:59:55 +0000 (13:59 +0000)]
Fix copyright date

17 years agoMake error output usable.
Antoine Cellerier [Sun, 17 Jun 2007 13:59:27 +0000 (13:59 +0000)]
Make error output usable.

17 years agoAdded replay gain support for:
Laurent Aimar [Sun, 17 Jun 2007 13:56:57 +0000 (13:56 +0000)]
Added replay gain support for:
 - ogg/vorbis (close #125)
 - flac (and not ogg/flac yet)
 - mp3/aac (id3/ape)
 - mpc (internal/ape)

17 years agoAdded replay gain support (audio-replay-gain-mode track or album to activate
Laurent Aimar [Sun, 17 Jun 2007 13:54:20 +0000 (13:54 +0000)]
Added replay gain support (audio-replay-gain-mode track or album to activate
it, disabled by default)

17 years agoCall input_Control(INPUT_ADD_INFO) on extra meta data.
Laurent Aimar [Sun, 17 Jun 2007 13:49:49 +0000 (13:49 +0000)]
Call input_Control(INPUT_ADD_INFO) on extra meta data.

17 years agoAdded APEv1/2 support to id3tag.c
Laurent Aimar [Sun, 17 Jun 2007 13:47:00 +0000 (13:47 +0000)]
Added APEv1/2 support to id3tag.c
Parse TXXX fields (id3)
Parse RVA2 and convert them to replay gain (id3)
(I cannot put APE parsing into a new module as id3 and ape can be found
in the same file, this means you need libid3tag)

17 years agoSplit the extended video filters panel into many smaller sub panels.
Antoine Cellerier [Sun, 17 Jun 2007 12:47:07 +0000 (12:47 +0000)]
Split the extended video filters panel into many smaller sub panels.

17 years agovideo_chroma: a few SSE2 fixes
Damien Fouilleul [Sat, 16 Jun 2007 22:13:47 +0000 (22:13 +0000)]
video_chroma: a few SSE2 fixes

17 years agoImplement color change for colorthres and extract filters. Fix dial for rotate filter.
Antoine Cellerier [Sat, 16 Jun 2007 20:40:39 +0000 (20:40 +0000)]
Implement color change for colorthres and extract filters. Fix dial for rotate filter.

17 years ago* NEWS: sync with 0.8.6c
Dennis van Amerongen [Sat, 16 Jun 2007 13:12:25 +0000 (13:12 +0000)]
* NEWS: sync with 0.8.6c

17 years agoQt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folde...
Jean-Baptiste Kempf [Sat, 16 Jun 2007 09:40:07 +0000 (09:40 +0000)]
Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folders (blue and grey) (not yet used), for file (thin and wide) and tape. Update Network with a bit of coloring.

17 years agoFix missing national characters: Ak sa nemôžete dostať k užívateľskému...
Marian Durkovic [Sat, 16 Jun 2007 06:16:51 +0000 (06:16 +0000)]
Fix missing national characters: Ak sa nemôžete dostať k užívateľskému...

17 years agoAdded apple chapter support (used by HandBrake, close #808)
Laurent Aimar [Fri, 15 Jun 2007 18:38:15 +0000 (18:38 +0000)]
Added apple chapter support (used by HandBrake, close #808)

17 years ago- video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB...
Damien Fouilleul [Fri, 15 Jun 2007 16:36:41 +0000 (16:36 +0000)]
- video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB acceleration

17 years agoMinor fix in Slovak translation: rozhrania -> rozhraní
Marian Durkovic [Fri, 15 Jun 2007 12:30:37 +0000 (12:30 +0000)]
Minor fix in Slovak translation: rozhrania -> rozhraní

17 years agoi18n fixes
Christophe Mutricy [Thu, 14 Jun 2007 22:14:12 +0000 (22:14 +0000)]
i18n fixes

17 years agoFixed segfault with subtitle.
Laurent Aimar [Thu, 14 Jun 2007 19:05:16 +0000 (19:05 +0000)]
Fixed segfault with subtitle.

17 years ago* NEWS: add some whitespace for a change..
Dennis van Amerongen [Thu, 14 Jun 2007 17:31:52 +0000 (17:31 +0000)]
* NEWS: add some whitespace for a change..

17 years ago* NEWS: sync with 0.8.6c again..
Dennis van Amerongen [Thu, 14 Jun 2007 17:23:08 +0000 (17:23 +0000)]
* NEWS: sync with 0.8.6c again..

17 years agoFix potential memleak/crash
Jean-Paul Saman [Thu, 14 Jun 2007 06:13:25 +0000 (06:13 +0000)]
Fix potential memleak/crash

17 years agoQt4 - Minor cosmetic change.
Jean-Baptiste Kempf [Wed, 13 Jun 2007 23:50:18 +0000 (23:50 +0000)]
Qt4 - Minor cosmetic change.

17 years agoQt4 - Make the update() update the art in mediaInfo.
Jean-Baptiste Kempf [Wed, 13 Jun 2007 23:47:56 +0000 (23:47 +0000)]
Qt4 - Make the update() update the art in mediaInfo.

17 years agoi18n fixes
Christophe Mutricy [Wed, 13 Jun 2007 23:29:30 +0000 (23:29 +0000)]
i18n fixes

17 years agoQt4 - Support for Media Art in the Media Info dialog and various fixed on that dialog.
Jean-Baptiste Kempf [Wed, 13 Jun 2007 22:11:03 +0000 (22:11 +0000)]
Qt4 - Support for Media Art in the Media Info dialog and various fixed on that dialog.

17 years agoAdded --run-time option to specify how many second VLC will play an item
Laurent Aimar [Wed, 13 Jun 2007 19:49:08 +0000 (19:49 +0000)]
Added --run-time option to specify how many second VLC will play an item
(Usefull to save live programs like DVB/UDP)

17 years agoFixed aiff support for stereo files and files with odd chunk size.
Laurent Aimar [Wed, 13 Jun 2007 19:25:08 +0000 (19:25 +0000)]
Fixed aiff support for stereo files and files with odd chunk size.

17 years agoqt4: a few stability fixes when working as a dialogs provider, needs a lot more ...
Damien Fouilleul [Wed, 13 Jun 2007 15:40:54 +0000 (15:40 +0000)]
qt4: a few stability fixes when working as a dialogs provider, needs a lot more ...

17 years agoasx.c: fixed a small bug in skip ad feature
Damien Fouilleul [Wed, 13 Jun 2007 12:47:29 +0000 (12:47 +0000)]
asx.c: fixed a small bug in skip ad feature

17 years agoWhite space and indentation fixes.
Jean-Paul Saman [Wed, 13 Jun 2007 09:22:08 +0000 (09:22 +0000)]
White space and indentation fixes.

17 years agoMake use of libgcrypt configurable.
Jean-Paul Saman [Wed, 13 Jun 2007 09:00:46 +0000 (09:00 +0000)]
Make use of libgcrypt configurable.

17 years agoPortability fix: use head -n 1 iso head -1
Jean-Paul Saman [Wed, 13 Jun 2007 08:37:51 +0000 (08:37 +0000)]
Portability fix: use head -n 1 iso head -1

17 years agoNEWS: sync with bugfix branch
Dennis van Amerongen [Tue, 12 Jun 2007 22:38:01 +0000 (22:38 +0000)]
NEWS: sync with bugfix branch

17 years agoFixed access on deleted object.
Laurent Aimar [Tue, 12 Jun 2007 21:27:28 +0000 (21:27 +0000)]
Fixed access on deleted object.

17 years agoFixed uninitialized variable.
Laurent Aimar [Tue, 12 Jun 2007 21:06:24 +0000 (21:06 +0000)]
Fixed uninitialized variable.

17 years agoDrop audio when playing faster and not using resampler.
Laurent Aimar [Tue, 12 Jun 2007 19:49:06 +0000 (19:49 +0000)]
Drop audio when playing faster and not using resampler.

17 years agoAll: preliminary support for audio while playing faster/slower (1/4 -> 4).
Laurent Aimar [Tue, 12 Jun 2007 19:46:35 +0000 (19:46 +0000)]
All: preliminary support for audio while playing faster/slower (1/4 -> 4).
It use our standard resampler to do it and so we do not keep
pitch yet (I am working on a soundtouch resampler).
Please test any regression.

17 years agoFixed use of released pointer (race condition).
Laurent Aimar [Tue, 12 Jun 2007 18:26:00 +0000 (18:26 +0000)]
Fixed use of released pointer (race condition).

17 years agomozilla: fixed crash on Safari 3 Beta for Windows
Damien Fouilleul [Tue, 12 Jun 2007 15:56:28 +0000 (15:56 +0000)]
mozilla: fixed crash on Safari 3 Beta for Windows

17 years agoMacOSX: fix for --with-macosx-sdk
Damien Fouilleul [Tue, 12 Jun 2007 14:37:15 +0000 (14:37 +0000)]
MacOSX: fix for --with-macosx-sdk

17 years agoFix potential memleaks
Jean-Paul Saman [Tue, 12 Jun 2007 12:22:36 +0000 (12:22 +0000)]
Fix potential memleaks

17 years agoDisplay video title when video output is reused.
Jean-Paul Saman [Tue, 12 Jun 2007 12:21:58 +0000 (12:21 +0000)]
Display video title when video output is reused.

17 years agoShow title on video output based on users preferences. Defaults are:--video-title...
Jean-Paul Saman [Tue, 12 Jun 2007 11:28:54 +0000 (11:28 +0000)]
Show title on video output based on users preferences. Defaults are:--video-title-show --video-title-position=8 --video-title-timeout=5000

17 years agocontrib/bootstrap: MacOSX, avoid multiple -isysroot definitions by using CC, CXX...
Damien Fouilleul [Mon, 11 Jun 2007 22:39:57 +0000 (22:39 +0000)]
contrib/bootstrap: MacOSX, avoid multiple -isysroot definitions by using CC, CXX and LD envars (PCC only for now, needs intel test)

17 years agoSwedish l10n update by Daniel Nylander
Christophe Mutricy [Mon, 11 Jun 2007 22:12:07 +0000 (22:12 +0000)]
Swedish l10n update by Daniel Nylander
Slovak l10n update by Marián Hikaník

17 years agoQt4 - Menus: modify slightly the capture card icon, change a label and spaces...
Jean-Baptiste Kempf [Mon, 11 Jun 2007 17:00:55 +0000 (17:00 +0000)]
Qt4 - Menus: modify slightly the capture card icon, change a label and spaces...

17 years agoRemove the obsolete vlc/python directory. Up-to-date version of python bindings lie...
Olivier Aubert [Mon, 11 Jun 2007 14:30:46 +0000 (14:30 +0000)]
Remove the obsolete vlc/python directory. Up-to-date version of python bindings lie in bindings/python

17 years agofix compile faults and semantic errors in pvr module, mostly relating to the new api
Sigmund Augdal Helberg [Mon, 11 Jun 2007 12:00:42 +0000 (12:00 +0000)]
fix compile faults and semantic errors in pvr module, mostly relating to the new api

17 years agoRemove excess whitespace
Jean-Paul Saman [Mon, 11 Jun 2007 10:25:50 +0000 (10:25 +0000)]
Remove excess whitespace

17 years agoQt4 - Add Icons to the systray Menu bar.
Jean-Baptiste Kempf [Sun, 10 Jun 2007 23:26:04 +0000 (23:26 +0000)]
Qt4 - Add Icons to the systray Menu bar.

17 years agoQt4 - A few more icons in the menus to make the GUI less depressing.
Jean-Baptiste Kempf [Sun, 10 Jun 2007 23:17:05 +0000 (23:17 +0000)]
Qt4 - A few more icons in the menus to make the GUI less depressing.

17 years agoSimplify + fix a potential overflow.
Laurent Aimar [Sun, 10 Jun 2007 19:53:00 +0000 (19:53 +0000)]
Simplify + fix a potential overflow.

17 years agoSimplify (no functionnal changes).
Laurent Aimar [Sun, 10 Jun 2007 19:40:24 +0000 (19:40 +0000)]
Simplify (no functionnal changes).

17 years agoCall garbage collector (vout/sout) when playlist enter stop state (on
Laurent Aimar [Sun, 10 Jun 2007 19:22:39 +0000 (19:22 +0000)]
Call garbage collector (vout/sout) when playlist enter stop state (on
user stop or end of playlist).

17 years agoFixed uninitialized member fields for audio filter2.
Laurent Aimar [Sun, 10 Jun 2007 19:12:54 +0000 (19:12 +0000)]
Fixed uninitialized member fields for audio filter2.

17 years agocontrol/event.c: Add some comments.
Pierre d'Herbemont [Sat, 9 Jun 2007 18:54:17 +0000 (18:54 +0000)]
control/event.c: Add some comments.

17 years agoMac OS X gui: Fix a comment.
Pierre d'Herbemont [Sat, 9 Jun 2007 14:54:38 +0000 (14:54 +0000)]
Mac OS X gui: Fix a comment.

17 years agoMac OS X gui: Don't leak the autoreleased object.
Pierre d'Herbemont [Sat, 9 Jun 2007 14:14:49 +0000 (14:14 +0000)]
Mac OS X gui: Don't leak the autoreleased object.

17 years agoDisplay media title for 15 seconds right at the start of the video.
Jean-Paul Saman [Sat, 9 Jun 2007 14:00:51 +0000 (14:00 +0000)]
Display media title for 15 seconds right at the start of the video.

17 years agoTell that disabling libtool is going to suck - closes #1189
Rémi Denis-Courmont [Sat, 9 Jun 2007 08:41:35 +0000 (08:41 +0000)]
Tell that disabling libtool is going to suck - closes #1189

17 years agoMKV attachments bug fixes. (Patch by Bernie Purcell)
Laurent Aimar [Fri, 8 Jun 2007 19:02:22 +0000 (19:02 +0000)]
MKV attachments bug fixes. (Patch by Bernie Purcell)

17 years agoFix compiler warnings
Rémi Denis-Courmont [Fri, 8 Jun 2007 14:55:43 +0000 (14:55 +0000)]
Fix compiler warnings

17 years ago* reverted [20479], as my previously checked-in patch was correct ;)
Felix Paul Kühne [Fri, 8 Jun 2007 14:31:30 +0000 (14:31 +0000)]
* reverted [20479], as my previously checked-in patch was correct ;)

17 years ago* removed support for compilation on OSX < 10.4
Felix Paul Kühne [Fri, 8 Jun 2007 14:26:52 +0000 (14:26 +0000)]
* removed support for compilation on OSX < 10.4

17 years agoextras/contrib: Update live-starttime.patch.
Pierre d'Herbemont [Fri, 8 Jun 2007 12:51:40 +0000 (12:51 +0000)]
extras/contrib: Update live-starttime.patch.

17 years agoextras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak...
Pierre d'Herbemont [Fri, 8 Jun 2007 12:39:47 +0000 (12:39 +0000)]
extras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak so they won't get untracked. (Patch by Jan David Mol <jjdmol at gmail.com>).

17 years agoMac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating,...
Pierre d'Herbemont [Fri, 8 Jun 2007 09:24:23 +0000 (09:24 +0000)]
Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread.

17 years agocontrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David...
Pierre d'Herbemont [Fri, 8 Jun 2007 09:11:48 +0000 (09:11 +0000)]
contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).

17 years agoDon't build fribidi no need for it now.
Jean-Paul Saman [Fri, 8 Jun 2007 07:29:18 +0000 (07:29 +0000)]
Don't build fribidi no need for it now.

17 years agoclock: clean up/simplify + remove 1/90000 reference.
Laurent Aimar [Thu, 7 Jun 2007 23:05:16 +0000 (23:05 +0000)]
clock: clean up/simplify + remove 1/90000 reference.
all: improve input rate (no more out of order/dropped pictures on
rate change).

17 years agoMore strict detection for swscale. Patch by ILEoo and ALexis Ballier
Christophe Mutricy [Thu, 7 Jun 2007 22:57:53 +0000 (22:57 +0000)]
More strict detection for swscale. Patch by ILEoo and ALexis Ballier

17 years agoConfigure: typo correction on --enable-libtar
Jean-Baptiste Kempf [Thu, 7 Jun 2007 22:53:48 +0000 (22:53 +0000)]
Configure: typo correction on --enable-libtar

17 years agoSmall fix on the man page
Christophe Mutricy [Thu, 7 Jun 2007 22:29:01 +0000 (22:29 +0000)]
Small fix on the man page

17 years agoAdded back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE)
Laurent Aimar [Thu, 7 Jun 2007 22:21:55 +0000 (22:21 +0000)]
Added back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE)

17 years agoVLS is deprecated. Don't refer to it
Christophe Mutricy [Thu, 7 Jun 2007 22:12:20 +0000 (22:12 +0000)]
VLS is deprecated. Don't refer to it

17 years agoSet VideoWidget minimal size to 16x16 (I'm not sure it is the right thing).
Laurent Aimar [Thu, 7 Jun 2007 21:58:47 +0000 (21:58 +0000)]
Set VideoWidget minimal size to 16x16 (I'm not sure it is the right thing).
It avoids segfault when resizing to 0x0.
It fixes segfault when VLC is started with a video file. (But I fear
that we have a race condition here because if the same file is played
later, it works)

17 years agoinclude/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.
Pierre d'Herbemont [Thu, 7 Jun 2007 21:33:16 +0000 (21:33 +0000)]
include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.

17 years agoDo not use dvdnav_get_video_aspect (No idea of its unit but it is not
Laurent Aimar [Thu, 7 Jun 2007 21:30:42 +0000 (21:30 +0000)]
Do not use dvdnav_get_video_aspect (No idea of its unit but it is not
vlc one, fixed segfault with x11 at least)

17 years agoLibvlc event: Support for event extra information passing. And register to "time...
Pierre d'Herbemont [Thu, 7 Jun 2007 21:16:30 +0000 (21:16 +0000)]
Libvlc event: Support for event extra information passing. And register to "time" event rather than "position".

17 years agocontrol/event.c: Send position event at a reasonable time precision.
Pierre d'Herbemont [Thu, 7 Jun 2007 20:46:39 +0000 (20:46 +0000)]
control/event.c: Send position event at a reasonable time precision.

17 years agoRevert [20459] and really fix (I hope)
Rémi Denis-Courmont [Thu, 7 Jun 2007 20:16:57 +0000 (20:16 +0000)]
Revert [20459] and really fix (I hope)

17 years agoFixed IsValidAccess...
Laurent Aimar [Thu, 7 Jun 2007 20:10:12 +0000 (20:10 +0000)]
Fixed IsValidAccess...

17 years agoQt4 - Add files for reparing distchek and tarballs.
Jean-Baptiste Kempf [Thu, 7 Jun 2007 18:42:57 +0000 (18:42 +0000)]
Qt4 - Add files for reparing distchek and tarballs.

17 years agoFix remote format string injection in SDP parser.
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:34:15 +0000 (17:34 +0000)]
Fix remote format string injection in SDP parser.
(Sometimes there are good things about NOT being on MBONE)

17 years agoFormat string usage fix. Pretty much the same bug as the vorbis one.
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:32:24 +0000 (17:32 +0000)]
Format string usage fix. Pretty much the same bug as the vorbis one.

17 years agoFix comment
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:31:45 +0000 (17:31 +0000)]
Fix comment

17 years agoSame as previous commit
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:31:26 +0000 (17:31 +0000)]
Same as previous commit

17 years ago - Avoid a bunch of dummy string copy
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:22:05 +0000 (17:22 +0000)]
 - Avoid a bunch of dummy string copy
 - Use strdup() instead of asprintf("%s")
 - Fix format string (CDDB now owns your CD player)

17 years agoCredit
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:57:54 +0000 (16:57 +0000)]
Credit

17 years agoSanitize audio format before creating a decoder
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:53:15 +0000 (16:53 +0000)]
Sanitize audio format before creating a decoder

17 years agoFix use of unitialized variable reported by David Thiel, fix from Christophe Massiot
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:52:32 +0000 (16:52 +0000)]
Fix use of unitialized variable reported by David Thiel, fix from Christophe Massiot

17 years agoStore channels counter to a single byte. We can only handle 32 of them anyway
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:43:10 +0000 (16:43 +0000)]
Store channels counter to a single byte. We can only handle 32 of them anyway

17 years agoFix deadlock
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:39:38 +0000 (16:39 +0000)]
Fix deadlock

17 years agoUse unsigned
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:36:38 +0000 (16:36 +0000)]
Use unsigned

17 years agoUse %u instead of %d
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:31:21 +0000 (16:31 +0000)]
Use %u instead of %d

17 years agoUse %u rather than %d for unsigned
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:22:41 +0000 (16:22 +0000)]
Use %u rather than %d for unsigned

17 years agoMemory leak
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:08:44 +0000 (16:08 +0000)]
Memory leak

17 years agoLibvlc Event: Add support for input event.
Pierre d'Herbemont [Thu, 7 Jun 2007 12:34:50 +0000 (12:34 +0000)]
Libvlc Event: Add support for input event.