]> git.sesse.net Git - vlc/log
vlc
16 years agoignore mvn generated files
Filippo Carone [Sat, 15 Mar 2008 14:34:04 +0000 (15:34 +0100)]
ignore mvn generated files

16 years agoFix very minor memory leak when using OSS for audio.
Richard Hosking [Sat, 15 Mar 2008 14:50:27 +0000 (14:50 +0000)]
Fix very minor memory leak when using OSS for audio.

16 years ago[PATCH] - maven project structure reorganization - add a exec:java goal to launch...
Adrien Grand [Sat, 15 Mar 2008 12:27:06 +0000 (13:27 +0100)]
[PATCH]  - maven project structure reorganization - add a exec:java goal to launch the VlcClient

16 years agoVery slight fixes in Open Dialog too.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 03:51:07 +0000 (20:51 -0700)]
Very slight fixes in Open Dialog too.

16 years agoVery very Slight modification of Open dialog
Jean-Baptiste Kempf [Sat, 15 Mar 2008 03:42:03 +0000 (20:42 -0700)]
Very very Slight modification of Open dialog

16 years agoFix layout in VLM dialog.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 03:32:44 +0000 (20:32 -0700)]
Fix layout in VLM dialog.

16 years agoFix the dialogs problem on Mac.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 02:31:50 +0000 (19:31 -0700)]
Fix the dialogs problem on Mac.

16 years agoAssoDialog is not available on Mac.
Jean-Baptiste Kempf [Sat, 15 Mar 2008 02:22:25 +0000 (19:22 -0700)]
AssoDialog is not available on Mac.

16 years agoFix building with an uninstalled ffmpeg
Christophe Mutricy [Sat, 15 Mar 2008 00:00:40 +0000 (00:00 +0000)]
Fix building with an uninstalled ffmpeg

16 years agoFix #1515 - vlc.exe icon
Rafaël Carré [Fri, 14 Mar 2008 21:28:43 +0000 (22:28 +0100)]
Fix #1515 - vlc.exe icon

16 years agoFix aac decoding when muxed with ADTS headers + AudioSpecificConfig
Rafaël Carré [Fri, 14 Mar 2008 18:24:01 +0000 (19:24 +0100)]
Fix aac decoding when muxed with ADTS headers + AudioSpecificConfig

When AudioSpecificConfig is available in fmt->i_extra, faad need the ADTS headers removed

16 years agoStringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx...
André Weber [Fri, 14 Mar 2008 17:48:54 +0000 (18:48 +0100)]
StringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx widgets, use instead the short text

16 years agouse empty .gitignore files to track empty folders
Filippo Carone [Fri, 14 Mar 2008 08:51:44 +0000 (09:51 +0100)]
use empty .gitignore files to track empty folders

16 years agoRevert "dummy .empty files added for needed folders"
Filippo Carone [Fri, 14 Mar 2008 08:49:53 +0000 (09:49 +0100)]
Revert "dummy .empty files added for needed folders"

This reverts commit 0a7044077201ff47826bbf1f9bb596aff827a97f.

i'll use empty .gitignore files

16 years agospecify license in pom
Filippo Carone [Fri, 14 Mar 2008 08:40:14 +0000 (09:40 +0100)]
specify license in pom

16 years agoDisplay live stats in ncurses interface.
Rafaël Carré [Fri, 14 Mar 2008 13:19:00 +0000 (14:19 +0100)]
Display live stats in ncurses interface.

Activate it with hotkey 'S' ('s' is stop)

16 years agofix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"
Rafaël Carré [Fri, 14 Mar 2008 10:22:45 +0000 (11:22 +0100)]
fix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"

16 years agoFix AAC muxing into TS
Rafaël Carré [Fri, 14 Mar 2008 09:07:40 +0000 (10:07 +0100)]
Fix AAC muxing into TS

Add ADTS headers on top of the raw AAC frames
Use the ADTS stream type (0x0f) since LOAS isn't implemented
    This was wrong since we were streaming raw, not LOAS/LATM

16 years agoCompile fix for L4MERS on Qt4.2 :D
Jean-Baptiste Kempf [Fri, 14 Mar 2008 07:10:46 +0000 (00:10 -0700)]
Compile fix for L4MERS on Qt4.2 :D

16 years agowhen sorting playlist with artist, sort also album under artist and tracknumber on...
Ilkka Ollakka [Fri, 14 Mar 2008 06:32:49 +0000 (08:32 +0200)]
when sorting playlist with artist, sort also album under artist and tracknumber on album
I think this is good default atleast on music.

16 years agoChange button layout and behaviour in the open dialog. This avoid the Windows issue...
Jean-Baptiste Kempf [Fri, 14 Mar 2008 00:21:39 +0000 (17:21 -0700)]
Change button layout and behaviour in the open dialog. This avoid the Windows issue and should close #1455

16 years agoRemove unnecessary function that doesn't do what we want anyway.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 23:24:43 +0000 (16:24 -0700)]
Remove unnecessary function that doesn't do what we want anyway.

16 years agoForgiven in the previous commit (useless test)
Rémi Duraffort [Thu, 13 Mar 2008 23:26:42 +0000 (00:26 +0100)]
Forgiven in the previous commit (useless test)

16 years agoOne more removing session. (useless test before a free())
Rémi Duraffort [Thu, 13 Mar 2008 23:24:00 +0000 (00:24 +0100)]
One more removing session. (useless test before a free())

16 years agoUseless test before a free()
Rémi Duraffort [Thu, 13 Mar 2008 23:21:34 +0000 (00:21 +0100)]
Useless test before a free()

16 years agoRemove useless test (one more time).
Rémi Duraffort [Thu, 13 Mar 2008 23:19:57 +0000 (00:19 +0100)]
Remove useless test (one more time).

16 years agoSmaller margins.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 23:15:47 +0000 (16:15 -0700)]
Smaller margins.

16 years agoFix a layout issue, and adds space left of reset button.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 22:56:40 +0000 (15:56 -0700)]
Fix a layout issue, and adds space left of reset button.

16 years agolibvlc core release test added
Filippo Carone [Thu, 13 Mar 2008 23:12:46 +0000 (00:12 +0100)]
libvlc core release test added

16 years agomedia list initial tests added
Filippo Carone [Thu, 13 Mar 2008 23:12:10 +0000 (00:12 +0100)]
media list initial tests added

16 years agoRaffaella voice added for unit tests
Filippo Carone [Thu, 13 Mar 2008 23:06:43 +0000 (00:06 +0100)]
Raffaella voice added for unit tests

16 years agofirst unit test added
Filippo Carone [Thu, 13 Mar 2008 22:16:16 +0000 (23:16 +0100)]
first unit test added

16 years agosome more cleanup
Filippo Carone [Thu, 13 Mar 2008 21:55:51 +0000 (22:55 +0100)]
some more cleanup

16 years agoreflect current vlc version in pom
Filippo Carone [Thu, 13 Mar 2008 21:53:03 +0000 (22:53 +0100)]
reflect current vlc version in pom

16 years agobasic instructions for maven2
Filippo Carone [Thu, 13 Mar 2008 21:52:31 +0000 (22:52 +0100)]
basic instructions for maven2

16 years agojna added as a dependency
Filippo Carone [Thu, 13 Mar 2008 21:44:35 +0000 (22:44 +0100)]
jna added as a dependency

16 years agoVLCExample moved to org.videolan.jvlc.example
Filippo Carone [Thu, 13 Mar 2008 21:29:18 +0000 (22:29 +0100)]
VLCExample moved to org.videolan.jvlc.example

16 years agodummy .empty files added for needed folders
Filippo Carone [Thu, 13 Mar 2008 21:27:38 +0000 (22:27 +0100)]
dummy .empty files added for needed folders

16 years agomaven2 project structure
Filippo Carone [Thu, 13 Mar 2008 21:16:24 +0000 (22:16 +0100)]
maven2 project structure

16 years agoremove old headers in java bindings
Filippo Carone [Thu, 13 Mar 2008 21:03:18 +0000 (22:03 +0100)]
remove old headers in java bindings

16 years agochange playlist sorting to use qsort instead bubblesorting that was used.
Ilkka Ollakka [Thu, 13 Mar 2008 20:35:49 +0000 (22:35 +0200)]
change playlist sorting to use qsort instead bubblesorting that was used.

16 years agofixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)
André Weber [Thu, 13 Mar 2008 18:31:36 +0000 (19:31 +0100)]
fixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)

16 years agoRevert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a82...
Rémi Duraffort [Thu, 13 Mar 2008 18:17:42 +0000 (19:17 +0100)]
Revert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a824f0bce00de89f0f777484f

16 years agoRevert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
Rafaël Carré [Thu, 13 Mar 2008 15:18:35 +0000 (16:18 +0100)]
Revert [cd2de36f617b57813c44fd94babd7fa952bccf8d]

assert that pf_control is available

16 years agom4a packetizer: remove (comment) unused parameter
Rafaël Carré [Thu, 13 Mar 2008 14:55:09 +0000 (15:55 +0100)]
m4a packetizer: remove (comment) unused parameter

16 years agoRemove $Id$ from THANKS since it's shown in the qt4 ui
Rafaël Carré [Thu, 13 Mar 2008 12:49:22 +0000 (13:49 +0100)]
Remove $Id$ from THANKS since it's shown in the qt4 ui

16 years agofix ts demuxing AAC with ADTS headers
Rafaël Carré [Thu, 13 Mar 2008 12:47:48 +0000 (13:47 +0100)]
fix ts demuxing AAC with ADTS headers

0x11 is the type for AAC synchronized with LOAS
0x0f is the type for AAC synchronized with ADTS

16 years agofix a message, contribs are not windows-specific
Rafaël Carré [Thu, 13 Mar 2008 11:39:34 +0000 (12:39 +0100)]
fix a message, contribs are not windows-specific

16 years agoProperly fix use of SWSCALE_* defines in zvbi.
Jean-Paul Saman [Thu, 13 Mar 2008 07:57:39 +0000 (08:57 +0100)]
Properly fix use of SWSCALE_* defines in zvbi.

16 years agoShut a warning.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 06:56:42 +0000 (23:56 -0700)]
Shut a warning.

16 years agoShut a warning.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 06:52:08 +0000 (23:52 -0700)]
Shut a warning.

16 years agoShut a warning.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 06:49:24 +0000 (23:49 -0700)]
Shut a warning.

16 years agoPreferences: Modify the reset button according to the HIG. remove some warnings.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 06:36:44 +0000 (23:36 -0700)]
Preferences: Modify the reset button according to the HIG. remove some warnings.

16 years agoDisable mkv and taglib and dirac on cygwin.
U-AMBRE\Jean-Baptiste [Thu, 13 Mar 2008 05:58:44 +0000 (22:58 -0700)]
Disable mkv and taglib and dirac on cygwin.

16 years agoDon't use matroska.org.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 03:47:41 +0000 (20:47 -0700)]
Don't use matroska.org.

16 years agoShut a Windows warning.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 03:43:47 +0000 (20:43 -0700)]
Shut a Windows warning.

16 years agoShut a few unused parameters for Windows compiling.
Jean-Baptiste Kempf [Thu, 13 Mar 2008 03:38:54 +0000 (20:38 -0700)]
Shut a few unused parameters for Windows compiling.

16 years agoFix git commit generation
Rafaël Carré [Wed, 12 Mar 2008 23:13:49 +0000 (00:13 +0100)]
Fix git commit generation

Not everybody builds VLC from the source tree
besides that the shell code was wrong : the return value of a pipe is the one of the LAST command in the pipe.

16 years agoFix crash when (access_t*)->pf_control is NULL
Rafaël Carré [Wed, 12 Mar 2008 23:05:27 +0000 (00:05 +0100)]
Fix crash when (access_t*)->pf_control is NULL

This was triggered by DBus module using access2_Control

16 years agoRemove trailing whitespace.
Jean-Paul Saman [Wed, 12 Mar 2008 22:52:37 +0000 (23:52 +0100)]
Remove trailing whitespace.

16 years agoRefactor video_filters in modules/stream_out/transcode.c by abstracting common code...
Jean-Paul Saman [Wed, 12 Mar 2008 22:48:41 +0000 (23:48 +0100)]
Refactor video_filters in modules/stream_out/transcode.c by abstracting common code into 2 new functiosn transcode_video_filter_new() and transcode_video_filter_close().

16 years agoSmall indentation fix.
Jean-Paul Saman [Wed, 12 Mar 2008 21:49:44 +0000 (22:49 +0100)]
Small indentation fix.

16 years agoFix compiler warning about unused variables.
Jean-Paul Saman [Tue, 11 Mar 2008 14:52:01 +0000 (15:52 +0100)]
Fix compiler warning about unused variables.

16 years agoFix regression on zvbi.c introduced by recent ffmpeg changes.
Jean-Paul Saman [Tue, 11 Mar 2008 11:42:10 +0000 (12:42 +0100)]
Fix regression on zvbi.c introduced by recent ffmpeg changes.

16 years agoImprovements to syslog logger - by Hans Lambermont
Rafaël Carré [Wed, 12 Mar 2008 22:13:11 +0000 (23:13 +0100)]
Improvements to syslog logger - by Hans Lambermont

- add PID to syslog and use lowercase vlc (conforming to syslog standards)
- add the command-line verbosity control -v[0-2] to html/text/syslog
    logging, such that one can disable f.i. LOG_DEBUG from being offered
    to html/text/syslog completely.
- add the priority to the syslog message

16 years agoChange a description msg
Rafaël Carré [Wed, 12 Mar 2008 20:00:25 +0000 (21:00 +0100)]
Change a description msg

[] cause problems in zsh completion
Changing it to () is easier than fixing zsh completion generator

16 years agoFix zsh completion installer
Rafaël Carré [Wed, 12 Mar 2008 19:59:18 +0000 (20:59 +0100)]
Fix zsh completion installer

Don't use non-standard extensions
Run the script in zsh

16 years agoFix adts packetizer
Rafaël Carré [Wed, 12 Mar 2008 16:29:06 +0000 (17:29 +0100)]
Fix adts packetizer

Get channels information from decoder specific config
Add (commented) useless variables from ADTS header
Detect unsupported configurations and start (commented) support

16 years agoDon't look for svn or git in strange paths, use $PATH
Rafaël Carré [Wed, 12 Mar 2008 16:28:15 +0000 (17:28 +0100)]
Don't look for svn or git in strange paths, use $PATH

16 years agoverify asprintf() return value, fix indentation
Rafaël Carré [Wed, 12 Mar 2008 15:23:26 +0000 (16:23 +0100)]
verify asprintf() return value, fix indentation

16 years agodon't reset the controls when awaking from nib, but when showing our window
Felix Paul Kühne [Wed, 12 Mar 2008 19:35:50 +0000 (20:35 +0100)]
don't reset the controls when awaking from nib, but when showing our window

16 years agoImplemented the hotkey section of the Simple Preferences
Felix Paul Kühne [Wed, 12 Mar 2008 19:25:25 +0000 (20:25 +0100)]
Implemented the hotkey section of the Simple Preferences

plus a bit of code factorisation

Note that saving multi-key combinations will fail right now.

16 years agoThe last but not the least commit about these useless tests.
Rémi Duraffort [Wed, 12 Mar 2008 11:06:29 +0000 (12:06 +0100)]
The last but not the least commit about these useless tests.

16 years agoOne more time removing of some useless tests.
Rémi Duraffort [Wed, 12 Mar 2008 11:02:01 +0000 (12:02 +0100)]
One more time removing of some useless tests.

16 years agoAnother bunch of useless test.
Rémi Duraffort [Wed, 12 Mar 2008 10:54:45 +0000 (11:54 +0100)]
Another bunch of useless test.

16 years agoAnother time "Remove useless test ..."
Rémi Duraffort [Wed, 12 Mar 2008 10:43:57 +0000 (11:43 +0100)]
Another time "Remove useless test ..."

16 years agoRemove useless test before a free().
Rémi Duraffort [Wed, 12 Mar 2008 10:42:46 +0000 (11:42 +0100)]
Remove useless test before a free().

16 years agoFix a stupid compilation warning
Rémi Duraffort [Wed, 12 Mar 2008 10:31:58 +0000 (11:31 +0100)]
Fix a stupid compilation warning

16 years agoForgotten in the previous commit.
Rémi Duraffort [Tue, 11 Mar 2008 23:59:20 +0000 (00:59 +0100)]
Forgotten in the previous commit.

16 years agoAnother time "Remove useless test before a free".
Rémi Duraffort [Tue, 11 Mar 2008 23:58:01 +0000 (00:58 +0100)]
Another time "Remove useless test before a free".

16 years agoOne more "Remove useless test before free"
Rémi Duraffort [Tue, 11 Mar 2008 23:30:25 +0000 (00:30 +0100)]
One more "Remove useless test before free"

16 years agoRemove useless test before freeing something.
Rémi Duraffort [Tue, 11 Mar 2008 23:15:36 +0000 (00:15 +0100)]
Remove useless test before freeing something.

16 years agoFix Makefile.
Jean-Baptiste Kempf [Wed, 12 Mar 2008 06:36:40 +0000 (23:36 -0700)]
Fix Makefile.

16 years agox264 moved to Git.
Jean-Baptiste Kempf [Wed, 12 Mar 2008 06:32:36 +0000 (23:32 -0700)]
x264 moved to Git.
Will remove the legacy tar.gz. If you build the contribs, you need SVN and git.

16 years agoCheck git location.
Jean-Baptiste Kempf [Wed, 12 Mar 2008 06:27:49 +0000 (23:27 -0700)]
Check git location.

16 years agoMove ASA to a VideoLAN site.
Jean-Baptiste Kempf [Wed, 12 Mar 2008 06:24:07 +0000 (23:24 -0700)]
Move ASA to a VideoLAN site.

16 years agoMove configure.sh to configure-mingw.sh
Jean-Baptiste Kempf [Wed, 12 Mar 2008 06:07:12 +0000 (23:07 -0700)]
Move configure.sh to configure-mingw.sh

16 years agoAdd a configure for cygwin!
Jean-Baptiste Kempf [Wed, 12 Mar 2008 06:06:41 +0000 (23:06 -0700)]
Add a configure for cygwin!

16 years agoDon't test for attribute visibility, because it doesn't support it, but it will pass...
Jean-Baptiste Kempf [Wed, 12 Mar 2008 04:51:25 +0000 (21:51 -0700)]
Don't test for attribute visibility, because it doesn't support it, but it will pass the test and fill the warning output with messages.
Profit to s/enable-pp/enable-postproc in the comments.

16 years agoMissing include.
Jean-Baptiste Kempf [Wed, 12 Mar 2008 01:28:01 +0000 (18:28 -0700)]
Missing include.

16 years agoKill a warning in mingww32
Jean-Baptiste Kempf [Wed, 12 Mar 2008 01:22:30 +0000 (18:22 -0700)]
Kill a warning in mingww32

16 years agoInclude fix for Win32
Jean-Baptiste Kempf [Wed, 12 Mar 2008 00:50:18 +0000 (17:50 -0700)]
Include fix for Win32

16 years agoChange int to size_t when needed. Kills a warning.
Jean-Baptiste Kempf [Wed, 12 Mar 2008 00:46:53 +0000 (17:46 -0700)]
Change int to size_t when needed. Kills a warning.

16 years agomacosx: show an end-user visible warning in case that VLC was compiled without the...
Felix Paul Kühne [Tue, 11 Mar 2008 22:27:53 +0000 (23:27 +0100)]
macosx: show an end-user visible warning in case that VLC was compiled without the update checker

16 years agoUse VLC_ENOMEM instead of VLC_EGENERIC.
Rémi Duraffort [Tue, 11 Mar 2008 22:12:56 +0000 (23:12 +0100)]
Use VLC_ENOMEM instead of VLC_EGENERIC.

16 years agoRemove useless test before a free()
Rémi Duraffort [Tue, 11 Mar 2008 21:55:34 +0000 (22:55 +0100)]
Remove useless test before a free()

16 years agoAnother time : remove useless test before free().
Rémi Duraffort [Tue, 11 Mar 2008 21:45:04 +0000 (22:45 +0100)]
Another time : remove useless test before free().

16 years agoRemove useless test before a free (again).
Rémi Duraffort [Tue, 11 Mar 2008 21:26:54 +0000 (22:26 +0100)]
Remove useless test before a free (again).

16 years agoRemove useless test before a free.
Rémi Duraffort [Tue, 11 Mar 2008 21:18:20 +0000 (22:18 +0100)]
Remove useless test before a free.
if( bla ) free( bla ); => free( bla );

16 years agoCheck malloc return value.
Rémi Duraffort [Tue, 11 Mar 2008 19:42:28 +0000 (20:42 +0100)]
Check malloc return value.