]> git.sesse.net Git - vlc/log
vlc
18 years agoconfigure.ac: require libebml that fixes a major bug
Steve Lhomme [Tue, 18 Oct 2005 18:59:26 +0000 (18:59 +0000)]
configure.ac: require libebml that fixes a major bug

18 years agocontrib: update the libebml/libmatroska versions (libebml fixes a major bug for Haali...
Steve Lhomme [Tue, 18 Oct 2005 18:58:58 +0000 (18:58 +0000)]
contrib: update the libebml/libmatroska versions (libebml fixes a major bug for Haali's files)

18 years agouse display dimensions when creating vouts - solves HDTV greyline bug
Marian Durkovic [Tue, 18 Oct 2005 07:16:14 +0000 (07:16 +0000)]
use display dimensions when creating vouts - solves HDTV greyline bug

18 years agoprepare video outputs for display size not equal to encoded size
Marian Durkovic [Tue, 18 Oct 2005 07:12:27 +0000 (07:12 +0000)]
prepare video outputs for display size not equal to encoded size

18 years agocalculate SAR from visible width/height
Marian Durkovic [Tue, 18 Oct 2005 07:04:46 +0000 (07:04 +0000)]
calculate SAR from visible width/height

18 years agoreverted most of revision 12872, it didn't work after all
Jean-Paul Saman [Mon, 17 Oct 2005 21:41:01 +0000 (21:41 +0000)]
reverted most of revision 12872, it didn't work after all

18 years agoSeveral RTP reordering fixes (Thanks to Marian Durkovic for finding them)
Jean-Paul Saman [Mon, 17 Oct 2005 20:43:33 +0000 (20:43 +0000)]
Several RTP reordering fixes (Thanks to Marian Durkovic for finding them)

18 years ago* Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advan...
Derk-Jan Hartman [Mon, 17 Oct 2005 20:15:10 +0000 (20:15 +0000)]
* Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advanced options within it hidden.

18 years agoplugin.cpp: formatting cleanup
Damien Fouilleul [Mon, 17 Oct 2005 14:37:20 +0000 (14:37 +0000)]
plugin.cpp: formatting cleanup
vlccontrol.cpp: fixed a bug when processing target options stored in a safe array, last element in array was never processed

18 years ago* cough, cough... undef a config option decleration
Derk-Jan Hartman [Mon, 17 Oct 2005 01:14:04 +0000 (01:14 +0000)]
* cough, cough... undef a config option decleration

18 years ago* Fix crash on Quit issue in Mac OS X
Derk-Jan Hartman [Sun, 16 Oct 2005 23:21:25 +0000 (23:21 +0000)]
* Fix crash on Quit issue in Mac OS X
  This is really dirty btw. the OS X GUI module has some serious memory management issues.

18 years ago* Fix BeOS breakage due to [12863]
Derk-Jan Hartman [Sun, 16 Oct 2005 22:02:33 +0000 (22:02 +0000)]
* Fix BeOS breakage due to [12863]

18 years agocorrect DVD autoplay (thanks to E-bola)
Antoine Cellerier [Sun, 16 Oct 2005 22:01:51 +0000 (22:01 +0000)]
correct DVD autoplay (thanks to E-bola)

18 years ago* Fix the sub autodetect directory string
Derk-Jan Hartman [Sun, 16 Oct 2005 21:54:04 +0000 (21:54 +0000)]
* Fix the sub autodetect directory string

18 years agoFix several segmentation faults
Jean-Paul Saman [Sun, 16 Oct 2005 21:20:05 +0000 (21:20 +0000)]
Fix several segmentation faults

18 years agoRewrite base64 encoder
Rémi Denis-Courmont [Sun, 16 Oct 2005 21:15:02 +0000 (21:15 +0000)]
Rewrite base64 encoder
(it was not padding properly the end of encoded stream)

18 years agoRolled back part of revision 10144 and 11422. The solutions is the same as revision...
Jean-Paul Saman [Sun, 16 Oct 2005 20:08:22 +0000 (20:08 +0000)]
Rolled back part of revision 10144 and 11422. The solutions is the same as revision 8360

18 years agoRemove useless whitespace
Jean-Paul Saman [Sun, 16 Oct 2005 20:07:15 +0000 (20:07 +0000)]
Remove useless whitespace

18 years agoMake sure to get the right unit
Jean-Paul Saman [Sun, 16 Oct 2005 20:00:36 +0000 (20:00 +0000)]
Make sure to get the right unit

18 years ago* wizard.*: added the display-option to the advanced-transcoding and the advanced...
Felix Paul Kühne [Sun, 16 Oct 2005 19:44:44 +0000 (19:44 +0000)]
* wizard.*: added the display-option to the advanced-transcoding and the advanced-streaming options (-> it's displayed only once, since only one of these pages is displayed at a one run)
* THANKS: added zcot's patch ;)

18 years ago* forgot about the strings rules for menu-items.
Derk-Jan Hartman [Sun, 16 Oct 2005 19:21:08 +0000 (19:21 +0000)]
* forgot about the strings rules for menu-items.

18 years ago* announces -> announcements (announce is a verb)
Derk-Jan Hartman [Sun, 16 Oct 2005 19:19:48 +0000 (19:19 +0000)]
* announces -> announcements (announce is a verb)
  "Session Announcement Protocol"

18 years ago* include limits.h to be sure of PATH_MAX availability
Derk-Jan Hartman [Sun, 16 Oct 2005 18:36:20 +0000 (18:36 +0000)]
* include limits.h to be sure of PATH_MAX availability

18 years agomkv.cpp: file path comparison is case insensitive on Windows
Steve Lhomme [Sun, 16 Oct 2005 18:19:32 +0000 (18:19 +0000)]
mkv.cpp: file path comparison is case insensitive on Windows

18 years ago* Thanks to Meuuh for the feedback. threads prioritization should work now, without...
Derk-Jan Hartman [Sun, 16 Oct 2005 18:01:09 +0000 (18:01 +0000)]
* Thanks to Meuuh for the feedback. threads prioritization should work now, without annoying error messages.
* If an rt-offset is specified, then this offset is not applied to the main thread, because it's value cannot yet be retrieved at that time (same as before, but now without annoying error).

18 years ago* Always set priorities on Mac OS X.
Derk-Jan Hartman [Sun, 16 Oct 2005 15:44:56 +0000 (15:44 +0000)]
* Always set priorities on Mac OS X.
* Simplify something of [12852]

18 years ago* This patch does what the revert'ed patch from before should have done. Changing...
Derk-Jan Hartman [Sun, 16 Oct 2005 15:27:34 +0000 (15:27 +0000)]
* This patch does what the revert'ed patch from before should have done. Changing priorities of vlc threads with --rt-priotity and --rt-offset. (Note that 'rt' isn't 'realtime'. We should use Mach threading for that on Darwin)
* It also fixes the errors on the non-existent  rt-priority and rt-offset on start, which was caused because no config was loaded yet.

18 years ago* What was i smoking when i did this change?
Derk-Jan Hartman [Sun, 16 Oct 2005 14:50:17 +0000 (14:50 +0000)]
* What was i smoking when i did this change?

18 years agoBetter thread-safety in previous commit
Rémi Denis-Courmont [Sun, 16 Oct 2005 14:42:15 +0000 (14:42 +0000)]
Better thread-safety in previous commit

18 years ago- Support for glibc IDN
Rémi Denis-Courmont [Sun, 16 Oct 2005 14:32:37 +0000 (14:32 +0000)]
- Support for glibc IDN
- Run-time check for IDN

18 years ago* Fix the directory 'ignore' mode which skips .jpg's, nfo's etc when opening directories.
Derk-Jan Hartman [Sun, 16 Oct 2005 01:20:54 +0000 (01:20 +0000)]
* Fix the directory 'ignore' mode which skips .jpg's, nfo's etc when opening directories.

18 years ago* UTF-8 ified the subtitle autodetect core. (fixes #373)
Derk-Jan Hartman [Sun, 16 Oct 2005 00:30:30 +0000 (00:30 +0000)]
* UTF-8 ified the subtitle autodetect core. (fixes #373)
* converted it to a scandir system

Please test this heavily on all your files and directories, because these routines are triggered on each opening of a file. If someone would like to review it for leaks and memory messups, I would be eternal grateful.

18 years agoRTP reordering in module/access/udp.c done by me with help from Marian Durkovic ...
Jean-Paul Saman [Sat, 15 Oct 2005 22:07:55 +0000 (22:07 +0000)]
RTP reordering in module/access/udp.c done by me with help from Marian Durkovic (md _AT_ bts _dot_ sk). Allow src/input/stream.c to handle a linked list of blocks from demuxers.

18 years ago* Fix an OSX only issue with accents and other weird chars in subtitle filenames...
Derk-Jan Hartman [Sat, 15 Oct 2005 18:19:03 +0000 (18:19 +0000)]
* Fix an OSX only issue with accents and other weird chars in subtitle filenames when using the "forced" method.

18 years ago* playlist.c: hopefully fixed the playlist screwed up for a so
Cyril Deguet [Sat, 15 Oct 2005 17:55:46 +0000 (17:55 +0000)]
* playlist.c: hopefully fixed the playlist screwed up for a so
 long time... (now "Next" is working in non-view mode)

18 years agomkv.cpp: more user-friendly error messages
Steve Lhomme [Sat, 15 Oct 2005 16:41:50 +0000 (16:41 +0000)]
mkv.cpp: more user-friendly error messages

18 years agomkv.cpp: use error messages instead of debug messages
Steve Lhomme [Sat, 15 Oct 2005 16:32:48 +0000 (16:32 +0000)]
mkv.cpp: use error messages instead of debug messages

18 years agomkv.cpp: verify that the matroska version needed for playback matches (support only...
Steve Lhomme [Sat, 15 Oct 2005 16:25:18 +0000 (16:25 +0000)]
mkv.cpp: verify that the matroska version needed for playback matches (support only matroska v1 for now)

18 years agomkv.cpp: better test when files with no Segment UID are in the same dir
Steve Lhomme [Sat, 15 Oct 2005 16:00:24 +0000 (16:00 +0000)]
mkv.cpp: better test when files with no Segment UID are in the same dir

18 years agomkv.cpp: fix a potential problem when the same dir contains files with no Segment UID
Steve Lhomme [Sat, 15 Oct 2005 15:07:17 +0000 (15:07 +0000)]
mkv.cpp: fix a potential problem when the same dir contains files with no Segment UID

18 years agoall: updated my name and e-mail address
Sigmund Augdal Helberg [Sat, 15 Oct 2005 13:23:08 +0000 (13:23 +0000)]
all: updated my name and e-mail address
AUTHORS: updated my entry

18 years agoFix indentation
Jean-Paul Saman [Sat, 15 Oct 2005 12:15:06 +0000 (12:15 +0000)]
Fix indentation

18 years agowhitespace cleanup
Jean-Paul Saman [Sat, 15 Oct 2005 12:12:46 +0000 (12:12 +0000)]
whitespace cleanup

18 years agoFullscreen patch for rc-interface that allows to force fullscreen on or off state...
Jean-Paul Saman [Sat, 15 Oct 2005 10:01:46 +0000 (10:01 +0000)]
Fullscreen patch for rc-interface that allows to force fullscreen on or off state. Original patch is from Greg Farell (Greg _AT#_ gregFarrell _DoT_ org) and modified by me.

18 years ago* Revert previous commit.
Derk-Jan Hartman [Fri, 14 Oct 2005 11:22:46 +0000 (11:22 +0000)]
* Revert previous commit.

18 years ago* If codec_type != video | audio, then don't use the ffmpeg demux. (it was crashing...
Derk-Jan Hartman [Fri, 14 Oct 2005 10:57:51 +0000 (10:57 +0000)]
* If codec_type != video | audio, then don't use the ffmpeg demux. (it was crashing on .gif pictures).

18 years ago* libavformat shouldn't handle .xa files. We have modlib already
Derk-Jan Hartman [Fri, 14 Oct 2005 10:53:55 +0000 (10:53 +0000)]
* libavformat shouldn't handle .xa files. We have modlib already

18 years ago- revert "spdif", "force-dolby-surround" and "headphone-dim" to
Boris Dorès [Thu, 13 Oct 2005 21:41:58 +0000 (21:41 +0000)]
- revert "spdif", "force-dolby-surround" and "headphone-dim" to
  basic options

18 years ago* vlcproc.cpp: fixed "playlist.*" variables (were broken by the playtree)
Cyril Deguet [Wed, 12 Oct 2005 20:44:13 +0000 (20:44 +0000)]
* vlcproc.cpp: fixed "playlist.*" variables (were broken by the playtree)

18 years ago* all: added "wx-config" option in menuconfig
Cyril Deguet [Wed, 12 Oct 2005 20:06:29 +0000 (20:06 +0000)]
* all: added "wx-config" option in menuconfig

18 years ago * modules/gui/wxwidgets/messages.cpp: set the insertion point only before inserting...
Olivier Teulière [Wed, 12 Oct 2005 19:18:50 +0000 (19:18 +0000)]
 * modules/gui/wxwidgets/messages.cpp: set the insertion point only before inserting text (patch by zcot)

18 years ago* set keywords correctly
Felix Paul Kühne [Wed, 12 Oct 2005 16:06:50 +0000 (16:06 +0000)]
* set keywords correctly

18 years ago* partial translation to Simplified Chinese by Wei Mingzhi <whistler_wmz@users.source...
Felix Paul Kühne [Wed, 12 Oct 2005 16:04:18 +0000 (16:04 +0000)]
* partial translation to Simplified Chinese by Wei Mingzhi <whistler_wmz@users.sourceforge.net>

18 years agoadded clearer comments, couple of fixes
Damien Fouilleul [Tue, 11 Oct 2005 21:37:42 +0000 (21:37 +0000)]
added clearer comments, couple of fixes

18 years ago * udp: avoid sending uninitialized memory at the end (close #168)
Laurent Aimar [Tue, 11 Oct 2005 17:32:01 +0000 (17:32 +0000)]
 * udp: avoid sending uninitialized memory at the end (close #168)

18 years agoFix a bunch of preferences errors
Clément Stenac [Tue, 11 Oct 2005 17:16:13 +0000 (17:16 +0000)]
Fix a bunch of preferences errors
 - Missing value lists
 - advanced / non-advanced problems
 - description problems
 - tyops

18 years agovlccontrol.cpp: fixed a bug in setVariable where arguments for VariantChangeType...
Damien Fouilleul [Tue, 11 Oct 2005 16:44:53 +0000 (16:44 +0000)]
vlccontrol.cpp: fixed a bug in setVariable where arguments for VariantChangeType were inverted

18 years agoI keep on forgeting to reset my own debug :)
Damien Fouilleul [Tue, 11 Oct 2005 15:25:47 +0000 (15:25 +0000)]
I keep on forgeting to reset my own debug :)

18 years agoplugin.cpp: auto-detect debbuger and change threading mechanism to avoid VLC intializ...
Damien Fouilleul [Tue, 11 Oct 2005 15:14:08 +0000 (15:14 +0000)]
plugin.cpp: auto-detect debbuger and change threading mechanism to avoid VLC intialization lock when launching a debug session
plugin.h: validate container code page before using it
utils.cpp,utils.h: type clean-up
connectioncontainer.cpp: fixed stack corruption (???)  when poping and dispatch an event

18 years agoFix broken status command on rc interface
Jean-Paul Saman [Tue, 11 Oct 2005 13:25:41 +0000 (13:25 +0000)]
Fix broken status command on rc interface

18 years agoundoing zcot's screensaver patch, better luck next time :)
Damien Fouilleul [Tue, 11 Oct 2005 09:01:00 +0000 (09:01 +0000)]
undoing zcot's screensaver patch, better luck next time :)

18 years ago* revert [12779] (this broke the output of MPEG PS files) and fix it correctly
Felix Paul Kühne [Mon, 10 Oct 2005 15:53:57 +0000 (15:53 +0000)]
* revert [12779] (this broke the output of MPEG PS files) and fix it correctly

18 years ago* set keywords properly and removed an outdated FIXME
Felix Paul Kühne [Mon, 10 Oct 2005 15:41:52 +0000 (15:41 +0000)]
* set keywords properly and removed an outdated FIXME

18 years ago* applied zcot's screensaver patch. Thanks for the fix. -- needs testing
Felix Paul Kühne [Mon, 10 Oct 2005 13:13:28 +0000 (13:13 +0000)]
* applied zcot's screensaver patch. Thanks for the fix. -- needs testing

18 years agoGuard against multiple inclusions
Jean-Paul Saman [Mon, 10 Oct 2005 07:56:33 +0000 (07:56 +0000)]
Guard against multiple inclusions

18 years ago* clearer error messages on invalid seek
Derk-Jan Hartman [Sun, 9 Oct 2005 21:34:51 +0000 (21:34 +0000)]
* clearer error messages on invalid seek
* reenable the threads prio option. Not broken, but creates annoying error messages. will look into that later.

18 years ago* spelling
Derk-Jan Hartman [Sun, 9 Oct 2005 21:30:08 +0000 (21:30 +0000)]
* spelling

18 years ago+ src/input/decoder.c src/libvlc.h:
Boris Dorès [Sun, 9 Oct 2005 19:19:06 +0000 (19:19 +0000)]
+ src/input/decoder.c src/libvlc.h:
  - more precise message for the "force-dolby-surround" option
  - don't use -1 as a value in an integer list option (dangerous casts
    in the wxWidgets interface)
+ modules/audio_filter/converter/a52tofloat32.c:
  - option to disable the internal upmixing algorithm
+ modules/audio_filter/channel_mixer/headphone.c:
  - option to partially compensate the delay introduced by the algorithm
  - option to accept raw Dolby Surround encoded streams

18 years ago * skins2/src/dialogs.cpp: When no dialogs provider is found, the error message
Olivier Teulière [Sun, 9 Oct 2005 17:57:58 +0000 (17:57 +0000)]
 * skins2/src/dialogs.cpp: When no dialogs provider is found, the error message
   now indicates the most likely causes of the problem.

18 years ago * ogg: fix potential invalid read with broken files (close #272)
Laurent Aimar [Sun, 9 Oct 2005 17:56:25 +0000 (17:56 +0000)]
 * ogg: fix potential invalid read with broken files (close #272)

18 years ago * standard: allow to use 'dst' instead of 'url' (consistant with other
Laurent Aimar [Sun, 9 Oct 2005 17:07:38 +0000 (17:07 +0000)]
 * standard: allow to use 'dst' instead of 'url' (consistant with other
 stream_out modules, warn that url is deprecated (but it is still supported),
 add wav mux autodetection.

18 years ago http: removed useless debug.
Laurent Aimar [Sun, 9 Oct 2005 17:02:59 +0000 (17:02 +0000)]
 http: removed useless debug.

18 years ago * ts: fix segfault with old dvbpsi, fix uninitialized variables
Laurent Aimar [Sun, 9 Oct 2005 17:01:08 +0000 (17:01 +0000)]
 * ts: fix segfault with old dvbpsi, fix uninitialized variables
 * pes: memset header before using bits_* in DEBUG mode (to please valgrind)
 * bits: cosmetics.

18 years ago* configure.ac: revert commit 12788 (check for wxWidgets > 2.6.0).
Gildas Bazin [Sun, 9 Oct 2005 16:37:26 +0000 (16:37 +0000)]
* configure.ac: revert commit 12788 (check for wxWidgets > 2.6.0).

18 years ago* modules/gui/wxwidgets: fixed build when wxWidgets isn't compiled with unicode support.
Gildas Bazin [Sun, 9 Oct 2005 16:36:17 +0000 (16:36 +0000)]
* modules/gui/wxwidgets: fixed build when wxWidgets isn't compiled with unicode support.

18 years ago* forgot this one in [12794]
Felix Paul Kühne [Sun, 9 Oct 2005 12:35:29 +0000 (12:35 +0000)]
* forgot this one in [12794]

18 years ago* redesign of the about window
Felix Paul Kühne [Sun, 9 Oct 2005 12:33:44 +0000 (12:33 +0000)]
* redesign of the about window
- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork
- screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg
- feel free to revert or modify this commit if you don't like it this way

18 years ago* added the 'mpc' file extension
Felix Paul Kühne [Sun, 9 Oct 2005 12:24:43 +0000 (12:24 +0000)]
* added the 'mpc' file extension

18 years ago* removed unused variable
Felix Paul Kühne [Sun, 9 Oct 2005 12:19:45 +0000 (12:19 +0000)]
* removed unused variable

18 years ago* added Musepack support to extras/contrib, AUTHORS, NEWS (refs #32)
Felix Paul Kühne [Sun, 9 Oct 2005 12:18:33 +0000 (12:18 +0000)]
* added Musepack support to extras/contrib, AUTHORS, NEWS (refs #32)

18 years ago * all: added Musepack support using libmpdec (1.2.1) from www.musepack.net.
Laurent Aimar [Sun, 9 Oct 2005 11:14:41 +0000 (11:14 +0000)]
  * all: added Musepack support using libmpdec (1.2.1) from www.musepack.net.
   (It is done the ugly way : decoding take place at the demuxer but it works)

18 years ago * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing a seek (avoid late
Laurent Aimar [Sun, 9 Oct 2005 11:09:06 +0000 (11:09 +0000)]
 * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing a seek (avoid late
 frame).

18 years agoForce a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.
Jean-Paul Saman [Sun, 9 Oct 2005 10:50:15 +0000 (10:50 +0000)]
Force a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.

18 years ago* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really...
Gildas Bazin [Sun, 9 Oct 2005 09:48:03 +0000 (09:48 +0000)]
* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really needs to be called twice (because of a bug in wxWidgets).

18 years ago * input.c: fix invalid free.
Laurent Aimar [Sat, 8 Oct 2005 23:06:34 +0000 (23:06 +0000)]
 * input.c: fix invalid free.

18 years agoiface-addr -> miface-addr
Rémi Denis-Courmont [Sat, 8 Oct 2005 17:39:07 +0000 (17:39 +0000)]
iface-addr -> miface-addr

18 years ago * handle CDATA (as if it were TEXT)
Antoine Cellerier [Sat, 8 Oct 2005 15:35:18 +0000 (15:35 +0000)]
 * handle CDATA (as if it were TEXT)
   fixes the rss sub-filter with rss feeds using CDATA

18 years agosplit desktop icon and start menu shortcut creation (untested)
Antoine Cellerier [Fri, 7 Oct 2005 15:07:54 +0000 (15:07 +0000)]
split desktop icon and start menu shortcut creation (untested)

18 years agoRemove unused option
Rémi Denis-Courmont [Fri, 7 Oct 2005 13:43:54 +0000 (13:43 +0000)]
Remove unused option

18 years ago* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused...
Felix Paul Kühne [Fri, 7 Oct 2005 09:58:04 +0000 (09:58 +0000)]
* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused with PostScript files on the Mac. In fact, the Finder tries to open our ps-files with Preview by default.

18 years ago * var: create "demux" and "access" (--demux/access module works too)
Laurent Aimar [Thu, 6 Oct 2005 22:16:23 +0000 (22:16 +0000)]
 * var: create "demux" and "access" (--demux/access module works too)

18 years ago * input: :demux=module really force module and bypass demuxer module given
Laurent Aimar [Thu, 6 Oct 2005 22:09:24 +0000 (22:09 +0000)]
 * input: :demux=module really force module and bypass demuxer module given
by access.
 * udp: force ts demux on payload 33 (:demux=dump will work)

18 years ago * udp: Patch by Marian Durkovic:
Laurent Aimar [Thu, 6 Oct 2005 20:24:55 +0000 (20:24 +0000)]
 * udp: Patch by Marian Durkovic:
    "I've added a bit of code to the UDP/RTP input, which assures that old
 or duplicate RTP packets are trashed. When the network performs packet
 reordering, only one discontinuity happens instead of 3 before - since
 the old packet is trashed. If multiple copies of the same packet are
 received, only one is used and all the others are trashed."

18 years agoPatch to zcot's patch by zcot :)
Clément Stenac [Thu, 6 Oct 2005 20:14:04 +0000 (20:14 +0000)]
Patch to zcot's patch by zcot :)

18 years ago* allocate o_extended only if requested by the user (that's dirty, but prevents the...
Felix Paul Kühne [Thu, 6 Oct 2005 19:40:01 +0000 (19:40 +0000)]
* allocate o_extended only if requested by the user (that's dirty, but prevents the access of freed objects while terminating) and save the extended-prefs as early as possible in the termination-process (directly after the vout and playlist shut down)

18 years ago udp: support for RTP"header extension. Patch by Zohar Lorberbaum .
Laurent Aimar [Thu, 6 Oct 2005 19:39:15 +0000 (19:39 +0000)]
 udp: support for RTP"header extension. Patch by Zohar Lorberbaum .

18 years ago * http: update meta data only on title change.
Laurent Aimar [Thu, 6 Oct 2005 19:19:55 +0000 (19:19 +0000)]
 * http: update meta data only on title change.

18 years ago * record: correct i_update field.
Laurent Aimar [Thu, 6 Oct 2005 19:15:11 +0000 (19:15 +0000)]
 * record: correct i_update field.

18 years ago * mp4: support for tx3g subtitle (close #332)
Laurent Aimar [Thu, 6 Oct 2005 19:12:22 +0000 (19:12 +0000)]
 * mp4: support for tx3g subtitle (close #332)

18 years ago* set autosave names
Derk-Jan Hartman [Thu, 6 Oct 2005 18:54:01 +0000 (18:54 +0000)]
* set autosave names