]> git.sesse.net Git - vlc/log
vlc
17 years agoPatch by Bernie Purcell :
Laurent Aimar [Mon, 18 Jun 2007 21:08:03 +0000 (21:08 +0000)]
Patch by Bernie Purcell :
"This is part of a former submission stripped out for easier
 assimilation. It modifies vout_subpictures to use the existing alignment
 field on each region, rather than the alignment on the subpicture plane
 itself. Modifications are made to everywhere that depended on the former
 behaviour, to make it use the new alignment location instead."

17 years agoAdded missing return value in TitleCallback.
Laurent Aimar [Mon, 18 Jun 2007 20:59:10 +0000 (20:59 +0000)]
Added missing return value in TitleCallback.

17 years agoAdded speex check in RTSP (untested, close #1091)
Laurent Aimar [Mon, 18 Jun 2007 20:55:35 +0000 (20:55 +0000)]
Added speex check in RTSP (untested, close #1091)

17 years agobindings/python: Try to match the libvlc input to media_instance changes.
Pierre d'Herbemont [Mon, 18 Jun 2007 20:22:35 +0000 (20:22 +0000)]
bindings/python: Try to match the libvlc input to media_instance changes.

17 years agoMozilla: Attempt to match libvlc input to media_instance changes.
Pierre d'Herbemont [Mon, 18 Jun 2007 19:58:16 +0000 (19:58 +0000)]
Mozilla: Attempt to match libvlc input to media_instance changes.

17 years agoFix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test...
Antoine Cellerier [Mon, 18 Jun 2007 19:54:38 +0000 (19:54 +0000)]
Fix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test case is: (I'm not sure that it really needs to be that long)
#EXTVLCOPT:bookmarks={name=Rainforest Shmainforest,bytes=5276429,time=1},{name=Spontaneous Combustion,bytes=113071718,time=1331},{name=The Succubus,bytes=218546569,time=2663},{name=Jakovasaurs,bytes=326602991,time=3999},{name=Tweek Vs. Craig,bytes=436968699,time=5326},{name=Sexual Harassment Panda,bytes=542655194,time=6658}
episodes-1-6.m4v

17 years agoDo not crash when there is no X
Rémi Denis-Courmont [Mon, 18 Jun 2007 14:28:53 +0000 (14:28 +0000)]
Do not crash when there is no X

17 years agoTypo
Rémi Denis-Courmont [Mon, 18 Jun 2007 14:14:54 +0000 (14:14 +0000)]
Typo

17 years agoUpdate Ilkka Ollakka's contributions.
Jean-Paul Saman [Mon, 18 Jun 2007 09:55:06 +0000 (09:55 +0000)]
Update Ilkka Ollakka's contributions.

17 years agoProperly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)
Jean-Paul Saman [Mon, 18 Jun 2007 09:53:53 +0000 (09:53 +0000)]
Properly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)

17 years agolibvlc: Tell the build system to use media_instance.c.
Pierre d'Herbemont [Sun, 17 Jun 2007 21:17:13 +0000 (21:17 +0000)]
libvlc: Tell the build system to use media_instance.c.

17 years agolibvlc: Rename the input.c file to media_instance.c.
Pierre d'Herbemont [Sun, 17 Jun 2007 20:56:25 +0000 (20:56 +0000)]
libvlc: Rename the input.c file to media_instance.c.

17 years agolibvlc: Rename input to media_instance. And add the possibility to create a medi_inst...
Pierre d'Herbemont [Sun, 17 Jun 2007 20:54:32 +0000 (20:54 +0000)]
libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor.

17 years agocontrol/media_descriptor.c: Fix a comment.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:51:40 +0000 (17:51 +0000)]
control/media_descriptor.c: Fix a comment.

17 years agoconrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:47:46 +0000 (17:47 +0000)]
conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.

17 years agocontrol/libvlc_internal: Dump bool as it doesn't work everywhere.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:21:26 +0000 (17:21 +0000)]
control/libvlc_internal: Dump bool as it doesn't work everywhere.

17 years agolibvlc: attempt to fix previous commit.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:14:06 +0000 (17:14 +0000)]
libvlc: attempt to fix previous commit.

17 years agolibvlc: Make media_descriptor_t internal.
Pierre d'Herbemont [Sun, 17 Jun 2007 16:50:13 +0000 (16:50 +0000)]
libvlc: Make media_descriptor_t internal.

17 years agoLibvlc add a media descriptor object.
Pierre d'Herbemont [Sun, 17 Jun 2007 16:24:49 +0000 (16:24 +0000)]
Libvlc add a media descriptor object.

17 years agoSync readme with wiki page.
Antoine Cellerier [Sun, 17 Jun 2007 15:20:20 +0000 (15:20 +0000)]
Sync readme with wiki page.

17 years agosvn:ignore .deps
Antoine Cellerier [Sun, 17 Jun 2007 15:17:39 +0000 (15:17 +0000)]
svn:ignore .deps

17 years agopropset svn:ignore
Antoine Cellerier [Sun, 17 Jun 2007 15:16:14 +0000 (15:16 +0000)]
propset svn:ignore

17 years agoKleine fix.
Antoine Cellerier [Sun, 17 Jun 2007 15:14:59 +0000 (15:14 +0000)]
Kleine fix.

17 years agoCosmetics.
Antoine Cellerier [Sun, 17 Jun 2007 15:11:22 +0000 (15:11 +0000)]
Cosmetics.

17 years agoHandle custom meta data in lua playlist scripts.
Antoine Cellerier [Sun, 17 Jun 2007 15:10:31 +0000 (15:10 +0000)]
Handle custom meta data in lua playlist scripts.

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