]> git.sesse.net Git - vlc/log
vlc
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

20 years ago * modules/demux/mp4/drms.c:
Sam Hocevar [Fri, 16 Jan 2004 18:26:57 +0000 (18:26 +0000)]
  * modules/demux/mp4/drms.c:
    + Merged redundant functions.
    + Unobfuscated and cleaned up many parts of the crypto code.
    + Added comments here and there.

20 years agoAdd horizontal and vertical subtitle offset corrections. Some cleanup
Rocky Bernstein [Fri, 16 Jan 2004 13:32:37 +0000 (13:32 +0000)]
Add horizontal and vertical subtitle offset corrections.  Some cleanup
and work done to allow for palettized rendering (by not expanding
inline colormap entries when RGB2).

20 years ago * all: added STREAM_GET_MTU and stream_MTU.
Laurent Aimar [Fri, 16 Jan 2004 11:12:16 +0000 (11:12 +0000)]
 * all: added STREAM_GET_MTU and stream_MTU.

20 years ago * modules/codec/libmpeg2.c:
Sam Hocevar [Fri, 16 Jan 2004 09:39:57 +0000 (09:39 +0000)]
  * modules/codec/libmpeg2.c:
    + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.

20 years agorender.c: RV16 now works great - uses all colors, but no transparancy.
Rocky Bernstein [Fri, 16 Jan 2004 04:14:54 +0000 (04:14 +0000)]
render.c: RV16 now works great - uses all colors, but no transparancy.
Started RV32 and- has bugs. (It'd be nice if something in rendering
worked the first time without a hassle).

Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
moved here.

cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
to a main routine. Perhaps if spudec is folded in.

20 years ago * ts: fixed mpeg4 video in TS.
Laurent Aimar [Fri, 16 Jan 2004 02:01:11 +0000 (02:01 +0000)]
 * ts: fixed mpeg4 video in TS.

20 years ago * ts: rewrite from scratch of the TS demuxer to fit the new API.
Laurent Aimar [Fri, 16 Jan 2004 01:47:41 +0000 (01:47 +0000)]
 * ts: rewrite from scratch of the TS demuxer to fit the new API.
 Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
 allow user to enter a pmt description (for stream without PAT/PMT).

    TODO: - test all codec.
          - test stream with more than 1 PMT
          - test stream with PAT/PMT change(s)
          - re-add support for dvb subtitles.
          - test with broken streams.
          - test --ts-extra-pmt

20 years ago* modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
Gildas Bazin [Fri, 16 Jan 2004 00:01:19 +0000 (00:01 +0000)]
* modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.

20 years agoint -> bool
Benjamin Pracht [Thu, 15 Jan 2004 23:59:21 +0000 (23:59 +0000)]
int -> bool

lalala

20 years ago* src/input/input.c: fixed memleaks.
Gildas Bazin [Thu, 15 Jan 2004 23:40:44 +0000 (23:40 +0000)]
* src/input/input.c: fixed memleaks.
* src/input/input_info.c: small bug fix.
* modules/stream_out/standard.c: fixed memleaks.

20 years ago* modules/access_output/http.c: fixed small mem leak and mem corruption.
Gildas Bazin [Thu, 15 Jan 2004 22:58:12 +0000 (22:58 +0000)]
* modules/access_output/http.c: fixed small mem leak and mem corruption.

20 years ago * network: fix for proto://host:port url syntax.
Laurent Aimar [Thu, 15 Jan 2004 22:39:50 +0000 (22:39 +0000)]
 * network: fix for proto://host:port url syntax.

20 years ago* modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
Gildas Bazin [Thu, 15 Jan 2004 22:15:40 +0000 (22:15 +0000)]
* modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.

20 years agomodules/gui/wxwindows/*:
Sigmund Augdal Helberg [Thu, 15 Jan 2004 21:49:07 +0000 (21:49 +0000)]
modules/gui/wxwindows/*:
 * use a standard file dialog to export playlist

20 years ago* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
Gildas Bazin [Thu, 15 Jan 2004 19:46:32 +0000 (19:46 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
* modules/codec/ffmpeg/demux.c: bug fix.

20 years agosrc/playlist/item.c:
Sigmund Augdal Helberg [Thu, 15 Jan 2004 19:23:14 +0000 (19:23 +0000)]
src/playlist/item.c:
 * remove unused variables

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Thu, 15 Jan 2004 19:21:03 +0000 (19:21 +0000)]
modules/misc/sap.c:
 * fixed playback of sap anounces through livdotcom

20 years ago* modules/misc/network/ipv4.c: fixed breakage on win32.
Gildas Bazin [Thu, 15 Jan 2004 14:57:00 +0000 (14:57 +0000)]
* modules/misc/network/ipv4.c: fixed breakage on win32.

20 years ago * ipv4: non blocking connection mode. Please test it heavily, it may
Laurent Aimar [Thu, 15 Jan 2004 13:47:01 +0000 (13:47 +0000)]
 * ipv4: non blocking connection mode. Please test it heavily, it may
 have broken all OS except linux ...

20 years ago * http: commented out a debug message.
Laurent Aimar [Thu, 15 Jan 2004 13:45:27 +0000 (13:45 +0000)]
 * http: commented out a debug message.

20 years ago * do not try http 1.0 when we are going to die.
Laurent Aimar [Thu, 15 Jan 2004 12:55:41 +0000 (12:55 +0000)]
 * do not try http 1.0 when we are going to die.

20 years ago* modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
Gildas Bazin [Thu, 15 Jan 2004 00:05:04 +0000 (00:05 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().

20 years ago* playlist sort.
Benjamin Pracht [Wed, 14 Jan 2004 18:45:45 +0000 (18:45 +0000)]
* playlist sort.

Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.

20 years ago * http: fixed for url like http://host[:port] (ie without path)
Laurent Aimar [Wed, 14 Jan 2004 15:40:57 +0000 (15:40 +0000)]
 * http: fixed for url like http://host[:port] (ie without path)

20 years agoDon't do compensation subtitle unscaling if the underlying video
Rocky Bernstein [Wed, 14 Jan 2004 11:47:19 +0000 (11:47 +0000)]
Don't do compensation subtitle unscaling if the underlying video
chroma does the scaling.

20 years agoFirst OGT/CVD RenderV16 that shows some sort of readable subtitles. It
Rocky Bernstein [Wed, 14 Jan 2004 04:50:02 +0000 (04:50 +0000)]
First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
looks like bugs remain in the YUV to RGB conversion though.

20 years ago* src/interface/interface.c: added the gestures interface to the interfaces list.
Gildas Bazin [Tue, 13 Jan 2004 18:45:06 +0000 (18:45 +0000)]
* src/interface/interface.c: added the gestures interface to the interfaces list.

20 years ago* modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktim...
Gildas Bazin [Tue, 13 Jan 2004 15:54:09 +0000 (15:54 +0000)]
* modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).