]> git.sesse.net Git - vlc/log
vlc
17 years ago* make vobsubs downloadable from http/ftp etc. closes #567
Derk-Jan Hartman [Wed, 28 Feb 2007 20:05:59 +0000 (20:05 +0000)]
* make vobsubs downloadable from http/ftp etc. closes #567
 - NOTE: this will not work on user/password protected locations.

17 years agoPatch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a
Jean-Paul Saman [Wed, 28 Feb 2007 19:38:02 +0000 (19:38 +0000)]
Patch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a

17 years ago * src/text/iso-639_def.h: Add original audio pseudo-language (reported
Christophe Massiot [Wed, 28 Feb 2007 17:16:42 +0000 (17:16 +0000)]
 * src/text/iso-639_def.h: Add original audio pseudo-language (reported
   by Francesc Pinyol Margalef).

17 years agoMeaningfull typo
Christophe Mutricy [Wed, 28 Feb 2007 16:56:57 +0000 (16:56 +0000)]
Meaningfull typo

17 years agotypo
Rémi Denis-Courmont [Wed, 28 Feb 2007 16:35:19 +0000 (16:35 +0000)]
typo

17 years agoFix POL.*HUP handling: POLLHUP is for writing,
Rémi Denis-Courmont [Wed, 28 Feb 2007 16:23:21 +0000 (16:23 +0000)]
Fix POL.*HUP handling: POLLHUP is for writing,
POLLRDHUP is for reading (and also non-standard)

17 years ago* rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021
Derk-Jan Hartman [Wed, 28 Feb 2007 12:36:15 +0000 (12:36 +0000)]
* rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021

17 years agosap.c: win32 fix for IPv6 local-link zone identifier
Damien Fouilleul [Wed, 28 Feb 2007 12:07:45 +0000 (12:07 +0000)]
sap.c: win32 fix for IPv6 local-link zone identifier

17 years ago* matroska bug. don't use block, in case when it can be ( block || simpleblock)
Derk-Jan Hartman [Wed, 28 Feb 2007 12:07:05 +0000 (12:07 +0000)]
* matroska bug. don't use block, in case when it can be ( block || simpleblock)

17 years agothis was renamed in [19013]
Christophe Mutricy [Tue, 27 Feb 2007 23:43:04 +0000 (23:43 +0000)]
this was renamed in [19013]

17 years ago*.po: Update slovenian and portuguese l10n
Christophe Mutricy [Tue, 27 Feb 2007 23:42:59 +0000 (23:42 +0000)]
*.po: Update slovenian and portuguese l10n
POTFILES.in: some new files, some ones renamed

17 years ago* Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them...
Jean-Baptiste Kempf [Tue, 27 Feb 2007 22:30:36 +0000 (22:30 +0000)]
* Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them still don't work. Why ?

17 years agoFixed wrong type used in mp4 parsing.
Laurent Aimar [Tue, 27 Feb 2007 21:45:41 +0000 (21:45 +0000)]
Fixed wrong type used in mp4 parsing.

17 years ago*Ahem* compile testing is good, but it only works
Rémi Denis-Courmont [Tue, 27 Feb 2007 21:27:06 +0000 (21:27 +0000)]
*Ahem* compile testing is good, but it only works
if I actually look at the result

17 years agoSimplification
Rémi Denis-Courmont [Tue, 27 Feb 2007 21:25:11 +0000 (21:25 +0000)]
Simplification

17 years ago- Support for customizing the checksum coverage
Rémi Denis-Courmont [Tue, 27 Feb 2007 21:15:49 +0000 (21:15 +0000)]
- Support for customizing the checksum coverage
- Make UDP-Lite an option rather than a distinct shortcut

17 years ago* Fix subtitle detection. utf8_stat returns 0 if file is present.
Derk-Jan Hartman [Tue, 27 Feb 2007 20:57:56 +0000 (20:57 +0000)]
* Fix subtitle detection. utf8_stat returns 0 if file is present.
  P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people.

17 years agoDo not assume RTP frequency is that of TS for RTCP
Rémi Denis-Courmont [Tue, 27 Feb 2007 20:43:05 +0000 (20:43 +0000)]
Do not assume RTP frequency is that of TS for RTCP

17 years agoRemoved dead code.
Laurent Aimar [Tue, 27 Feb 2007 20:37:07 +0000 (20:37 +0000)]
Removed dead code.

17 years agoDo not force a default TTL value (the value 1 will be used in SDP only).
Laurent Aimar [Tue, 27 Feb 2007 20:25:52 +0000 (20:25 +0000)]
Do not force a default TTL value (the value 1 will be used in SDP only).

17 years agoIP6 "MUST NOT" have a TTL.
Rémi Denis-Courmont [Tue, 27 Feb 2007 20:17:31 +0000 (20:17 +0000)]
IP6 "MUST NOT" have a TTL.
This will be parsed as an address counter on the receiver,
with disastrous consequences

17 years agoRemoved debug left over.
Laurent Aimar [Tue, 27 Feb 2007 20:07:54 +0000 (20:07 +0000)]
Removed debug left over.

17 years agoAdded vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
Laurent Aimar [Tue, 27 Feb 2007 20:04:01 +0000 (20:04 +0000)]
Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.

17 years agoFixed H264 rtp packetization.
Laurent Aimar [Tue, 27 Feb 2007 20:02:15 +0000 (20:02 +0000)]
Fixed H264 rtp packetization.
Force a TTL value of 1 if not defined instead of refusing to start.
(Any suggestion about a better failsafe value ?)

17 years agoAdded all missing case for "Detection of the first VCL NAL unit of a primary coded...
Laurent Aimar [Tue, 27 Feb 2007 19:39:41 +0000 (19:39 +0000)]
Added all missing case for "Detection of the first VCL NAL unit of a primary coded picture".
Fixed prepend of SPS/PPS per I frame.

17 years agolibvlc-common.c: revert r19040
Damien Fouilleul [Tue, 27 Feb 2007 17:13:16 +0000 (17:13 +0000)]
libvlc-common.c: revert r19040

17 years agoExpatriate myself
Rémi Denis-Courmont [Tue, 27 Feb 2007 17:00:42 +0000 (17:00 +0000)]
Expatriate myself

17 years agoListen to link-local SAP announces too
Rémi Denis-Courmont [Tue, 27 Feb 2007 16:54:38 +0000 (16:54 +0000)]
Listen to link-local SAP announces too

17 years ago* Don't VLC_EXPORT net_Close now that it's a #define
Derk-Jan Hartman [Tue, 27 Feb 2007 16:14:21 +0000 (16:14 +0000)]
* Don't VLC_EXPORT net_Close now that it's a #define
* update vlc_symbols.h

courmisch, can you please check ?

17 years ago- libvlc: make sure that p_static_libvlc always point to the first libvlc instance...
Damien Fouilleul [Tue, 27 Feb 2007 12:16:55 +0000 (12:16 +0000)]
- libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?)

17 years ago- libvlc control: uninitialiazed mutex and variables, was prevent browser plugins...
Damien Fouilleul [Tue, 27 Feb 2007 12:15:52 +0000 (12:15 +0000)]
- libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist

17 years ago* Fix implementation of net_Close. it returns void, not int (like close).
Derk-Jan Hartman [Tue, 27 Feb 2007 01:30:26 +0000 (01:30 +0000)]
* Fix implementation of net_Close. it returns void, not int (like close).

17 years agoLink fix. Proper one this time hopefully
Christophe Mutricy [Mon, 26 Feb 2007 23:14:19 +0000 (23:14 +0000)]
Link fix. Proper one this time hopefully

17 years agoLink fix
Christophe Mutricy [Mon, 26 Feb 2007 22:38:04 +0000 (22:38 +0000)]
Link fix

17 years agoCompile fix for old ffmpeg
Christophe Mutricy [Mon, 26 Feb 2007 22:14:49 +0000 (22:14 +0000)]
Compile fix for old ffmpeg

17 years agoFixed a deadlock between VLM and httpd. (Issue all VLM command
Laurent Aimar [Mon, 26 Feb 2007 19:30:49 +0000 (19:30 +0000)]
Fixed a deadlock between VLM and httpd. (Issue all VLM command
 from the httpd callback in its own thread)

17 years agoForce VLM stream to not use sout-keep.
Laurent Aimar [Mon, 26 Feb 2007 19:27:35 +0000 (19:27 +0000)]
Force VLM stream to not use sout-keep.
Fixed race condition with sout-keep.
Fixed broken sout-keep behaviour (currently active sout can be used
 twice or destroyed..., it might fixed segfaults reported by xxcv))

17 years agoImproved vout_Request when using a vout attached to playlist.
Laurent Aimar [Mon, 26 Feb 2007 19:21:03 +0000 (19:21 +0000)]
Improved vout_Request when using a vout attached to playlist.
(Avoid a possible race condition)

17 years agoAdded missing const qualifier to vod_MediaControl.
Laurent Aimar [Mon, 26 Feb 2007 19:19:18 +0000 (19:19 +0000)]
Added missing const qualifier to vod_MediaControl.
Improved TAB_* protection and added TAB_INIT/CLEAN.

17 years ago-activex: implement _NewEnum property on log.messages collection to allow for "For...
Damien Fouilleul [Mon, 26 Feb 2007 19:15:32 +0000 (19:15 +0000)]
-activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages

17 years agoHarmless typo
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:54:38 +0000 (16:54 +0000)]
Harmless typo

17 years agoSimplify shutdown() portability
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:54:05 +0000 (16:54 +0000)]
Simplify shutdown() portability

17 years agonet_Close() is a one-liner, so inline it
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:42:53 +0000 (16:42 +0000)]
net_Close() is a one-liner, so inline it

17 years agoDo what the previous commit pretended to do
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:38:58 +0000 (16:38 +0000)]
Do what the previous commit pretended to do

17 years agoRemove net_ReadNonBlock(),
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:38:21 +0000 (16:38 +0000)]
Remove net_ReadNonBlock(),
it was merely a slower (and buggier) recv() nowadays.

17 years ago- Fix handling of POLLHUP and POLLNVAL events
Rémi Denis-Courmont [Mon, 26 Feb 2007 15:44:23 +0000 (15:44 +0000)]
- Fix handling of POLLHUP and POLLNVAL events
- Minor optimization for POLLHUP case

17 years agoConfigure: should repair --with-libtwolame-tree detection.
Jean-Baptiste Kempf [Mon, 26 Feb 2007 06:46:16 +0000 (06:46 +0000)]
Configure: should repair --with-libtwolame-tree detection.

17 years agoQt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hidin...
Jean-Baptiste Kempf [Sun, 25 Feb 2007 23:08:25 +0000 (23:08 +0000)]
Qt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hiding for Win32/others for some options.

17 years agoGraa.
Antoine Cellerier [Sun, 25 Feb 2007 22:45:56 +0000 (22:45 +0000)]
Graa.

17 years agoCleaner fix to the "object is not attached" issue with modules loaded from cache
Antoine Cellerier [Sun, 25 Feb 2007 22:44:48 +0000 (22:44 +0000)]
Cleaner fix to the "object is not attached" issue with modules loaded from cache
 which weren't used by VLC. This now adds a new b_used flag to module_cache_t which is set to VLC_TRUE once we know that the cached version of the plugin is usable (and thus gets attached to something). If it's not usable, it wont be attached so we tell ModuleDelete() not to try dettaching it.

17 years agoCompile fix
Christophe Mutricy [Sun, 25 Feb 2007 22:42:49 +0000 (22:42 +0000)]
Compile fix

17 years agoQt4- SImple Prefs: Subtitles and TextTitles.
Jean-Baptiste Kempf [Sun, 25 Feb 2007 21:59:56 +0000 (21:59 +0000)]
Qt4- SImple Prefs: Subtitles and TextTitles.

17 years agoPatch by ILEoo to make the telnet interface work with "telnet" again (on linux)....
Antoine Cellerier [Sun, 25 Feb 2007 19:39:59 +0000 (19:39 +0000)]
Patch by ILEoo to make the telnet interface work with "telnet" again (on linux). Looks ok according to the recv(2) manpage. Please fix if this is flawed.

17 years ago* fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect
Cyril Deguet [Sun, 25 Feb 2007 19:29:21 +0000 (19:29 +0000)]
* fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect
  to avoid a conflict with Carbon API)

17 years agoAdd undocumented play feature to help output.
Antoine Cellerier [Sun, 25 Feb 2007 19:19:36 +0000 (19:19 +0000)]
Add undocumented play feature to help output.

17 years agoFixed segfault when faad reports an unknown channel configuration
Laurent Aimar [Sun, 25 Feb 2007 17:50:12 +0000 (17:50 +0000)]
Fixed segfault when faad reports an unknown channel configuration
(Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/)

17 years agoQt4: Simple_Prefs, adding hotkeys/shortcuts configuration.
Jean-Baptiste Kempf [Sun, 25 Feb 2007 17:17:44 +0000 (17:17 +0000)]
Qt4: Simple_Prefs, adding hotkeys/shortcuts configuration.

17 years agolibvlc_video_get_handle renamed to _get_parent
Filippo Carone [Sun, 25 Feb 2007 17:10:34 +0000 (17:10 +0000)]
libvlc_video_get_handle renamed to _get_parent

17 years agolibvlc_video_get_handle function added
Filippo Carone [Sun, 25 Feb 2007 16:17:40 +0000 (16:17 +0000)]
libvlc_video_get_handle function added

17 years agoFixed rtsp broadcast streaming(sdp=rtsp://) and a potential double free.
Laurent Aimar [Sun, 25 Feb 2007 16:17:33 +0000 (16:17 +0000)]
Fixed rtsp broadcast streaming(sdp=rtsp://) and a potential double free.

17 years agoFixed a memory access error (net_ReadInner)
Laurent Aimar [Sun, 25 Feb 2007 16:11:41 +0000 (16:11 +0000)]
Fixed a memory access error (net_ReadInner)

17 years agoQt4: Preferences, Simple_Preferences. A bit more, but a lot of things are missing...
Jean-Baptiste Kempf [Sun, 25 Feb 2007 15:59:14 +0000 (15:59 +0000)]
Qt4: Preferences, Simple_Preferences. A bit more, but a lot of things are missing...

17 years agoFixed double input_thread_t free for VOD.
Laurent Aimar [Sun, 25 Feb 2007 14:34:14 +0000 (14:34 +0000)]
Fixed double input_thread_t free for VOD.

17 years agoRework a bit http socket handling to avoid uninitialized variable access.
Laurent Aimar [Sun, 25 Feb 2007 14:33:13 +0000 (14:33 +0000)]
Rework a bit http socket handling to avoid uninitialized variable access.

17 years agoBunch of warning fixes.
Laurent Aimar [Sun, 25 Feb 2007 13:14:49 +0000 (13:14 +0000)]
Bunch of warning fixes.

17 years agoAdded VC-1 raw es demuxer.
Laurent Aimar [Sun, 25 Feb 2007 13:14:08 +0000 (13:14 +0000)]
Added VC-1 raw es demuxer.

17 years agoAdded ffmpeg AAC id.
Laurent Aimar [Sun, 25 Feb 2007 12:39:52 +0000 (12:39 +0000)]
Added ffmpeg AAC id.

17 years agoCopy complete es format descriptor when extra data is added.
Laurent Aimar [Sun, 25 Feb 2007 12:34:41 +0000 (12:34 +0000)]
Copy complete es format descriptor when extra data is added.

17 years agoAdded VC-1 packetizer.
Laurent Aimar [Sun, 25 Feb 2007 12:31:30 +0000 (12:31 +0000)]
Added VC-1 packetizer.
(But it still won't be decoded by ffmpeg, we provide extra data too late)

17 years agoAdded VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendment 2)
Laurent Aimar [Sun, 25 Feb 2007 12:11:14 +0000 (12:11 +0000)]
Added VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendment 2)

17 years agoFixed warning (missing VLC_OBJECT()).
Laurent Aimar [Sun, 25 Feb 2007 12:09:34 +0000 (12:09 +0000)]
Fixed warning (missing VLC_OBJECT()).

17 years agoFixed --ts-extra-pmt (close #516)
Laurent Aimar [Sun, 25 Feb 2007 11:53:21 +0000 (11:53 +0000)]
Fixed --ts-extra-pmt (close #516)
Added VC-1 detection (SMPTE RP 227)

17 years agoFixed H264 vod (import code from rtp.c, there is a lot of code duplicated here).
Laurent Aimar [Sun, 25 Feb 2007 11:50:15 +0000 (11:50 +0000)]
Fixed H264 vod (import code from rtp.c, there is a lot of code duplicated here).

17 years agoFixed input_thread_t leak by description module for VLM.
Laurent Aimar [Sun, 25 Feb 2007 11:48:39 +0000 (11:48 +0000)]
Fixed input_thread_t leak by description module for VLM.

17 years agoFixed stream ouput gather module and renable it (close #1032)
Laurent Aimar [Sun, 25 Feb 2007 11:46:07 +0000 (11:46 +0000)]
Fixed stream ouput gather module and renable it (close #1032)

17 years agoFixed uninitialized value for ADTS stream.
Laurent Aimar [Sun, 25 Feb 2007 11:42:23 +0000 (11:42 +0000)]
Fixed uninitialized value for ADTS stream.

17 years agoAdded vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
Laurent Aimar [Sun, 25 Feb 2007 11:39:42 +0000 (11:39 +0000)]
Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
Use vlc_b64_encode_binary and remove ap_* in rtp.c
Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed
the report of rtp segfault with gcc 4.1 by xxcv)

17 years agoFixed httpd stack corruption.
Laurent Aimar [Sun, 25 Feb 2007 11:35:45 +0000 (11:35 +0000)]
Fixed httpd stack corruption.
(Fixed 'assert (pufd < ufd + (sizeof (ufd) / sizeof (ufd[0])))' reported
 by xxcv)

17 years agoSimplify.
Antoine Cellerier [Sun, 25 Feb 2007 10:47:46 +0000 (10:47 +0000)]
Simplify.

17 years ago* added flv to the list of supported file types (forward-port of [18985]
Felix Paul Kühne [Sun, 25 Feb 2007 09:40:22 +0000 (09:40 +0000)]
* added flv to the list of supported file types (forward-port of [18985]

17 years agoOops ?
Antoine Cellerier [Sun, 25 Feb 2007 03:15:31 +0000 (03:15 +0000)]
Oops ?

17 years agoFix "object is not attached" error when quiting VLC. (as far as i can tell, it was...
Antoine Cellerier [Sun, 25 Feb 2007 03:15:10 +0000 (03:15 +0000)]
Fix "object is not attached" error when quiting VLC. (as far as i can tell, it was triggered since memory leak fix in [18247])

17 years agoPrevent these errors when using help flag
Antoine Cellerier [Sun, 25 Feb 2007 01:46:25 +0000 (01:46 +0000)]
Prevent these errors when using help flag
[00000001] main libvlc error: option daemon does not exist
[00000001] main libvlc error: option pidfile does not exist

The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.

17 years agoQt4 - Simple Prefs: More. Interfaces.
Jean-Baptiste Kempf [Sat, 24 Feb 2007 23:17:24 +0000 (23:17 +0000)]
Qt4 - Simple Prefs: More. Interfaces.

17 years agoUntested new hotkeys:
Antoine Cellerier [Sat, 24 Feb 2007 18:18:15 +0000 (18:18 +0000)]
Untested new hotkeys:
'r' -> toggle random
'L' -> toggle normal / repeat one / loop

17 years ago* commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This...
Felix Paul Kühne [Sat, 24 Feb 2007 16:40:34 +0000 (16:40 +0000)]
* commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it.

17 years agoQt4 : Back to work.
Jean-Baptiste Kempf [Sat, 24 Feb 2007 15:47:05 +0000 (15:47 +0000)]
Qt4 : Back to work.

17 years agoAdd dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the...
Antoine Cellerier [Fri, 23 Feb 2007 21:34:25 +0000 (21:34 +0000)]
Add dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the .IFO files. closes #1067.

17 years ago* added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the...
Felix Paul Kühne [Fri, 23 Feb 2007 20:09:13 +0000 (20:09 +0000)]
* added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the GUI. needs further testing, but can't break anything. (forward-porting [18977], closes #1005

17 years ago.aclocal shall be last.
Christophe Mutricy [Fri, 23 Feb 2007 18:13:50 +0000 (18:13 +0000)]
.aclocal shall be last.

17 years ago* removed duplicated, buggy code which fixed #744 in [18971]
Felix Paul Kühne [Fri, 23 Feb 2007 17:19:45 +0000 (17:19 +0000)]
* removed duplicated, buggy code which fixed #744 in [18971]

17 years ago* src/network/error.c: added a few more Winsock and QoS error codes
Dennis van Amerongen [Fri, 23 Feb 2007 17:00:02 +0000 (17:00 +0000)]
* src/network/error.c: added a few more Winsock and QoS error codes

17 years ago* renamed it, since it's plain C now and doesn't contain any Obj-C anymore
Felix Paul Kühne [Fri, 23 Feb 2007 15:38:43 +0000 (15:38 +0000)]
* renamed it, since it's plain C now and doesn't contain any Obj-C anymore

17 years ago* fixed minor typo
Felix Paul Kühne [Fri, 23 Feb 2007 15:19:03 +0000 (15:19 +0000)]
* fixed minor typo

17 years ago* patch by Pierre d'Herbemont which cleans up our locale detection code heavily and...
Felix Paul Kühne [Fri, 23 Feb 2007 14:27:16 +0000 (14:27 +0000)]
* patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks!

17 years ago* update NEWS
Felix Paul Kühne [Fri, 23 Feb 2007 13:33:05 +0000 (13:33 +0000)]
* update NEWS

17 years ago* fixed live patch for OSX
Felix Paul Kühne [Fri, 23 Feb 2007 12:46:54 +0000 (12:46 +0000)]
* fixed live patch for OSX

17 years agoRemove broken VC1 detection code in ps muxer.
Antoine Cellerier [Thu, 22 Feb 2007 21:47:13 +0000 (21:47 +0000)]
Remove broken VC1 detection code in ps muxer.

17 years agoFixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed).
Laurent Aimar [Thu, 22 Feb 2007 20:43:28 +0000 (20:43 +0000)]
Fixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed).

 I think we have a potential bug with the way subpicture_region_t->p_style
is used.
 Decoders allocate p_style memory in their context, so we don't free it in
spu_DestroyRegion. As vout object can live longer than decoder, I think
p_style might be used after the decoder has destroyed it.

 Can someone, who has worked on osd/spu internal, comment ?

17 years agoProperly detect MOZ_X11 setting in firefox-1.5.0.9
Jean-Paul Saman [Thu, 22 Feb 2007 20:32:41 +0000 (20:32 +0000)]
Properly detect MOZ_X11 setting in firefox-1.5.0.9