]> git.sesse.net Git - vlc/log
vlc
19 years ago* *.po: updated the po-files
Felix Paul Kühne [Tue, 15 Mar 2005 19:53:17 +0000 (19:53 +0000)]
* *.po: updated the po-files
* da.po: additions to the Danish translation by Jonas Larsen
* Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib

19 years ago* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
Christophe Massiot [Tue, 15 Mar 2005 18:59:48 +0000 (18:59 +0000)]
* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.

19 years ago* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
Christophe Massiot [Tue, 15 Mar 2005 18:55:17 +0000 (18:55 +0000)]
* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.

19 years ago* src/video_output/vout_synchro.c: New --quiet-synchro config option.
Christophe Massiot [Tue, 15 Mar 2005 18:52:52 +0000 (18:52 +0000)]
* src/video_output/vout_synchro.c: New --quiet-synchro config option.

19 years agowall.c: fix alignment when rows or cols are 2 or less.
Sigmund Augdal Helberg [Tue, 15 Mar 2005 17:18:58 +0000 (17:18 +0000)]
wall.c: fix alignment when rows or cols are 2 or less.

19 years ago* configure.ac: proper LDFLAGS on win32 for the wince gui.
Gildas Bazin [Tue, 15 Mar 2005 13:44:31 +0000 (13:44 +0000)]
* configure.ac: proper LDFLAGS on win32 for the wince gui.

19 years ago* modules/audio_output/waveout.c: use hardware volume control.
Gildas Bazin [Tue, 15 Mar 2005 13:38:28 +0000 (13:38 +0000)]
* modules/audio_output/waveout.c: use hardware volume control.

19 years ago* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants...
Gildas Bazin [Tue, 15 Mar 2005 13:21:54 +0000 (13:21 +0000)]
* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.

19 years ago* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 ...
Gildas Bazin [Tue, 15 Mar 2005 11:40:27 +0000 (11:40 +0000)]
* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).

19 years ago* display useful information in the tooltip
Anil Daoud [Tue, 15 Mar 2005 11:29:46 +0000 (11:29 +0000)]
* display useful information in the tooltip

19 years agoWork on MacOS preferences. Need to be completed, improved, and debugged...
Jérome Decoodt [Tue, 15 Mar 2005 00:02:16 +0000 (00:02 +0000)]
Work on MacOS preferences. Need to be completed, improved, and debugged...

19 years ago* macosx: simplify volume update method for scrollfield usage.
Derk-Jan Hartman [Mon, 14 Mar 2005 23:53:58 +0000 (23:53 +0000)]
* macosx: simplify volume update method for scrollfield usage.

19 years ago* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
Anil Daoud [Mon, 14 Mar 2005 23:39:53 +0000 (23:39 +0000)]
* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)

19 years ago* Renamed --filter to --video-filter for reasons of consistency. Please check functio...
Derk-Jan Hartman [Mon, 14 Mar 2005 23:12:06 +0000 (23:12 +0000)]
* Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
* Added a notice of this to news
* Another request from the forum.

19 years ago* More descriptions of the VLC commandline syntax when running --help.
Derk-Jan Hartman [Mon, 14 Mar 2005 22:14:46 +0000 (22:14 +0000)]
* More descriptions of the VLC commandline syntax when running --help.
* Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
* Restored some add_category_hint so the cli help shows the proper categories again.

19 years ago * mp4.c: do not unselect ES at the end.
Laurent Aimar [Mon, 14 Mar 2005 17:02:45 +0000 (17:02 +0000)]
 * mp4.c: do not unselect ES at the end.

19 years ago * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
Sam Hocevar [Mon, 14 Mar 2005 14:38:44 +0000 (14:38 +0000)]
  * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.

19 years ago * Updated Debian packaging information.
Sam Hocevar [Mon, 14 Mar 2005 13:54:04 +0000 (13:54 +0000)]
  * Updated Debian packaging information.

19 years ago* src/input/input.c: use a low priority input thread when in b_out_pace_control ...
Gildas Bazin [Mon, 14 Mar 2005 13:21:26 +0000 (13:21 +0000)]
* src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).

19 years ago * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
Sam Hocevar [Mon, 14 Mar 2005 13:02:16 +0000 (13:02 +0000)]
  * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.

19 years ago* activex: updated svn:ignore property
Anil Daoud [Mon, 14 Mar 2005 10:56:55 +0000 (10:56 +0000)]
* activex: updated svn:ignore property

* wxwindows: systray integration, with a basic popup menu, tested under
  WinXP and Gnome (introduces two new options, wxwin-taskbar and
  wxwin-systray).

  The icon looks ok under windows but not so good with some gnome-panel
  sizes.

19 years ago * activex/Makefile.am: use "rm -f", not "-rm".
Sam Hocevar [Mon, 14 Mar 2005 10:49:41 +0000 (10:49 +0000)]
  * activex/Makefile.am: use "rm -f", not "-rm".

19 years ago * configure.ac: allow to specify another name for the wx-config script, for
Sam Hocevar [Mon, 14 Mar 2005 10:38:45 +0000 (10:38 +0000)]
  * configure.ac: allow to specify another name for the wx-config script, for
    systems with both 2.4 and 2.5.

19 years agocorba/Modules.am: include missing files in dist. Fixes #1977
Sigmund Augdal Helberg [Mon, 14 Mar 2005 10:32:47 +0000 (10:32 +0000)]
corba/Modules.am: include missing files in dist. Fixes #1977

19 years agoTODO: remove recently fixed subtitle-related items
Sigmund Augdal Helberg [Mon, 14 Mar 2005 09:18:42 +0000 (09:18 +0000)]
TODO: remove recently fixed subtitle-related items

19 years ago* Add some TODOs from the Requests forum.
Derk-Jan Hartman [Sun, 13 Mar 2005 23:32:30 +0000 (23:32 +0000)]
* Add some TODOs from the Requests forum.

19 years agoAdded setScrollField: and resetScrollField to manage the scroll field.
Jérome Decoodt [Sun, 13 Mar 2005 23:19:12 +0000 (23:19 +0000)]
Added setScrollField: and resetScrollField to manage the scroll field.

19 years ago* axvlc.reg was removed from the source tree in r9968, but not removed from the Makef...
Derk-Jan Hartman [Sun, 13 Mar 2005 23:10:01 +0000 (23:10 +0000)]
* axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
This was breaking make dist, and therefore the SVN .tar.gz snapshots

19 years agomkv.cpp: use the same technique for the main segment as for the additional segments...
Steve Lhomme [Sun, 13 Mar 2005 19:53:20 +0000 (19:53 +0000)]
mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)

19 years agomkv.cpp: segment preloading now works
Steve Lhomme [Sun, 13 Mar 2005 14:09:31 +0000 (14:09 +0000)]
mkv.cpp: segment preloading now works

19 years agoFix my email address
Rémi Denis-Courmont [Sun, 13 Mar 2005 13:29:45 +0000 (13:29 +0000)]
Fix my email address

19 years ago- Fix getnameinfo detection on Win32
Rémi Denis-Courmont [Sun, 13 Mar 2005 09:31:00 +0000 (09:31 +0000)]
- Fix getnameinfo detection on Win32

19 years ago dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
Eric Petit [Sun, 13 Mar 2005 05:56:32 +0000 (05:56 +0000)]
 dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins

19 years ago Renamed the "contrast" variable used between dvdnav and the video output
Eric Petit [Sat, 12 Mar 2005 18:34:36 +0000 (18:34 +0000)]
 Renamed the "contrast" variable used between dvdnav and the video output
 so it doesn't conflict with the one from the adjust filter

19 years ago dvdnav.patch: prefixed all non-static functions in the included libdvdread.
Eric Petit [Sat, 12 Mar 2005 17:52:33 +0000 (17:52 +0000)]
 dvdnav.patch: prefixed all non-static functions in the included libdvdread.
  This fixes dvdsimple on OS X (either it crashed complaining about
  multiple definitions in the dvdnav and dvdread plugins, or it tried
  to use the libdvdread routines from the dvdnav plugin even though
  the dvdread access is used, but this modified libdvdread doesn't
  seem to be binary compatible... big mess here)
 ALL: fixed a minor libdvdread bug + cleaned the BeOS patch

19 years agoFixed stupid bug (C) me, yesterday (variable name conflict)
Rémi Denis-Courmont [Sat, 12 Mar 2005 17:47:43 +0000 (17:47 +0000)]
Fixed stupid bug (C) me, yesterday (variable name conflict)

19 years agofortuuuuune
Christophe Massiot [Sat, 12 Mar 2005 14:31:10 +0000 (14:31 +0000)]
fortuuuuune

19 years agomkv.cpp: know your parents better
Steve Lhomme [Sat, 12 Mar 2005 11:12:00 +0000 (11:12 +0000)]
mkv.cpp: know your parents better

19 years agomkv.cpp: better segment initialisation
Steve Lhomme [Sat, 12 Mar 2005 10:20:18 +0000 (10:20 +0000)]
mkv.cpp: better segment initialisation

19 years agomkv.cpp: don't keep segments already found elsewhere
Steve Lhomme [Sat, 12 Mar 2005 10:01:45 +0000 (10:01 +0000)]
mkv.cpp: don't keep segments already found elsewhere

19 years agomkv.cpp: more code reorganisation for segment preloading
Steve Lhomme [Sat, 12 Mar 2005 09:35:29 +0000 (09:35 +0000)]
mkv.cpp: more code reorganisation for segment preloading

19 years ago* configure.ac: alsa is now really default enabled
Anil Daoud [Fri, 11 Mar 2005 22:36:40 +0000 (22:36 +0000)]
* configure.ac: alsa is now really default enabled
* modules/demux/*: typo and user-friendly description
* modules/access/*: less vlc warnings
* modules/codec/subsdec.c: subtitles justification is no longer "advanced"

19 years agoString fixes by Christophe Mutricy
Clément Stenac [Fri, 11 Mar 2005 21:49:19 +0000 (21:49 +0000)]
String fixes by Christophe Mutricy

19 years ago- Fix bug #1854
Rémi Denis-Courmont [Fri, 11 Mar 2005 20:04:58 +0000 (20:04 +0000)]
- Fix bug #1854

19 years ago- Check for gai_strerror
Rémi Denis-Courmont [Fri, 11 Mar 2005 19:57:28 +0000 (19:57 +0000)]
- Check for gai_strerror
  (stupid Winsock2 has getnameinfo but not gai_strerror)

19 years ago- Fix building axvlc from subdirectory
Rémi Denis-Courmont [Fri, 11 Mar 2005 13:41:51 +0000 (13:41 +0000)]
- Fix building axvlc from subdirectory

19 years ago* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch...
Andre Pang [Fri, 11 Mar 2005 13:38:38 +0000 (13:38 +0000)]
* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes

19 years ago * change $Id thing ... r10300
Antoine Cellerier [Fri, 11 Mar 2005 13:13:45 +0000 (13:13 +0000)]
 * change $Id thing ... r10300

19 years agomkv.cpp: preload linked segments too
Steve Lhomme [Fri, 11 Mar 2005 12:41:41 +0000 (12:41 +0000)]
mkv.cpp: preload linked segments too

19 years agomkv.cpp: remove an unused variable
Steve Lhomme [Fri, 11 Mar 2005 10:44:36 +0000 (10:44 +0000)]
mkv.cpp: remove an unused variable

19 years agoalsa.c: removed a printf, shut up a compiler warning
Sigmund Augdal Helberg [Fri, 11 Mar 2005 09:54:47 +0000 (09:54 +0000)]
alsa.c: removed a printf, shut up a compiler warning

19 years agoRemoved unneeded VLC_OBJECT() cast and another segfault fix.
Jean-Paul Saman [Fri, 11 Mar 2005 09:49:38 +0000 (09:49 +0000)]
Removed unneeded VLC_OBJECT() cast and another segfault fix.

19 years agowxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
Sigmund Augdal Helberg [Fri, 11 Mar 2005 08:56:58 +0000 (08:56 +0000)]
wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget

19 years ago* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
Gildas Bazin [Fri, 11 Mar 2005 08:18:14 +0000 (08:18 +0000)]
* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.

19 years agoTivo file demuxer
Rémi Denis-Courmont [Fri, 11 Mar 2005 08:13:00 +0000 (08:13 +0000)]
Tivo file demuxer
based on patch from Neal Symms <nsymms # redwar.us>
with minor cleanups

19 years agoReduce the global verbosity
Clément Stenac [Fri, 11 Mar 2005 07:52:18 +0000 (07:52 +0000)]
Reduce the global verbosity
Change some message severities

19 years agoFix locking
Clément Stenac [Thu, 10 Mar 2005 22:30:16 +0000 (22:30 +0000)]
Fix locking

19 years agoUpdate news
Clément Stenac [Thu, 10 Mar 2005 22:18:47 +0000 (22:18 +0000)]
Update news

19 years agoSame mistake here: Pass real VLC_OBJECT's to msg_*
Jean-Paul Saman [Thu, 10 Mar 2005 21:16:32 +0000 (21:16 +0000)]
Same mistake here: Pass real VLC_OBJECT's to msg_*

19 years agoAnother one. Use real VLC_OBJECT's in msg_*
Jean-Paul Saman [Thu, 10 Mar 2005 21:12:28 +0000 (21:12 +0000)]
Another one. Use real VLC_OBJECT's in msg_*

19 years agoUse VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
Jean-Paul Saman [Thu, 10 Mar 2005 21:09:14 +0000 (21:09 +0000)]
Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.

19 years ago- Require certificate from the client if one CA cert specified
Rémi Denis-Courmont [Thu, 10 Mar 2005 20:42:52 +0000 (20:42 +0000)]
- Require certificate from the client if one CA cert specified

19 years ago- Release certificate creds after terminating session
Rémi Denis-Courmont [Thu, 10 Mar 2005 20:04:04 +0000 (20:04 +0000)]
- Release certificate creds after terminating session

19 years ago* configure.ac: only include stream_out_switcher if --enable-sout is specified.
Gildas Bazin [Thu, 10 Mar 2005 19:23:10 +0000 (19:23 +0000)]
* configure.ac: only include stream_out_switcher if --enable-sout is specified.

19 years agomkv.cpp: support preloading in the same family
Steve Lhomme [Thu, 10 Mar 2005 18:20:02 +0000 (18:20 +0000)]
mkv.cpp: support preloading in the same family

19 years ago* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
Christophe Massiot [Thu, 10 Mar 2005 17:23:43 +0000 (17:23 +0000)]
* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
  video by a fixed panel (format .uyvy). Specify panel files with
  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
  switches to panel #1 (0 is the live video, -1 disables all output).
  The audio is blanked out when a panel is active. --sout-switcher-command
  specifies the first command to run on start-up.
* modules/access/fake.c: Fake video input simulating a video at x fps.
  Use it to switch between fixed panels with the switcher when you have
  no video.

19 years agomkv.cpp: move the segment metadata preloading in another function (to be used elsewhe...
Steve Lhomme [Thu, 10 Mar 2005 17:19:28 +0000 (17:19 +0000)]
mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)

19 years agomkv.cpp: parse the Segment Info properly
Steve Lhomme [Thu, 10 Mar 2005 16:41:43 +0000 (16:41 +0000)]
mkv.cpp: parse the Segment Info properly

19 years ago * mosaic alignment (works like --marq-position) and callback
Antoine Cellerier [Thu, 10 Mar 2005 16:00:49 +0000 (16:00 +0000)]
 * mosaic alignment (works like --marq-position) and callback

19 years agomkv.cpp: store the prev/next UID for later use
Steve Lhomme [Thu, 10 Mar 2005 15:40:45 +0000 (15:40 +0000)]
mkv.cpp: store the prev/next UID for later use

19 years agoFix refcount problems + fix a part of coding style problems
Clément Stenac [Thu, 10 Mar 2005 13:42:45 +0000 (13:42 +0000)]
Fix refcount problems + fix a part of coding style problems

19 years ago* modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead...
Gildas Bazin [Thu, 10 Mar 2005 13:37:29 +0000 (13:37 +0000)]
* modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.

19 years agoMore prefs fixes
Clément Stenac [Thu, 10 Mar 2005 13:05:43 +0000 (13:05 +0000)]
More prefs fixes
- String fixes
- Sort some large panels
- Change some advanced flags
- Fix & move audio-channel-mixer
- hide picture vout
- Remove saved-volume, replaced by a variable

19 years ago- Fix unitialized variable in demux control helper
Rémi Denis-Courmont [Thu, 10 Mar 2005 11:19:29 +0000 (11:19 +0000)]
- Fix unitialized variable in demux control helper
There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)

19 years agoSupport block type 2 (and some others as well)
Rémi Denis-Courmont [Thu, 10 Mar 2005 11:00:41 +0000 (11:00 +0000)]
Support block type 2 (and some others as well)

19 years ago- include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
Rémi Denis-Courmont [Thu, 10 Mar 2005 10:58:02 +0000 (10:58 +0000)]
- include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
- modules/access/http.c: do not choke when there's a space in a URL
  (should probably be done for some others)

19 years agognutls.c: add shortname
Rémi Denis-Courmont [Thu, 10 Mar 2005 09:56:07 +0000 (09:56 +0000)]
gnutls.c: add shortname

19 years agoShould fix compile
Clément Stenac [Thu, 10 Mar 2005 09:47:20 +0000 (09:47 +0000)]
Should fix compile

19 years agoMissing properties
Rémi Denis-Courmont [Thu, 10 Mar 2005 08:27:21 +0000 (08:27 +0000)]
Missing properties

19 years ago- Fix GnuTLS version detection
Rémi Denis-Courmont [Thu, 10 Mar 2005 08:23:03 +0000 (08:23 +0000)]
- Fix GnuTLS version detection

19 years agoPreferences update :
Clément Stenac [Thu, 10 Mar 2005 00:17:33 +0000 (00:17 +0000)]
Preferences update :
- Sorted marq options
- A52 & DTS are audio decoders
- Moved freetype to subtitles/OSD

(last 2 suggested by Anil)

19 years agomkv.cpp: cleaner handling of some tables (now vectors)
Steve Lhomme [Wed, 9 Mar 2005 21:45:02 +0000 (21:45 +0000)]
mkv.cpp: cleaner handling of some tables (now vectors)

19 years agoPreferences icons
Clément Stenac [Wed, 9 Mar 2005 21:06:09 +0000 (21:06 +0000)]
Preferences icons

19 years ago* modules/codec/ffmpeg/video.c: take input rate into account when interpolating next...
Gildas Bazin [Wed, 9 Mar 2005 19:57:28 +0000 (19:57 +0000)]
* modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.

19 years agoDon't switch interfaces under linux
Clément Stenac [Wed, 9 Mar 2005 18:05:30 +0000 (18:05 +0000)]
Don't switch interfaces under linux

19 years ago* added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
Derk-Jan Hartman [Wed, 9 Mar 2005 16:00:03 +0000 (16:00 +0000)]
* added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
* upgraded libcdio to 0.7.2 (not that it makes much difference :) )

19 years agostring rationalization (yeah, I know the KDE interface is not used)
Rémi Denis-Courmont [Wed, 9 Mar 2005 13:07:26 +0000 (13:07 +0000)]
string rationalization (yeah, I know the KDE interface is not used)

19 years agoall: correctly align multiline strings when not left-aligned
Sigmund Augdal Helberg [Wed, 9 Mar 2005 12:58:13 +0000 (12:58 +0000)]
all: correctly align multiline strings when not left-aligned

19 years ago* modules/mux/mpeg/ps.c: small cleanup.
Gildas Bazin [Wed, 9 Mar 2005 12:52:47 +0000 (12:52 +0000)]
* modules/mux/mpeg/ps.c: small cleanup.

19 years ago* modules/demux/ps.[c,h]: fixed PSM parsing bug.
Gildas Bazin [Wed, 9 Mar 2005 12:39:36 +0000 (12:39 +0000)]
* modules/demux/ps.[c,h]: fixed PSM parsing bug.

19 years ago* modules/mux/mpeg/ps.c: correct PSM size.
Gildas Bazin [Wed, 9 Mar 2005 12:17:01 +0000 (12:17 +0000)]
* modules/mux/mpeg/ps.c: correct PSM size.

19 years agoHandle VOC files with multiple blocks properly
Rémi Denis-Courmont [Wed, 9 Mar 2005 11:54:36 +0000 (11:54 +0000)]
Handle VOC files with multiple blocks properly

19 years ago* src/video_output/vout_subpictures.c: pass on video output size changes to the text...
Gildas Bazin [Wed, 9 Mar 2005 11:43:02 +0000 (11:43 +0000)]
* src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.

19 years ago* modules/misc/freetype.c: handle size change properly.
Gildas Bazin [Wed, 9 Mar 2005 11:42:05 +0000 (11:42 +0000)]
* modules/misc/freetype.c: handle size change properly.

19 years ago* modules/video_filter/mosaic.c: compilation fix.
Gildas Bazin [Wed, 9 Mar 2005 10:46:45 +0000 (10:46 +0000)]
* modules/video_filter/mosaic.c: compilation fix.

19 years ago* modules/misc/freetype.c: don't display only the last line.
Gildas Bazin [Wed, 9 Mar 2005 10:18:27 +0000 (10:18 +0000)]
* modules/misc/freetype.c: don't display only the last line.

19 years ago- seeking in .VOC file
Rémi Denis-Courmont [Wed, 9 Mar 2005 09:03:32 +0000 (09:03 +0000)]
- seeking in .VOC file

19 years ago* modules/mux/mpeg/ps.c: shut-up valgrind warning.
Gildas Bazin [Wed, 9 Mar 2005 00:59:09 +0000 (00:59 +0000)]
* modules/mux/mpeg/ps.c: shut-up valgrind warning.

19 years ago vlc_common.h: define INT64_MIN/INT64_MAX if necessary
Eric Petit [Wed, 9 Mar 2005 00:43:46 +0000 (00:43 +0000)]
 vlc_common.h: define INT64_MIN/INT64_MAX if necessary

19 years ago* modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
Gildas Bazin [Wed, 9 Mar 2005 00:31:19 +0000 (00:31 +0000)]
* modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.