]> git.sesse.net Git - vlc/log
vlc
20 years ago* extras/contrib/src/ dvdnav packages
Derk-Jan Hartman [Sat, 24 Jan 2004 21:06:52 +0000 (21:06 +0000)]
* extras/contrib/src/ dvdnav packages
* REST: stringreview round 1

20 years ago * vlc_common: changed TAB_APPEND. I have to do this because the old way
Laurent Aimar [Sat, 24 Jan 2004 20:40:46 +0000 (20:40 +0000)]
 * vlc_common: changed TAB_APPEND. I have to do this because the old way
 seems to make bogus code (but I'm not sure).

20 years ago* configure.ac: added --with-xml2-config-path=PATH option.
Gildas Bazin [Sat, 24 Jan 2004 15:18:29 +0000 (15:18 +0000)]
* configure.ac: added --with-xml2-config-path=PATH option.

20 years ago* parser/xmlparser.cpp: added DTD validation
Cyril Deguet [Sat, 24 Jan 2004 14:25:16 +0000 (14:25 +0000)]
* parser/xmlparser.cpp: added DTD validation

20 years ago* configure.ac: check xml2-config for skins2
Cyril Deguet [Sat, 24 Jan 2004 13:08:12 +0000 (13:08 +0000)]
* configure.ac: check xml2-config for skins2
* modules/gui/skins2/src/var_manager.cpp: delete the variables in the
  right order to avoid invalid reads in the destructor
* modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
  on the text reader API of libxml2

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for...
Gildas Bazin [Sat, 24 Jan 2004 12:30:32 +0000 (12:30 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.

20 years ago* modules/mux/mp4.c: store the display size using the proper aspect-ratio.
Gildas Bazin [Sat, 24 Jan 2004 11:56:16 +0000 (11:56 +0000)]
* modules/mux/mp4.c: store the display size using the proper aspect-ratio.
   Size optimization for the generation of the stsc table.
   Some more clean-up.

20 years agoDoc fix.
Rocky Bernstein [Sat, 24 Jan 2004 03:48:29 +0000 (03:48 +0000)]
Doc fix.

20 years ago * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
Laurent Aimar [Sat, 24 Jan 2004 00:47:42 +0000 (00:47 +0000)]
 * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
 they miss the faad decoder without having an obscure segfault.)

20 years agoCompilation bug: can't have preprocessor directives inside a macro.
Rocky Bernstein [Fri, 23 Jan 2004 23:06:25 +0000 (23:06 +0000)]
Compilation bug: can't have preprocessor directives inside a macro.

20 years ago * drms: endian fixes, GetiPodID env var support.
Jon Lech Johansen [Fri, 23 Jan 2004 20:58:52 +0000 (20:58 +0000)]
  * drms: endian fixes, GetiPodID env var support.

20 years ago* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead...
Gildas Bazin [Fri, 23 Jan 2004 17:56:14 +0000 (17:56 +0000)]
* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
* modules/access_output/file.c: implemented sout_AccessOutRead().
* modules/access_output/udp.c: coding style cleanup.
* modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
   Started some code cleanup.

20 years ago * pva: PVA demuxer.
Laurent Aimar [Fri, 23 Jan 2004 17:42:10 +0000 (17:42 +0000)]
 * pva: PVA demuxer.

20 years ago + deinterlace.c : added an Altivec version of Merge() - makes the
Eric Petit [Fri, 23 Jan 2004 15:36:23 +0000 (15:36 +0000)]
 + deinterlace.c : added an Altivec version of Merge() - makes the
     filter more than 100% faster here (blend mode). Feel free to check
     if I haven't broken anything, first time doing Altivec ;)

20 years agoTime to note completion of SVCD (Philips OGT) and CVD subtitles.
Rocky Bernstein [Fri, 23 Jan 2004 11:54:48 +0000 (11:54 +0000)]
Time to note completion of SVCD (Philips OGT) and CVD subtitles.

20 years agoRV32 added, but not tested. All chromas now handled.
Rocky Bernstein [Fri, 23 Jan 2004 11:03:06 +0000 (11:03 +0000)]
RV32 added, but not tested. All chromas now handled.
More code cleanups.

20 years ago* Doxygen doc fixes
Clément Stenac [Fri, 23 Jan 2004 10:48:08 +0000 (10:48 +0000)]
* Doxygen doc fixes
* Add missing locks
* Duration sort

20 years agoSmall doc changes.
Rocky Bernstein [Fri, 23 Jan 2004 10:19:37 +0000 (10:19 +0000)]
Small doc changes.

20 years agoOmitted option -duration-scaling which caused plugin to stop working.
Rocky Bernstein [Fri, 23 Jan 2004 08:36:48 +0000 (08:36 +0000)]
Omitted option -duration-scaling which caused plugin to stop working.

20 years ago* modules/demux/mp4/mp4.c: don't segfault on reference files.
Gildas Bazin [Fri, 23 Jan 2004 08:07:17 +0000 (08:07 +0000)]
* modules/demux/mp4/mp4.c: don't segfault on reference files.

20 years agoRGB2 scaling is now correct. Need to do the same for RV24 and
Rocky Bernstein [Fri, 23 Jan 2004 03:46:41 +0000 (03:46 +0000)]
RGB2 scaling is now correct. Need to do the same for RV24 and
probably others.

20 years agomodules/demux/mkv.cpp:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 20:48:07 +0000 (20:48 +0000)]
modules/demux/mkv.cpp:
 * removed an unused, and unreleased vlc_object_find()
 * added support for flac in mkv

20 years ago* src/playlist/loadsave.c: errno.h related fixes.
Gildas Bazin [Thu, 22 Jan 2004 19:35:14 +0000 (19:35 +0000)]
* src/playlist/loadsave.c: errno.h related fixes.
* modules/demux/Modules.am: added missing ps.h.

20 years ago * mmstu: workaround for low bitrate stream with mmst.
Laurent Aimar [Thu, 22 Jan 2004 18:49:38 +0000 (18:49 +0000)]
 * mmstu: workaround for low bitrate stream with mmst.
 (we don't try anymore to fill our buffer every time).

20 years ago* src/misc/net.c: Compilation fix.
Gildas Bazin [Thu, 22 Jan 2004 17:03:44 +0000 (17:03 +0000)]
* src/misc/net.c: Compilation fix.

20 years agoall: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
Sigmund Augdal Helberg [Thu, 22 Jan 2004 15:00:10 +0000 (15:00 +0000)]
all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>

20 years agomodules/demux/mkv.cpp:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 14:27:53 +0000 (14:27 +0000)]
modules/demux/mkv.cpp:
 * comment out parsing of elements that no muxer ever used, and that are
   being removed from the spec. (patch by Mosu in the mkv team)

20 years agoYUY2: Need to check against accessing outside of subpicture.
Rocky Bernstein [Thu, 22 Jan 2004 13:33:39 +0000 (13:33 +0000)]
YUY2: Need to check against accessing outside of subpicture.
RGB2: Use fixed colormap entries black: 0, white: 255, and something
else 0x44.

20 years agoRV24 color-setting fixed. Fullscreen mode doesn't work though.
Rocky Bernstein [Thu, 22 Jan 2004 04:46:19 +0000 (04:46 +0000)]
RV24 color-setting fixed. Fullscreen mode doesn't work though.

RGB2 sorta works, but to do better we need a way to lookup a palette
color in a colormap.

20 years ago * drms: support for getting user key from firewire connected iPod under
Jon Lech Johansen [Thu, 22 Jan 2004 01:20:39 +0000 (01:20 +0000)]
  * drms: support for getting user key from firewire connected iPod under
          GNU/Linux. requires libsysfs (sysfsutils).

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 01:14:50 +0000 (01:14 +0000)]
modules/misc/sap.c:
 * fixed a nasty integer overflow that caused items to be removed right away
   when the timeout value was large.
 * fixed a small mem-leak

20 years ago* what was i thinking
Derk-Jan Hartman [Thu, 22 Jan 2004 00:24:45 +0000 (00:24 +0000)]
* what was i thinking

20 years agomodules/misc/sap:
Sigmund Augdal Helberg [Thu, 22 Jan 2004 00:17:22 +0000 (00:17 +0000)]
modules/misc/sap:
 * fixed some minor bugs

20 years ago * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
Laurent Aimar [Thu, 22 Jan 2004 00:02:18 +0000 (00:02 +0000)]
 * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
 (not well tested)

20 years ago * es_out: Handle --program (not tested) and create program on
Laurent Aimar [Thu, 22 Jan 2004 00:00:34 +0000 (00:00 +0000)]
 * es_out: Handle --program (not tested) and create program on
ES_OUT_SET_GROUP_PCR.
 * net.c: commented out an error message in net_Write.

20 years ago* a 30 secs timeout is way too fast. changed to 1800 which is more realistic
Derk-Jan Hartman [Wed, 21 Jan 2004 22:55:34 +0000 (22:55 +0000)]
* a 30 secs timeout is way too fast. changed to 1800 which is more realistic

20 years ago* newer live.com sources
Derk-Jan Hartman [Wed, 21 Jan 2004 19:21:23 +0000 (19:21 +0000)]
* newer live.com sources

20 years agoAdding updated rules and control file for iPAQ packaging.
Jean-Paul Saman [Wed, 21 Jan 2004 18:59:23 +0000 (18:59 +0000)]
Adding updated rules and control file for iPAQ packaging.

20 years ago* modules/demux/dts.c: support for DTS WAV files.
Gildas Bazin [Wed, 21 Jan 2004 17:56:05 +0000 (17:56 +0000)]
* modules/demux/dts.c: support for DTS WAV files.
* modules/codec/dts.c: support for 14bits little endian DTS bitstreams.

20 years ago * stream: made skipping a bit smarter, removed no more used functions.
Laurent Aimar [Wed, 21 Jan 2004 17:01:54 +0000 (17:01 +0000)]
 * stream: made skipping a bit smarter, removed no more used functions.

20 years ago * all: use net_*.
Laurent Aimar [Wed, 21 Jan 2004 16:56:16 +0000 (16:56 +0000)]
 * all: use net_*.

20 years ago * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
Sam Hocevar [Wed, 21 Jan 2004 14:44:56 +0000 (14:44 +0000)]
  * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).

20 years ago * net: added net_OpenUDP
Laurent Aimar [Wed, 21 Jan 2004 10:22:31 +0000 (10:22 +0000)]
 * net: added net_OpenUDP
 * udp: cleaned to use net_*

20 years agoRV24 scaled properly.
Rocky Bernstein [Wed, 21 Jan 2004 07:38:29 +0000 (07:38 +0000)]
RV24 scaled properly.

20 years agoSome of RV32 bugs worked out - pretty close. Some RGB2 work.
Rocky Bernstein [Wed, 21 Jan 2004 04:45:47 +0000 (04:45 +0000)]
Some of RV32 bugs worked out - pretty close. Some RGB2 work.
Render->Blend

20 years ago * debian/changelog debian/control debian/rules:
Sam Hocevar [Tue, 20 Jan 2004 17:45:19 +0000 (17:45 +0000)]
  * debian/changelog debian/control debian/rules:
    + Control files for a forthcoming official upload.

20 years ago * include/vlc_common.h:
Sam Hocevar [Tue, 20 Jan 2004 17:44:30 +0000 (17:44 +0000)]
  * include/vlc_common.h:
    + Added proper const keywords.
  * modules/demux/mp4/drms.c:
    + Minor coding style fix.

20 years agosrc/libvlc.h:
Sigmund Augdal Helberg [Tue, 20 Jan 2004 15:47:42 +0000 (15:47 +0000)]
src/libvlc.h:
 * add description to valid values of --align

20 years ago* src/misc/cpu.c: New altivec detection for Darwin. Using the correct
Derk-Jan Hartman [Tue, 20 Jan 2004 15:34:44 +0000 (15:34 +0000)]
* src/misc/cpu.c: New altivec detection for Darwin. Using the correct
  official method.
* modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
* modules/gui/macosx/applescript.m: PLAYLIST_GO fix

20 years ago mod.c: new demux2 for MOD files using libmodplug library.
Laurent Aimar [Tue, 20 Jan 2004 14:58:07 +0000 (14:58 +0000)]
 mod.c: new demux2 for MOD files using libmodplug library.
 (modplug-xmms.sourceforge.net/)

 The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
mt2, psm), I hope that won't give problems.

20 years ago * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
Laurent Aimar [Tue, 20 Jan 2004 14:51:30 +0000 (14:51 +0000)]
 * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
 playlist_SetDuration.
 TODO -> add meta info queries trough demux2_Control (a demuxer should
 NEVER touch playlist themself).

20 years ago * demux: fixed psz_path value in demux_t.
Laurent Aimar [Tue, 20 Jan 2004 14:48:37 +0000 (14:48 +0000)]
 * demux: fixed psz_path value in demux_t.

20 years agoRemove more bugs from YUY2 rendering. Short of some trailing edge
Rocky Bernstein [Tue, 20 Jan 2004 13:31:15 +0000 (13:31 +0000)]
Remove more bugs from YUY2 rendering. Short of some trailing edge
problems it is close to correct.

20 years ago * dvdnav: send palette and alpha to spudec.
Laurent Aimar [Mon, 19 Jan 2004 21:30:43 +0000 (21:30 +0000)]
 * dvdnav: send palette and alpha to spudec.
 -> I'm not sure to set correct alpha values and that values are endian.
 safe (both alpha and palette)                                         .

20 years ago * dvdnav: a lot of fixes :
Laurent Aimar [Mon, 19 Jan 2004 20:31:21 +0000 (20:31 +0000)]
 * dvdnav: a lot of fixes :
    - subtitle/audio selection works
    - subtitle display works
    - menu fixed.
 Problem:
    - when we see a menu, the currently selected item isn't highlighted
You have to select another to see them. I don't understand why ...
    - manual audio/sub selection is lost when we switch back to the menu.

20 years ago * syntax error ...
Laurent Aimar [Mon, 19 Jan 2004 18:24:11 +0000 (18:24 +0000)]
 * syntax error ...

20 years ago * ts: added a ts-es-id-pid option to mark es with their pid.
Laurent Aimar [Mon, 19 Jan 2004 18:16:32 +0000 (18:16 +0000)]
 * ts: added a ts-es-id-pid option to mark es with their pid.

20 years ago * all: keep valid i_id.
Laurent Aimar [Mon, 19 Jan 2004 18:15:55 +0000 (18:15 +0000)]
 * all: keep valid i_id.

20 years ago * all: added a i_id field in es_format_t.
Laurent Aimar [Mon, 19 Jan 2004 18:15:29 +0000 (18:15 +0000)]
 * all: added a i_id field in es_format_t.

20 years ago * ./modules/demux/mp4/drms.c: endian fixes.
Jon Lech Johansen [Mon, 19 Jan 2004 16:40:28 +0000 (16:40 +0000)]
  * ./modules/demux/mp4/drms.c: endian fixes.

20 years ago * transcode: keep the group information.
Laurent Aimar [Mon, 19 Jan 2004 14:40:25 +0000 (14:40 +0000)]
 * transcode: keep the group information.

20 years ago* caca 0.8
Derk-Jan Hartman [Mon, 19 Jan 2004 01:11:47 +0000 (01:11 +0000)]
* caca 0.8
* www.videolan -> download.videolan

20 years ago* modules/demux/dvdnav.c: menus navigation seems to be working ok now.
Gildas Bazin [Mon, 19 Jan 2004 00:08:25 +0000 (00:08 +0000)]
* modules/demux/dvdnav.c: menus navigation seems to be working ok now.

20 years ago* modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
Gildas Bazin [Sun, 18 Jan 2004 23:52:02 +0000 (23:52 +0000)]
* modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
* src/input/input_dec.c: fixed the pictures leak work-around.
   Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.

20 years ago * all: added support for edts/elst entries (needed to play some files).
Laurent Aimar [Sun, 18 Jan 2004 22:00:00 +0000 (22:00 +0000)]
 * all: added support for edts/elst entries (needed to play some files).
 Please test, it may have heavily broken playback of some files !!!

20 years ago * video: should fix an infinite loop. Dnumgis could you confirm ?
Laurent Aimar [Sun, 18 Jan 2004 21:30:25 +0000 (21:30 +0000)]
 * video: should fix an infinite loop. Dnumgis could you confirm ?

20 years ago* utils/var_bool.*: VarBool is now an interface for reading bool variables
Cyril Deguet [Sun, 18 Jan 2004 19:54:46 +0000 (19:54 +0000)]
* utils/var_bool.*: VarBool is now an interface for reading bool variables
 (not writing); use VarBoolImpl instead to instanciate read/write variables.
 Bool variables can now be combined with VarNotBool and VarBoolAndBool
 (TODO: VarBoolOrBool)
* commands/cmd_show_window.hpp: the commands now call directly
  GenericWindow::show/hide, because the visibility variable of a
  window is a VarBool (so, read-only)
* commands/cmd_input.hpp: added Play and Pause commands
* parser/interpreter.cpp: beginning of support of boolean expressions,
 like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
 not really well handled yet)
* src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
 "vlc.isPaused"
* controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
  now a passive VarBool, so actions must be explicitely set with
  'action1="..." action2="..."' in the xml file
* removed src/vlcvars.* => "vlc.isMute" doesn't work any more
 (anyway it didn't work well...)
* theme/theme.xml: updated with the new VarBool behaviour

20 years ago * es_out: give a fourcc to the dummy pmt es_descriptor_t.
Laurent Aimar [Sun, 18 Jan 2004 19:35:48 +0000 (19:35 +0000)]
 * es_out: give a fourcc to the dummy pmt es_descriptor_t.

20 years ago * mp4: cosmetics.
Laurent Aimar [Sun, 18 Jan 2004 18:31:50 +0000 (18:31 +0000)]
 * mp4: cosmetics.

20 years ago* modules/demux/dvdnav.c: added parsing of DVD style MRLs.
Gildas Bazin [Sun, 18 Jan 2004 16:02:40 +0000 (16:02 +0000)]
* modules/demux/dvdnav.c: added parsing of DVD style MRLs.
* modules/demux/ps.h: small cosmetic changes.

20 years ago* modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selec...
Gildas Bazin [Sun, 18 Jan 2004 13:39:32 +0000 (13:39 +0000)]
* modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.

20 years ago* configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the...
Gildas Bazin [Sun, 18 Jan 2004 11:14:23 +0000 (11:14 +0000)]
* configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
* modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.

20 years ago * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
Laurent Aimar [Sun, 18 Jan 2004 07:35:31 +0000 (07:35 +0000)]
 * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.

20 years ago * mp4: added 'pnot' fourcc as a valid header signature.
Laurent Aimar [Sun, 18 Jan 2004 06:33:21 +0000 (06:33 +0000)]
 * mp4: added 'pnot' fourcc as a valid header signature.

20 years ago * ts: clean up and a few mem leaks.
Laurent Aimar [Sun, 18 Jan 2004 06:15:21 +0000 (06:15 +0000)]
 * ts: clean up and a few mem leaks.

20 years ago * input_dec: exported correct i_group.
Laurent Aimar [Sun, 18 Jan 2004 05:14:39 +0000 (05:14 +0000)]
 * input_dec: exported correct i_group.
 Now vlc can read a TS with multiple programs and streams them as
 indepandant output (well you need the new TS demuxer so ...)
 (It is not well tested)

 Example: (lines are wrapped)
 ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
    --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
                       select="program=8501",\
                       dst="std{access=udp,mux=ts,url=239.255.13.14}", \
                       select="program=8506"}'

20 years ago * modules/video_output/caca.c:
Sam Hocevar [Sun, 18 Jan 2004 04:55:19 +0000 (04:55 +0000)]
  * modules/video_output/caca.c:
    + Set the window title upon startup.
    + Support for window resizing (requires libcaca 0.8).

20 years ago * es_out.c: better support for multiple program. (bugfixes and a dirty
Laurent Aimar [Sun, 18 Jan 2004 04:53:57 +0000 (04:53 +0000)]
 * es_out.c: better support for multiple program. (bugfixes and a dirty
 hack because of the way input_SetProgram works).

20 years agoIn Solaris (and perhaps others) PATH_MAX is in limits.h.
Rocky Bernstein [Sun, 18 Jan 2004 04:45:32 +0000 (04:45 +0000)]
In Solaris (and perhaps others) PATH_MAX is in limits.h.

20 years ago * duplicate: corrected behavour of no-*.
Laurent Aimar [Sun, 18 Jan 2004 03:43:03 +0000 (03:43 +0000)]
 * duplicate: corrected behavour of no-*.

20 years ago * demux2: added ps2,ts2 and dvdnav shortcuts.
Laurent Aimar [Sun, 18 Jan 2004 02:21:38 +0000 (02:21 +0000)]
 * demux2: added ps2,ts2 and dvdnav shortcuts.

20 years ago * duplicate : added a select option :) The format is
Laurent Aimar [Sun, 18 Jan 2004 02:20:28 +0000 (02:20 +0000)]
 * duplicate : added a select option :) The format is
 selector[,selector] where 'selector' are from:
    * no-audio, noaudio, audio
    * no-video, novideo, video
    * no-spu,   nospu,   spu
    * es=num or es=num_start-num_end
    * prgm=num or prgm=num_start-num_end (you can also use program
    instead of prgm)
 It applies for the last dst. selector1,selector2 means selector1 and
selector2.
 Ex:
    vlc file --sout '#duplicate{dst="1� dst", select="selection for 1� dst",
dst="2� dst", dst="3� dst", select="selection for 3� dst" }'

20 years ago * ts: fixed ms-codec playback.
Laurent Aimar [Sun, 18 Jan 2004 01:49:11 +0000 (01:49 +0000)]
 * ts: fixed ms-codec playback.

20 years ago * modules/demux/mp3/drms.c:
Sam Hocevar [Sun, 18 Jan 2004 01:21:33 +0000 (01:21 +0000)]
  * modules/demux/mp3/drms.c:
    + More code cleanup. Thanks a lot to jlj for testing my changes.
    + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
    + Decrypt the SCI data in-place and shuffle it in the same loop.

20 years ago* src/window_manager.cpp: no more magnetism with invisble windows !
Cyril Deguet [Sun, 18 Jan 2004 00:50:24 +0000 (00:50 +0000)]
* src/window_manager.cpp: no more magnetism with invisble windows !

20 years ago* src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
Cyril Deguet [Sun, 18 Jan 2004 00:25:02 +0000 (00:25 +0000)]
* src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
  issues after reading a bad theme)
* x11/.*: removed the hack of storing pointers as window properties

20 years ago * ps.h: added cvt adn ogt.
Laurent Aimar [Sat, 17 Jan 2004 23:51:50 +0000 (23:51 +0000)]
 * ps.h: added cvt adn ogt.

20 years ago * es_out: select es from current program only.
Laurent Aimar [Sat, 17 Jan 2004 23:50:08 +0000 (23:50 +0000)]
 * es_out: select es from current program only.

20 years ago * ps.* : new PS demuxer (still incomplete)
Laurent Aimar [Sat, 17 Jan 2004 22:32:50 +0000 (22:32 +0000)]
 * ps.* : new PS demuxer (still incomplete)
 * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
 plugin for now. (a lot of design problems are raised with it).

20 years ago* modules/control/http.c: fixed another mem leak.
Gildas Bazin [Sat, 17 Jan 2004 16:51:54 +0000 (16:51 +0000)]
* modules/control/http.c: fixed another mem leak.

20 years ago* src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in...
Gildas Bazin [Sat, 17 Jan 2004 16:24:14 +0000 (16:24 +0000)]
* src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
* modules/control/http.c: fixed parsing in uri_extract_value().

20 years ago* modules/control/http.c: fixed gcc warning.
Gildas Bazin [Sat, 17 Jan 2004 15:17:02 +0000 (15:17 +0000)]
* modules/control/http.c: fixed gcc warning.

20 years agosrc/playlist/item*
Sigmund Augdal Helberg [Sat, 17 Jan 2004 14:08:37 +0000 (14:08 +0000)]
src/playlist/item*
 * Updated documentation on playlist_Add* (they return a id, not the position)

20 years agoNEWS:
Sigmund Augdal Helberg [Sat, 17 Jan 2004 13:47:57 +0000 (13:47 +0000)]
NEWS:
 * Begin updating news for a 0.7.1

20 years ago* modules/control/http.c: fixed a whole bunch of mem leaks.
Gildas Bazin [Sat, 17 Jan 2004 13:25:21 +0000 (13:25 +0000)]
* modules/control/http.c: fixed a whole bunch of mem leaks.

20 years ago* ALL: make sure newly created playlist_item_t are initialized properly.
Gildas Bazin [Sat, 17 Jan 2004 12:28:57 +0000 (12:28 +0000)]
* ALL: make sure newly created playlist_item_t are initialized properly.

20 years ago* modules/stream_out/transcode.c: fixed segfault.
Gildas Bazin [Sat, 17 Jan 2004 12:11:58 +0000 (12:11 +0000)]
* modules/stream_out/transcode.c: fixed segfault.

20 years ago* src/input/demux.c: fixed small mem leak.
Gildas Bazin [Sat, 17 Jan 2004 12:03:19 +0000 (12:03 +0000)]
* src/input/demux.c: fixed small mem leak.

20 years ago* modules/stream_out/transcode.c: fixed mem leak.
Gildas Bazin [Sat, 17 Jan 2004 11:41:21 +0000 (11:41 +0000)]
* modules/stream_out/transcode.c: fixed mem leak.

20 years agoshare/http/index.html:
Sigmund Augdal Helberg [Fri, 16 Jan 2004 19:17:52 +0000 (19:17 +0000)]
share/http/index.html:
 * try to use valid xhtml