]> git.sesse.net Git - vlc/log
vlc
18 years ago* Fix the duration of the dvdread module. refs #198.
Derk-Jan Hartman [Sat, 11 Feb 2006 01:37:30 +0000 (01:37 +0000)]
* Fix the duration of the dvdread module. refs #198.
  Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.

The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.

18 years agoDon't invalidate selection on item change (Refs:#477)
Clément Stenac [Sat, 11 Feb 2006 00:07:40 +0000 (00:07 +0000)]
Don't invalidate selection on item change (Refs:#477)

18 years ago* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
Derk-Jan Hartman [Sat, 11 Feb 2006 00:01:55 +0000 (00:01 +0000)]
* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
* Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.

18 years agoFix playtree deletion
Clément Stenac [Fri, 10 Feb 2006 23:39:53 +0000 (23:39 +0000)]
Fix playtree deletion
Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.

18 years agoRevert brocken commit [14215]
Christophe Mutricy [Fri, 10 Feb 2006 22:56:32 +0000 (22:56 +0000)]
Revert brocken commit [14215]

18 years agoUnbreack distcheck. First step
Christophe Mutricy [Fri, 10 Feb 2006 22:24:20 +0000 (22:24 +0000)]
Unbreack distcheck. First step

18 years ago* Fix issues with the deinterlace filter that was using the source picture pitch...
Derk-Jan Hartman [Fri, 10 Feb 2006 22:03:34 +0000 (22:03 +0000)]
* Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.

18 years ago* fprintf -> msg_Dbg
Derk-Jan Hartman [Fri, 10 Feb 2006 21:46:17 +0000 (21:46 +0000)]
* fprintf -> msg_Dbg

18 years agoDisable broken stuff (Refs:#459)
Clément Stenac [Fri, 10 Feb 2006 21:14:12 +0000 (21:14 +0000)]
Disable broken stuff (Refs:#459)

18 years ago* clean up (mostly replacements of nestings of stringByAppendingString by stringWithF...
Felix Paul Kühne [Fri, 10 Feb 2006 19:56:59 +0000 (19:56 +0000)]
* clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
* removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.

18 years agoFix breakage of other RTSP clients
Jean-Paul Saman [Fri, 10 Feb 2006 19:53:09 +0000 (19:53 +0000)]
Fix breakage of other RTSP clients

18 years agoUse correct Transport answer
Jean-Paul Saman [Fri, 10 Feb 2006 17:24:25 +0000 (17:24 +0000)]
Use correct Transport answer

18 years agoconfigure.ac: Test glide even when the user specify it
Christophe Mutricy [Fri, 10 Feb 2006 17:24:14 +0000 (17:24 +0000)]
configure.ac: Test glide even when the user specify it

18 years ago- Use OS default TTL when not overriden
Rémi Denis-Courmont [Fri, 10 Feb 2006 16:46:07 +0000 (16:46 +0000)]
- Use OS default TTL when not overriden
- Clean up
(refs #404)

18 years agoDon't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
Rémi Denis-Courmont [Fri, 10 Feb 2006 16:34:41 +0000 (16:34 +0000)]
Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow

18 years agoAdd esd and arts to the AOUT_PLUGINS define. If this break everything i'll
Antoine Cellerier [Fri, 10 Feb 2006 16:30:20 +0000 (16:30 +0000)]
Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
have to remove it... but i doubt it.

18 years agogcc 4.1 compile fix from marvin24 # gmx.de
Rémi Denis-Courmont [Fri, 10 Feb 2006 16:25:57 +0000 (16:25 +0000)]
gcc 4.1 compile fix from marvin24 # gmx.de

18 years agomodules/misc/rtsp.c: implement support for raw udp transport for muxed streams
Sigmund Augdal Helberg [Fri, 10 Feb 2006 15:05:45 +0000 (15:05 +0000)]
modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
also replaces x-playnow hack with a slightly less ugly hack

vlc vod server can now serve about 5 seconds of video to amino stbs

18 years agoAlso add support for x-playNow in RtspCallback.
Jean-Paul Saman [Fri, 10 Feb 2006 14:51:10 +0000 (14:51 +0000)]
Also add support for x-playNow in RtspCallback.

18 years agosanity check
Jean-Paul Saman [Fri, 10 Feb 2006 14:44:19 +0000 (14:44 +0000)]
sanity check

18 years agoIndentation and coding style fixes
Jean-Paul Saman [Fri, 10 Feb 2006 14:43:05 +0000 (14:43 +0000)]
Indentation and coding style fixes

18 years agoRespond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
Jean-Paul Saman [Fri, 10 Feb 2006 13:51:11 +0000 (13:51 +0000)]
Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.

18 years ago* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
Derk-Jan Hartman [Fri, 10 Feb 2006 12:58:55 +0000 (12:58 +0000)]
* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.

18 years ago* Fix the QT video decoder. refs #345
Derk-Jan Hartman [Fri, 10 Feb 2006 02:53:57 +0000 (02:53 +0000)]
* Fix the QT video decoder. refs #345

18 years agoRemove debug.
Christophe Mutricy [Thu, 9 Feb 2006 12:31:17 +0000 (12:31 +0000)]
Remove debug.

18 years agoCheck for AF_INET6 all the time
Rémi Denis-Courmont [Thu, 9 Feb 2006 12:06:02 +0000 (12:06 +0000)]
Check for AF_INET6 all the time

18 years agoAdd comment about the fact that lines begining with a # are comments in the
Antoine Cellerier [Wed, 8 Feb 2006 16:26:56 +0000 (16:26 +0000)]
Add comment about the fact that lines begining with a # are comments in the
vlcrc file. This might seem obvious, but many people on the forums don't
seem to understand that.

18 years agoaccess_output/udp.c: Attach the writer thread. Fixes missing headers.
Sigmund Augdal Helberg [Wed, 8 Feb 2006 10:39:33 +0000 (10:39 +0000)]
access_output/udp.c: Attach the writer thread. Fixes missing headers.

18 years agoFix message advice (use description.widgets instead of only description)
Jérome Decoodt [Wed, 8 Feb 2006 10:33:46 +0000 (10:33 +0000)]
Fix message advice (use description.widgets instead of only description)

18 years agoTypo.
Christophe Mutricy [Tue, 7 Feb 2006 23:03:45 +0000 (23:03 +0000)]
Typo.

18 years ago* get/set/toggle fullscreen
Clément Stenac [Tue, 7 Feb 2006 21:08:32 +0000 (21:08 +0000)]
* get/set/toggle fullscreen
* Fix a bug in playlist_play

(Refs:#457)

18 years agoaccess_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
Sigmund Augdal Helberg [Tue, 7 Feb 2006 20:41:17 +0000 (20:41 +0000)]
access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot

18 years agolooks like this was retrocommited :)
Antoine Cellerier [Tue, 7 Feb 2006 17:08:18 +0000 (17:08 +0000)]
looks like this was retrocommited :)

18 years agoAll CRLF fixes
Rémi Denis-Courmont [Tue, 7 Feb 2006 16:37:40 +0000 (16:37 +0000)]
All CRLF fixes

18 years agoSet EOL style to avoid further CRLF issues
Rémi Denis-Courmont [Tue, 7 Feb 2006 16:24:30 +0000 (16:24 +0000)]
Set EOL style to avoid further CRLF issues

18 years ago* Fix win32 text renderer.
Derk-Jan Hartman [Tue, 7 Feb 2006 16:07:58 +0000 (16:07 +0000)]
* Fix win32 text renderer.

18 years ago* Introduced a new text_style_t
Derk-Jan Hartman [Tue, 7 Feb 2006 15:18:06 +0000 (15:18 +0000)]
* Introduced a new text_style_t
* basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
* changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
* changes to modules to support text_style_t instead of the old sub options.
* Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.

refs #82

not supported are style runs (styles on substrings).

18 years ago* dos2unix of vlc_osd.h
Derk-Jan Hartman [Tue, 7 Feb 2006 15:09:21 +0000 (15:09 +0000)]
* dos2unix of vlc_osd.h

18 years agominor corrections
Rocky Bernstein [Mon, 6 Feb 2006 15:30:30 +0000 (15:30 +0000)]
minor corrections

18 years agoRevise. perhaps a little more detail too.
Rocky Bernstein [Mon, 6 Feb 2006 12:41:12 +0000 (12:41 +0000)]
Revise. perhaps a little more detail too.

18 years agoRemove useless lines (which came from a missunderstanding of how it worked)
Antoine Cellerier [Mon, 6 Feb 2006 12:07:40 +0000 (12:07 +0000)]
Remove useless lines (which came from a missunderstanding of how it worked)

18 years agosout-standard-url is deprecated
Antoine Cellerier [Sun, 5 Feb 2006 22:14:00 +0000 (22:14 +0000)]
sout-standard-url is deprecated

18 years agosout-standard-url is deprecated
Antoine Cellerier [Sun, 5 Feb 2006 22:02:12 +0000 (22:02 +0000)]
sout-standard-url is deprecated

18 years agoDeprecated options handling
Antoine Cellerier [Sun, 5 Feb 2006 22:01:23 +0000 (22:01 +0000)]
Deprecated options handling

18 years agoFixes subtitles detection from within folders with non-ASCII names when the local...
Rémi Denis-Courmont [Sun, 5 Feb 2006 20:52:29 +0000 (20:52 +0000)]
Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)

18 years agoShow sliders for stream with no time info but position info (Closes:#484)
Clément Stenac [Sun, 5 Feb 2006 13:38:05 +0000 (13:38 +0000)]
Show sliders for stream with no time info but position info (Closes:#484)

18 years ago* Added YVYU blending and fixed UYVY blending.
Derk-Jan Hartman [Sun, 5 Feb 2006 12:47:47 +0000 (12:47 +0000)]
* Added YVYU blending and fixed UYVY blending.

18 years ago* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
Derk-Jan Hartman [Sun, 5 Feb 2006 12:43:38 +0000 (12:43 +0000)]
* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)

18 years agoAdd a "Close" button to the errors window and fix the "Stop showing errors" string
Clément Stenac [Sun, 5 Feb 2006 11:09:13 +0000 (11:09 +0000)]
Add a "Close" button to the errors window and fix the "Stop showing errors" string

18 years agoSome WX VLM dialog improvements
Clément Stenac [Sun, 5 Feb 2006 11:05:21 +0000 (11:05 +0000)]
Some WX VLM dialog improvements

18 years ago* Hopefully added UYVY blending for YUVA and YUVP. (Untested)
Derk-Jan Hartman [Sat, 4 Feb 2006 23:46:28 +0000 (23:46 +0000)]
* Hopefully added UYVY blending for YUVA and YUVP. (Untested)

18 years agoInclude the bitmaps in tarball
Christophe Mutricy [Sat, 4 Feb 2006 23:26:40 +0000 (23:26 +0000)]
Include the bitmaps in tarball

18 years agoBetter fix
Clément Stenac [Sat, 4 Feb 2006 22:57:01 +0000 (22:57 +0000)]
Better fix

18 years ago* Use UYVY fourcc instead of Y422, since i believe it's more common.
Derk-Jan Hartman [Sat, 4 Feb 2006 22:56:34 +0000 (22:56 +0000)]
* Use UYVY fourcc instead of Y422, since i believe it's more common.

18 years agodisplay downloaded size / total size when downloading
Antoine Cellerier [Sat, 4 Feb 2006 22:53:09 +0000 (22:53 +0000)]
display downloaded size / total size when downloading
The download specific functions should maybe be exported (i don't know if
other modules would need to download files to disk)

18 years agoprevent some more segfaults.
Antoine Cellerier [Sat, 4 Feb 2006 22:34:40 +0000 (22:34 +0000)]
prevent some more segfaults.

zorglub: could you have a look ? this solution doesn't seem right to
me because we "loose" some of the calls to the interaction system if
they're sent at the wrong moment.

18 years agoRemove C++ism to please gcc2.95 and BeOS
Christophe Mutricy [Sat, 4 Feb 2006 19:54:37 +0000 (19:54 +0000)]
Remove C++ism to please gcc2.95 and BeOS

18 years agoWeed some dead code
Jean-Paul Saman [Sat, 4 Feb 2006 19:48:38 +0000 (19:48 +0000)]
Weed some dead code

18 years agoDon't fail with no-debug
Clément Stenac [Sat, 4 Feb 2006 19:28:20 +0000 (19:28 +0000)]
Don't fail with no-debug

18 years agofprintf die die
Jean-Paul Saman [Sat, 4 Feb 2006 18:16:13 +0000 (18:16 +0000)]
fprintf die die

18 years agoMemleak
Clément Stenac [Sat, 4 Feb 2006 17:08:44 +0000 (17:08 +0000)]
Memleak

18 years agoValgrind errors suppression file
Clément Stenac [Sat, 4 Feb 2006 17:05:14 +0000 (17:05 +0000)]
Valgrind errors suppression file

18 years agoMissing file
Clément Stenac [Sat, 4 Feb 2006 17:03:40 +0000 (17:03 +0000)]
Missing file

18 years agoStop using strings to index stats, use integers. The list is not sorted yet, though
Clément Stenac [Sat, 4 Feb 2006 16:26:23 +0000 (16:26 +0000)]
Stop using strings to index stats, use integers. The list is not sorted yet, though

18 years agoFix memleak
Clément Stenac [Sat, 4 Feb 2006 15:28:36 +0000 (15:28 +0000)]
Fix memleak

18 years agoFix stupid bug
Clément Stenac [Sat, 4 Feb 2006 13:56:07 +0000 (13:56 +0000)]
Fix stupid bug

18 years agoDon't read uninitialized values
Clément Stenac [Sat, 4 Feb 2006 12:50:41 +0000 (12:50 +0000)]
Don't read uninitialized values

18 years ago* Avoid useless stats_Get calls
Clément Stenac [Sat, 4 Feb 2006 11:04:42 +0000 (11:04 +0000)]
* Avoid useless stats_Get calls
* Reduce vlc_object_find calls

18 years agoDon't check the full string
Clément Stenac [Sat, 4 Feb 2006 09:24:50 +0000 (09:24 +0000)]
Don't check the full string

18 years agoAccessOutWrite is called very often, especially for TS. Don't store stats on each...
Clément Stenac [Sat, 4 Feb 2006 00:08:50 +0000 (00:08 +0000)]
AccessOutWrite is called very often, especially for TS. Don't store stats on each call

18 years agoUse a hash for stats. Not finished
Clément Stenac [Fri, 3 Feb 2006 23:52:45 +0000 (23:52 +0000)]
Use a hash for stats. Not finished

18 years agoPlay and add (Refs:#457)
Clément Stenac [Fri, 3 Feb 2006 19:53:47 +0000 (19:53 +0000)]
Play and add (Refs:#457)

18 years agolinux_dvb.c: initialize a variable
Sigmund Augdal Helberg [Fri, 3 Feb 2006 15:10:12 +0000 (15:10 +0000)]
linux_dvb.c: initialize a variable

18 years agofix --no-stats in a few cases (there are more remaining)
Sigmund Augdal Helberg [Fri, 3 Feb 2006 14:07:41 +0000 (14:07 +0000)]
fix --no-stats in a few cases (there are more remaining)

18 years agoRun update-po due to the new upnp files.
Christophe Mutricy [Fri, 3 Feb 2006 09:54:22 +0000 (09:54 +0000)]
Run update-po due to the new upnp files.

18 years agoSeems that the widget return the path in local encoding
Christophe Mutricy [Fri, 3 Feb 2006 00:13:11 +0000 (00:13 +0000)]
Seems that the widget return the path in local encoding

18 years agofix download (it didn't download the last (file size)%(1<<10) bytes)
Antoine Cellerier [Thu, 2 Feb 2006 23:54:03 +0000 (23:54 +0000)]
fix download (it didn't download the last (file size)%(1<<10) bytes)

18 years agoupdate Doxyfile using "doxygen -u"
Antoine Cellerier [Thu, 2 Feb 2006 23:35:12 +0000 (23:35 +0000)]
update Doxyfile using "doxygen -u"

18 years agoinclude/* : fix doxygen comments
Antoine Cellerier [Thu, 2 Feb 2006 23:31:42 +0000 (23:31 +0000)]
include/* : fix doxygen comments
modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up

18 years agouse VLC threads instead of wxWidgets threads.
Antoine Cellerier [Thu, 2 Feb 2006 23:04:59 +0000 (23:04 +0000)]
use VLC threads instead of wxWidgets threads.
(i just had to find the suxor thread exemple in video_output.c :p )

18 years agolets hope that this fixes the win32 build
Antoine Cellerier [Thu, 2 Feb 2006 19:00:08 +0000 (19:00 +0000)]
lets hope that this fixes the win32 build

18 years agoFix misplaced include (triggered error on win32 build only ... weird)
Antoine Cellerier [Thu, 2 Feb 2006 18:06:20 +0000 (18:06 +0000)]
Fix misplaced include (triggered error on win32 build only ... weird)

18 years agoremove old uneeded #include
Antoine Cellerier [Thu, 2 Feb 2006 17:44:07 +0000 (17:44 +0000)]
remove old uneeded #include

18 years agosrc/*, include/* : update core functions. (Should make it relatively easy
Antoine Cellerier [Thu, 2 Feb 2006 17:29:06 +0000 (17:29 +0000)]
src/*, include/* : update core functions. (Should make it relatively easy
                   to use in interfaces)
                   The downloadable plugins part still needs some work.

modules/control/rc.c : add function to query updates (mainly used for testing)

modules/gui/wxwidgets/* : update pannel.

18 years agoMake sure that the progress bar dialog exists before updating its status.
Antoine Cellerier [Thu, 2 Feb 2006 16:36:48 +0000 (16:36 +0000)]
Make sure that the progress bar dialog exists before updating its status.

18 years agoes_out.c: fixed a slight memleak in "now playing" handling.
Sigmund Augdal Helberg [Thu, 2 Feb 2006 11:59:15 +0000 (11:59 +0000)]
es_out.c: fixed a slight memleak in "now playing" handling.
This one is slightly dangerous as it can happen over and over again during
normal operation.

18 years agoAdd libupnp-based UPnP discovery from Christian Henz
Rémi Denis-Courmont [Thu, 2 Feb 2006 10:59:17 +0000 (10:59 +0000)]
Add libupnp-based UPnP discovery from Christian Henz
with proper configure checks

18 years ago* Forgot to add the path seperator. truly fixes the bug. refs #463
Derk-Jan Hartman [Thu, 2 Feb 2006 03:22:52 +0000 (03:22 +0000)]
* Forgot to add the path seperator. truly fixes the bug. refs #463

18 years ago* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
Derk-Jan Hartman [Thu, 2 Feb 2006 02:44:31 +0000 (02:44 +0000)]
* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515

18 years ago* If input file in current dir specified, then retrieve CWD when we try to look for...
Derk-Jan Hartman [Wed, 1 Feb 2006 20:51:18 +0000 (20:51 +0000)]
* If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
* When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528

18 years agoFixed a memleak
Jean-Paul Saman [Wed, 1 Feb 2006 20:24:23 +0000 (20:24 +0000)]
Fixed a memleak

18 years agoDon't use weird MAC charset
Rémi Denis-Courmont [Wed, 1 Feb 2006 20:04:09 +0000 (20:04 +0000)]
Don't use weird MAC charset

18 years agoOne more
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:52:29 +0000 (19:52 +0000)]
One more

18 years agosvn:ignore built doc
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:49:08 +0000 (19:49 +0000)]
svn:ignore built doc

18 years agoSame as previous commit
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:47:14 +0000 (19:47 +0000)]
Same as previous commit

18 years agoUniformize developer doc encoding
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:44:56 +0000 (19:44 +0000)]
Uniformize developer doc encoding

18 years agoAdditionnal conversions
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:40:01 +0000 (19:40 +0000)]
Additionnal conversions

18 years agoFrench -> English
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:32:40 +0000 (19:32 +0000)]
French -> English

18 years agosvn:ignore built skins
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:21:41 +0000 (19:21 +0000)]
svn:ignore built skins

18 years agoMore UTF8ication
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:20:17 +0000 (19:20 +0000)]
More UTF8ication