- 08 Jan, 2003 12 commits
-
-
Laurent Aimar authored
(multiple moov headers is strictly forbidden but I 've seen such file)
-
Laurent Aimar authored
doesn't solve the real problem).
-
Laurent Aimar authored
an vol header. (In fact reverse an prevous commit)
-
Laurent Aimar authored
-
Laurent Aimar authored
stream input creation (with "null" fourcc).
-
Laurent Aimar authored
* ts.c: added support for libdvbpsi (like ts demux, two modules are generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt without libdvbpsi. More works to add mpeg4 support (now I generate IOD and SL descriptor).
-
Laurent Aimar authored
* mpeg4video.c: I 've rewritten it
-
Olivier Teulière authored
forgets to declare 'add_category_hint' * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
-
Eric Petit authored
-
Olivier Teulière authored
* Added audio channels selection, but it's currently disabled since it's quite buggy :)
-
Eric Petit authored
-
Christophe Massiot authored
* Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
-
- 07 Jan, 2003 6 commits
-
-
Laurent Aimar authored
decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's a replacement of p_demux_data as this variable is used by some demuxers in another way. This way, I will be able to add preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm demuxer so if somebody wants ...)
-
Johan Bilien authored
file/ts_dvbpsi:) with TS streams that don't start with 0x47
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
-
- 06 Jan, 2003 6 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
* MacOS X port: new error dialog displaying error messages, * Updated localization files, * Comestic fixes.
-
Yves Duret authored
- removed access/rtp plugin (merged in access/udp). - removed codec/imdct and codec/downmix plugins (deprecated). - libvlc0-devel provides libvlc-devel. - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them) ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
-
Olivier Teulière authored
* modules/gui/win32/disc.cpp: cosmetic
-
Christophe Massiot authored
* New "stream output" area in the open panel.
-
Simon Latapie authored
* added a add_integer_with_range() and add_float_with_range() * gtk interface: now uses a slider when a min or a max is specified
-
- 05 Jan, 2003 7 commits
-
-
Sigmund Augdal Helberg authored
modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as these cause to much trubble
-
Christophe Massiot authored
-
Christophe Massiot authored
* Fixed a segfault in the "Close Window" code, * Fullscreen state is now retained between files, * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
-
Gildas Bazin authored
* modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for the audio output thread. That should make Win9x/Me happier.
-
Jon Lech Johansen authored
* replaced playlist panel with drawer. * implemented context menu for playlist tableview.
-
Christophe Massiot authored
OS X open panel.
-
Christophe Massiot authored
-
- 04 Jan, 2003 7 commits
-
-
Gildas Bazin authored
* configure.ac.in: fixed typo in wxWindows headers detection code.
-
Eric Petit authored
were expecting.
-
Gildas Bazin authored
* src/audio_output/output.c: don't forget to free the audio buffer when we are trashing it.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
-
Jon Lech Johansen authored
* main window controls are back. based on suggestion by Dan Macpherson.
-
Jean-Paul Saman authored
-
- 03 Jan, 2003 2 commits
-
-
Jean-Paul Saman authored
-
Jon Lech Johansen authored
-