]> git.sesse.net Git - vlc/log
vlc
17 years agoUpdate slovenian translation
Rafaël Carré [Sat, 11 Nov 2006 15:20:09 +0000 (15:20 +0000)]
Update slovenian translation

17 years agoadded a color threshold filter that can make effects similar to "the
Sigmund Augdal Helberg [Sat, 11 Nov 2006 13:33:43 +0000 (13:33 +0000)]
added a color threshold filter that can make effects similar to "the
yellow guy" in sin city or the red dressed girl in the beginning of
schindlers list

17 years agoDon't build Win32 code on Linux !
Rémi Denis-Courmont [Sat, 11 Nov 2006 12:52:49 +0000 (12:52 +0000)]
Don't build Win32 code on Linux !

17 years agoHmm oups
Rémi Denis-Courmont [Sat, 11 Nov 2006 12:48:49 +0000 (12:48 +0000)]
Hmm oups

17 years agoSplit the media control API from libvlc.so to libvlc-control.so
Rémi Denis-Courmont [Sat, 11 Nov 2006 12:30:16 +0000 (12:30 +0000)]
Split the media control API from libvlc.so to libvlc-control.so
The libvlc.so ABI is still way too unstable IMHO.

This commit will probably break havoc in bindings in the short term,
but hey, this is the unstable branch

17 years agoInline FromUTF16 and use Win32 API
Rémi Denis-Courmont [Sat, 11 Nov 2006 12:15:53 +0000 (12:15 +0000)]
Inline FromUTF16 and use Win32 API
(suppress one more ugly piece of code)

17 years agoFix previous commit
Rémi Denis-Courmont [Sat, 11 Nov 2006 11:48:20 +0000 (11:48 +0000)]
Fix previous commit

17 years agoMark subtitles_Filter as static
Rémi Denis-Courmont [Sat, 11 Nov 2006 11:44:59 +0000 (11:44 +0000)]
Mark subtitles_Filter as static

17 years agoSuppress unused UTF-32 conversion functions
Rémi Denis-Courmont [Sat, 11 Nov 2006 11:37:21 +0000 (11:37 +0000)]
Suppress unused UTF-32 conversion functions

17 years ago(From|To)Locale code factorization
Rémi Denis-Courmont [Sat, 11 Nov 2006 11:27:58 +0000 (11:27 +0000)]
(From|To)Locale code factorization

17 years agoCosmetics: Warn the user about lack of IGMPv3 support in his OS
Marian Durkovic [Sat, 11 Nov 2006 10:04:20 +0000 (10:04 +0000)]
Cosmetics: Warn the user about lack of IGMPv3 support in his OS

17 years agoReally prevent illegal puzzles and prevent some illegal moves.
Antoine Cellerier [Sat, 11 Nov 2006 00:48:03 +0000 (00:48 +0000)]
Really prevent illegal puzzles and prevent some illegal moves.

17 years agoPut video in black slot when puzzle is solved
Antoine Cellerier [Sat, 11 Nov 2006 00:20:30 +0000 (00:20 +0000)]
Put video in black slot when puzzle is solved

17 years agoI'm not sure that this is ok but it definitively prevents impossible to solve puzzles...
Antoine Cellerier [Sat, 11 Nov 2006 00:18:01 +0000 (00:18 +0000)]
I'm not sure that this is ok but it definitively prevents impossible to solve puzzles from being generated here.

17 years agoWoops.
Antoine Cellerier [Fri, 10 Nov 2006 23:58:17 +0000 (23:58 +0000)]
Woops.

17 years agoAdd --puzzle-black-slot option to change puzzle type
Antoine Cellerier [Fri, 10 Nov 2006 23:51:33 +0000 (23:51 +0000)]
Add --puzzle-black-slot option to change puzzle type

17 years agoFix warnings
Rémi Denis-Courmont [Fri, 10 Nov 2006 22:15:27 +0000 (22:15 +0000)]
Fix warnings

17 years agoMissing #include
Rémi Denis-Courmont [Fri, 10 Nov 2006 22:14:24 +0000 (22:14 +0000)]
Missing #include

17 years agoHide vlc_fix_readdir_charset. It is now integrated in the UTF-8 wrappers.
Rémi Denis-Courmont [Fri, 10 Nov 2006 22:11:55 +0000 (22:11 +0000)]
Hide vlc_fix_readdir_charset. It is now integrated in the UTF-8 wrappers.
Though there is not an useless lock and iconv handler
in the Darwin specific stuff.

17 years agoFix double free in previous commit
Rémi Denis-Courmont [Fri, 10 Nov 2006 22:09:51 +0000 (22:09 +0000)]
Fix double free in previous commit

17 years agoRemove last redumdant vlc_fix_readdir_charset
Rémi Denis-Courmont [Fri, 10 Nov 2006 22:07:52 +0000 (22:07 +0000)]
Remove last redumdant vlc_fix_readdir_charset

17 years agoDon't use Apple readdir fix twice
Rémi Denis-Courmont [Fri, 10 Nov 2006 22:00:36 +0000 (22:00 +0000)]
Don't use Apple readdir fix twice

17 years agoTypo
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:59:21 +0000 (21:59 +0000)]
Typo

17 years agoFix vlm pause
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:53:26 +0000 (21:53 +0000)]
Fix vlm pause

17 years agoFix error return value of utf8_open
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:51:35 +0000 (21:51 +0000)]
Fix error return value of utf8_open

17 years agoUse free() instead of LocaleFree() for utf8_readdir() result
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:50:39 +0000 (21:50 +0000)]
Use free() instead of LocaleFree() for utf8_readdir() result

17 years agoFix leak
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:42:46 +0000 (21:42 +0000)]
Fix leak

17 years agoDon't rely on an object in fix_readdir_charset
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:35:08 +0000 (21:35 +0000)]
Don't rely on an object in fix_readdir_charset

17 years agoAdd more debug
Rémi Denis-Courmont [Fri, 10 Nov 2006 21:07:57 +0000 (21:07 +0000)]
Add more debug

17 years agoPuzzle vout filter. (vlc --vout-filter puzzle <your favorite disney cartoon>)
Antoine Cellerier [Fri, 10 Nov 2006 20:59:15 +0000 (20:59 +0000)]
Puzzle vout filter. (vlc --vout-filter puzzle <your favorite disney cartoon>)

17 years agoSwitch the directory to the UTF-8 wrappers
Rémi Denis-Courmont [Fri, 10 Nov 2006 20:56:10 +0000 (20:56 +0000)]
Switch the directory to the UTF-8 wrappers

17 years agoCosmetic changes
Rémi Denis-Courmont [Fri, 10 Nov 2006 20:50:34 +0000 (20:50 +0000)]
Cosmetic changes

17 years agoEver const
Rémi Denis-Courmont [Fri, 10 Nov 2006 20:45:26 +0000 (20:45 +0000)]
Ever const

17 years agoForgot this file while forwarding ffmpeg fixes
Rémi Denis-Courmont [Fri, 10 Nov 2006 20:16:47 +0000 (20:16 +0000)]
Forgot this file while forwarding ffmpeg fixes

17 years agoCode factorization and some warning fixes
Rémi Denis-Courmont [Fri, 10 Nov 2006 20:10:23 +0000 (20:10 +0000)]
Code factorization and some warning fixes

17 years agoPartial forward port of thedj's [17597]:
Rémi Denis-Courmont [Fri, 10 Nov 2006 18:06:45 +0000 (18:06 +0000)]
Partial forward port of thedj's [17597]:
 * Fix avformat demux IOSeek. Should improve playback of some flv's
 * Improve avformat demux SET_POSITION.

17 years agoSuppress sap-source-filter and compute The Right Value(tm) automatically
Rémi Denis-Courmont [Fri, 10 Nov 2006 17:40:03 +0000 (17:40 +0000)]
Suppress sap-source-filter and compute The Right Value(tm) automatically
-- Cette ligne, et les suivantes ci-dessous, seront ignorées--

M    src/libvlc.h
M    src/stream_output/sap.c

17 years agoSupport for disabling SDP source-filter in SAP announces
Rémi Denis-Courmont [Fri, 10 Nov 2006 16:30:38 +0000 (16:30 +0000)]
Support for disabling SDP source-filter in SAP announces

17 years agoRemove msecseek command. Now seek works differently depending on the argument:
Antoine Cellerier [Fri, 10 Nov 2006 01:03:23 +0000 (01:03 +0000)]
Remove msecseek command. Now seek works differently depending on the argument:
control media seek 10   -> seek to position 10% (previous behavior)
control media seek +10  -> seek 10% forward
control media seed -10  -> seek 10% backwards
control media seek 10s  -> seek to position 10s (works with +- too)
control media seek 10ms -> seel to position 10ms (works with +- too)

17 years agoAdd msecseek command in VLM to seek to a position given in milliseconds. Patch by...
Antoine Cellerier [Fri, 10 Nov 2006 00:28:15 +0000 (00:28 +0000)]
Add msecseek command in VLM to seek to a position given in milliseconds. Patch by Igor Helman ( http://forum.videolan.org/viewtopic.php?t=27989 )
+ misc variables handling changes by me

17 years agoReturn syntax error message when issuing invalid instance specific control command...
Antoine Cellerier [Fri, 10 Nov 2006 00:08:16 +0000 (00:08 +0000)]
Return syntax error message when issuing invalid instance specific control command in VLM. ("control test thisisaninstanceid play" is valid, "control test thisisaninstanceid asdqsd" isn't).

17 years agodon't count more than argc
Filippo Carone [Thu, 9 Nov 2006 21:40:46 +0000 (21:40 +0000)]
don't count more than argc

17 years agoDon't show visualizations selector (unused).
Clément Stenac [Thu, 9 Nov 2006 21:08:11 +0000 (21:08 +0000)]
Don't show visualizations selector (unused).
A bit of cleanup in simple prefs

17 years agoHandle seeking with best effort in dump filter
Rémi Denis-Courmont [Thu, 9 Nov 2006 20:17:17 +0000 (20:17 +0000)]
Handle seeking with best effort in dump filter
instead of aborting

17 years ago* wxwidgets: revert go-where-you-click slider changes from [15391] and [15393] as...
Dennis van Amerongen [Thu, 9 Nov 2006 20:07:25 +0000 (20:07 +0000)]
* wxwidgets: revert go-where-you-click slider changes from [15391] and [15393] as it wasn't optimal (more accurate at the middle and not so much towards the beginning or end) and this also prevented proper slider select and drag usage.

17 years agobetter args handling
Filippo Carone [Thu, 9 Nov 2006 19:22:26 +0000 (19:22 +0000)]
better args handling

17 years agoinclude errno.h in dump.c
Filippo Carone [Thu, 9 Nov 2006 19:21:38 +0000 (19:21 +0000)]
include errno.h in dump.c

17 years agoFix IPv4 multicast subscription
Rémi Denis-Courmont [Thu, 9 Nov 2006 18:27:43 +0000 (18:27 +0000)]
Fix IPv4 multicast subscription

17 years agoYou can't find the root object, so don't try to mess up with it
Rémi Denis-Courmont [Thu, 9 Nov 2006 18:08:36 +0000 (18:08 +0000)]
You can't find the root object, so don't try to mess up with it

17 years agoAdd a bug. Fix compilation on Win32.
Rémi Denis-Courmont [Thu, 9 Nov 2006 18:06:21 +0000 (18:06 +0000)]
Add a bug. Fix compilation on Win32.

17 years agoFix TTL in c= line
Rémi Denis-Courmont [Thu, 9 Nov 2006 18:01:51 +0000 (18:01 +0000)]
Fix TTL in c= line

17 years ago- Do not attach libvlc to the global data
Rémi Denis-Courmont [Thu, 9 Nov 2006 17:55:58 +0000 (17:55 +0000)]
- Do not attach libvlc to the global data
  to avoid crashes in the messaging system (global data has no libvlc pointer)
- Rename ROOT to GLOBAL to avoid confusion (the root is LIBVLC, not GLOBAL)

17 years agoCosmetic fix
Rémi Denis-Courmont [Thu, 9 Nov 2006 17:24:10 +0000 (17:24 +0000)]
Cosmetic fix

17 years agoMissing(?) header
Rémi Denis-Courmont [Thu, 9 Nov 2006 17:10:38 +0000 (17:10 +0000)]
Missing(?) header

17 years agoAvoid dummy error messages
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:44:34 +0000 (16:44 +0000)]
Avoid dummy error messages

17 years agoFully initialize p_session
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:41:04 +0000 (16:41 +0000)]
Fully initialize p_session

17 years agoFix address in source-filter - fixes #804
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:25:58 +0000 (16:25 +0000)]
Fix address in source-filter - fixes #804

17 years agoHow to remove ~200 lines of code
Rémi Denis-Courmont [Thu, 9 Nov 2006 16:02:15 +0000 (16:02 +0000)]
How to remove ~200 lines of code

17 years ago * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().
Christophe Massiot [Thu, 9 Nov 2006 15:55:36 +0000 (15:55 +0000)]
 * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().

17 years agoSuppress copy-cat code (more to come)
Rémi Denis-Courmont [Thu, 9 Nov 2006 15:53:34 +0000 (15:53 +0000)]
Suppress copy-cat code (more to come)

17 years ago- Remove the rc-force option, and do the same automatically
Rémi Denis-Courmont [Thu, 9 Nov 2006 15:48:44 +0000 (15:48 +0000)]
- Remove the rc-force option, and do the same automatically
- Remove some cruft

17 years agoOf course localetime_r has to have another name on Windows.
Rémi Denis-Courmont [Thu, 9 Nov 2006 15:43:02 +0000 (15:43 +0000)]
Of course localetime_r has to have another name on Windows.
(And go fix your libc if this does not work for you.)

17 years ago * modules/stream_out/autodel.c: New autodel module to work-around a memory
Christophe Massiot [Thu, 9 Nov 2006 15:13:13 +0000 (15:13 +0000)]
 * modules/stream_out/autodel.c: New autodel module to work-around a memory
   leak in the TS mux which is triggered when the input PCR packets
   disappear from the stream without disappearing from the PMT (happens
   on the satellite when the video suddenly gets scrambled). Insert it in
   the sout pipeline : --sout="#autodel:std{...}".

17 years ago* don't mix old and new pl API
Felix Paul Kühne [Thu, 9 Nov 2006 14:17:25 +0000 (14:17 +0000)]
* don't mix old and new pl API

17 years ago* added an option to disable auto-playback of newly added items
Felix Paul Kühne [Thu, 9 Nov 2006 14:17:03 +0000 (14:17 +0000)]
* added an option to disable auto-playback of newly added items

17 years ago* forward-port [17568]
Felix Paul Kühne [Thu, 9 Nov 2006 13:32:45 +0000 (13:32 +0000)]
* forward-port [17568]

17 years agoretry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg a lincor...
Felix Paul Kühne [Thu, 9 Nov 2006 11:39:27 +0000 (11:39 +0000)]
retry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg  a  lincor.com), submitted by Dermot McGahon (dermot  a  dspsrv.com)

17 years ago * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes
Olivier Teulière [Thu, 9 Nov 2006 07:44:26 +0000 (07:44 +0000)]
 * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes

17 years agoreadme update
Filippo Carone [Wed, 8 Nov 2006 21:37:20 +0000 (21:37 +0000)]
readme update

17 years agoAdd dump access filter to save original media to home
Rémi Denis-Courmont [Wed, 8 Nov 2006 21:13:09 +0000 (21:13 +0000)]
Add dump access filter to save original media to home
(could be improved, but basically works)

17 years agoAdd Dump hotkey
Rémi Denis-Courmont [Wed, 8 Nov 2006 21:12:22 +0000 (21:12 +0000)]
Add Dump hotkey

17 years ago* forwardport [17538] : Real RTSP selection fix. refs #821
Derk-Jan Hartman [Wed, 8 Nov 2006 20:34:12 +0000 (20:34 +0000)]
* forwardport [17538] : Real RTSP selection fix. refs #821

17 years ago--disable-libtool not needed anymore to build java bindings
Filippo Carone [Wed, 8 Nov 2006 20:33:07 +0000 (20:33 +0000)]
--disable-libtool not needed anymore to build java bindings

17 years agoUse add_bool where it is adapted
Christophe Mutricy [Wed, 8 Nov 2006 19:59:07 +0000 (19:59 +0000)]
Use add_bool where it is adapted

17 years agoGrammar
Rémi Denis-Courmont [Wed, 8 Nov 2006 19:22:15 +0000 (19:22 +0000)]
Grammar

17 years agoFix var_SetString
Rémi Denis-Courmont [Wed, 8 Nov 2006 16:31:05 +0000 (16:31 +0000)]
Fix var_SetString

17 years agoSome more const and strdup avoidance
Rémi Denis-Courmont [Wed, 8 Nov 2006 16:26:26 +0000 (16:26 +0000)]
Some more const and strdup avoidance

17 years agoConst as usual
Rémi Denis-Courmont [Wed, 8 Nov 2006 16:23:33 +0000 (16:23 +0000)]
Const as usual

17 years agoSome more const
Rémi Denis-Courmont [Wed, 8 Nov 2006 15:53:28 +0000 (15:53 +0000)]
Some more const

17 years ago * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.
Christophe Massiot [Wed, 8 Nov 2006 14:26:06 +0000 (14:26 +0000)]
 * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.

17 years ago * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
Christophe Massiot [Wed, 8 Nov 2006 14:24:54 +0000 (14:24 +0000)]
 * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
   and DTS for field pictures.

17 years ago * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
Christophe Massiot [Wed, 8 Nov 2006 14:21:01 +0000 (14:21 +0000)]
 * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
   and low delay streams.

17 years agoSupport non-ANSI CP characters from command line / click on media file
Marian Durkovic [Wed, 8 Nov 2006 13:37:57 +0000 (13:37 +0000)]
Support non-ANSI CP characters from command line / click on media file

17 years agoFix skins2 Drag&Drop to accept files with non-ANSI CP characters
Marian Durkovic [Wed, 8 Nov 2006 13:29:36 +0000 (13:29 +0000)]
Fix skins2 Drag&Drop to accept files with non-ANSI CP characters

17 years agoFix one instance mode for Win32 in trunk
Marian Durkovic [Wed, 8 Nov 2006 13:21:08 +0000 (13:21 +0000)]
Fix one instance mode for Win32 in trunk

17 years ago* forward-port [17536]
Felix Paul Kühne [Tue, 7 Nov 2006 20:38:53 +0000 (20:38 +0000)]
* forward-port [17536]

17 years ago * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
Christophe Massiot [Tue, 7 Nov 2006 19:57:50 +0000 (19:57 +0000)]
 * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
   --sout-ts-crypt-video options.

17 years ago* memleak if normvol filter cannot be used.
Derk-Jan Hartman [Tue, 7 Nov 2006 15:45:27 +0000 (15:45 +0000)]
* memleak if normvol filter cannot be used.

17 years ago* restore nib targetted for 0.9.0
Felix Paul Kühne [Tue, 7 Nov 2006 10:59:45 +0000 (10:59 +0000)]
* restore nib targetted for 0.9.0

17 years ago* commit the modified nib in the correct rep..
Felix Paul Kühne [Tue, 7 Nov 2006 10:52:08 +0000 (10:52 +0000)]
* commit the modified nib in the correct rep..

17 years agoUse str_format_time and str_format_meta here too. Make sure that we only call these...
Antoine Cellerier [Mon, 6 Nov 2006 21:44:08 +0000 (21:44 +0000)]
Use str_format_time and str_format_meta here too. Make sure that we only call these functions when needed.

17 years agoUse str_format_time and str_format_meta in file output. (these are the %char and...
Antoine Cellerier [Mon, 6 Nov 2006 21:26:46 +0000 (21:26 +0000)]
Use str_format_time and str_format_meta in file output. (these are the %char and $char variables defined in marq help)

17 years agoAllow using format meta stuff in --snapshot-path when defining a filename (see marq...
Antoine Cellerier [Mon, 6 Nov 2006 21:16:58 +0000 (21:16 +0000)]
Allow using format meta stuff in --snapshot-path when defining a filename (see marq help for available variables).

17 years agoCosmetic fix
Rémi Denis-Courmont [Mon, 6 Nov 2006 21:05:11 +0000 (21:05 +0000)]
Cosmetic fix

17 years agoMove string formating functions used in marq to the core.
Antoine Cellerier [Mon, 6 Nov 2006 21:03:33 +0000 (21:03 +0000)]
Move string formating functions used in marq to the core.

17 years agoTab/trailing spaces police
Antoine Cellerier [Mon, 6 Nov 2006 20:05:19 +0000 (20:05 +0000)]
Tab/trailing spaces police

17 years agos/Warm/Warn/
Antoine Cellerier [Mon, 6 Nov 2006 20:00:40 +0000 (20:00 +0000)]
s/Warm/Warn/

17 years agoRevert [17482]. pkgconfig buildsytem is broken on native win32
Christophe Mutricy [Mon, 6 Nov 2006 19:25:12 +0000 (19:25 +0000)]
Revert [17482]. pkgconfig buildsytem is broken on native win32

17 years agoFix export
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:59:01 +0000 (17:59 +0000)]
Fix export

17 years agoAdd a few harmless const
Rémi Denis-Courmont [Mon, 6 Nov 2006 17:58:08 +0000 (17:58 +0000)]
Add a few harmless const