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

20 years ago * mp4: convert 3 bytes codes into language (track name).
Laurent Aimar [Tue, 13 Jan 2004 01:54:54 +0000 (01:54 +0000)]
 * mp4: convert 3 bytes codes into language (track name).

20 years ago * mp4: fixed playback for files that have 0 byte samples.
Laurent Aimar [Tue, 13 Jan 2004 01:44:49 +0000 (01:44 +0000)]
 * mp4: fixed playback for files that have 0 byte samples.

20 years ago* src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented...
Gildas Bazin [Mon, 12 Jan 2004 23:41:59 +0000 (23:41 +0000)]
* src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
  -> I should really go and by myself a brain.

20 years ago* src/playlist/loadsave.c: doxygenization
Derk-Jan Hartman [Mon, 12 Jan 2004 21:22:23 +0000 (21:22 +0000)]
* src/playlist/loadsave.c: doxygenization
* modules/gui/macosx/playlist.m: fix playlist_Export

20 years ago* configure.ac: added --with-caca-config-path.
Gildas Bazin [Mon, 12 Jan 2004 21:08:22 +0000 (21:08 +0000)]
* configure.ac: added --with-caca-config-path.

20 years ago* Fix caca building
Derk-Jan Hartman [Mon, 12 Jan 2004 20:54:24 +0000 (20:54 +0000)]
* Fix caca building

20 years ago* modules/mux/mp4.c: improved mov support a bit.
Gildas Bazin [Mon, 12 Jan 2004 20:19:55 +0000 (20:19 +0000)]
* modules/mux/mp4.c: improved mov support a bit.

20 years ago* modules/video_output/caca.c: ported to win32.
Gildas Bazin [Mon, 12 Jan 2004 16:16:41 +0000 (16:16 +0000)]
* modules/video_output/caca.c: ported to win32.

20 years agoMore RenderYUY2 bug fixes. Is very usable. Remaining bugs are
Rocky Bernstein [Mon, 12 Jan 2004 13:12:07 +0000 (13:12 +0000)]
More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
probably in transparancy handling.

20 years agoFirst attempt at YUY2. Sort of works.
Rocky Bernstein [Mon, 12 Jan 2004 04:03:19 +0000 (04:03 +0000)]
First attempt at YUY2. Sort of works.

Y2RV16 less embarrassingly wrong.

20 years ago * ncurses.c: let's be coherent: "big" forward/backward is now 5%
Simon Latapie [Sun, 11 Jan 2004 19:48:45 +0000 (19:48 +0000)]
 * ncurses.c: let's be coherent: "big" forward/backward is now 5%

20 years agomodules/demux/playlist/playlist.c:
Sigmund Augdal Helberg [Sun, 11 Jan 2004 17:46:58 +0000 (17:46 +0000)]
modules/demux/playlist/playlist.c:
 * Added common functions for handling relative paths in playlist files
 * Module declaration for pls import module
modules/demux/playlist/m3u.c:
 * implemented m3u import module
modules/demux/playlist/pls.c:
 * new pls import module
modules/demux/playlist/playlist.h:
 * common prototypes
modules/demux/playlist/Modules.ac
 * activated pls module

20 years ago* modules/gui/skins/*:
Cyril Deguet [Sun, 11 Jan 2004 17:12:17 +0000 (17:12 +0000)]
* modules/gui/skins/*:
 - huge cleaning of the interpreter; all the variables are stored in
 the container VarManager, and can be retrieved by their name (with
 type checking if needed). Some variables are still owned by VlcProc
 for technical reasons (their interface is not compliant with normal
 variable, because of the "updateVLC" trick)
 - replaced double by float

20 years agoRemove debug output.
Rocky Bernstein [Sun, 11 Jan 2004 15:02:15 +0000 (15:02 +0000)]
Remove debug output.

20 years ago * ncurses.c : forgot to change help
Simon Latapie [Sun, 11 Jan 2004 14:55:32 +0000 (14:55 +0000)]
 * ncurses.c : forgot to change help

20 years ago * ncurses.c : 5% forward and backward are definitely not precise enough.
Simon Latapie [Sun, 11 Jan 2004 14:53:36 +0000 (14:53 +0000)]
 * ncurses.c : 5% forward and backward are definitely not precise enough.
         put 1% instead.

20 years agoFixed modules.am file
Clément Stenac [Sun, 11 Jan 2004 01:55:42 +0000 (01:55 +0000)]
Fixed modules.am file

20 years agoFix bug in ScaleX routine which affected ratios that could span 3 pixels.
Rocky Bernstein [Sun, 11 Jan 2004 01:54:20 +0000 (01:54 +0000)]
Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
(4:3 is one of the few *not* in this category).

Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
or what we do now. 1=do nothing.

20 years ago* missing or incomplete .cvsignores
Anil Daoud [Sun, 11 Jan 2004 01:51:24 +0000 (01:51 +0000)]
* missing or incomplete .cvsignores

20 years ago* missing file
Anil Daoud [Sun, 11 Jan 2004 01:39:44 +0000 (01:39 +0000)]
* missing file

20 years ago* configure.ac : Added new folders
Clément Stenac [Sun, 11 Jan 2004 00:45:06 +0000 (00:45 +0000)]
* configure.ac : Added new folders

* New playlist import/export system:
   -export plugin in misc/playlist (contains one module for each file type)
   -open plugin = special demuxer2, that can be opened from the command
    line or the graphical interface.
  NB: the demuxer "playlist" is forced to earn speed, but this does not
  work yet, as we have a demux2

* modules/gui/wxwindows: use the new import/export.

* src/playlist/group.c : fixed boundary check

* src/playlist/item-ext.c: correctly reset stuff when clearing the playlist

20 years ago* src/vlc_proc.*: quick fix to handle the new playlist object variables
Cyril Deguet [Sun, 11 Jan 2004 00:21:22 +0000 (00:21 +0000)]
* src/vlc_proc.*: quick fix to handle the new playlist object variables
  (At the moment the whole playlist is rebuilt each time; the link
  between the list control and the list variable should be enhanced
  to avoid that)
* src/window_manager.cpp: raise all the windows when one clicks on
  any window (the previous behaviour was too confiusing)

20 years agoUse playlist_current when going from one item to another
Clément Stenac [Sun, 11 Jan 2004 00:11:56 +0000 (00:11 +0000)]
Use playlist_current when going from one item to another

20 years ago * ncurses: better playlist handling.
Laurent Aimar [Sun, 11 Jan 2004 00:01:35 +0000 (00:01 +0000)]
 * ncurses: better playlist handling.

20 years agosrc/input/input.c:
Sigmund Augdal Helberg [Sat, 10 Jan 2004 23:46:39 +0000 (23:46 +0000)]
src/input/input.c:
 * removed unused variable

20 years ago* oops, bug
Derk-Jan Hartman [Sat, 10 Jan 2004 23:44:19 +0000 (23:44 +0000)]
* oops, bug

20 years agomodules/gui/ncurse/ncurses.c:
Sigmund Augdal Helberg [Sat, 10 Jan 2004 23:31:33 +0000 (23:31 +0000)]
modules/gui/ncurse/ncurses.c:
 * fixed a segfault when the 'f' button was pressed with no item playing

20 years ago* fixed skins2 module loading when libtar is present (thanks AsMax :)
Anil Daoud [Sat, 10 Jan 2004 23:22:21 +0000 (23:22 +0000)]
* fixed skins2 module loading when libtar is present (thanks AsMax :)

20 years ago* Fixed some doxygen comments.
Derk-Jan Hartman [Sat, 10 Jan 2004 14:24:33 +0000 (14:24 +0000)]
* Fixed some doxygen comments.
* Added SORT_ID
* remember last sorting and ordering in playlist struct

20 years agoAdd vout_AspectRatio routine to get retrieve a vout's aspect ratio.
Rocky Bernstein [Sat, 10 Jan 2004 13:59:25 +0000 (13:59 +0000)]
Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c

20 years agoAdd SAP to the list of additionnal interfaces
Clément Stenac [Sat, 10 Jan 2004 12:35:33 +0000 (12:35 +0000)]
Add SAP to the list of additionnal interfaces

20 years ago* mtime_t != int This was causing incorrect results on big endian.
Derk-Jan Hartman [Sat, 10 Jan 2004 03:36:03 +0000 (03:36 +0000)]
* mtime_t != int This was causing incorrect results on big endian.
  Changed playlist_SetDuration.
* changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE

20 years ago* extras/MacOSX/Resources/English.lproj/MainMenu.nib
Derk-Jan Hartman [Fri, 9 Jan 2004 22:11:04 +0000 (22:11 +0000)]
* extras/MacOSX/Resources/English.lproj/MainMenu.nib
  - Added the duration column
  - Added a 'surpress error dialog' option to the dialog
* ALL: copyright year and author changes

20 years ago* include/variables.h
Derk-Jan Hartman [Fri, 9 Jan 2004 20:36:21 +0000 (20:36 +0000)]
* include/variables.h
  src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
* src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
  variable of p_vlc. -1 == quiet

20 years ago * ./src/misc/configuration.c: win32 UNICODE fixes.
Jon Lech Johansen [Fri, 9 Jan 2004 19:45:46 +0000 (19:45 +0000)]
  * ./src/misc/configuration.c: win32 UNICODE fixes.

20 years ago* src/extras/libc.c: return result in vlc_asprintf().
Gildas Bazin [Fri, 9 Jan 2004 19:21:58 +0000 (19:21 +0000)]
* src/extras/libc.c: return result in vlc_asprintf().

20 years ago* ALL: added vlc_asprintf() to our libc.
Gildas Bazin [Fri, 9 Jan 2004 18:32:04 +0000 (18:32 +0000)]
* ALL: added vlc_asprintf() to our libc.

20 years ago * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
Jon Lech Johansen [Fri, 9 Jan 2004 17:29:17 +0000 (17:29 +0000)]
  * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath

20 years ago* configure --help aliging
Derk-Jan Hartman [Fri, 9 Jan 2004 15:39:38 +0000 (15:39 +0000)]
* configure --help aliging

20 years ago* Gibalou you broke something again :)
Derk-Jan Hartman [Fri, 9 Jan 2004 15:26:58 +0000 (15:26 +0000)]
* Gibalou you broke something again :)
  You used vasprintf but used asprintf paramaters. Which one do you want to use?
  i changed to asprintf now.

20 years ago* MAX_PATH is a windowism. Use PATH_MAX.
Derk-Jan Hartman [Fri, 9 Jan 2004 13:08:08 +0000 (13:08 +0000)]
* MAX_PATH is a windowism. Use PATH_MAX.

20 years ago* ALL: MSVC compilation fixes.
Gildas Bazin [Fri, 9 Jan 2004 12:23:47 +0000 (12:23 +0000)]
* ALL: MSVC compilation fixes.

20 years ago * ./modules/demux/mp4/drms.c: improved sci handling.
Jon Lech Johansen [Fri, 9 Jan 2004 04:37:43 +0000 (04:37 +0000)]
  * ./modules/demux/mp4/drms.c: improved sci handling.
  * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
                               pass it on to decoder.

20 years ago* video.c: gibalou: no palctrl in avcodec context in 0.4.8
Derk-Jan Hartman [Fri, 9 Jan 2004 02:28:30 +0000 (02:28 +0000)]
* video.c: gibalou: no palctrl in avcodec context in 0.4.8
* ffmpeg.c: 0.4.8 ifdef'ing

20 years agoMinor grammatical changes.
Rocky Bernstein [Fri, 9 Jan 2004 01:17:57 +0000 (01:17 +0000)]
Minor grammatical changes.

20 years ago* modules/demux/mpeg/Modules.am: forgot to remove private.h.
Gildas Bazin [Fri, 9 Jan 2004 00:32:12 +0000 (00:32 +0000)]
* modules/demux/mpeg/Modules.am: forgot to remove private.h.

20 years ago* modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was...
Gildas Bazin [Fri, 9 Jan 2004 00:30:29 +0000 (00:30 +0000)]
* modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).

20 years ago* modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some...
Gildas Bazin [Fri, 9 Jan 2004 00:02:55 +0000 (00:02 +0000)]
* modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
* modules/codec/ffmpeg/ffmpeg.c: more fourccs.

20 years agomodules/codec/ffmpeg/ffmpeg.c:
Sigmund Augdal Helberg [Thu, 8 Jan 2004 23:21:01 +0000 (23:21 +0000)]
modules/codec/ffmpeg/ffmpeg.c:
 * add fourcc "smc "

20 years ago* And AGAIN the caca fix
Derk-Jan Hartman [Thu, 8 Jan 2004 22:37:59 +0000 (22:37 +0000)]
* And AGAIN the caca fix

20 years ago* thats what you get when you work in multiple directories
Derk-Jan Hartman [Thu, 8 Jan 2004 22:34:54 +0000 (22:34 +0000)]
* thats what you get when you work in multiple directories

20 years ago* modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
Gildas Bazin [Thu, 8 Jan 2004 22:02:29 +0000 (22:02 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.

20 years ago* caca 0.6 doesn't work with 0.7.0 remember? :)
Derk-Jan Hartman [Thu, 8 Jan 2004 21:55:06 +0000 (21:55 +0000)]
* caca 0.6 doesn't work with 0.7.0 remember? :)

20 years ago* modules/codec/ffmpeg/demux.c: improvements.
Gildas Bazin [Thu, 8 Jan 2004 21:48:43 +0000 (21:48 +0000)]
* modules/codec/ffmpeg/demux.c: improvements.
* modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.

20 years ago* Updated with new libraries in vlc
Derk-Jan Hartman [Thu, 8 Jan 2004 21:19:03 +0000 (21:19 +0000)]
* Updated with new libraries in vlc
* Use new style of use_enable
* Fixed some bugs

20 years ago * modules/video_output/caca.c:
Sam Hocevar [Thu, 8 Jan 2004 19:22:10 +0000 (19:22 +0000)]
  * modules/video_output/caca.c:
    + Updated for libcaca 0.7.

20 years ago* Updated the ebuild for 0.7.0
Derk-Jan Hartman [Thu, 8 Jan 2004 19:07:42 +0000 (19:07 +0000)]
* Updated the ebuild for 0.7.0
  a bit late i know. I had forgotten about it.

20 years ago * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
Laurent Aimar [Thu, 8 Jan 2004 16:28:37 +0000 (16:28 +0000)]
 * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
 time, informations and help display).

20 years ago* modules/codec/ffmpeg/ffmpeg.c: oops.
Gildas Bazin [Thu, 8 Jan 2004 15:11:35 +0000 (15:11 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: oops.

20 years agoAdded .cvsignore
Rémi Denis-Courmont [Thu, 8 Jan 2004 12:44:59 +0000 (12:44 +0000)]
Added .cvsignore

20 years ago* ffmpeg 0.4.8 compilation fix
Derk-Jan Hartman [Thu, 8 Jan 2004 12:07:07 +0000 (12:07 +0000)]
* ffmpeg 0.4.8 compilation fix

20 years ago * ./src/extras/libc.c: vasprintf bug fix.
Jon Lech Johansen [Thu, 8 Jan 2004 11:36:40 +0000 (11:36 +0000)]
  * ./src/extras/libc.c: vasprintf bug fix.

20 years ago * vlc_common: mmh, use right prototype...
Laurent Aimar [Thu, 8 Jan 2004 11:18:27 +0000 (11:18 +0000)]
 * vlc_common: mmh, use right prototype...

20 years ago * all: correct test for vasprintf.
Laurent Aimar [Thu, 8 Jan 2004 10:27:07 +0000 (10:27 +0000)]
 * all: correct test for vasprintf.

20 years agomodules/gui/wxwindows/playlist.cpp:
Sigmund Augdal Helberg [Thu, 8 Jan 2004 00:52:08 +0000 (00:52 +0000)]
modules/gui/wxwindows/playlist.cpp:
  * fixed a warning

20 years ago * modules/demux/mp4/libmp4.c: use vasprintf
Laurent Aimar [Thu, 8 Jan 2004 00:37:18 +0000 (00:37 +0000)]
 * modules/demux/mp4/libmp4.c: use vasprintf
 * modules/access/ftp.c: cleaned up.

20 years ago* configure.ac: detect if libavformat is present.
Gildas Bazin [Thu, 8 Jan 2004 00:12:50 +0000 (00:12 +0000)]
* configure.ac: detect if libavformat is present.
* modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
   This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
   The demuxer has been put here because of its dependancy on libavformat and libavcodec.
* modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.

20 years ago * all: added own implementation of vasprintf. I hope it's ok this way.
Laurent Aimar [Wed, 7 Jan 2004 23:39:41 +0000 (23:39 +0000)]
 * all: added own implementation of vasprintf. I hope it's ok this way.

20 years ago* src/playlist/*: fixed memory leaks.
Gildas Bazin [Wed, 7 Jan 2004 19:20:30 +0000 (19:20 +0000)]
* src/playlist/*: fixed memory leaks.
* modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
* modules/stream_out/transcode.c: added support for fourcc IYUV.

20 years ago * input: fix to avoid forced subtitle not selected.
Laurent Aimar [Wed, 7 Jan 2004 17:57:56 +0000 (17:57 +0000)]
 * input: fix to avoid forced subtitle not selected.

20 years ago* Fix a memory leak when there is no p_vout, but when there are subs.
Derk-Jan Hartman [Wed, 7 Jan 2004 16:54:47 +0000 (16:54 +0000)]
* Fix a memory leak when there is no p_vout, but when there are subs.

20 years ago* Clarify some instructions.
Derk-Jan Hartman [Wed, 7 Jan 2004 15:54:38 +0000 (15:54 +0000)]
* Clarify some instructions.

20 years ago * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
Laurent Aimar [Wed, 7 Jan 2004 15:31:31 +0000 (15:31 +0000)]
 * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
  apply to the selected program.

20 years ago * http: complete rewrite (using net_Printf/net_Gets)
Laurent Aimar [Wed, 7 Jan 2004 15:21:27 +0000 (15:21 +0000)]
 * http: complete rewrite (using net_Printf/net_Gets)
        -> Proxy, user/password and redirection untested.
        -> For icecast server, check also the mime (do not blindly force
        mp3, it could also be nsv).

20 years ago * demux2: allow to force demuxer.
Laurent Aimar [Wed, 7 Jan 2004 14:59:37 +0000 (14:59 +0000)]
 * demux2: allow to force demuxer.
 * nsv: fixed bad init.

20 years ago * net: mem leak in net_Printf
Laurent Aimar [Wed, 7 Jan 2004 14:59:03 +0000 (14:59 +0000)]
 * net: mem leak in net_Printf

20 years agoBetter operator association in computing duration and should be
Rocky Bernstein [Wed, 7 Jan 2004 07:21:31 +0000 (07:21 +0000)]
Better operator association in computing duration and should be
optimized better too.

Add track info in "Media Information" Add track-specific information
and album information in "Item info".

Coding of all this is ugly and massively redundant. I think the
playlist needs to be re-thought/re-worked. Sublevels would be nice
too.

20 years ago * network: vlc_UrlParse should now accept ipv6 ip (untested).
Laurent Aimar [Tue, 6 Jan 2004 23:11:47 +0000 (23:11 +0000)]
 * network: vlc_UrlParse should now accept ipv6 ip (untested).

20 years ago * src/misc/net.c: fixed net_Gets
Laurent Aimar [Tue, 6 Jan 2004 23:03:17 +0000 (23:03 +0000)]
 * src/misc/net.c: fixed net_Gets

20 years agosrc/input/stream.c:
Sigmund Augdal Helberg [Tue, 6 Jan 2004 21:42:43 +0000 (21:42 +0000)]
src/input/stream.c:
  * Cleaned up a comment
  * Added a function stream_ReadLine() to read one line from a stream
include/ninput.h:
  * export stream_ReadLine()